英特尔® 迅驰® Wireless-N 1000 - Wifi 连接非常慢 - 如何配置或修复它?

英特尔® 迅驰® Wireless-N 1000 - Wifi 连接非常慢 - 如何配置或修复它?

我是一名 Ubuntu 新用户,正在努力使我的 WiFi 正常工作。

如何安装已下载的驱动程序?

在更改路由器中的某些配置后,我的笔记本电脑上的速度可以达到 5Mbps(但智能手机上的速度可以达到 +100Mbps)

我也关注了整个 itsfoss 教程但我仍然没有达到最佳速度。

最近我发现在 intel.com 上找到合适的驱动程序

我已将iwlwifi-1000-3.ucode文件复制到/libfirmware

但我猜我的 wifi 仍在使用通用驱动程序。

$ lshw -C network

  *-network
       description: Wireless interface
       product: Centrino Wireless-N 1000 [Condor Peak]
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlp3s0
       version: 00
       serial: 00:26:c7:b2:b3:18
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=5.4.0-29-generic firmware=39.31.5.1 build 35138 ip=192.168.1.36 latency=0 link=yes multicast=yes wireless=IEEE 802.11
$ cat /etc/os-release
$ lsb_release -a
$ hostnamectl

Distributor ID: Ubuntu
Description:    Ubuntu 20.04 LTS
Release:    20.04
Codename:   focal
root@roberto-HP-Pavilion-dm4-Notebook-PC:/home/roberto# hostnamectl
   Static hostname: roberto-HP-Pavilion-dm4-Notebook-PC
         Icon name: computer-laptop
           Chassis: laptop
        Machine ID: 4261b4ee39b7492d88bca690bdbcb8eb
           Boot ID: 999a755c19264f008eb441c6607ab432
  Operating System: Ubuntu 20.04 LTS
            Kernel: Linux 5.4.0-29-generic
      Architecture: x86-64
$ lspci -knn | grep Net -A3; rfkill list

03:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1000 [Condor Peak] [8086:0084]
    Subsystem: Intel Corporation Centrino Wireless-N 1000 BGN [8086:1315]
    Kernel driver in use: iwlwifi
    Kernel modules: iwlwifi
0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: hp-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
3: hp-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: no

答案1

抱歉,各位!我的错误。

通过执行:$ nmcli dev wifi list

1. 我意识到这是一个路由器配置。

它仅为 802.11b(限制为 11mbps)。

我已经改为 802.11n (最高 130mbps)。

2. 我还意识到

有一个错误英特尔对 Linux 的支持页面. Intel® Centrino® Wireless-N 1000 固件版本在内核版本 3.2+ 和 2.6.30+ 之间切换。

然后我已按照以下步骤操作

$ tar -xvzf iwlwifi-1000-ucode-39.31.5.1.tgz 
$ cd iwlwifi-1000-ucode-39.31.5.1/
$ sudo cp iwlwifi-1000-5.ucode /lib/firmware/

相关内容