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 / 问题

问题[ath5k](ubuntu)

Martin Hope
hattenn
Asked: 2010-12-27 10:49:45 +0800 CST

Atheros AR9285 的无线问题

  • 2

我有一台三星 N210,刚刚安装了 Ubuntu。我是 Linux 新手,遇到了一些问题。

我正在使用 Linksys WRT110 路由器。当我通过以太网电缆连接时,一切都很好,但是当我拔下电缆并尝试使用无线时,它确实有问题。连接不稳定。我可以使用互联网 5 分钟,然后几分钟它就消失了,然后又回来了,依此类推。但问题是,它总是显示它已连接,但我无法连接到任何网站。正如我所说,以太网电缆没有问题。

我做了一些研究,安装了三星工具(然后来这里询问)和 Realtek 8192E 无线驱动程序,用于三星上网本的最新内核,但没有运气。我也卸载了网络管理器并安装了 wicd,但也没有用。可能是什么问题?

这是 lspci 命令的输出:

00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller
00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation N10/ICH7 Family SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
05:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
09:00.0 Ethernet controller Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller

提前感谢所有建议。

PS:当我打开系统 > 关于 Ubuntu 时,它显示“您正在使用 Ubuntu 11.04 - Natty Narwhal - 于 2011 年 4 月发布并支持到 2012 年 10 月。” 为什么说 11.04?2011 年 4 月,嗯?

10.10 wireless drivers ath5k
  • 1 个回答
  • 4971 Views
Martin Hope
Giacomo Verticale
Asked: 2010-12-27 03:25:33 +0800 CST

在 atheros 无线网卡中的 802.11n 中仅启用 802.11b/g

  • 3

我有时会在办公室连接到有缺陷的无线 AP,其 802.11n 出现了某种故障。我的 Maverick 上网本有一个 atheros AR9285 无线,它支持 802.11n,想用 802.11n 连接 AP,失败。

我设法通过禁用 802.11n 模式并仅启用 802.11b/g 来修复 Windows 中的问题。有没有办法在 Maverick 中做同样的事情?

wireless drivers ath5k
  • 1 个回答
  • 5176 Views
Martin Hope
user5929
Asked: 2010-12-25 05:51:29 +0800 CST

Atheros 无线不工作

  • 4

自从我安装了 Ubuntu 10.10 以来,我一直在努力奋斗,但我很难让我的 wifi 正常工作。

所以这就是我尝试过的。

  • 首先,我使用 ifconfig 命令检查了我是否有驱动程序,它将无线局域网驱动程序显示为 wlan0。

  • 接下来,我通过成为 root 尝试了命令 iwlist wlan0 扫描,这给了我没有扫描结果的输出。

  • 接下来,我访问了此链接https://help.ubuntu.com/community/WifiDocs/Driver/Atheros以了解我的笔记本电脑可能有什么问题。我自己有一个 ath5k 芯片组。当我按照上面链接中的说明进行操作时,其中一个 blacklist-ath_pci.conf 文件已将其写入其中。

对于某些 Atheros 5K RF MAC,madwifi 驱动程序加载但未能正确初始化硬件,使其处于 ath5k 无法恢复的状态。为防止出现这种情况,请默认停止加载 madwifi。使用 Jockey 选择一位或另一位车手。(Ubuntu:#315056,#323830

我不太擅长 Linux,但我已经尝试过了。我迫切希望我的 wifi 能正常工作,如果这个社区能提供帮助,我会很高兴。

  • 添加:如果有人想知道我正在使用什么驱动程序,这是输出。
network
   description: Wireless interface
   product: AR2413 802.11bg NIC
   vendor: Atheros Communications Inc.
   physical id: 3
   bus info: pci@0000:0a:03.0
   logical name: wlan0
   version: 01
   serial: 00:19:7d:d3:0c:fd
   width: 32 bits
   clock: 33MHz
   capabilities: pm bus_master cap_list ethernet physical wireless
   configuration: broadcast=yes driver=ath5k driverversion=2.6.35-24-generic firmware=N/A 
     latency=168 link=no
     maxlatency=28 mingnt=10 multicast=yes wireless=IEEE 802.11bg
   resources: irq:18 memory:d0000000-d000ffff

关于我所做的更多信息和输出。

lsmod | grep ath
ath5k                 130083  0 
mac80211              231541  1 ath5k
ath                     8153  1 ath5k
cfg80211              144470  3 ath5k,mac80211,ath
led_class               2633  1 ath5k

替代文字

10.10 wireless drivers ath5k
  • 7 个回答
  • 7008 Views
Martin Hope
Dave A
Asked: 2010-11-03 09:32:05 +0800 CST

需要用于 AR9285 和 AR8152 的有线/无线 atheros 驱动程序

  • 4

如何手动将 atheros 驱动程序安装到我的东芝笔记本电脑(64 位)?

我需要 AR9285 无线适配器和 AR8152(v1.1) 有线快速以太网。

我无法将我的 UberStudent1.0(Linux 操作系统,Ubuntu10.04,equiv.)连接到网络。我在笔记本电脑 Mint8 上连接良好并且能够下载任何驱动程序。如果它们不是 .deb 格式,请您告诉我如何安装它们。Tarballs,zip等,仍然让我很难使用。

10.10 wireless 64-bit kernel ath5k
  • 2 个回答
  • 7941 Views
Martin Hope
Axeman
Asked: 2010-10-16 22:58:11 +0800 CST

无法通过服务器上的无线接口连接?

  • 1

lshw -C network节目

  *-network
       description: Wireless interface
       product: AR5001 Wireless Network Adapter
       vendor: Atheros Communications Inc.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlan0
       version: 01
       serial: 00:1f:3a:01:c7:6a
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ath5k driverversion=2.6.35-22-server firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bg
       resources: irq:19 memory:f6000000-f600ffff
networking server wireless ath5k
  • 1 个回答
  • 365 Views
Martin Hope
user4106
Asked: 2010-10-16 06:42:38 +0800 CST

如何在东芝Satellite C655中激活wifi?

  • 2

我最近买了一台东芝Satellite C655。它预装了 Windows 7。我以前从未有过笔记本,但作为桌面用户,我从 2 年开始就是 Ubuntu 用户,而且我从来没有遇到过驱动程序、wifi 等问题。

当我尝试在我的新笔记本电脑上安装 Ubuntu 10.04 以及全新的 10.10 时,我的计算机的某些组件遇到了一些问题。例如,我无法激活我的 wi-fi 卡,虽然我知道内核可以正确识别它,因为在终端执行“lspci”时,它被列出了。

无论如何,我无法“激活”wifi,或者为了能够搜索可用的公共网络并与之连接而需要做的任何事情。

笔记本电脑带来的 wifi 卡是(lspci 输出):

03:00.0 Network Controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01).

你有什么可以帮助我的吗?提前非常感谢!


编辑

这两种解决方案似乎都不起作用。首先,我尝试了 hhlp 告诉我的 installig。安装后,似乎没有任何变化:右键单击无线图标,似乎可以识别卡,因为勾选了“启用 wifi”选项。但是,再一次,我无法“打开 wi-fi”。

其次,我没有尝试安装驱动器,因为该卡已经被识别。问题是我似乎无法打开它!

我可能错过的一件事是东芝附带了一个允许您启用/禁用 wifi 工具的 Windows 软件。因此,它没有外部“按钮”来关闭它。我不知道这是否是问题所在,但我觉得问题可能就在那里:如何在我的 ubuntu 中打开 wifi 信号(或验证它是打开还是关闭)。

10.04 10.10 wireless ath5k
  • 3 个回答
  • 7862 Views

Sidebar

Stats

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

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

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

    • 14 个回答
  • Marko Smith

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

    • 24 个回答
  • Marko Smith

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

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +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