I am trying to dual-home my RPi 5. I purchased a dual-band wifi 5 usb adapter that turned out to be an: Realtek RTL88x2Bu. I can't seem to connect and stay connected to my 2nd network. I have tried two different network and same result. I am just using the desktop wifi icon to select the card and then the SSID.
The logical name/interface name of the Realtek usb wifi card is: wlx90de80ca358a. Note, the correct drive is listed in the lshw command: driver=rtw_8822bu. Note, also that system-connections have been created for both the 'ez share' and 'gr.1.11803' networks...but, no IP address is attached. Both these networks use DHCP. What's happening/not happening? Will I be able to get this USB nic to work?
The logical name/interface name of the Realtek usb wifi card is: wlx90de80ca358a. Note, the correct drive is listed in the lshw command: driver=rtw_8822bu. Note, also that system-connections have been created for both the 'ez share' and 'gr.1.11803' networks...but, no IP address is attached. Both these networks use DHCP. What's happening/not happening? Will I be able to get this USB nic to work?
Code:
rpi@rpi5:~ $ sudo lshw -C network *-network description: Ethernet controller physical id: 0 bus info: pci@0000:01:00.0 version: 00 width: 32 bits clock: 33MHz capabilities: pm pciexpress msix bus_master cap_list configuration: driver=rp1 latency=0 resources: irq:38 memory:1f00410000-1f00413fff memory:1f00000000-1f003fffff memory:1f00400000-1f0040ffff *-interface:0 description: Wireless interface product: 4345 vendor: Broadcom physical id: 1 bus info: mmc@1:0001:1 logical name: mmc1:0001:1 logical name: wlan0 serial: 2c:cf:67:19:3e:6a capabilities: ethernet physical wireless configuration: broadcast=yes driver=brcmfmac driverversion=7.45.234 firmware=01-996384e2 ip=192.168.50.185 multicast=yes wireless=IEEE 802.11 *-network:0 description: Ethernet interface physical id: f logical name: end0 serial: 2c:cf:67:19:3e:69 capacity: 1Gbit/s capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=macb driverversion=6.6.20+rpt-rpi-2712 link=no multicast=yes port=twisted pair *-network:1 description: Wireless interface physical id: 10 bus info: usb@1:2 logical name: wlx90de80ca358a serial: 90:de:80:ca:35:8a capabilities: ethernet physical wireless configuration: broadcast=yes driver=rtw_8822bu driverversion=6.6.20+rpt-rpi-2712 firmware=N/A link=no multicast=yes wireless=IEEE 802.11 rpi@rpi5:~ $ ifconfigend0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 ether 2c:cf:67:19:3e:69 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 106 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 493 bytes 41891 (40.9 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 493 bytes 41891 (40.9 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.50.185 netmask 255.255.255.0 broadcast 192.168.50.255 inet6 fe80::d90:f394:256d:1b81 prefixlen 64 scopeid 0x20<link> ether 2c:cf:67:19:3e:6a txqueuelen 1000 (Ethernet) RX packets 6617 bytes 1590963 (1.5 MiB) RX errors 0 dropped 24 overruns 0 frame 0 TX packets 2978 bytes 424778 (414.8 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0wlx90de80ca358a: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 ether 90:de:80:ca:35:8a txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0rpi@rpi5:~ $ cd /etc/NetworkManager/system-connections/rpi@rpi5:/etc/NetworkManager/system-connections $ ls collatz_twinprimes_riemann.nmconnection 'ez Share.nmconnection' gr1.61803.nmconnection rpi@rpi5:/etc/NetworkManager/system-connections $ sudo cat 'ez Share.nmconnection' [connection]id=ez Shareuuid=3b6a1cc2-c724-4e73-a2c0-eec3d9386b0dtype=wifiinterface-name=wlx90de80ca358a[wifi]mode=infrastructuressid=ez Share[wifi-security]auth-alg=openkey-mgmt=wpa-pskpsk=11111111[ipv4]method=auto[ipv6]addr-gen-mode=defaultmethod=auto[proxy]rpi@rpi5:/etc/NetworkManager/system-connections $ sudo cat collatz_twinprimes_riemann.nmconnection [connection]id=collatz_twinprimes_riemannuuid=8b5a7307-9f6c-456a-bc89-1a9db5bdcea1type=wifiinterface-name=wlan0[wifi]mode=infrastructuressid=collatz_twinprimes_riemann[wifi-security]auth-alg=openkey-mgmt=wpa-pskpsk=bobsyouruncle[ipv4]method=auto[ipv6]addr-gen-mode=defaultmethod=auto[proxy]rpi@rpi5:/etc/NetworkManager/system-connections $ sudo cat gr1.61803.nmconnection [connection]id=gr1.61803uuid=a9ee49cf-026d-43ff-bca7-04a88280ec08type=wifiinterface-name=wlx90de80ca358a[wifi]mode=infrastructuressid=gr1.61803[wifi-security]auth-alg=openkey-mgmt=wpa-pskpsk=bobsyouraunt[ipv4]method=auto[ipv6]addr-gen-mode=defaultmethod=auto[proxy]rpi@rpi5:/etc/NetworkManager/system-connections $
Statistics: Posted by mgdpi — Fri Apr 19, 2024 7:06 pm