红联Linux门户
Linux帮助

lspci命令可看无线网卡 ifconfig看不到 如何操作

发布时间:2011-08-14 18:30:20来源:红联作者:somelee
请问为什么我不能发帖子呢?
说有不良词[attach]35579[/attach]
文章评论

共有 10 条评论

  1. opius 于 2011-08-15 08:43:20发表:

    路过的

  2. age 于 2011-08-14 23:06:28发表:

    [i=s] 本帖最后由 age 于 2011-8-14 23:08 编辑 [/i]

    参照我的这个回贴做吧
    http://www.linuxdiyf.com/bbs/viewthread.php?tid=205202&page=1&fromuid=105111#pid1494742
    另外有的无线接口可能默认是关闭的, 需要手动开启
    ifconfig wlan0 up

  3. zjsxwc 于 2011-08-14 20:18:28发表:

    嗯,你内核没加载你网卡的驱动
    用命令 modprobe b43 加载网卡驱动就能用了
    不放心就用 lsmod |grep b43看看有没有加载
    当然前提是你/usr/src/xxx/下有b43模块,这种通用驱动现在一般linux发行版都会带的

  4. somelee 于 2011-08-14 20:10:22发表:

    lsmod如上,实在憋得不行了
    用ndiswrapper加载windows下的驱动上起了。

  5. somelee 于 2011-08-14 20:09:27发表:

    somelee-dynabook-Satellite-J32 ndiswrapper-1.56 # lsmod
    Module Size Used by
    usbhid 41704 0
    hid 77084 1 usbhid
    ndiswrapper 192828 0
    nls_iso8859_1 12617 1
    nls_cp437 12751 1
    vfat 17335 1
    fat 55505 1 vfat
    binfmt_misc 13213 1
    dm_crypt 22463 0
    snd_intel8x0 33213 2
    snd_ac97_codec 105614 1 snd_intel8x0
    joydev 17322 0
    ac97_bus 12642 1 snd_ac97_codec
    snd_pcm 80244 2 snd_intel8x0,snd_ac97_codec
    pcmcia 39671 0
    snd_seq_midi 13132 0
    snd_rawmidi 25269 1 snd_seq_midi
    snd_seq_midi_event 14475 1 snd_seq_midi
    snd_seq 51291 2 snd_seq_midi,snd_seq_midi_event
    snd_timer 28659 2 snd_pcm,snd_seq
    snd_seq_device 14110 3 snd_seq_midi,snd_rawmidi,snd_seq
    ppdev 12849 0
    yenta_socket 27230 0
    pcmcia_rsrc 18292 1 yenta_socket
    snd 55295 11 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    pcmcia_core 21505 3 pcmcia,yenta_socket,pcmcia_rsrc
    psmouse 73312 0
    soundcore 12600 1 snd
    parport_pc 32111 1
    snd_page_alloc 14073 2 snd_intel8x0,snd_pcm
    shpchp 32345 0
    toshiba_acpi 13796 0
    serio_raw 12990 0
    sparse_keymap 13666 1 toshiba_acpi
    lp 13349 0
    parport 36746 3 ppdev,parport_pc,lp
    dm_raid45 88410 0
    xor 21860 1 dm_raid45
    btrfs 527341 0
    zlib_deflate 26594 1 btrfs
    libcrc32c 12543 1 btrfs
    i915 450944 2
    drm_kms_helper 40745 1 i915
    drm 180037 2 i915,drm_kms_helper
    floppy 60032 0
    e100 40108 0
    i2c_algo_bit 13184 1 i915
    video 18951 1 i915

  6. zjsxwc 于 2011-08-14 19:22:09发表:

    [i=s] 本帖最后由 zjsxwc 于 2011-8-14 19:29 编辑 [/i]

    把 核心加载的模块也发下吧: lsmod

    lspci虽然能够检测到硬件,但要使用硬件还需要核心加载了硬件的驱动,你的网卡驱动名大概叫 b43吧,发下 lsmod 的输出吧先

  7. somelee 于 2011-08-14 18:46:07发表:

    请大家帮我看下怎么办啊,没有无线网,现在蹲在路由器旁边敲字,热死我了都。。。悲剧得很,1.5米的网线。
    路由在客厅

  8. somelee 于 2011-08-14 18:45:12发表:

    somelee-dynabook-Satellite-J32 somelee # iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

  9. somelee 于 2011-08-14 18:44:49发表:

    somelee-dynabook-Satellite-J32 somelee # ifconfig -a
    eth0 Link encap:Ethernet HWaddr 00:0e:7b:6d:59:29
    inet addr:192.168.6.119 Bcast:192.168.6.255 Mask:255.255.255.0
    inet6 addr: fe80::20e:7bff:fe6d:5929/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:105461 errors:0 dropped:0 overruns:0 frame:0
    TX packets:125836 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:16231024 (16.2 MB) TX bytes:178483429 (178.4 MB)

    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:24 errors:0 dropped:0 overruns:0 frame:0
    TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:1440 (1.4 KB) TX bytes:1440 (1.4 KB)

  10. somelee 于 2011-08-14 18:43:57发表:

    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83)
    00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 03)
    00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 03)
    00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
    01:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VE (MOB) Ethernet Controller (rev 83)
    01:0b.0 CardBus bridge: Toshiba America Info Systems ToPIC100 PCI to Cardbus Bridge with ZV Support (rev 32)
    01:0b.1 CardBus bridge: Toshiba America Info Systems ToPIC100 PCI to Cardbus Bridge with ZV Support (rev 32)
    02:00.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
    lspci的结果