ubuntu: can't get rtl8xxx_git working
Posted: 2024-10-08 15:47
usb is detected
but it isn't recognized as wifi card
i also installed files inside "drv_ko" inside kernel source code from sdk
https://github.com/lwfinger/rtl8xxxu
A short text to describe your forum
http://forums.luckfox.com/
Thanks for sharing.sodo wrote: ↑2024-10-10 8:34 i got it working,
firmware was not included in driver repo or firmware package(deb) but i could get from somewhere else
i attached prebuilt one for someone who might need
extract drv_ko.tgz and copy content to /
extract rtl3.tgz and "make install"
install firmware according to message that appears in dmesg
Code: Select all
root@luckfox:~# lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 0bda:c811 Realtek Semiconductor Corp. 802.11ac NIC
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@luckfox:~# lsmod
Module Size Used by
rtl8xxxu_git 136155 0
mac80211 264707 1 rtl8xxxu_git
aic8800_fdrv 272882 0
aic8800_bsp 46005 1 aic8800_fdrv
aes_generic 24532 0
ccm 6847 0
ctr 2606 0
libarc4 799 1 mac80211
cfg80211 168757 3 mac80211,aic8800_fdrv,rtl8xxxu_git
video_rkcif 130130 0
phy_rockchip_csi2_dphy_hw 8161 0
phy_rockchip_csi2_dphy 7674 0
ipv6 226496 23
Code: Select all
root@luckfox:~# nmcli device
DEVICE TYPE STATE CONNECTION
eth0 ethernet connected Wired connection 1
wlan0 wifi disconnected --
p2p-dev-wlan0 wifi-p2p disconnected --
lo loopback unmanaged --
have you checked your dmesg?IndianaTux wrote: ↑2024-10-26 4:00 Hi,
Did you have to do anything ense to get this to work ?
I have the driver installed and loaded but all I see is wlan0 (the onboard wireless) and I was expecting to see a wlan1 for the USB dongle...
Any hints welcome.
Code: Select all
root@luckfox:~# lsusb Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 002: ID 0bda:c811 Realtek Semiconductor Corp. 802.11ac NIC Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub root@luckfox:~# lsmod Module Size Used by rtl8xxxu_git 136155 0 mac80211 264707 1 rtl8xxxu_git aic8800_fdrv 272882 0 aic8800_bsp 46005 1 aic8800_fdrv aes_generic 24532 0 ccm 6847 0 ctr 2606 0 libarc4 799 1 mac80211 cfg80211 168757 3 mac80211,aic8800_fdrv,rtl8xxxu_git video_rkcif 130130 0 phy_rockchip_csi2_dphy_hw 8161 0 phy_rockchip_csi2_dphy 7674 0 ipv6 226496 23
Code: Select all
root@luckfox:~# nmcli device DEVICE TYPE STATE CONNECTION eth0 ethernet connected Wired connection 1 wlan0 wifi disconnected -- p2p-dev-wlan0 wifi-p2p disconnected -- lo loopback unmanaged --