Article 5H2DP Raspberry3B+ Wifi

Raspberry3B+ Wifi

by
lambo69
from LinuxQuestions.org on (#5H2DP)
Hello,

i freshly installed Slackware-Arm (-current, 32 bit). After installation, wifi does not show. In the previous installation (which i accidently completely messed up, therefore a fresh install) with -current on that RPi, it worked. Now, wifi-device doesn't show.

Code:root@xxx:~> ls /var/log/packages|grep sarpi
kernel-headers-sarpi3-5.10.31-armv7-1_slackcurrent_20Apr21_sp1
kernel-modules-sarpi3-5.10.31-armv7-1_slackcurrent_20Apr21_sp1
kernel_sarpi3-5.10.31-armv7-1_slackcurrent_20Apr21_sp1
sarpi3-boot-firmware-armv7-1_slackcurrent_20Apr21_sp1
sarpi3-hacks-3.0-armv7-1_slackcurrent_20Apr21_sp1The deprecated rpi3-entry is not available in config.txt, wifi-device is not disabled
Code:root@xxx:~> cat /boot/config.txt|grep wifi
#dtoverlay=disable-wifiIn the previous installation, i had a udev-rule for wifi:
Code:root@xxx:~> cat /etc/udev/rules.d/70-persistent-net.rules

# net device ()
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="b8:27:eb:xx:xx:xx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"

# USB device 0x0424:0xec00 (usb)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="b8:27:eb:xx:xx:xx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"Now, this rule doesn't seem to match. It doesn't make a difference, if this rule is present or not.

Try to find the device:
Code:root@xxx:~> lsusb
Bus 001 Device 004: ID 1058:25a3 Western Digital Technologies, Inc. Elements Desktop (WDBWLG)
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

root@xxx:~> rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

root@xxx:~> find /sys -name *rfkill*
/sys/devices/platform/soc/3f201000.serial/serial0/serial0-0/bluetooth/hci0/rfkill0
/sys/devices/virtual/misc/rfkill
/sys/class/misc/rfkill
/sys/class/rfkill
/sys/class/rfkill/rfkill0
/sys/module/rfkill

root@xxx:~> cat /sys/class/rfkill/rfkill0/name
hci0Shouldn't rfkill show two devices (bluetooth and wifi)?

The module loads:
Code:root@xxx:~> modprobe brcmfmac
root@xxx:~> lsmod|grep brcmfmac
brcmfmac 335872 0
brcmutil 24576 1 brcmfmac
cfg80211 782336 1 brcmfmac

root@xxx:~> dmesg|grep brcmfmac
[ 6.896927] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
[ 6.904593] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[ 6.911366] usbcore: registered new interface driver brcmfmac
[ 7.228829] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
[ 7.327922] brcmfmac: brcmf_sdio_firmware_callback: brcmf_attach failedIn another Thread, someone suggested to get firmware from a debian-package. I tried, without success.

Code:root@xxx:~> ifconfig wlan0 up
wlan0: ERROR while getting interface flags: No such deviceHas anyone an idea?latest?d=yIl2AUoC8zA latest?i=b02VKWYL6eQ:T0o6Wu1kKnM:F7zBnMy latest?i=b02VKWYL6eQ:T0o6Wu1kKnM:V_sGLiP latest?d=qj6IDK7rITs latest?i=b02VKWYL6eQ:T0o6Wu1kKnM:gIN9vFwb02VKWYL6eQ
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments