View Poll Results: Did it work for you?

Voters
1200. You may not vote on this poll
  • Yes

    808 67.33%
  • No

    392 32.67%
Page 58 of 100 FirstFirst ... 848565758596068 ... LastLast
Results 571 to 580 of 996

Thread: How to: Broadcom Wireless cards

  1. #571
    Join Date
    Jun 2006
    Location
    Iceland
    Beans
    50
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: How to: Broadcom Wireless cards

    Ok, I've solved this... it seems Ubuntu needs "sudo modprobe bcm43xx" every time it starts.

  2. #572
    Join Date
    Oct 2006
    Location
    Ohio, USA
    Beans
    1,775
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to: Broadcom Wireless cards

    For those with 4311, I re-installed edgy & tried ndiswrapper (yes I know I did not need to and it was dumb, but I was willing to try anything at that point) and my WiFi was gone. Edgy could no longer find it. Do not try that page. If you can't get this to work, I would recomend you get a new card.

  3. #573
    Join Date
    Jul 2005
    Beans
    6

    Unhappy Re: How to: Broadcom Wireless cards

    So, it kind of works for me. I can connect and use the internet at first (edgy eft, same card as you) but the connection zonks out every 2 minutes or so. Sometimes for 10 seconds, sometimes for 10 minutes.

    It makes the system unusable.

    Anybody have any suggestions?

  4. #574
    Join Date
    Aug 2006
    Beans
    37

    Re: How to: Broadcom Wireless cards

    I just did a clean install of Edgy on a Lenovo 3000 c100. Under 6.06 lspci showed me having a broadcom 4318 or 4311...I can't recall which. Now it shows up as a Broadcom dell 1420 or something like that. Very odd.

    Anyway, this guide works better than ever for me!

    From a clean install I installed fwcutter, then dowloaded the wlapsto.o file, then copied the firmware to lib/firmware and the kernel directory. Then rebooted. I then booted up, entered my password, and Bam!

    I mean, I'm using WAP-PSK and no problems. Amazing. I'd vote again, but apparently it remembers me having success with this under dapper.

    Best,

    LLL

  5. #575
    Join Date
    Mar 2006
    Location
    Bahrain
    Beans
    5
    Distro
    Ubuntu 7.04 Feisty Fawn

    Smile How did mine work

    Hello everyone,

    I have a PC with Linksys WMP54G PCI card and a laptop with a Linksys WPC54G PCMCIA card. They both use the Broadcom 4306 chipset.

    Following the tutorial on Ubuntu 6.06, they both worked fine using the wl_apsta.o driver provided, however after updating Ubuntu (apt-get upgrade), they both stopped working.

    My router used the WEP 128bit encryption.

    On my PC (Gnome), I had to redo the whole tutorial plus the following to get it to work:
    Code:
    sudo modprobe bcm43xx
    On my laptop (server mode - ie terminal only) I had to edit /etc/network/interfaces manually to look like this:
    Code:
    auto lo
    iface lo inet loopback
    
    iface eth0 inet static
            wireless-essid <myessid>
            address 192.168.2.21
            netmask 255.255.255.0
            gateway 192.168.2.1
            wireless-key <mykey>
    auto eth0
    For DHCP, it can just look like this:
    Code:
    auto lo
    iface lo inet loopback
    
    iface eth0 inet dhcp
    auto eth0
    However, after the upgrade, I started getting this error message (James, are you listenning? ):
    Code:
    ADDRCONF(NETDEV_UP) : eth0: link is not ready
    So I had to enter:
    Code:
    sudo iwconfig eth0 ap any
    every time I boot.

    Instead of re-typing these commands on every boot, I edited the /etc/rc.local to include the commands (without sudo) before the line where it says exit 0.

    In both cases, I also added:
    Code:
    iwconfig eth0 rate 54M
    to the same file so that the higher speed is used.

    I hope this helps some, but I recommend anyone posting his problem to include the outputs of:
    sudo iwconfig
    sudo iwconfig
    sudo iwlist scan
    cat /etc/network/interfaces

    plus any error message he encounters if related to his problem.

    Thank you everyone for your help.
    Last edited by baluchi; October 27th, 2006 at 09:08 AM. Reason: Specify Ubuntu version, adding lo to the network config file, adding sudo to sudo commands.

  6. #576
    Join Date
    Jun 2006
    Location
    Iceland
    Beans
    50
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: How to: Broadcom Wireless cards

    I have a Broadcom 4318 in Edgy Eft. I need to write "sudo modprobe bcm43xx" every time I start Ubuntu. After a few hours of use (sometimes not many), I have to do it again, but sometimes when I re-do it it doesn't work unless I reboot the laptop. What can I do?

    Is anybody else having this issue?

  7. #577
    Join Date
    Dec 2005
    Beans
    8

    Re: How to: Broadcom Wireless cards

    With Edgy, my wireless connection seems to go down after a while.

    Then, when I try to reboot, I get:

    bcm43xx: Controller RESET (Tx Timeout)

    And this means I cannot shutdown/reboot without a power down.

    Anyone else seeing this?


    Code:
    benb@zigzag:~$ sudo iwlist scan
    lo        Interface doesn't support scanning.
    
    eth0      Interface doesn't support scanning.
    
    eth1      Scan completed :
              Cell 01 - Address: 00:11:24:0A:34:F5
                        ESSID:"home"
                        Protocol:IEEE 802.11bg
                        Mode:Master
                        Channel:3
                        Encryption key:on
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
                                  11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                                  48 Mb/s; 54 Mb/s
                        Quality=100/100  Signal level=-71 dBm  
                        IE: WPA Version 1
                            Group Cipher : TKIP 
                            Pairwise Ciphers (1) : TKIP 
                            Authentication Suites (1) : PSK  
                        Extra: Last beacon: 348ms ago
              Cell 02 - Address: 00:14:6C:D0:27:38
                        ESSID:"MAGGIE"
                        Protocol:IEEE 802.11bg
                        Mode:Master
                        Channel:11
                        Encryption key:on
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
                                  11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                                  48 Mb/s; 54 Mb/s
                        Quality=100/100  Signal level=-30 dBm  
                        Extra: Last beacon: 4ms ago
    
    sit0      Interface doesn't support scanning.
    Code:
    benb@zigzag:~$ cat /etc/network/interfaces
    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).
    
    # The loopback network interface
    auto lo
    iface lo inet loopback
    
    # The primary network interface
    auto eth0
    iface eth0 inet dhcp

  8. #578
    Join Date
    Apr 2005
    Location
    Albuquerque, NM, USA
    Beans
    351

    Re: How to: Broadcom Wireless cards

    I tried the original instructions to a T, then when that didn't work, I tried using the wireless drivers I used in the past to get it to work with Dapper.

    Still no luck with Edgy.

    Here's the requested output:
    Code:
    oneseventeen@tigershark:~$ sudo iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    eth1      IEEE 802.11b/g  ESSID:"Calvary"  Nickname:"Broadcom 4306"
              Mode:Managed  Frequency=2.484 GHz  Access Point: Invalid   
              Bit Rate=1 Mb/s   Tx-Power=19 dBm   
              RTS thr:off   Fragment thr:off
              Encryption key:off
              Link Quality:0  Signal level:0  Noise level:0
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    
    sit0      no wireless extensions.
    
    oneseventeen@tigershark:~$ sudo iwlist scan
    lo        Interface doesn't support scanning.
    
    eth0      Interface doesn't support scanning.
    
    eth1      No scan results
    sit0      Interface doesn't support scanning.
    
    oneseventeen@tigershark:~$ cat /etc/network/interfaces 
    auto lo
    iface lo inet loopback
    
    
    iface eth0 inet dhcp
    
    auto eth2
    iface eth2 inet dhcp
    
    auto ath0
    iface ath0 inet dhcp
    
    auto wlan0
    iface wlan0 inet dhcp
    
    
    auto eth0
    
    iface eth1 inet dhcp
    wireless-essid Calvary
    wireless-key s:
    
    auto eth1
    Any tips? Or should I go the ndiswrapper route, or possibly downgrade to Dapper?

    This is my business laptop and I can't believe I was so eager to upgrade that I didn't give it time and check into the potential issues... I just remember using fwcutter to get wireless working in dapper and it was so easy.

  9. #579
    Join Date
    Apr 2005
    Location
    Albuquerque, NM, USA
    Beans
    351

    Re: How to: Broadcom Wireless cards

    I followed these instructions and just like this thread mentioned, I installed the fwcutter script, but after extracting the firmware from the file linked to in this thread, and the file I used last time to get it to work with ndiswrapper, I wound up just running the fwcutter script:
    Code:
    sudo /usr/share/bcm43xx-fwcutter/install_bcm43xx_firmware.sh
    I had to plug into a wired network for it to download the .so file and extract the firmware for me.

    My wireless adapter still didn't work, so I manually edited the interfaces file to tell the interface to operate at 11M
    Code:
    wireless-rate 11M
    I disabled all wireless networking whether that be from network-manager-gnome or network configuration, then rebooted, and it still didn't work.

    So, I wound up just manually typing in
    Code:
    sudo iwconfig eth1 essid Calvary
    and it actually connected!

    If there are any config files or command line argument results I can attach here to help anyone else with the issue, just ask and I'll post it.

    (I'm now setting up a webserver on my laptop for development purposes over the now-working wireless!!! only 2 minutes remaining )

  10. #580
    Join Date
    Oct 2006
    Beans
    71
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Wink Re: How to: Broadcom Wireless cards

    Worked like a champ on my HP pavilion ze5500. I came over to Ubuntu from FC. I was tired of banging my head against a brick wall to get my hw working. Thank you for this how-to.

Page 58 of 100 FirstFirst ... 848565758596068 ... 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
  •