红联Linux门户
Linux帮助

X61 4965 无线网卡无法连接

发布时间:2011-07-31 00:13:42来源:红联作者:hardstone
请问哪里可以下到4965的linux驱动啊?谢谢!
文章评论

共有 8 条评论

  1. gzbjqf2 于 2017-03-29 16:55:28发表:

    请问下,有线的也能这样操作吗?

  2. wq413732076 于 2011-08-04 21:24:52发表:

    感谢楼主分享!我要学linux

  3. erlengzhi2 于 2011-08-02 06:37:22发表:

    非常感谢CEO,万岁万岁。万万岁

  4. hardstone 于 2011-07-31 22:13:13发表:

    我试试!非常感谢!

  5. wanglonghan 于 2011-07-31 22:06:45发表:

    非常感谢楼主,楼主万岁万岁万万岁!

  6. age 于 2011-07-31 11:08:25发表:

    [i=s] 本帖最后由 age 于 2011-7-31 11:11 编辑 [/i]

    1. 先查查驱动有没有装上[code]lspci -v[/code]慢慢找, 主要看那个Kernel modules一行, 比如我的Atheros无线网卡输出如下

    引用:
    03:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
    Subsystem: Atheros Communications Inc. Device 0035
    Flags: bus master, fast devsel, latency 0, IRQ 17
    Memory at f4300000 (64-bit, non-prefetchable) [size=64K]
    Capabilities:
    Kernel driver in use: ath5k
    Kernel modules: ath5k

    可以看到我的无线网卡用的ath5k模块. 而4965的驱动, 内核里也应该是包含的, 以我的arch为例[code][archblue@MyLady iwlegacy]$pwd
    /lib/modules/3.0-ARCH/kernel/drivers/net/wireless/iwlegacy
    [archblue@MyLady iwlegacy]$ls
    iwl3945.ko.gz iwl4965.ko.gz iwl-legacy.ko.gz[/code]可以看到3945和4695的二个模块, 如果系统里已有模块, 但没有自动加载, 就用[code]modprobe iwl4695[/code]如果内核里没有这个模块, 可能是编译时没有选择, 要么从网上找个别人已经编译好的, 要么重新编译内核吧.

    2. 驱动已安装, 那可能是无线开关的问题
    安装rfkill, 并运行如下命令[code][archblue@MyLady iwlegacy]$rfkill list
    0: tpacpi_bluetooth_sw: Bluetooth
    Soft blocked: no
    Hard blocked: no
    1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    2: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no[/code]注意wireliess段, 在本例中即为
    引用:
    1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

    必须是2个no才行, Soft blocked一般是软开关, 是软件设的, 一般不会出问题. 注意Hard blocked, 这个是硬件开关, 通常在笔记本机身上可以找到. 只要软硬开关都打开, 才能连无线.

    3. 如果还不行, 那就应该是无线认证通不过的问题了. 这点比较好办, 用图形化的GUI完成. 如nm-applet

  7. lwent90 于 2011-07-31 10:47:25发表:

    不懂 等 高手吧

  8. erlengzhi2 于 2011-07-31 06:10:04发表:

    这个不清楚了,帮顶,同问