在Ubuntu 22.04上安装Tenda W311mi USB适配器

6qqygrtg  于 2023-06-21  发布在  其他
关注(0)|答案(1)|浏览(121)

我以前

$ sudo make

这是我的结果

make -C tools
make[1]: Entering directory '/home/ali/MT7601U_LinuxAP_3.0.0.1_20130802/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/home/ali/MT7601U_LinuxAP_3.0.0.1_20130802/tools'
/home/ali/MT7601U_LinuxAP_3.0.0.1_20130802/tools/bin2h
cp -f os/linux/Makefile.6 /home/ali/MT7601U_LinuxAP_3.0.0.1_20130802/os/linux/Makefile
make -C /lib/modules/5.19.0-43-generic/build 
SUBDIRS=/home/ali/MT7601U_LinuxAP_3.0.0.1_20130802/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-5.19.0-43-generic'
make[2]: *** No rule to make target 'arch/x86/entry/syscalls/syscall_32.tbl', needed 
by 'arch/x86/include/generated/uapi/asm/unistd_32.h'. Stop.
make[1]: *** [arch/x86/Makefile:232: archheaders] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.19.0-43-generic'
make: *** [Makefile:388: LINUX] Error 2

我如何在我的ubuntu上设置腾达USB Wifi
请帮帮我

4nkexdtk

4nkexdtk1#

我发现了我们如何能解决ubuntu wifi适配器

sudo apt-get install build-essential git dkms linux-headers-$(uname -r)
git clone https://github.com/McMCCRU/rtl8188gu.git
cd rtl8188gu
make
sudo make install
sudo apt install --reinstall linux-firmware 
sudo reboot

相关问题