红联Linux门户
Linux帮助

SUSE11 下如何查无线网卡名称

发布时间:2010-07-09 14:09:41来源:红联作者:黑色风暴
suse 11 系统
lspci 信息如下:
:~ # lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8400M GS] (rev a1)
04:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)
08:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8055 PCI-E Gigabit Ethernet Controller (rev 13)
0e:09.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b4)
0e:09.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 09)
0e:09.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 18)
0e:09.3 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 09)
0e:09.4 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 04)
0e:09.5 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)



请问我在用modprobe -r 命令时后面跟的无线网卡名要怎么写,请高手指点,谢谢了。

试过这几个都不行
linux-5237:~ # modprobe -r Wireless4965
FATAL: Module Wireless4965 not found.
linux-5237:~ # modprobe -r wireless4965
FATAL: Module wireless4965 not found.
linux-5237:~ # modprobe -r wireless 4965
FATAL: Module wireless not found.
linux-5237:~ # modprobe -r Wireless 4965
FATAL: Module Wireless not found.
文章评论

共有 7 条评论

  1. 黑色风暴 于 2010-07-14 17:52:58发表:

    楼上正解,谢谢。

  2. svolta 于 2010-07-14 09:45:09发表:

    你要卸载mac80211模块的话你得先把它使用的模块 iwlagn,iwlcore 先卸载掉,如果被使用的模块还使用的别的模块的话得先卸载别的模块,以此类推!

  3. 黑色风暴 于 2010-07-13 17:16:58发表:

    mac80211 257120 2 iwlagn,iwlcore
    serio_raw 7916 0
    mmc_core 83616 1 sdhci
    ieee1394 121024 1 ohci1394
    pcmcia_core 50084 3 pcmcia,yenta_socket,rsrc_nonstatic
    snd_hda_codec 111112 2 snd_hda_codec_realtek,snd_hda_intel
    cfg80211 123296 3 iwlagn,iwlcore,mac80211


    我是要?载无线网卡原来的驱动加载新驱动,请问模块名是输入mac80211还是cfg80211?
    # modprobe -r mac80211
    FATAL: Module mac80211 is in use.
    无何禁用正在使用的模块?

  4. svolta 于 2010-07-13 11:08:26发表:

    你想卸载驱动模块?后面的名字不应该是网卡的名称,应该是驱动模块的名称,你可以用lsmod命令看看用的是那个驱动模块!

  5. zcf115 于 2010-07-10 19:51:56发表:

    你将那个W大写再试试。

  6. 黑色风暴 于 2010-07-10 13:16:45发表:

    [i=s] 本帖最后由 黑色风暴 于 2010-7-10 13:18 编辑 [/i]

    linux-5237:~ # modprobe -r |grep wireless 4965
    grep: 4965: 没有那个文件或目录
    Usage: modprobe [-v] [-V] [-C config-file] [-d ] [-n] [-i] [-q] [-b] [-o ] [ --dump-modversions ] [parameters...]
    modprobe -r [-n] [-i] [-v] ...
    modprobe -l -t [ -a ...]

    试了一下还是不行,不过谢谢。

  7. zcf115 于 2010-07-09 17:13:36发表:

    modprobe -r | grep Wireless 4965
    不知道行不行