如何在网络控制器上安装驱动程序:Intel Corporation WiMAX/WiFi Link 5150?
How to install a driver on Network controller: Intel Corporation WiMAX/WiFi Link 5150?
我使用 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
要让 wifi 在 Intel Corporation WiMAX/WiFi Link 5150 上工作,您应该按照 debian-wiki:[=18 中描述的步骤操作=]
将 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
更新并安装 iwlwifi
驱动程序:
sudo apt update
sudo apt install firmware-iwlwifi
重新加载驱动程序:
sudo modprobe -r iwlwifi && sudo modprobe iwlwifi
我使用 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
要让 wifi 在 Intel Corporation WiMAX/WiFi Link 5150 上工作,您应该按照 debian-wiki:[=18 中描述的步骤操作=]
将 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
更新并安装 iwlwifi
驱动程序:
sudo apt update
sudo apt install firmware-iwlwifi
重新加载驱动程序:
sudo modprobe -r iwlwifi && sudo modprobe iwlwifi