AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 34347
Accepted
Ashley G
Ashley G
Asked: 2011-04-11 01:56:49 +0800 CST2011-04-11 01:56:49 +0800 CST 2011-04-11 01:56:49 +0800 CST

Atheros Wifi 可在一台台式计算机上运行,​​但不能在另一台计算机上运行

  • 772

我的 Wifi 卡在我的旧桌面上运行良好,但在我将其移至新桌面时无法正常工作。

这是输出sudo lshw -C network

-network UNCLAIMED     
       description: Ethernet controller
       product: Atheros Communications Inc.
       vendor: Atheros Communications Inc.
       physical id: 0
       bus info: pci@0000:04:00.0
       version: 01
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list
       configuration: latency=32
       resources: memory:fb200000-fb20ffff

和sudo lspci

00:00.0 Host bridge: Intel Corporation Sandy Bridge DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Sandy Bridge PCI Express Root Port (rev 09)
00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b5)
00:1c.3 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 4 (rev b5)
00:1c.4 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 5 (rev b5)
00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation Cougar Point LPC Controller (rev 05)
00:1f.2 IDE interface: Intel Corporation Cougar Point 4 port SATA IDE Controller (rev 05)
00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 05)
00:1f.5 IDE interface: Intel Corporation Cougar Point 2 port SATA IDE Controller (rev 05)
01:00.0 VGA compatible controller: nVidia Corporation Device 0de1 (rev a1)
01:00.1 Audio device: nVidia Corporation Device 0bea (rev a1)
03:00.0 PCI bridge: Device 1b21:1080 (rev 01)
04:00.0 Ethernet controller: Atheros Communications Inc. Device ff1a (rev 01)
05:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 03)
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)

和sudo iwconfig

lo        no wireless extensions.

eth0      no wireless extensions.

和sudo ifconfig

eth0      Link encap:Ethernet  HWaddr 6c:62:6d:e6:8f:6f  
          inet addr:192.168.0.143  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::6e62:6dff:fee6:8f6f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5772951 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5587811 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:996414964 (996.4 MB)  TX bytes:1604420754 (1.6 GB)
          Interrupt:44 Base address:0x2000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:60498 errors:0 dropped:0 overruns:0 frame:0
          TX packets:60498 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:9892064 (9.8 MB)  TX bytes:9892064 (9.8 MB)

我完全不知道该怎么做,甚至不知道这意味着什么,任何让我的 wifi 再次工作的帮助都将不胜感激。

谢谢!

灰

wireless
  • 2 2 个回答
  • 977 Views

2 个回答

  • Voted
  1. Best Answer
    user unknown
    2011-04-21T18:37:17+08:002011-04-21T18:37:17+08:00

    查看您的日志文件:

     dmesg | grep ath
     grep ath /var/log/*.log* | egrep -iv path
    

    可能是中断问题。我可以在 bios 中治愈这样的事情,但是使用 intel-IPW2100。也许可以找到一些其他的想法。

    评论后更新:

    在我的旧笔记本电脑 ubuntu 9.04 上,我得到:

    locate ath_pci
    /etc/modprobe.d/blacklist-ath_pci.conf
    /lib/linux-restricted-modules/2.6.27-14-generic/ath_pci
    /lib/linux-restricted-modules/2.6.27-14-generic/ath_pci/ath_pci.mod.o
    /lib/linux-restricted-modules/2.6.27-14-generic/ath_pci/if_ath.o
    /lib/linux-restricted-modules/2.6.27-14-generic/ath_pci/if_ath_pci.o
    /lib/linux-restricted-modules/2.6.28-16-generic/ath_pci
    /lib/linux-restricted-modules/2.6.28-16-generic/ath_pci/ath_pci.mod.o
    /lib/linux-restricted-modules/2.6.28-16-generic/ath_pci/if_ath.o
    /lib/linux-restricted-modules/2.6.28-16-generic/ath_pci/if_ath_pci.o
    /lib/modules/2.6.24-24-generic/madwifi/ath_pci.ko
    /usr/share/linux-restricted-modules/2.6.27-14-generic/modules.alias.override/ath_pci
    /usr/share/linux-restricted-modules/2.6.28-16-generic/modules.alias.override/ath_pci
    

    在较新的版本 (10.04) 上,只有第 1 行 modprobe-blacklist。

    但是在很多 ath5k 文件上,主要是 .ko 相关的(内核对象,别名:驱动程序)。

    • 2
  2. Oli
    2011-04-11T04:24:04+08:002011-04-11T04:24:04+08:00

    我相信这些卡应该可以在最新的内核上运行,但除非你想升级你的 Ubuntu 版本,否则这个特定的芯片组会出现异常行为,并且将其强制安装到ath5k驱动程序上应该可以工作。

    在旧版本的 Ubuntu 中,尤其是涉及 madwidi 驱动程序的地方,该ath5k驱动程序最终会被其他驱动程序列入黑名单。要解决此问题,您需要找出它被阻止的位置。将其触发到终端:

    grep -R 'ath5k' /etc/modprobe.d/
    

    如果返回任何以 开头的行,则blacklist需要编辑该文件并将该行注释掉。grep将输出文件的名称,因此只需运行sudo nano the_filename,在适用的行前粘贴 a #(在 nano 中的 control+w 进行搜索),然后 control+x 保存。重新启动,希望您将拥有无线网卡。

    • -1

相关问题

  • 华为EC-1260(Tata Photon)USB上网设备如何通过家庭无线网络共享互联网?

  • 如何将 Ubuntu 设置为无线接入点?

  • 如何为 LG X130 上网本安装 relink 无线驱动程序

  • 无论用户是否登录,如何配置 WiFi 以在启动时登录 WPA?

  • 如何设置与 Eee PC 1005 的无线连接?[关闭]

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    我需要什么命令来解压缩/提取 .tar.gz 文件?

    • 8 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Marko Smith

    如何使用命令行将用户添加为新的 sudoer?

    • 7 个回答
  • Marko Smith

    更改文件夹权限和所有权

    • 9 个回答
  • Martin Hope
    EmmyS 我需要什么命令来解压缩/提取 .tar.gz 文件? 2011-02-09 14:50:41 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve