Wifi Privacy Switch without rebooting
#8
(06-13-2020, 04:50 AM)robt Wrote: I have to use fe310000.mmc instead of fe310000.dwmmc (mmc instead of dwmmc).

Sorry for the slow reply, my day job is in virology research and you can imagine that the past couple of months have been a tsunami of extra work.

I finally got time to check and: indeed, the name of the device has changed in some recent kernel update (didn't have time to track which):

Code:
$ ls -ld /sys/devices/platform/fe310*      
drwxr-xr-x 4 root root 0 Jun 16 10:03 /sys/devices/platform/fe310000.mmc
$ journalctl | grep 'fe3100'
Jun 15 23:42:56 nereid kernel: dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
Jun 15 23:42:56 nereid kernel: dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
Jun 15 23:42:56 nereid kernel: dwmmc_rockchip fe310000.mmc: Version ID is 270a
Jun 15 23:42:56 nereid kernel: dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 27,32 bit host data width,256 deep fifo
Jun 15 23:42:56 nereid kernel: dwmmc_rockchip fe310000.mmc: allocated mmc-pwrseq
Jun 15 23:42:56 nereid kernel: dwmmc_rockchip fe310000.mmc: Successfully tuned phase to 56
Jun 15 23:43:03 nereid NetworkManager[931]: <info>  [1592257383.1179] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/platform/fe310000.mmc/mmc_host/mmc0/mmc0:0001/mmc0:0001:1/ieee80211/phy0/rfkill0) (driver brcmfmac)

If one is not allergic to overly long one-line, it's automagically always findable with:
Code:
basename $(dirname $(dirname $(dirname $(dirname $(dirname /sys/devices/platform/*mmc/mmc_host/mmc*/mmc*/mmc*/ieee80211)))))
or
Code:
echo /sys/devices/platform/[0-9a-f]*mmc/mmc_host/mmc*/mmc*/mmc*/ieee80211|grep -oP '[0-9a-f]{8,}\.[^/]+'


Messages In This Thread
Wifi Privacy Switch without rebooting - by DrYak - 11-13-2019, 12:30 PM
RE: Wifi Privacy Switch without rebooting - by DrYak - 06-16-2020, 02:15 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Manjaro ARM: enabling external monitors & fixing Broadcom WiFi after updating trifleneurotic 2 885 11-14-2023, 10:57 AM
Last Post: trifleneurotic
  Unable to install Debian Bullseye because of missing wifi firmware Pino64 7 4,032 07-15-2023, 02:58 PM
Last Post: u974615
  5GHz wifi not working snorwood 11 5,579 01-16-2023, 03:41 PM
Last Post: ehcorn
  Pinebook Pro wifi not working Queliffrel 1 1,306 11-30-2022, 06:30 AM
Last Post: myself600
  WiFi stopped on Pinebook Pro after update tkudog 3 2,604 11-24-2022, 04:32 PM
Last Post: tkudog
  Archlinux - missing firmware for wifi adapter RudderDuck 9 4,633 11-07-2022, 04:56 PM
Last Post: wgahnagl
  Help with Kali Linux wifi not working but works with Manjaro PineSupporter 2 2,379 08-25-2022, 02:15 PM
Last Post: Niko
  Manjaro and Arch repository with privacy oriented software as400 86 113,551 04-27-2022, 07:44 AM
Last Post: annahellrothsparent
Information Found newer firmware for broadcom wifi (brcmfmac43456-sdio) cobratbq 2 2,989 04-12-2022, 02:36 PM
Last Post: cobratbq
  Pinebook Pro wifi not working seyo-iv 2 3,783 10-26-2021, 02:27 AM
Last Post: wangyukunshan

Forum Jump:


Users browsing this thread: 1 Guest(s)