02-15-2025, 01:19 PM
Dear all
I have been configuration a RPi 3 and a RPi4 without any problem.
When I came to installing on RPi 2 (yeah, old, but I own quite a few) things went very fine, except that I cannot success with the WiFi, of course with the approriate image
here is the output for lsusb (note : this very adapter works as a charm on the 64 bits Rpi)
root@Bezac:~# lsusb
Bus 001 Device 004: ID 0cf3:9271 Qualcomm Atheros Communications AR9271 802.11n
Bus 001 Device 003: ID 0424:ec00 Microchip Technology, Inc. (formerly SMSC) SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9512 Microchip Technology, Inc. (formerly SMSC) SMC9512/9514 USB Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@Bezac:~#
here is the output for ifconfig
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 60:e3:27:0e:70:18 txqueuelen 1000 (Ethernet)
RX packets 57 bytes 6441 (6.2 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 56 bytes 8680 (8.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
here is the output for dmesg
[ 60.428484] ieee80211 phy0: Atheros AR9271 Rev:1
[ 70.659148] wlan0: authenticate with de:62:79:45:bc:52
[ 70.659311] wlan0: 80 MHz not supported, disabling VHT
[ 72.731215] wlan0: send auth to de:62:79:45:bc:52 (try 1/3)
[ 72.733897] wlan0: authenticated
[ 72.745182] wlan0: associate with de:62:79:45:bc:52 (try 1/3)
[ 72.759285] wlan0: RX AssocResp from de:62:79:45:bc:52 (capab=0x1431 status=0 aid=23)
[ 72.814153] wlan0: associated
[ 72.846210] wlan0: Limiting TX power to 20 (20 - 0) dBm as advertised by de:62:79:45:bc:52
[ 76.776950] wlan0: deauthenticated from de:62:79:45:bc:52 (Reason: 2=PREV_AUTH_NOT_VALID)
[ 96.521864] wlan0: authenticate with 26:87:ba:9d:df:01
here is the output for uname (shows 32 bits on RPi2 mod B)
root@Bezac:~# uname -a
Linux Bezac 6.1.21+ #1642 Mon Apr 3 17:19:14 BST 2023 armv6l GNU/Linux
So the dmesg output shows something is going wrong with the registration on the network but I cannot figure out what.
I have tried with different WiFi USB adapters, but the problem remains identical
Any hint will of course be greatly appreciated
Regards,
I have been configuration a RPi 3 and a RPi4 without any problem.
When I came to installing on RPi 2 (yeah, old, but I own quite a few) things went very fine, except that I cannot success with the WiFi, of course with the approriate image
here is the output for lsusb (note : this very adapter works as a charm on the 64 bits Rpi)
root@Bezac:~# lsusb
Bus 001 Device 004: ID 0cf3:9271 Qualcomm Atheros Communications AR9271 802.11n
Bus 001 Device 003: ID 0424:ec00 Microchip Technology, Inc. (formerly SMSC) SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9512 Microchip Technology, Inc. (formerly SMSC) SMC9512/9514 USB Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@Bezac:~#
here is the output for ifconfig
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 60:e3:27:0e:70:18 txqueuelen 1000 (Ethernet)
RX packets 57 bytes 6441 (6.2 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 56 bytes 8680 (8.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
here is the output for dmesg
[ 60.428484] ieee80211 phy0: Atheros AR9271 Rev:1
[ 70.659148] wlan0: authenticate with de:62:79:45:bc:52
[ 70.659311] wlan0: 80 MHz not supported, disabling VHT
[ 72.731215] wlan0: send auth to de:62:79:45:bc:52 (try 1/3)
[ 72.733897] wlan0: authenticated
[ 72.745182] wlan0: associate with de:62:79:45:bc:52 (try 1/3)
[ 72.759285] wlan0: RX AssocResp from de:62:79:45:bc:52 (capab=0x1431 status=0 aid=23)
[ 72.814153] wlan0: associated
[ 72.846210] wlan0: Limiting TX power to 20 (20 - 0) dBm as advertised by de:62:79:45:bc:52
[ 76.776950] wlan0: deauthenticated from de:62:79:45:bc:52 (Reason: 2=PREV_AUTH_NOT_VALID)
[ 96.521864] wlan0: authenticate with 26:87:ba:9d:df:01
here is the output for uname (shows 32 bits on RPi2 mod B)
root@Bezac:~# uname -a
Linux Bezac 6.1.21+ #1642 Mon Apr 3 17:19:14 BST 2023 armv6l GNU/Linux
So the dmesg output shows something is going wrong with the registration on the network but I cannot figure out what.
I have tried with different WiFi USB adapters, but the problem remains identical
Any hint will of course be greatly appreciated
Regards,