如何在网络控制器上安装驱动程序:Intel Corporation WiMAX / WiFi Link 5150?

时间:2016-12-22 09:57:15

标签: debian driver

我使用debian 8和gnom。我无法安装wifi的驱动程序。请帮助,我不是经验丰富的用户,所以请详细写下所有内容。

我用:

肉桂:2.2.16

核心Linux:3.16.0-4.amd64

现在关于syslog的所有wifi

Dec 22 11:50:57 localhost kernel: [   10.142589] Intel(R) Wireless WiFi driver for Linux, in-tree:
Dec 22 11:50:57 localhost kernel: [   10.142745] iwlwifi 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
Dec 22 11:50:57 localhost kernel: [   10.142811] iwlwifi 0000:04:00.0: irq 48 for MSI/MSI-X
Dec 22 11:50:57 localhost kernel: [   10.153523] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-5150-2.ucode (-2)
Dec 22 11:50:57 localhost kernel: [   10.153574] iwlwifi 0000:04:00.0: Direct firmware load failed with error -2
Dec 22 11:50:57 localhost kernel: [   10.153576] iwlwifi 0000:04:00.0: Falling back to user helper
Dec 22 11:50:57 localhost kernel: [   10.488382] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-5150-1.ucode (-2)
Dec 22 11:50:57 localhost kernel: [   10.488440] iwlwifi 0000:04:00.0: Direct firmware load failed with error -2
Dec 22 11:50:57 localhost kernel: [   10.488443] iwlwifi 0000:04:00.0: Falling back to user helper
Dec 22 11:50:57 localhost kernel: [   10.514768] iwlwifi 0000:04:00.0: no suitable firmware found!
Dec 22 11:50:59 localhost NetworkManager[487]: <info> rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/rfkill/rfkill0) (platform driver ideapad_acpi)
Dec 22 11:50:59 localhost NetworkManager[487]: <info> WiFi hardware radio set enabled
Dec 22 11:50:59 localhost NetworkManager[487]: <info> Loaded device plugin: /usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so
Dec 22 11:50:59 localhost NetworkManager[487]: <info> WiFi enabled by radio killswitch; enabled by state file
Dec 22 11:50:59 localhost NetworkManager[487]: <info> WWAN enabled by radio killswitch; enabled by state file
Dec 22 11:50:59 localhost NetworkManager[487]: <info> WiMAX enabled by radio killswitch; enabled by state file

1 个答案:

答案 0 :(得分:1)

要在 Intel Corporation WiMAX / WiFi Link 5150 上运行wifi,您应该按照debian-wiki中所述的步骤进行操作:

non-free组件添加到/etc/apt/sources.list,打开终端并运行以下命令:

sudo nano /etc/apt/sources.list

添加以下行:

deb http://httpredir.debian.org/debian/ jessie main contrib non-free

Ctrl + o 然后按 Enter Ctrl + X < / p>

更新并安装iwlwifi驱动程序:

sudo apt update
sudo apt install firmware-iwlwifi

重新加载驱动程序:

sudo modprobe -r iwlwifi && sudo modprobe iwlwifi