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

Thread: Broadcom driver for 4328 b/g/n wireless device

  1. #21
    Join Date
    Oct 2005
    Beans
    720

    Re: Broadcom driver for 4328 b/g/n wireless device

    Have a look at the first sticky in the networking section of the Ubuntu Forums, it requires a kernel update from Hardy proposed.

  2. #22
    Join Date
    Aug 2005
    Location
    Huntsville, AL, USA
    Beans
    7,526
    Distro
    Ubuntu

    Re: Broadcom driver for 4328 b/g/n wireless device

    Quote Originally Posted by m.musashi View Post
    This is certainly good news and something I've been hoping for. However, could someone explain the exact steps to take to get this working via the kernel update (without running the risks involved with the proposed repo). I'm not a total newb or anything but this is my kids' computer and I'm tired of dealing work wifi issues every other day but I also don't want to make it worse.
    Is the wl driver available for you in System > Adminstration > Hardware Drivers?

  3. #23
    Join Date
    Sep 2007
    Location
    India
    Beans
    79
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Exclamation Re: Broadcom driver for 4328 b/g/n wireless device

    Hi.. I too managed to install wl driver.But strange thing is that wlan0 (was using ndiswrapper before wl) is renamed to eth1 and i cant scan the network.

    [codfe]iwlist scan[/code]
    says that none of the interfaces scan or something like that.

    I see big improvement over the signal strength i can have with this driver. Previously with ndiswrapper : 14-16% now with wl :20%.
    I dont want to configure eth1 manually as with ndiswrapper nm-applet could connect to the AP but with eth1 (wl driver) it gets confused i guess.

    What would be the remedy ?

    Regards
    EnLi

  4. #24
    Join Date
    Aug 2005
    Location
    Huntsville, AL, USA
    Beans
    7,526
    Distro
    Ubuntu

    Re: Broadcom driver for 4328 b/g/n wireless device

    did you make sure to unload / block ndiswrapper?

  5. #25
    Join Date
    Sep 2007
    Location
    India
    Beans
    79
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Broadcom driver for 4328 b/g/n wireless device

    Quote Originally Posted by cyberdork33 View Post
    did you make sure to unload / block ndiswrapper?
    I am new to ubuntu so excuse my negligence on that topic.

    ndiswrapper wasnt added to /etc/modules so i guess it was not loaded and i did a reboot before i updated kernel as the first post of the topic suggests.

    How do i check if ndiswrapper wasnt loaded ?
    Is this right ?
    Code:
    modprobe -l | grep ndiswrapper
    Also i checked if wlan card was using the right driver by using
    Code:
    lshw -C network
    module was "wl"

    Regards
    EnLi

  6. #26
    Join Date
    Jan 2006
    Location
    Edge of Time
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Broadcom driver for 4328 b/g/n wireless device

    Quote Originally Posted by cyberdork33 View Post
    Is the wl driver available for you in System > Adminstration > Hardware Drivers?
    No. It isn't. Do I need to enable a different repo or install the referred to kernel?

  7. #27
    Join Date
    Aug 2005
    Location
    Huntsville, AL, USA
    Beans
    7,526
    Distro
    Ubuntu

    Re: Broadcom driver for 4328 b/g/n wireless device

    Quote Originally Posted by m.musashi View Post
    This is certainly good news and something I've been hoping for. However, could someone explain the exact steps to take to get this working via the kernel update (without running the risks involved with the proposed repo). I'm not a total newb or anything but this is my kids' computer and I'm tired of dealing work wifi issues every other day but I also don't want to make it worse.

    Thanks.
    Yes, in hardy it is in the proposed repo. If you look near the beginning of this thread (1st page), there is information about this. It might be easier to just wait a month or so for Intrepid as it will be included by default there.

  8. #28
    Join Date
    Jan 2006
    Location
    Edge of Time
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Broadcom driver for 4328 b/g/n wireless device

    Well, for better or worse, I enabled the hardy proposed repo and installed the new kernel. The wl driver then showed up as in use. It seemed a bit flaky so I did the below steps from page 1 and all seems to be working. I've had issues in the past with the connection just stopping working even though network manger showed it connected. We'll see if this solves that issue.

    Quote Originally Posted by _mario_ View Post
    This yields the following /etc/modprobe.d/wl file:
    Code:
    # blacklist unwanted modules for wl to work
    blacklist ssb
    blacklist b43
    blacklist b43legacy
    blacklist ndiswrapper
    
    # ignore symbols' versions (necessary on 2.6.24-21)
    install wl /sbin/modprobe --ignore-install --force-modversion wl $CMDLINE_OPTS
    Don't forget to run:
    Code:
    update-initramfs -k all -u
    Someone also mentioned bypassing network manager and setting up the connection in network interfaces. Anyone try that? Just curious how it worked.

  9. #29
    Join Date
    Aug 2006
    Location
    Wisconsin, USA
    Beans
    1,484
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Broadcom driver for 4328 b/g/n wireless device

    Has anyone gotten this working on Intrepid? Intrepid includes wl, but loading the wl module doesn't bring on the WiFi light.

  10. #30
    Join Date
    Aug 2005
    Location
    Huntsville, AL, USA
    Beans
    7,526
    Distro
    Ubuntu

    Re: Broadcom driver for 4328 b/g/n wireless device

    Quote Originally Posted by Ek0nomik View Post
    Has anyone gotten this working on Intrepid? Intrepid includes wl, but loading the wl module doesn't bring on the WiFi light.
    works for me... see the first few posts in this thread about disabling ssb...

Page 3 of 5 FirstFirst 12345 LastLast

Tags for this Thread

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
  •