BeaverOK
Posts: 1
Joined: Tue Jul 21, 2020 12:47 pm

Onboard WiFi getting assigned "rename4" [Kali Linux]

Tue Jul 21, 2020 12:56 pm

[Kali linux problem, not applicable to original Raspbian thread at viewtopic.php?f=28&t=237835 so split off and moved]

Not working on Kali Linux 2020.3 running on Raspberry Pi 4 Model B :(

Code: Select all

#did
ln -nfs /dev/null /etc/systemd/network/99-default.link
#and
nano /etc/udev/rules.d/72-wlan-geo-dependent.rules with

ACTION=="add", SUBSYSTEM=="net", SUBSYSTEMS=="sdio", KERNELS=="mmc1:0001:1", NAME=“wwlan0"
ACTION=="add", SUBSYSTEM=="net", SUBSYSTEMS=="usb", KERNELS=="1-1.1", NAME=“wwlan1”
ACTION=="add", SUBSYSTEM=="net", SUBSYSTEMS=="usb", KERNELS=="1-1.2", NAME=“wwlan2”
ACTION=="add", SUBSYSTEM=="net", SUBSYSTEMS=="usb", KERNELS=="1-1.3", NAME=“wwlan3”
ACTION=="add", SUBSYSTEM=="net", SUBSYSTEMS=="usb", KERNELS=="1-1.4", NAME=“wwlan4”
During the tests, one time out of 100 I was able to boot with the correctly assigned "wwlan" names but was not able to reproduce it since then.
If anyone is able to get it working with kali and PI 4, please share

User avatar
mahjongg
Forum Moderator
Forum Moderator
Posts: 13100
Joined: Sun Mar 11, 2012 12:19 am
Location: South Holland, The Netherlands

Re: Onboard WiFi getting assigned "rename4" [Kali Linux]

Tue Jul 21, 2020 3:44 pm

P.S. Kali has their own forums, its better to go there for Kali questions.

Return to “Other”