安装内核头文件 ubuntu 16.04 后没有声音和 wifi

安装内核头文件 ubuntu 16.04 后没有声音和 wifi

我最近安装了更新的内核头文件

sudo apt-get install linux-headers-$(uname -r)

sudo apt autoremove

重启后,我的 wifi 和声音输入输出都消失了。这似乎是驱动程序的问题,因为当我运行: sudo lshw -class network

Output:
  *-network               
       description: Ethernet interface
       product: Ethernet Connection (3) I218-LM
       vendor: Intel Corporation
       physical id: 19
       bus info: pci@0000:00:19.0
       logical name: eno1
       version: 03
       serial: 20:47:47:c5:93:90
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k duplex=full firmware=0.2-3 ip=200.200.200.142 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:46 memory:f7200000-f721ffff memory:f7243000-f7243fff ioport:f080(size=32)
  *-network UNCLAIMED
       description: Network controller
       product: Wireless 7265
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       version: 59
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:f7000000-f7001fff

对于声音输入和输出,我只看到虚拟输出。该命令pulseaudio -k && sudo alsa force-reload给我:

Unloading ALSA sound driver modules: (none loaded).
Loading ALSA sound driver modules: (none to reload).

pacmd list-cards给出输出:

0 card(s) available.

我从英特尔网站复制了 wifi 驱动程序(https://www.intel.co.za/content/www/za/en/support/articles/000005511/network-and-io/wireless-networking.html)到我的固件文件夹,但不确定之后该做什么。

相关内容