Wifi missing on Sarpi (32bit) with RazPi 4
by business_kid from LinuxQuestions.org on (#53PVK)
Freshly installed Sarpi 32bit here. It's sitting up and booting. I did remove the initrd.gz, and the few lines at the end of /boot/config.txt that tell things to load an initrd.
wlan0 doesn't seem to be detected by the kernel AT ALL. I see no messages during boot, ifconfig shows me 'lo' & 'eth0', but no wlan0.
lspci shows me only 2 lines (PCI Bridge & usb-3.0 hub), lsusb has 4
ID 1d6b:0003 - a usb-3.0 root hub
1908:0226 - a GEMBIRD :-o??
046d:c534 - A Logitech Unifying Hub, a keyboard/mouse thing which works
1d6b:0002 - a usb-2.0 root hub
I don't see ethernet or wifi during bootup, but the eth0 at least shows up. Raspbian configures itself automagically with networkmanager, but has no more info. I'm trying to set up dhcp/wpa_supplicant with init scripts, so I don't need X to get wifi. I'm not exactly a novice with networking.


wlan0 doesn't seem to be detected by the kernel AT ALL. I see no messages during boot, ifconfig shows me 'lo' & 'eth0', but no wlan0.
lspci shows me only 2 lines (PCI Bridge & usb-3.0 hub), lsusb has 4
ID 1d6b:0003 - a usb-3.0 root hub
1908:0226 - a GEMBIRD :-o??
046d:c534 - A Logitech Unifying Hub, a keyboard/mouse thing which works
1d6b:0002 - a usb-2.0 root hub
I don't see ethernet or wifi during bootup, but the eth0 at least shows up. Raspbian configures itself automagically with networkmanager, but has no more info. I'm trying to set up dhcp/wpa_supplicant with init scripts, so I don't need X to get wifi. I'm not exactly a novice with networking.