Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 43

Thread: Dell Lattitude D600 wireless

  1. #21
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Dell Lattitude D600 wireless

    Joseph is away fixing an iced tea. He wishes he could see the line corresponding to the Broadcom from:
    Code:
    lspci -nn
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  2. #22
    Join Date
    Dec 2004
    Location
    Colorado
    Beans
    225
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Dell Lattitude D600 wireless

    Code:
    woopud@woopud-Laptop:~$ lspci -nn
    00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O Controller [8086:3340] (rev 03)
    00:01.0 PCI bridge [0604]: Intel Corporation 82855PM Processor to AGP Controller [8086:3341] (rev 03)
    00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01)
    00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01)
    00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 01)
    00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 01)
    00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 81)
    00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge [8086:24cc] (rev 01)
    00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE Controller [8086:24ca] (rev 01)
    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)
    00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 01)
    01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000] [1002:4c66] (rev 02)
    02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5705M Gigabit Ethernet [14e4:165d] (rev 01)
    02:01.0 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    02:01.1 CardBus bridge [0607]: O2 Micro, Inc. OZ711EC1 SmartCardBus Controller [1217:7113] (rev 20)
    02:03.0 Network controller [0280]: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller [14e4:4320] (rev 03)
    woopud@woopud-Laptop:~$

  3. #23
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Dell Lattitude D600 wireless

    Now Joseph wants to see:
    Code:
    rfkill list all
    sudo modprobe b43
    dmesg | grep b43
    Something's haywire and dmesg will tell us.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  4. #24
    Join Date
    Dec 2004
    Location
    Colorado
    Beans
    225
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Dell Lattitude D600 wireless

    Now Bert will show:

    Code:
    woopud@woopud-Laptop:~$ rfkill list all
    woopud@woopud-Laptop:~$ sudo modprobe b43
    [sudo] password for woopud: 
    woopud@woopud-Laptop:~$ dmesg | grep b43
    [ 1821.526466] b43-pci-bridge 0000:02:03.0: PCI INT A -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    [ 1821.594204] b43-phy0: Broadcom 4306 WLAN found (core revision 5)
    [ 1821.684167] Registered led device: b43-phy0::tx
    [ 1821.684250] Registered led device: b43-phy0::rx
    [ 1821.684314] Registered led device: b43-phy0::radio
    [ 1822.128084] b43-phy0: Loading firmware version 410.2160 (2007-05-26 15:32:10)
    woopud@woopud-Laptop:~$

  5. #25
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Dell Lattitude D600 wireless

    It looks marvelous! Now do you have a wireless interface?
    Code:
    iwconfig
    sudo iwlist wlan0 scan
    Perhaps the only difficulty is that b43 and ssb are not loading automagically, eh, Joseph?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #26
    Join Date
    Feb 2011
    Location
    new york state
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Dell Lattitude D600 wireless

    This is what joseph wants you to do!!!!!!!!!!!!!!
    Hi there click on this link it will download you firmware and driver http://www.omattos.com/sites/default...all-fw.tar_.gz
    then after you downloaded it move to your ubuntu box then move it to you home folder then right click on your on your home folder not your download. now you want to create a folder called wireless then put the download in the folder. After that go back to your terminal and type in
    Code:
    sudo cp -r ~/wireless/* /lib/firmware/
    Code:
    cd /lib/firmware
    then
    Code:
    sudo -s
    then
    Code:
    tar -xzf b43-all-fw.tar_.gz
    then
    Code:
    exit
    then
    Code:
    sudo reboot
    tell us how it works out

    but I still think that there is something funny going on here that has to do with the 4320 part
    Power tends to corrupt, and absolute power corrupts absolutely. Great men are almost always bad men, even when they exercise influence and not authority

  7. #27
    Join Date
    Dec 2004
    Location
    Colorado
    Beans
    225
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Dell Lattitude D600 wireless

    Quote Originally Posted by chili555 View Post
    It looks marvelous! Now do you have a wireless interface?
    Code:
    iwconfig
    sudo iwlist wlan0 scan
    Perhaps the only difficulty is that b43 and ssb are not loading automagically, eh, Joseph?
    Code:
    woopud@woopud-Laptop:~$ iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    wlan0     IEEE 802.11bg  ESSID:"DUTCH"  
              Mode:Managed  Frequency:2.462 GHz  Access Point: Not-Associated   
              Tx-Power=20 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              
    woopud@woopud-Laptop:~$ sudo iwlist wlan0 scan
    [sudo] password for woopud: 
    wlan0     Scan completed :
              Cell 01 - Address: 00:15:05:C5:85:44
                        Channel:1
                        Frequency:2.412 GHz (Channel 1)
                        Quality=49/70  Signal level=-61 dBm  
                        Encryption key:on
                        ESSID:"myqwest4705"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s
                        Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                                  36 Mb/s; 48 Mb/s; 54 Mb/s
                        Mode:Master
                        Extra:tsf=00000161aeeb8249
                        Extra: Last beacon: 1036ms ago
                        IE: Unknown: 000B6D79717765737434373035
                        IE: Unknown: 010482848B96
                        IE: Unknown: 030101
                        IE: Unknown: 2A0104
                        IE: Unknown: 32080C1218243048606C
              Cell 02 - Address: 00:24:B2:86:12:3E
                        Channel:6
                        Frequency:2.437 GHz (Channel 6)
                        Quality=58/70  Signal level=-52 dBm  
                        Encryption key:on
                        ESSID:"Loveshack"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                                  24 Mb/s; 36 Mb/s; 54 Mb/s
                        Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                        Mode:Master
                        Extra:tsf=000000c2a715d200
                        Extra: Last beacon: 712ms ago
                        IE: Unknown: 00094C6F7665736861636B
                        IE: Unknown: 010882848B962430486C
                        IE: Unknown: 030106
                        IE: Unknown: 2A0100
                        IE: Unknown: 2F0100
                        IE: Unknown: 32040C121860
                        IE: Unknown: DD8A0050F204104A00011010440001021041000100103B00010310470010F04894FF6F5AA00A3CD81142F33D7E321021000D4E4554474541522C20496E632E1023000857475236313476381024000857475236313476381042000538333235381054000800060050F20400011011001657475236313476382028576972656C65737320415029100800020084
                        IE: Unknown: DD090010180201F0000000
                        IE: WPA Version 1
                            Group Cipher : TKIP
                            Pairwise Ciphers (1) : TKIP
                            Authentication Suites (1) : PSK
                        IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
              Cell 03 - Address: 00:20:ED:08:FB:0F
                        Channel:11
                        Frequency:2.462 GHz (Channel 11)
                        Quality=60/70  Signal level=-50 dBm  
                        Encryption key:on
                        ESSID:"DUTCH"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                                  12 Mb/s; 24 Mb/s; 36 Mb/s
                        Bit Rates:9 Mb/s; 18 Mb/s; 48 Mb/s; 54 Mb/s
                        Mode:Master
                        Extra:tsf=00000017ee4ff037
                        Extra: Last beacon: 92ms ago
                        IE: Unknown: 00054455544348
                        IE: Unknown: 010882848B960C183048
                        IE: Unknown: 03010B
                        IE: Unknown: 0706555320010B1B
                        IE: Unknown: 2A0103
                        IE: Unknown: 32041224606C
              Cell 04 - Address: 00:24:7B:A0:B9:AE
                        Channel:1
                        Frequency:2.412 GHz (Channel 1)
                        Quality=55/70  Signal level=-55 dBm  
                        Encryption key:on
                        ESSID:"brian623"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s
                        Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                                  36 Mb/s; 48 Mb/s; 54 Mb/s
                        Mode:Master
                        Extra:tsf=000000806ee0324a
                        Extra: Last beacon: 968ms ago
                        IE: Unknown: 0008627269616E363233
                        IE: Unknown: 010482848B96
                        IE: Unknown: 030101
                        IE: Unknown: 2A0104
                        IE: IEEE 802.11i/WPA2 Version 1
                            Group Cipher : TKIP
                            Pairwise Ciphers (1) : CCMP
                            Authentication Suites (1) : PSK
                        IE: Unknown: 32080C1218243048606C
                        IE: WPA Version 1
                            Group Cipher : TKIP
                            Pairwise Ciphers (1) : TKIP
                            Authentication Suites (1) : PSK
                        IE: Unknown: DD7A0050F204104A0001101044000102103B0001031047001010B3B375EBDBDDDDBCC15836105FA2B3102100025449102300064150444B3731102400043731303010420007313233343332311054000800060050F20400011011001A416374696F6E7465632052656769737472617220504B3530303010080002008C
              Cell 05 - Address: 00:24:7B:FE:04:C8
                        Channel:1
                        Frequency:2.412 GHz (Channel 1)
                        Quality=31/70  Signal level=-79 dBm  
                        Encryption key:on
                        ESSID:"myqwest1885"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                                  24 Mb/s; 36 Mb/s; 54 Mb/s
                        Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                        Mode:Master
                        Extra:tsf=000002970bb776dd
                        Extra: Last beacon: 4032ms ago
                        IE: Unknown: 000B6D79717765737431383835
                        IE: Unknown: 010882848B962430486C
                        IE: Unknown: 030101
                        IE: Unknown: 2A0106
                        IE: Unknown: 2F0106
                        IE: IEEE 802.11i/WPA2 Version 1
                            Group Cipher : CCMP
                            Pairwise Ciphers (1) : CCMP
                            Authentication Suites (1) : PSK
                        IE: Unknown: 32040C121860
                        IE: Unknown: 2D1A0C181AFFFF000000000000000000000000000000000000000000
                        IE: Unknown: 3D1601001300000000000000000000000000000000000000
                        IE: Unknown: DD760050F204104A00011010440001021041000100103B00010310470010000102030405060708090A0B0C0D0EBB1021000842726F6164636F6D1023000842726F6164636F6D1024000631323334353610420004313233341054000800060050F20400011011000A42726F6164636F6D4150100800020088
                        IE: Unknown: DD090010180201F0050000
                        IE: WPA Version 1
                            Group Cipher : CCMP
                            Pairwise Ciphers (1) : CCMP
                            Authentication Suites (1) : PSK
                        IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                        IE: Unknown: DD1E00904C330C181AFFFF000000000000000000000000000000000000000000
                        IE: Unknown: DD1A00904C3401001300000000000000000000000000000000000000
              Cell 06 - Address: 00:24:01:F6:2E:24
                        Channel:6
                        Frequency:2.437 GHz (Channel 6)
                        Quality=45/70  Signal level=-65 dBm  
                        Encryption key:on
                        ESSID:"Bear"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                                  9 Mb/s; 12 Mb/s; 18 Mb/s
                        Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                        Mode:Master
                        Extra:tsf=0000000cbb952180
                        Extra: Last beacon: 708ms ago
                        IE: Unknown: 000442656172
                        IE: Unknown: 010882848B960C121824
                        IE: Unknown: 030106
                        IE: Unknown: 0706555320010B1B
                        IE: Unknown: 200100
                        IE: Unknown: 2A0102
                        IE: Unknown: 32043048606C
                        IE: Unknown: DD180050F2020101030003A4000027A4000042435E0062322F00
                        IE: Unknown: DD1E00904C334E101BFFFF000000000000000000000000000000000000000000
                        IE: Unknown: 2D1A4E101BFFFF000000000000000000000000000000000000000000
                        IE: Unknown: DD1A00904C3406051900000000000000000000000000000000000000
                        IE: Unknown: 3D1606051900000000000000000000000000000000000000
                        IE: Unknown: DD0900037F01010000FF7F
                        IE: Unknown: DD7B0050F204104A00011010440001021041000100103B00010310470010565AA94967C14C0EAA8FF349E6F5931110210006442D4C696E6B1023000D442D4C696E6B20526F75746572102400074449522D363135104200046E6F6E651054000800060050F204000110110006442D4C696E6B100800020084103C000101
                        IE: Unknown: DD050050F20500
              Cell 07 - Address: 00:1F:33:2D:D5:EC
                        Channel:11
                        Frequency:2.462 GHz (Channel 11)
                        Quality=37/70  Signal level=-73 dBm  
                        Encryption key:off
                        ESSID:"NETGEAR"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                                  24 Mb/s; 36 Mb/s; 54 Mb/s
                        Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                        Mode:Master
                        Extra:tsf=0000001591e64183
                        Extra: Last beacon: 456ms ago
                        IE: Unknown: 00074E455447454152
                        IE: Unknown: 010882848B962430486C
                        IE: Unknown: 03010B
                        IE: Unknown: 2A0102
                        IE: Unknown: 2F0102
                        IE: Unknown: 32040C121860
                        IE: Unknown: 2D1A1C181AFFFF000000000000000000000000000000000000000000
                        IE: Unknown: 3D160B001700000000000000000000000000000000000000
                        IE: Unknown: 7F0101
                        IE: Unknown: DD7C0050F204104A00011010440001011041000100103B00010310470010BABC558152448F21377D001C46B389491021000D4E4554474541522C20496E632E10230009574E5238333442763210240009574E523833344276321042000230311054000800060050F204000110110009574E52383334427632100800020084
                        IE: Unknown: DD090010180201F0010000
                        IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                        IE: Unknown: DD1E00904C331C181AFFFF000000000000000000000000000000000000000000
                        IE: Unknown: DD1A00904C340B001700000000000000000000000000000000000000
              Cell 08 - Address: 00:22:10:B4:53:30
                        Channel:1
                        Frequency:2.412 GHz (Channel 1)
                        Quality=33/70  Signal level=-77 dBm  
                        Encryption key:on
                        ESSID:"qwest1296"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                        Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                                  36 Mb/s; 48 Mb/s; 54 Mb/s
                        Mode:Master
                        Extra:tsf=000002970c744236
                        Extra: Last beacon: 1124ms ago
                        IE: Unknown: 0009717765737431323936
                        IE: Unknown: 010582848B960C
                        IE: Unknown: 030101
                        IE: Unknown: 050C010200000000000000000000
                        IE: Unknown: 2A0107
                        IE: IEEE 802.11i/WPA2 Version 1
                            Group Cipher : TKIP
                            Pairwise Ciphers (1) : CCMP
                            Authentication Suites (1) : PSK
                        IE: Unknown: 32080C1218243048606C
                        IE: WPA Version 1
                            Group Cipher : TKIP
                            Pairwise Ciphers (1) : TKIP
                            Authentication Suites (1) : PSK
              Cell 09 - Address: 00:22:6B:49:A0:DC
                        Channel:11
                        Frequency:2.462 GHz (Channel 11)
                        Quality=36/70  Signal level=-74 dBm  
                        Encryption key:on
                        ESSID:"Patricia"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
                                  18 Mb/s; 36 Mb/s; 54 Mb/s
                        Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s
                        Mode:Master
                        Extra:tsf=0000017cb364b17e
                        Extra: Last beacon: 448ms ago
    
    woopud@woopud-Laptop:~$

  8. #28
    Join Date
    Dec 2004
    Location
    Colorado
    Beans
    225
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Dell Lattitude D600 wireless

    I can see the wireless networks now! It won
    t let me choose any of them (including my own "DuTCH").

    Bert

  9. #29
    Join Date
    Dec 2004
    Location
    Colorado
    Beans
    225
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Dell Lattitude D600 wireless

    And now all the wireless is gone again.....

  10. #30
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Dell Lattitude D600 wireless

    Quote Originally Posted by woopud View Post
    And now all the wireless is gone again.....
    What did you do between the two posts?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

Page 3 of 5 FirstFirst 12345 LastLast

Bookmarks

Posting Permissions

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