小编Als*_*llo的帖子

无法让我的 Netgear A6210 USB Wifi 适配器在我的 linux Ubuntu 上工作

我在桌面上运行 Ubuntu 18。我没有wifi卡。但是,我有这个 Netgear A6210 USB wifi 适配器。我插上它,但它不出来。我认为计算机无法识别该设备。

我尝试按照我在网上找到的这些说明安装驱动程序,这似乎对每个人都有效。但我收到此错误消息。

操作说明:

git clone https://github.com/jurobystricky/Netgear-A6210

cd Netgear-A6210

make

sudo make install
Run Code Online (Sandbox Code Playgroud)

错误信息:

~/Documents/Netgear-A6210$ make
export DBGFLAGS

*** Building driver with debug messages ***

cp -f os/linux/Makefile.6 /home/alseny/Documents/Netgear-A6210/os/linux/Makefile

make -C /lib/modules/4.15.0-20-generic/build DBGFLAGS=-DDBG SUBDIRS=/home/alseny/Documents/Netgear-A6210/os/linux modules

make[1]: Entering directory '/usr/src/linux-headers-4.15.0-20-generic'
  CC [M]  /home/alseny/Documents/Netgear-A6210/os/linux/../../os/linux/sta_ioctl.o

In file included from ./include/linux/bitmap.h:9:0,
                 from ./include/linux/cpumask.h:12,
                 from ./arch/x86/include/asm/cpumask.h:5,
                 from ./arch/x86/include/asm/msr.h:11,
                 from ./arch/x86/include/asm/processor.h:21,
                 from ./arch/x86/include/asm/cpufeature.h:5,
                 from ./arch/x86/include/asm/thread_info.h:53,
                 from ./include/linux/thread_info.h:38,
                 from ./arch/x86/include/asm/preempt.h:7,
                 from ./include/linux/preempt.h:81,
                 from ./include/linux/spinlock.h:51,
                 from ./include/linux/seqlock.h:36,
                 from ./include/linux/time.h:6,
                 from ./include/linux/stat.h:19,
                 from …
Run Code Online (Sandbox Code Playgroud)

usb compiling drivers

7
推荐指数
1
解决办法
3万
查看次数

标签 统计

compiling ×1

drivers ×1

usb ×1