我有一个戴尔 Inspiron i7559,它不幸地结合了 NVidia GTX960M 和 Intel 3165 AC 卡。所有专有的 NVidia 驱动程序似乎只能在 3.x 内核上运行,而此卡的官方 iwlwifi 固件仅在内核 4.1+ 上可用:所以目前我在 3.19 上,因为我需要 GPU 并且我正在使用 USB 无线模块.
所以,我想知道是否有任何选项可以使内部卡在内核 3.19 中可用。Ubuntu 将其检测为 Intel 3165 卡。想要查询更多的信息:
$ lshw -C network
*-network UNCLAIMED
description: Network controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:05:00.0
version: 79
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: memory:df200000-df201fff
$ lspci
05:00.0 Network controller: Intel Corporation Device 3165 (rev 79)
Run Code Online (Sandbox Code Playgroud)
谢谢你的时间!