首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >Intel Centrino Wireless-N 1000 - Wifi连接非常慢-我如何配置或修复它?

Intel Centrino Wireless-N 1000 - Wifi连接非常慢-我如何配置或修复它?
EN

Ask Ubuntu用户
提问于 2020-05-12 13:10:07
回答 1查看 3.5K关注 0票数 2

我是一个新的Ubuntu用户,试图让我的wifi正常工作。

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

在改变路由器的一些配置后,我可以在我的笔记本电脑上获得5 5Mbps (但在我的智能手机上是+100 5Mbps)

我也跟随了这个完整的教程,但我仍然没有达到全速。

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

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

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

代码语言:javascript
运行
复制
$ 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
代码语言:javascript
运行
复制
$ 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
代码语言:javascript
运行
复制
$ 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
EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2020-05-13 14:52:57

抱歉,伙计们!是我的错。

通过执行:$ nmcli dev wifi list

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

它只是802.11b (限制在11 11mbps)。

我已经更改为802.11n (高达130)。

2.我还意识到

英特尔对Linux页面的支持上有一个bug。无线-N1000固件版本在内核版本3.2+和2.6.30+之间切换。

然后是我遵循了这些步骤

代码语言:javascript
运行
复制
$ 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/
票数 2
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1238656

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档