Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
i have a dell inspiron 600m that i am running ubuntu 11.04 on and it cant find the wifi cards firmware/drivers i am using a netgear wg111v3 usb adapter on ...
  1. #1
    Just Joined! champ_weller's Avatar
    Join Date
    Sep 2011
    Location
    ohio
    Posts
    90

    ubuntu cant find drivers/firmware for my wi-fi card on laptop

    i have a dell inspiron 600m that i am running ubuntu 11.04 on and it cant find the wifi cards firmware/drivers i am using a netgear wg111v3 usb adapter on it but i need it for my computer upstairs so ubuntu can see my device it has the device name and it says firmware missing can anybody help me?

  2. #2
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    Take a look at this thread, and post your results back here.

    http://www.linuxforums.org/forum/wir...tart-here.html
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  3. #3
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,977
    Ubuntu does not install proprietary drivers/firmware by default. However, it does provide them most of the time. You need to go the the System->Administration->Hardware Drivers to find them. It will scan the hardware and find the driver/firmware if they can be found.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  4. #4
    Just Joined! champ_weller's Avatar
    Join Date
    Sep 2011
    Location
    ohio
    Posts
    90
    rubberman i did what you asked couldnt find anything

    jayd512 i will do

  5. #5
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    When you tried Rubbermans suggestion, did you happen to have a working internet connection?
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  6. #6
    Just Joined! champ_weller's Avatar
    Join Date
    Sep 2011
    Location
    ohio
    Posts
    90
    it did i forgot about that ill unplug my usb card and try again and i saved the script the thread you posted had ill run that if this doesnt work thanks

  7. #7
    Just Joined! champ_weller's Avatar
    Join Date
    Sep 2011
    Location
    ohio
    Posts
    90
    ok i ran this script with the usb card in and ill post the result under the script
    Code:
    #! /bin/bash
    # This script will find the needed information for
    # wireless troubleshooting.
    # Name this file WirelessSetup
    
    cd ~/
    touch wireless_setup.txt
    echo ============ lspci ============ >> ~/wireless_setup.txt
    lspci -knn >> ~/wireless_setup.txt
    echo ` ` >> ~/wireless_setup.txt
    echo ============ lsusb ============ >> ~/wireless_setup.txt
    lsusb >> ~/wireless_setup.txt
    echo ` ` >> ~/wireless_setup.txt
    echo ============ lsmod ============ >> ~/wireless_setup.txt
    lsmod >> ~/wireless_setup.txt
    echo ` ` >> ~/wireless_setup.txt
    echo ============ dmesg-firmware ============ >> ~/wireless_setup.txt
    dmesg | grep firmware >> ~/wireless_setup.txt
    echo ` ` >> ~/wireless_setup.txt
    echo ============ kernel version ============ >> ~/wireless_setup.txt
    uname -r >> ~/wireless_setup.txt
    echo ` ` >> ~/wireless_setup.txt
    echo ============ ifconfig ============ >> ~/wireless_setup.txt
    ifconfig >> ~/wireless_setup.txt
    echo ` ` >> ~/wireless_setup.txt
    echo ============ iwconfig ============ >> ~/wireless_setup.txt
    iwconfig >> ~/wireless_setup.txt
    result with usb card in
    Code:
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    and i got the same result without the usb card in

  8. #8
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    I think you just saved the script. Now it's time to make it executable.
    Change the name of the file to WirelessSetup, and do this in a terminal:
    Code:
    chmod +x ~/WirelessSetup
    Then, run it with:
    Code:
    ./WirelessSetup
    You'll end up with a .txt file with the output of the needed info.
    Paste that back here.
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  9. #9
    Just Joined! champ_weller's Avatar
    Join Date
    Sep 2011
    Location
    ohio
    Posts
    90
    Code:
    ============ lspci ============
    00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O Controller [8086:3340] (rev 03)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: agpgart-intel
    00:01.0 PCI bridge [0604]: Intel Corporation 82855PM Processor to AGP Controller [8086:3341] (rev 03)
    	Kernel modules: shpchp
    00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ehci_hcd
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 81)
    	Kernel modules: shpchp
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge [8086:24cc] (rev 01)
    	Kernel modules: iTCO_wdt, intel-rng
    00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE Controller [8086:24ca] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ata_piix
    00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: Intel ICH
    	Kernel modules: snd-intel8x0
    00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 01)
    	Subsystem: Conexant Systems, Inc. D480 MDC V.9x Modem [14f1:5422]
    	Kernel modules: snd-intel8x0m
    01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000] [1002:4c66] (rev 02)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: radeon
    	Kernel modules: radeon, radeonfb
    02:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
    	Subsystem: Dell Device [1028:8127]
    	Kernel driver in use: b44
    	Kernel modules: b44
    02:01.0 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:01.1 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:03.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)
    	Subsystem: Dell Wireless 1370 WLAN Mini-PCI Card [1028:0005]
    	Kernel driver in use: b43-pci-bridge
    	Kernel modules: ssb
    
    ============ lsusb ============
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
    ============ lsmod ============
    Module                  Size  Used by
    cryptd                 19801  0 
    aes_i586               16956  1 
    aes_generic            38023  1 aes_i586
    arc4                   12473  4 
    snd_intel8x0           33213  2 
    radeon                896428  3 
    snd_ac97_codec        105614  1 snd_intel8x0
    ac97_bus               12642  1 snd_ac97_codec
    snd_pcm                80244  2 snd_intel8x0,snd_ac97_codec
    b43                   296610  0 
    rtl8187                56206  0 
    snd_seq_midi           13132  0 
    snd_rawmidi            25269  1 snd_seq_midi
    ttm                    65184  1 radeon
    mac80211              257001  2 rtl8187,b43
    snd_seq_midi_event     14475  1 snd_seq_midi
    snd_seq                51291  2 snd_seq_midi,snd_seq_midi_event
    drm_kms_helper         40745  1 radeon
    binfmt_misc            13213  1 
    snd_timer              28659  2 snd_pcm,snd_seq
    joydev                 17322  0 
    ppdev                  12849  0 
    pcmcia                 39671  0 
    snd_seq_device         14110  3 snd_seq_midi,snd_rawmidi,snd_seq
    cfg80211              156212  3 rtl8187,b43,mac80211
    drm                   180037  5 radeon,ttm,drm_kms_helper
    snd                    55295  11 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    yenta_socket           27230  0 
    dcdbas                 14054  0 
    pcmcia_rsrc            18292  1 yenta_socket
    psmouse                73312  0 
    eeprom_93cx6           12653  1 rtl8187
    i2c_algo_bit           13184  1 radeon
    pcmcia_core            21505  3 pcmcia,yenta_socket,pcmcia_rsrc
    soundcore              12600  1 snd
    parport_pc             32111  1 
    snd_page_alloc         14073  2 snd_intel8x0,snd_pcm
    shpchp                 32345  0 
    video                  18951  0 
    serio_raw              12990  0 
    lp                     13349  0 
    parport                36746  3 ppdev,parport_pc,lp
    b44                    35301  0 
    ssb                    45942  2 b43,b44
    
    ============ dmesg-firmware ============
    [   20.028555] b43-phy0 ERROR: You must go to b43 - Linux Wireless and download the correct firmware for this driver version. Please carefully read all instructions on this website.
    
    ============ kernel version ============
    2.6.38-8-generic
    
    ============ ifconfig ============
    eth0      Link encap:Ethernet  HWaddr 00:14:22:d0:cd:c1  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:11 
    
    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:12 errors:0 dropped:0 overruns:0 frame:0
              TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:720 (720.0 B)  TX bytes:720 (720.0 B)
    
    wlan0     Link encap:Ethernet  HWaddr 00:22:3f:f3:00:3b  
              inet addr:192.168.1.5  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::222:3fff:fef3:3b/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:11884 errors:0 dropped:0 overruns:0 frame:0
              TX packets:10100 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:10444694 (10.4 MB)  TX bytes:2078003 (2.0 MB)
    
    
    ============ iwconfig ============
    wlan1     IEEE 802.11bg  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              
    wlan0     IEEE 802.11bg  ESSID:"NETGEAR"  
              Mode:Managed  Frequency:2.462 GHz  Access Point: 00:18:4D:83:51:3E   
              Bit Rate=54 Mb/s   Tx-Power=20 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=70/70  Signal level=-38 dBm  
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:3  Invalid misc:164   Missed beacon:0
    
    ============ lspci ============
    00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O Controller [8086:3340] (rev 03)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: agpgart-intel
    00:01.0 PCI bridge [0604]: Intel Corporation 82855PM Processor to AGP Controller [8086:3341] (rev 03)
    	Kernel modules: shpchp
    00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ehci_hcd
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 81)
    	Kernel modules: shpchp
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge [8086:24cc] (rev 01)
    	Kernel modules: iTCO_wdt, intel-rng
    00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE Controller [8086:24ca] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ata_piix
    00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: Intel ICH
    	Kernel modules: snd-intel8x0
    00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 01)
    	Subsystem: Conexant Systems, Inc. D480 MDC V.9x Modem [14f1:5422]
    	Kernel modules: snd-intel8x0m
    01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000] [1002:4c66] (rev 02)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: radeon
    	Kernel modules: radeon, radeonfb
    02:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
    	Subsystem: Dell Device [1028:8127]
    	Kernel driver in use: b44
    	Kernel modules: b44
    02:01.0 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:01.1 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:03.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)
    	Subsystem: Dell Wireless 1370 WLAN Mini-PCI Card [1028:0005]
    	Kernel driver in use: b43-pci-bridge
    	Kernel modules: ssb
    
    ============ lsusb ============
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
    ============ lsmod ============
    Module                  Size  Used by
    cryptd                 19801  0 
    aes_i586               16956  1 
    aes_generic            38023  1 aes_i586
    arc4                   12473  4 
    snd_intel8x0           33213  2 
    radeon                896428  3 
    snd_ac97_codec        105614  1 snd_intel8x0
    ac97_bus               12642  1 snd_ac97_codec
    snd_pcm                80244  2 snd_intel8x0,snd_ac97_codec
    b43                   296610  0 
    rtl8187                56206  0 
    snd_seq_midi           13132  0 
    snd_rawmidi            25269  1 snd_seq_midi
    ttm                    65184  1 radeon
    mac80211              257001  2 rtl8187,b43
    snd_seq_midi_event     14475  1 snd_seq_midi
    snd_seq                51291  2 snd_seq_midi,snd_seq_midi_event
    drm_kms_helper         40745  1 radeon
    binfmt_misc            13213  1 
    snd_timer              28659  2 snd_pcm,snd_seq
    joydev                 17322  0 
    ppdev                  12849  0 
    pcmcia                 39671  0 
    snd_seq_device         14110  3 snd_seq_midi,snd_rawmidi,snd_seq
    cfg80211              156212  3 rtl8187,b43,mac80211
    drm                   180037  5 radeon,ttm,drm_kms_helper
    snd                    55295  11 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    yenta_socket           27230  0 
    dcdbas                 14054  0 
    pcmcia_rsrc            18292  1 yenta_socket
    psmouse                73312  0 
    eeprom_93cx6           12653  1 rtl8187
    i2c_algo_bit           13184  1 radeon
    pcmcia_core            21505  3 pcmcia,yenta_socket,pcmcia_rsrc
    soundcore              12600  1 snd
    parport_pc             32111  1 
    snd_page_alloc         14073  2 snd_intel8x0,snd_pcm
    shpchp                 32345  0 
    video                  18951  0 
    serio_raw              12990  0 
    lp                     13349  0 
    parport                36746  3 ppdev,parport_pc,lp
    b44                    35301  0 
    ssb                    45942  2 b43,b44
    
    ============ dmesg-firmware ============
    [   20.028555] b43-phy0 ERROR: You must go to b43 - Linux Wireless and download the correct firmware for this driver version. Please carefully read all instructions on this website.
    
    ============ kernel version ============
    2.6.38-8-generic
    
    ============ ifconfig ============
    eth0      Link encap:Ethernet  HWaddr 00:14:22:d0:cd:c1  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:11 
    
    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:12 errors:0 dropped:0 overruns:0 frame:0
              TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:720 (720.0 B)  TX bytes:720 (720.0 B)
    
    wlan0     Link encap:Ethernet  HWaddr 00:22:3f:f3:00:3b  
              inet addr:192.168.1.5  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::222:3fff:fef3:3b/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:11894 errors:0 dropped:0 overruns:0 frame:0
              TX packets:10104 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:10448931 (10.4 MB)  TX bytes:2080671 (2.0 MB)
    
    
    ============ iwconfig ============
    wlan1     IEEE 802.11bg  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              
    wlan0     IEEE 802.11bg  ESSID:"NETGEAR"  
              Mode:Managed  Frequency:2.462 GHz  Access Point: 00:18:4D:83:51:3E   
              Bit Rate=48 Mb/s   Tx-Power=20 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=70/70  Signal level=-38 dBm  
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:3  Invalid misc:166   Missed beacon:0
    
    ============ lspci ============
    00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O Controller [8086:3340] (rev 03)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: agpgart-intel
    00:01.0 PCI bridge [0604]: Intel Corporation 82855PM Processor to AGP Controller [8086:3341] (rev 03)
    	Kernel modules: shpchp
    00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ehci_hcd
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 81)
    	Kernel modules: shpchp
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge [8086:24cc] (rev 01)
    	Kernel modules: iTCO_wdt, intel-rng
    00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE Controller [8086:24ca] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ata_piix
    00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: Intel ICH
    	Kernel modules: snd-intel8x0
    00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 01)
    	Subsystem: Conexant Systems, Inc. D480 MDC V.9x Modem [14f1:5422]
    	Kernel modules: snd-intel8x0m
    01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000] [1002:4c66] (rev 02)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: radeon
    	Kernel modules: radeon, radeonfb
    02:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
    	Subsystem: Dell Device [1028:8127]
    	Kernel driver in use: b44
    	Kernel modules: b44
    02:01.0 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:01.1 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:03.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)
    	Subsystem: Dell Wireless 1370 WLAN Mini-PCI Card [1028:0005]
    	Kernel driver in use: b43-pci-bridge
    	Kernel modules: ssb
    
    ============ lsusb ============
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
    ============ lsmod ============
    Module                  Size  Used by
    cryptd                 19801  0 
    aes_i586               16956  1 
    aes_generic            38023  1 aes_i586
    arc4                   12473  4 
    snd_intel8x0           33213  2 
    radeon                896428  3 
    snd_ac97_codec        105614  1 snd_intel8x0
    ac97_bus               12642  1 snd_ac97_codec
    snd_pcm                80244  2 snd_intel8x0,snd_ac97_codec
    b43                   296610  0 
    rtl8187                56206  0 
    snd_seq_midi           13132  0 
    snd_rawmidi            25269  1 snd_seq_midi
    ttm                    65184  1 radeon
    mac80211              257001  2 rtl8187,b43
    snd_seq_midi_event     14475  1 snd_seq_midi
    snd_seq                51291  2 snd_seq_midi,snd_seq_midi_event
    drm_kms_helper         40745  1 radeon
    binfmt_misc            13213  1 
    snd_timer              28659  2 snd_pcm,snd_seq
    joydev                 17322  0 
    ppdev                  12849  0 
    pcmcia                 39671  0 
    snd_seq_device         14110  3 snd_seq_midi,snd_rawmidi,snd_seq
    cfg80211              156212  3 rtl8187,b43,mac80211
    drm                   180037  5 radeon,ttm,drm_kms_helper
    snd                    55295  11 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    yenta_socket           27230  0 
    dcdbas                 14054  0 
    pcmcia_rsrc            18292  1 yenta_socket
    psmouse                73312  0 
    eeprom_93cx6           12653  1 rtl8187
    i2c_algo_bit           13184  1 radeon
    pcmcia_core            21505  3 pcmcia,yenta_socket,pcmcia_rsrc
    soundcore              12600  1 snd
    parport_pc             32111  1 
    snd_page_alloc         14073  2 snd_intel8x0,snd_pcm
    shpchp                 32345  0 
    video                  18951  0 
    serio_raw              12990  0 
    lp                     13349  0 
    parport                36746  3 ppdev,parport_pc,lp
    b44                    35301  0 
    ssb                    45942  2 b43,b44
    
    ============ dmesg-firmware ============
    [   20.028555] b43-phy0 ERROR: You must go to b43 - Linux Wireless and download the correct firmware for this driver version. Please carefully read all instructions on this website.
    
    ============ kernel version ============
    2.6.38-8-generic
    
    ============ ifconfig ============
    eth0      Link encap:Ethernet  HWaddr 00:14:22:d0:cd:c1  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:11 
    
    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:12 errors:0 dropped:0 overruns:0 frame:0
              TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:720 (720.0 B)  TX bytes:720 (720.0 B)
    
    wlan0     Link encap:Ethernet  HWaddr 00:22:3f:f3:00:3b  
              inet addr:192.168.1.5  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::222:3fff:fef3:3b/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:11970 errors:0 dropped:0 overruns:0 frame:0
              TX packets:10119 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:10462839 (10.4 MB)  TX bytes:2087784 (2.0 MB)
    
    
    ============ iwconfig ============
    wlan1     IEEE 802.11bg  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              
    wlan0     IEEE 802.11bg  ESSID:"NETGEAR"  
              Mode:Managed  Frequency:2.462 GHz  Access Point: 00:18:4D:83:51:3E   
              Bit Rate=48 Mb/s   Tx-Power=20 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=68/70  Signal level=-42 dBm  
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:3  Invalid misc:169   Missed beacon:0
    
    ============ lspci ============
    00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O Controller [8086:3340] (rev 03)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: agpgart-intel
    00:01.0 PCI bridge [0604]: Intel Corporation 82855PM Processor to AGP Controller [8086:3341] (rev 03)
    	Kernel modules: shpchp
    00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ehci_hcd
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 81)
    	Kernel modules: shpchp
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge [8086:24cc] (rev 01)
    	Kernel modules: iTCO_wdt, intel-rng
    00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE Controller [8086:24ca] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ata_piix
    00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: Intel ICH
    	Kernel modules: snd-intel8x0
    00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 01)
    	Subsystem: Conexant Systems, Inc. D480 MDC V.9x Modem [14f1:5422]
    	Kernel modules: snd-intel8x0m
    01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000] [1002:4c66] (rev 02)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: radeon
    	Kernel modules: radeon, radeonfb
    02:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
    	Subsystem: Dell Device [1028:8127]
    	Kernel driver in use: b44
    	Kernel modules: b44
    02:01.0 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:01.1 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:03.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)
    	Subsystem: Dell Wireless 1370 WLAN Mini-PCI Card [1028:0005]
    	Kernel driver in use: b43-pci-bridge
    	Kernel modules: ssb
    
    ============ lsusb ============
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
    ============ lsmod ============
    Module                  Size  Used by
    cryptd                 19801  0 
    aes_i586               16956  1 
    aes_generic            38023  1 aes_i586
    rtl8187                56206  0 
    eeprom_93cx6           12653  1 rtl8187
    arc4                   12473  4 
    radeon                896428  3 
    snd_intel8x0           33213  2 
    snd_ac97_codec        105614  1 snd_intel8x0
    ac97_bus               12642  1 snd_ac97_codec
    b43                   296610  0 
    snd_pcm                80244  2 snd_intel8x0,snd_ac97_codec
    snd_seq_midi           13132  0 
    mac80211              257001  2 rtl8187,b43
    ttm                    65184  1 radeon
    drm_kms_helper         40745  1 radeon
    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
    pcmcia                 39671  0 
    snd_seq_device         14110  3 snd_seq_midi,snd_rawmidi,snd_seq
    ppdev                  12849  0 
    binfmt_misc            13213  1 
    joydev                 17322  0 
    drm                   180037  5 radeon,ttm,drm_kms_helper
    cfg80211              156212  3 rtl8187,b43,mac80211
    yenta_socket           27230  0 
    snd                    55295  11 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    pcmcia_rsrc            18292  1 yenta_socket
    dcdbas                 14054  0 
    pcmcia_core            21505  3 pcmcia,yenta_socket,pcmcia_rsrc
    psmouse                73312  0 
    soundcore              12600  1 snd
    parport_pc             32111  1 
    i2c_algo_bit           13184  1 radeon
    video                  18951  0 
    serio_raw              12990  0 
    snd_page_alloc         14073  2 snd_intel8x0,snd_pcm
    shpchp                 32345  0 
    lp                     13349  0 
    parport                36746  3 ppdev,parport_pc,lp
    b44                    35301  0 
    ssb                    45942  2 b43,b44
    
    ============ dmesg-firmware ============
    [   21.903689] b43-phy0 ERROR: You must go to b43 - Linux Wireless and download the correct firmware for this driver version. Please carefully read all instructions on this website.
    
    ============ kernel version ============
    2.6.38-8-generic
    
    ============ ifconfig ============
    eth0      Link encap:Ethernet  HWaddr 00:14:22:d0:cd:c1  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:11 
    
    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:12 errors:0 dropped:0 overruns:0 frame:0
              TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:720 (720.0 B)  TX bytes:720 (720.0 B)
    
    wlan0     Link encap:Ethernet  HWaddr 00:22:3f:f3:00:3b  
              inet addr:192.168.1.5  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::222:3fff:fef3:3b/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:9746 errors:0 dropped:0 overruns:0 frame:0
              TX packets:9826 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:9386001 (9.3 MB)  TX bytes:1968939 (1.9 MB)
    
    
    ============ iwconfig ============
    wlan1     IEEE 802.11bg  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              
    wlan0     IEEE 802.11bg  ESSID:"NETGEAR"  
              Mode:Managed  Frequency:2.462 GHz  Access Point: 00:18:4D:83:51:3E   
              Bit Rate=54 Mb/s   Tx-Power=20 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=60/70  Signal level=-50 dBm  
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:34  Invalid misc:382   Missed beacon:0
    
    ============ lspci ============
    00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O Controller [8086:3340] (rev 03)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: agpgart-intel
    00:01.0 PCI bridge [0604]: Intel Corporation 82855PM Processor to AGP Controller [8086:3341] (rev 03)
    	Kernel modules: shpchp
    00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ehci_hcd
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 81)
    	Kernel modules: shpchp
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge [8086:24cc] (rev 01)
    	Kernel modules: iTCO_wdt, intel-rng
    00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE Controller [8086:24ca] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ata_piix
    00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: Intel ICH
    	Kernel modules: snd-intel8x0
    00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 01)
    	Subsystem: Conexant Systems, Inc. D480 MDC V.9x Modem [14f1:5422]
    	Kernel modules: snd-intel8x0m
    01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000] [1002:4c66] (rev 02)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: radeon
    	Kernel modules: radeon, radeonfb
    02:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
    	Subsystem: Dell Device [1028:8127]
    	Kernel driver in use: b44
    	Kernel modules: b44
    02:01.0 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:01.1 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:03.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)
    	Subsystem: Dell Wireless 1370 WLAN Mini-PCI Card [1028:0005]
    	Kernel driver in use: b43-pci-bridge
    	Kernel modules: ssb
    
    ============ lsusb ============
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
    ============ lsmod ============
    Module                  Size  Used by
    cryptd                 19801  0 
    aes_i586               16956  1 
    aes_generic            38023  1 aes_i586
    rtl8187                56206  0 
    eeprom_93cx6           12653  1 rtl8187
    arc4                   12473  4 
    radeon                896428  3 
    snd_intel8x0           33213  2 
    snd_ac97_codec        105614  1 snd_intel8x0
    ac97_bus               12642  1 snd_ac97_codec
    b43                   296610  0 
    snd_pcm                80244  2 snd_intel8x0,snd_ac97_codec
    snd_seq_midi           13132  0 
    mac80211              257001  2 rtl8187,b43
    ttm                    65184  1 radeon
    drm_kms_helper         40745  1 radeon
    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
    pcmcia                 39671  0 
    snd_seq_device         14110  3 snd_seq_midi,snd_rawmidi,snd_seq
    ppdev                  12849  0 
    binfmt_misc            13213  1 
    joydev                 17322  0 
    drm                   180037  5 radeon,ttm,drm_kms_helper
    cfg80211              156212  3 rtl8187,b43,mac80211
    yenta_socket           27230  0 
    snd                    55295  11 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    pcmcia_rsrc            18292  1 yenta_socket
    dcdbas                 14054  0 
    pcmcia_core            21505  3 pcmcia,yenta_socket,pcmcia_rsrc
    psmouse                73312  0 
    soundcore              12600  1 snd
    parport_pc             32111  1 
    i2c_algo_bit           13184  1 radeon
    video                  18951  0 
    serio_raw              12990  0 
    snd_page_alloc         14073  2 snd_intel8x0,snd_pcm
    shpchp                 32345  0 
    lp                     13349  0 
    parport                36746  3 ppdev,parport_pc,lp
    b44                    35301  0 
    ssb                    45942  2 b43,b44
    
    ============ dmesg-firmware ============
    [   21.903689] b43-phy0 ERROR: You must go to b43 - Linux Wireless and download the correct firmware for this driver version. Please carefully read all instructions on this website.
    
    ============ kernel version ============
    2.6.38-8-generic
    
    ============ ifconfig ============
    eth0      Link encap:Ethernet  HWaddr 00:14:22:d0:cd:c1  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:11 
    
    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:12 errors:0 dropped:0 overruns:0 frame:0
              TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:720 (720.0 B)  TX bytes:720 (720.0 B)
    
    wlan0     Link encap:Ethernet  HWaddr 00:22:3f:f3:00:3b  
              inet addr:192.168.1.5  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::222:3fff:fef3:3b/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:9774 errors:0 dropped:0 overruns:0 frame:0
              TX packets:9851 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:9399138 (9.3 MB)  TX bytes:1979809 (1.9 MB)
    
    
    ============ iwconfig ============
    wlan1     IEEE 802.11bg  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              
    wlan0     IEEE 802.11bg  ESSID:"NETGEAR"  
              Mode:Managed  Frequency:2.462 GHz  Access Point: 00:18:4D:83:51:3E   
              Bit Rate=54 Mb/s   Tx-Power=20 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=59/70  Signal level=-51 dBm  
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:34  Invalid misc:383   Missed beacon:0
    
    ============ lspci ============
    00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O Controller [8086:3340] (rev 03)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: agpgart-intel
    00:01.0 PCI bridge [0604]: Intel Corporation 82855PM Processor to AGP Controller [8086:3341] (rev 03)
    	Kernel modules: shpchp
    00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ehci_hcd
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 81)
    	Kernel modules: shpchp
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge [8086:24cc] (rev 01)
    	Kernel modules: iTCO_wdt, intel-rng
    00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE Controller [8086:24ca] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ata_piix
    00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: Intel ICH
    	Kernel modules: snd-intel8x0
    00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 01)
    	Subsystem: Conexant Systems, Inc. D480 MDC V.9x Modem [14f1:5422]
    	Kernel modules: snd-intel8x0m
    01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000] [1002:4c66] (rev 02)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: radeon
    	Kernel modules: radeon, radeonfb
    02:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
    	Subsystem: Dell Device [1028:8127]
    	Kernel driver in use: b44
    	Kernel modules: b44
    02:01.0 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:01.1 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:03.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)
    	Subsystem: Dell Wireless 1370 WLAN Mini-PCI Card [1028:0005]
    	Kernel driver in use: b43-pci-bridge
    	Kernel modules: ssb
    
    ============ lsusb ============
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
    ============ lsmod ============
    Module                  Size  Used by
    cryptd                 19801  0 
    aes_i586               16956  1 
    aes_generic            38023  1 aes_i586
    rtl8187                56206  0 
    eeprom_93cx6           12653  1 rtl8187
    arc4                   12473  4 
    radeon                896428  3 
    snd_intel8x0           33213  2 
    snd_ac97_codec        105614  1 snd_intel8x0
    ac97_bus               12642  1 snd_ac97_codec
    b43                   296610  0 
    snd_pcm                80244  2 snd_intel8x0,snd_ac97_codec
    snd_seq_midi           13132  0 
    mac80211              257001  2 rtl8187,b43
    ttm                    65184  1 radeon
    drm_kms_helper         40745  1 radeon
    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
    pcmcia                 39671  0 
    snd_seq_device         14110  3 snd_seq_midi,snd_rawmidi,snd_seq
    ppdev                  12849  0 
    binfmt_misc            13213  1 
    joydev                 17322  0 
    drm                   180037  5 radeon,ttm,drm_kms_helper
    cfg80211              156212  3 rtl8187,b43,mac80211
    yenta_socket           27230  0 
    snd                    55295  11 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    pcmcia_rsrc            18292  1 yenta_socket
    dcdbas                 14054  0 
    pcmcia_core            21505  3 pcmcia,yenta_socket,pcmcia_rsrc
    psmouse                73312  0 
    soundcore              12600  1 snd
    parport_pc             32111  1 
    i2c_algo_bit           13184  1 radeon
    video                  18951  0 
    serio_raw              12990  0 
    snd_page_alloc         14073  2 snd_intel8x0,snd_pcm
    shpchp                 32345  0 
    lp                     13349  0 
    parport                36746  3 ppdev,parport_pc,lp
    b44                    35301  0 
    ssb                    45942  2 b43,b44
    
    ============ dmesg-firmware ============
    [   21.903689] b43-phy0 ERROR: You must go to b43 - Linux Wireless and download the correct firmware for this driver version. Please carefully read all instructions on this website.
    
    ============ kernel version ============
    2.6.38-8-generic
    
    ============ ifconfig ============
    eth0      Link encap:Ethernet  HWaddr 00:14:22:d0:cd:c1  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:11 
    
    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:12 errors:0 dropped:0 overruns:0 frame:0
              TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:720 (720.0 B)  TX bytes:720 (720.0 B)
    
    wlan0     Link encap:Ethernet  HWaddr 00:22:3f:f3:00:3b  
              inet addr:192.168.1.5  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::222:3fff:fef3:3b/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:9779 errors:0 dropped:0 overruns:0 frame:0
              TX packets:9857 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:9399468 (9.3 MB)  TX bytes:1980313 (1.9 MB)
    
    
    ============ iwconfig ============
    wlan1     IEEE 802.11bg  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              
    wlan0     IEEE 802.11bg  ESSID:"NETGEAR"  
              Mode:Managed  Frequency:2.462 GHz  Access Point: 00:18:4D:83:51:3E   
              Bit Rate=54 Mb/s   Tx-Power=20 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=60/70  Signal level=-50 dBm  
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:34  Invalid misc:383   Missed beacon:0
    
    ============ lspci ============
    00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O Controller [8086:3340] (rev 03)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: agpgart-intel
    00:01.0 PCI bridge [0604]: Intel Corporation 82855PM Processor to AGP Controller [8086:3341] (rev 03)
    	Kernel modules: shpchp
    00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ehci_hcd
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 81)
    	Kernel modules: shpchp
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge [8086:24cc] (rev 01)
    	Kernel modules: iTCO_wdt, intel-rng
    00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE Controller [8086:24ca] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ata_piix
    00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: Intel ICH
    	Kernel modules: snd-intel8x0
    00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 01)
    	Subsystem: Conexant Systems, Inc. D480 MDC V.9x Modem [14f1:5422]
    	Kernel modules: snd-intel8x0m
    01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000] [1002:4c66] (rev 02)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: radeon
    	Kernel modules: radeon, radeonfb
    02:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
    	Subsystem: Dell Device [1028:8127]
    	Kernel driver in use: b44
    	Kernel modules: b44
    02:01.0 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:01.1 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:03.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)
    	Subsystem: Dell Wireless 1370 WLAN Mini-PCI Card [1028:0005]
    	Kernel driver in use: b43-pci-bridge
    	Kernel modules: ssb
    
    ============ lsusb ============
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
    ============ lsmod ============
    Module                  Size  Used by
    cryptd                 19801  0 
    aes_i586               16956  1 
    aes_generic            38023  1 aes_i586
    rtl8187                56206  0 
    eeprom_93cx6           12653  1 rtl8187
    arc4                   12473  4 
    radeon                896428  3 
    snd_intel8x0           33213  2 
    snd_ac97_codec        105614  1 snd_intel8x0
    ac97_bus               12642  1 snd_ac97_codec
    b43                   296610  0 
    snd_pcm                80244  2 snd_intel8x0,snd_ac97_codec
    snd_seq_midi           13132  0 
    mac80211              257001  2 rtl8187,b43
    ttm                    65184  1 radeon
    drm_kms_helper         40745  1 radeon
    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
    pcmcia                 39671  0 
    snd_seq_device         14110  3 snd_seq_midi,snd_rawmidi,snd_seq
    ppdev                  12849  0 
    binfmt_misc            13213  1 
    joydev                 17322  0 
    drm                   180037  5 radeon,ttm,drm_kms_helper
    cfg80211              156212  3 rtl8187,b43,mac80211
    yenta_socket           27230  0 
    snd                    55295  11 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    pcmcia_rsrc            18292  1 yenta_socket
    dcdbas                 14054  0 
    pcmcia_core            21505  3 pcmcia,yenta_socket,pcmcia_rsrc
    psmouse                73312  0 
    soundcore              12600  1 snd
    parport_pc             32111  1 
    i2c_algo_bit           13184  1 radeon
    video                  18951  0 
    serio_raw              12990  0 
    snd_page_alloc         14073  2 snd_intel8x0,snd_pcm
    shpchp                 32345  0 
    lp                     13349  0 
    parport                36746  3 ppdev,parport_pc,lp
    b44                    35301  0 
    ssb                    45942  2 b43,b44
    
    ============ dmesg-firmware ============
    [   21.903689] b43-phy0 ERROR: You must go to b43 - Linux Wireless and download the correct firmware for this driver version. Please carefully read all instructions on this website.
    
    ============ kernel version ============
    2.6.38-8-generic
    
    ============ ifconfig ============
    eth0      Link encap:Ethernet  HWaddr 00:14:22:d0:cd:c1  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:11 
    
    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:12 errors:0 dropped:0 overruns:0 frame:0
              TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:720 (720.0 B)  TX bytes:720 (720.0 B)
    
    wlan0     Link encap:Ethernet  HWaddr 00:22:3f:f3:00:3b  
              inet addr:192.168.1.5  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::222:3fff:fef3:3b/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:9856 errors:0 dropped:0 overruns:0 frame:0
              TX packets:9911 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:9424524 (9.4 MB)  TX bytes:1996842 (1.9 MB)
    
    
    ============ iwconfig ============
    wlan1     IEEE 802.11bg  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              
    wlan0     IEEE 802.11bg  ESSID:"NETGEAR"  
              Mode:Managed  Frequency:2.462 GHz  Access Point: 00:18:4D:83:51:3E   
              Bit Rate=48 Mb/s   Tx-Power=20 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=61/70  Signal level=-49 dBm  
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:34  Invalid misc:384   Missed beacon:0
    
    ============ lspci ============
    00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O Controller [8086:3340] (rev 03)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: agpgart-intel
    00:01.0 PCI bridge [0604]: Intel Corporation 82855PM Processor to AGP Controller [8086:3341] (rev 03)
    	Kernel modules: shpchp
    00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ehci_hcd
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 81)
    	Kernel modules: shpchp
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge [8086:24cc] (rev 01)
    	Kernel modules: iTCO_wdt, intel-rng
    00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE Controller [8086:24ca] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ata_piix
    00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: Intel ICH
    	Kernel modules: snd-intel8x0
    00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 01)
    	Subsystem: Conexant Systems, Inc. D480 MDC V.9x Modem [14f1:5422]
    	Kernel modules: snd-intel8x0m
    01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000] [1002:4c66] (rev 02)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: radeon
    	Kernel modules: radeon, radeonfb
    02:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
    	Subsystem: Dell Device [1028:8127]
    	Kernel driver in use: b44
    	Kernel modules: b44
    02:01.0 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:01.1 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:03.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)
    	Subsystem: Dell Wireless 1370 WLAN Mini-PCI Card [1028:0005]
    	Kernel driver in use: b43-pci-bridge
    	Kernel modules: ssb
    
    ============ lsusb ============
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
    ============ lsmod ============
    Module                  Size  Used by
    cryptd                 19801  0 
    aes_i586               16956  0 
    aes_generic            38023  1 aes_i586
    rtl8187                56206  0 
    eeprom_93cx6           12653  1 rtl8187
    arc4                   12473  2 
    radeon                896428  3 
    snd_intel8x0           33213  2 
    snd_ac97_codec        105614  1 snd_intel8x0
    ac97_bus               12642  1 snd_ac97_codec
    b43                   296610  0 
    snd_pcm                80244  2 snd_intel8x0,snd_ac97_codec
    snd_seq_midi           13132  0 
    mac80211              257001  2 rtl8187,b43
    ttm                    65184  1 radeon
    drm_kms_helper         40745  1 radeon
    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
    pcmcia                 39671  0 
    snd_seq_device         14110  3 snd_seq_midi,snd_rawmidi,snd_seq
    ppdev                  12849  0 
    binfmt_misc            13213  1 
    joydev                 17322  0 
    drm                   180037  5 radeon,ttm,drm_kms_helper
    cfg80211              156212  3 rtl8187,b43,mac80211
    yenta_socket           27230  0 
    snd                    55295  11 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    pcmcia_rsrc            18292  1 yenta_socket
    dcdbas                 14054  0 
    pcmcia_core            21505  3 pcmcia,yenta_socket,pcmcia_rsrc
    psmouse                73312  0 
    soundcore              12600  1 snd
    parport_pc             32111  1 
    i2c_algo_bit           13184  1 radeon
    video                  18951  0 
    serio_raw              12990  0 
    snd_page_alloc         14073  2 snd_intel8x0,snd_pcm
    shpchp                 32345  0 
    lp                     13349  0 
    parport                36746  3 ppdev,parport_pc,lp
    b44                    35301  0 
    ssb                    45942  2 b43,b44
    
    ============ dmesg-firmware ============
    [   21.903689] b43-phy0 ERROR: You must go to b43 - Linux Wireless and download the correct firmware for this driver version. Please carefully read all instructions on this website.
    
    ============ kernel version ============
    2.6.38-8-generic
    
    ============ ifconfig ============
    eth0      Link encap:Ethernet  HWaddr 00:14:22:d0:cd:c1  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:11 
    
    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:12 errors:0 dropped:0 overruns:0 frame:0
              TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:720 (720.0 B)  TX bytes:720 (720.0 B)
    
    
    ============ iwconfig ============
    wlan1     IEEE 802.11bg  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              
    ============ lspci ============
    00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O Controller [8086:3340] (rev 03)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: agpgart-intel
    00:01.0 PCI bridge [0604]: Intel Corporation 82855PM Processor to AGP Controller [8086:3341] (rev 03)
    	Kernel modules: shpchp
    00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: uhci_hcd
    00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ehci_hcd
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 81)
    	Kernel modules: shpchp
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge [8086:24cc] (rev 01)
    	Kernel modules: iTCO_wdt, intel-rng
    00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE Controller [8086:24ca] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: ata_piix
    00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 01)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: Intel ICH
    	Kernel modules: snd-intel8x0
    00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 01)
    	Subsystem: Conexant Systems, Inc. D480 MDC V.9x Modem [14f1:5422]
    	Kernel modules: snd-intel8x0m
    01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000] [1002:4c66] (rev 02)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: radeon
    	Kernel modules: radeon, radeonfb
    02:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
    	Subsystem: Dell Device [1028:8127]
    	Kernel driver in use: b44
    	Kernel modules: b44
    02:01.0 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:01.1 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    	Subsystem: Dell Device [1028:01be]
    	Kernel driver in use: yenta_cardbus
    	Kernel modules: yenta_socket
    02:03.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)
    	Subsystem: Dell Wireless 1370 WLAN Mini-PCI Card [1028:0005]
    	Kernel driver in use: b43-pci-bridge
    	Kernel modules: ssb
    
    ============ lsusb ============
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
    ============ lsmod ============
    Module                  Size  Used by
    cryptd                 19801  0 
    aes_i586               16956  1 
    aes_generic            38023  1 aes_i586
    snd_intel8x0           33213  2 
    snd_ac97_codec        105614  1 snd_intel8x0
    arc4                   12473  4 
    ac97_bus               12642  1 snd_ac97_codec
    snd_pcm                80042  2 snd_intel8x0,snd_ac97_codec
    radeon                900494  3 
    b43                   296610  0 
    snd_seq_midi           13132  0 
    rtl8187                56206  0 
    snd_rawmidi            25269  1 snd_seq_midi
    mac80211              257001  2 b43,rtl8187
    snd_seq_midi_event     14475  1 snd_seq_midi
    ttm                    65184  1 radeon
    snd_seq                51291  2 snd_seq_midi,snd_seq_midi_event
    drm_kms_helper         40745  1 radeon
    pcmcia                 39671  0 
    snd_timer              28659  2 snd_pcm,snd_seq
    ppdev                  12849  0 
    joydev                 17322  0 
    binfmt_misc            13213  1 
    snd_seq_device         14110  3 snd_seq_midi,snd_rawmidi,snd_seq
    cfg80211              156212  3 b43,rtl8187,mac80211
    drm                   184164  5 radeon,ttm,drm_kms_helper
    yenta_socket           27230  0 
    snd                    55295  11 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    dcdbas                 14054  0 
    pcmcia_rsrc            18292  1 yenta_socket
    eeprom_93cx6           12653  1 rtl8187
    pcmcia_core            21505  3 pcmcia,yenta_socket,pcmcia_rsrc
    psmouse                73312  0 
    soundcore              12600  1 snd
    parport_pc             32111  1 
    serio_raw              12990  0 
    snd_page_alloc         14073  2 snd_intel8x0,snd_pcm
    video                  18951  0 
    i2c_algo_bit           13184  1 radeon
    shpchp                 32345  0 
    lp                     13349  0 
    parport                36746  3 ppdev,parport_pc,lp
    b44                    35301  0 
    ssb                    45942  2 b43,b44
    
    ============ dmesg-firmware ============
    [   19.974873] b43-phy1 ERROR: You must go to b43 - Linux Wireless and download the correct firmware for this driver version. Please carefully read all instructions on this website.
    
    ============ kernel version ============
    2.6.38-11-generic
    
    ============ ifconfig ============
    eth0      Link encap:Ethernet  HWaddr 00:14:22:d0:cd:c1  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:11 
    
    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:1776 (1.7 KB)  TX bytes:1776 (1.7 KB)
    
    wlan0     Link encap:Ethernet  HWaddr 00:22:3f:f3:00:3b  
              inet addr:192.168.1.5  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::222:3fff:fef3:3b/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:3635 errors:0 dropped:0 overruns:0 frame:0
              TX packets:3544 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:3687043 (3.6 MB)  TX bytes:705519 (705.5 KB)
    
    
    ============ iwconfig ============
    wlan1     IEEE 802.11bg  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              
    wlan0     IEEE 802.11bg  ESSID:"NETGEAR"  
              Mode:Managed  Frequency:2.462 GHz  Access Point: 00:18:4D:83:51:3E   
              Bit Rate=54 Mb/s   Tx-Power=20 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=70/70  Signal level=-40 dBm  
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:2  Invalid misc:804   Missed beacon:0
    these are my results i didnt know that i would get a text file i thought it would post it in the terminal i am still a linux noob honestly this is the first script i ran lol

  10. #10
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    Do this in a terminal:
    Code:
    sudo apt-get install firmware-b43-installer
    You will be asked to automatically fetch and install the firmware.
    After that, remove your USB adapter, reboot. You should be good to go.
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...