I am having some trouble setting up Tenda AX300 WiFi Router on my freshly installed Debian 12 on a desktop (kernel: 6.1.0-22-amd64). I Searched the web and downloaded the driver as mentioned in https://askubuntu.com/questions/1499222 ... 300-w311mi . Trying to set up the downloaded .deb results in the following:I am, sort of, a n00b but that last line of install successful definitely is not true. However, I am able to see he device listed in lsusb as: Bus 001 Device 007: ID 2604:0013 Tenda AIC8800DC
What can I do to resolve the problem?
Cheers!
Code:
sudo dpkg -i w311miv6-pkg-v1.0.0-amd64.deb [sudo] password for gaurav: (Reading database ... 167550 files and directories currently installed.)Preparing to unpack w311miv6-pkg-v1.0.0-amd64.deb ...Uninstall aic8800 wifi driver!!!!!rmmod: ERROR: Module aic8800_fdrv is not currently loadedrmmod: ERROR: Module aic_load_fw is not currently loaded/bin/sh: 1: test: -lt: unexpected operatorrm -rf *.o *.ko *.o.* *.mod.* modules.* Module.* .a* .o* .*.o.* *.mod .tmp* .cache.mk/bin/sh: 1: test: -lt: unexpected operatorrm -rfv /lib/modules/6.1.0-22-amd64/kernel/drivers/net/wireless/aic8800/aic8800_fdrv.ko/sbin/depmod -a 6.1.0-22-amd64rm -rf *.o *.ko *.o.* *.mod.* modules.* Module.* .a* .o* .*.o.* *.mod .tmp* .cache.mkrm -rfv /lib/modules/6.1.0-22-amd64/kernel/drivers/net/wireless/aic8800/aic_load_fw.ko/sbin/depmod -a 6.1.0-22-amd64rm *.o wifi_test bt_testInstall aic8800 wifi driver!!!!!Unpacking w311miv6-pkg (1.0.0) over (1.0.0) ...Uninstall aic8800 wifi driver successful!!!!!Setting up w311miv6-pkg (1.0.0) ...udev donedevice not existcp fw donemake -C /lib/modules/6.1.0-22-amd64/build M=/AIC8800/drivers/aic8800 ARCH=x86_64 CROSS_COMPILE= modulesmake[1]: *** /lib/modules/6.1.0-22-amd64/build: No such file or directory. Stop.make: *** [Makefile:55: modules] Error 2mkdir -p /lib/modules/6.1.0-22-amd64/kernel/drivers/net/wireless/aic8800install -p -m 644 aic_load_fw/aic_load_fw.ko /lib/modules/6.1.0-22-amd64/kernel/drivers/net/wireless/aic8800/install: cannot stat 'aic_load_fw/aic_load_fw.ko': No such file or directorymake: *** [Makefile:59: install] Error 1insmod: ERROR: could not load module /AIC8800/drivers/aic8800/aic_load_fw/aic_load_fw.ko: No such file or directoryinsmod: ERROR: could not load module /AIC8800/drivers/aic8800/aic8800_fdrv/aic8800_fdrv.ko: No such file or directoryinsmod donegcc -c wifi_test.c -o wifi_test.ogcc wifi_test.o -o wifi_testgcc -c bt_test.c -o bt_test.ogcc bt_test.o -lpthread -o bt_testsudo cp wifi_test /sbinsudo cp bt_test /sbinInstall aic8800 wifi driver successful!!!!!
What can I do to resolve the problem?
Cheers!
Statistics: Posted by gk1089 — 2024-08-22 11:40 — Replies 2 — Views 53