我正在尝试为我的 wifi 适配器(Netgear Ac6120 Wifi 适配器)安装驱动程序,
当我键入时适配器出现
$ lsusb 总线 004 设备 001:ID 1d6b:0003 Linux Foundation 3.0 根集线器 总线 003 设备 003:ID 046d:c52b Logitech, Inc. Unifying Receiver 总线 003 设备 002:ID 154b:00ee PNY 总线 003 设备 001:ID 1d6b:0002 Linux Foundation 2.0 根集线器 总线 002 设备 001:ID 1d6b:0003 Linux Foundation 3.0 根集线器 总线 001 设备 004:ID 0b05:17cb ASUSTek Computer, Inc. Broadcom BCM20702A0 蓝牙 总线 001 设备 005:ID 0846:9053 NetGear, Inc. 总线 001 设备 003:ID 258a:0001
总线 001 设备 001:ID 1d6b:0002 Linux Foundation 2.0 根集线器
完成这些步骤后
$ git clone https://github.com/jurobystricky/Netgear-A6210
$ cd netgear-a6210
$ make
我收到这个错误
导出 DBGFLAGS* 使用调试消息构建驱动程序 *
cp -f os/linux/Makefile.6 /home/alexander/netgear-a6210/os/linux/Makefile make -C /lib/modules/4.15.0-29-generic/build DBGFLAGS=-DDBG SUBDIRS=/home/alexander/netgear-a6210/os/linux modules make[1]: 进入目录'/usr/src/linux-headers-4.15.0-29-generic' arch/x86/Makefile:156:启用 CONFIG_X86_X32 但不支持 binutils Makefile:976:“无法使用 CONFIG_STACK_VALIDATION=y,请安装 libelf-dev、libelf-devel 或 elfutils-libelf-devel” CC [M] /home/alexander/netgear-a6210/os/linux/../../sta/assoc.o /bin/sh: 1: gcc: 未找到 脚本/Makefile.build:332:目标“/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o”的配方失败 make[2]: * [/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o] 错误 127 Makefile:1552: 目标“模块/home/alexander/netgear-a6210/os/linux”的配方失败 make[1]: * [模块/home/alexander/netgear-a6210/os/linux] 错误 2 make[1]: 离开目录'/usr/src/linux-headers-4.15.0-29-generic' Makefile:59:目标“调试”的配方失败 make: *** [调试] 错误 2
我需要安装什么或做什么来解决这个问题。
谢谢
更新 1
安装 gcc 和 libelf-dev 后,我得到
$ 制作 导出 DBGFLAGS* 使用调试消息构建驱动程序 *
cp -f os/linux/Makefile.6 /home/alexander/netgear-a6210/os/linux/Makefile make -C /lib/modules/4.15.0-39-generic/build DBGFLAGS=-DDBG SUBDIRS=/home/alexander/netgear-a6210/os/linux modules make[1]: 进入目录'/usr/src/linux-headers-4.15.0-39-generic' CC [M] /home/alexander/netgear-a6210/os/linux/../../sta/assoc.o cc1: 错误:代码模型内核不支持PIC模式 脚本/Makefile.build:332:目标“/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o”的配方失败 make[2]: * [/home/alexander/netgear-a6210/os/linux/../../sta/assoc.o] 错误 1 Makefile:1551:目标“模块/home/alexander/netgear-a6210/os/linux”的配方失败 make[1]: * [模块/home/alexander/netgear-a6210/os/linux] 错误 2 make[1]: 离开目录'/usr/src/linux-headers-4.15.0-39-generic' Makefile:59:目标“调试”的配方失败 make: *** [调试] 错误 2
更新 2
按照您提到的步骤后,我遇到了内部错误,但我无法捕捉到它是什么,并且在重新启动两次后它没有显示
wifi 适配器现在显示连接到 wifi
,所以感谢您
确实需要连接时间有点长(大约 1 到 1 1/2 分钟),这就是适配器在 linux 上运行的方式/我必须接受的东西吗?