Results 1 to 5 of 5

Thread: No Wireless

  1. #1
    Join Date
    Feb 2008
    Beans
    29

    No Wireless

    New to this and have not been able to get wireless to work. I have a broadcom 4321 chipset and from what I have read there is no support for this at the present time. Also that Ndiswrapper does not work with Vista drivers. Is this all correct and if so am i just out of luck. I have tried all this and still nothing, Ubuntu just doesn't see my card at all. Works fine in Vista.

  2. #2
    Join Date
    Mar 2005
    Location
    York, UK
    Beans
    1,811

    Re: No Wireless

    Have you tried the binary driver from Broadcom?

    See http://ubuntuforums.org/showthread.php?t=896713

    I would have thought that someone would have a PPA of this for 9.04, but I guess there are probably some serious license restrictions.
    UP Team member

  3. #3
    Join Date
    Mar 2009
    Location
    Helsinki, Finland
    Beans
    650
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: No Wireless

    The STA does indeed support this chipset, so you've been somewhat misinformed. It should actually be the default driver for this chip, if I'm not mistaken. Open up a terminal, run lshw -C network and post the results, that should clear things up a bit.

  4. #4
    Join Date
    Apr 2007
    Location
    Mount Horeb, WI
    Beans
    4,312
    Distro
    Kubuntu Development Release

    Re: No Wireless

    As the others have mentioned, the card should work in Ubuntu. You should be able to activate it by going into System->Administration->Hardware Drivers and activating the Broadcom STA option. If it does not work, you might go into the Terminal and try the following to see if you can get wireless sites:
    Code:
    sudo modprobe -b43 ssb wl
    sudo modprobe wl
    sudo iwlist scan
    If you do get wireless sites, please do the following:
    Code:
    echo blacklist b43 | sudo tee -a /etc/modprobe.d/blacklist.conf
    echo blacklist ssb | sudo tee -a /etc/modprobe.d/blacklist.conf
    echo wl | sudo tee -a /etc/modules

  5. #5
    Join Date
    Feb 2008
    Beans
    29

    Re: No Wireless

    Thanks--things seem to be working now

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
  •