Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Loss of wireless access after reboot: Broadcom STA driver "active but not in use"

  1. #1
    Join Date
    Mar 2011
    Beans
    2

    Loss of wireless access after reboot: Broadcom STA driver "active but not in use"

    Hi - I'm running Ubuntu 10.10 on a Dell Inspiron XPS. I'm using the Broadcom STA driver for wireless access [I have a Broadcom BCM43224 card], and am running into the problem that after a reboot, the driver seems to no longer be in use: per System > Additional Drivers, the driver is activated, but not in use, with the net result being that I have no wireless access. The only way I've found of fixing this is to remove the driver and then re-activate it.

    How do I get the driver to actually be used after a reboot without having to go through removing & reactivating it ?

  2. #2
    Join Date
    Apr 2009
    Beans
    2,601

    Re: Loss of wireless access after reboot: Broadcom STA driver "active but not in use"

    Quote Originally Posted by alex_mallet View Post
    Hi - I'm running Ubuntu 10.10 on a Dell Inspiron XPS. I'm using the Broadcom STA driver for wireless access [I have a Broadcom BCM43224 card], and am running into the problem that after a reboot, the driver seems to no longer be in use: per System > Additional Drivers, the driver is activated, but not in use, with the net result being that I have no wireless access. The only way I've found of fixing this is to remove the driver and then re-activate it.

    How do I get the driver to actually be used after a reboot without having to go through removing & reactivating it ?


    Not on my Ubuntu system right now, but if memory serves look at

    gksudo gedit /etc/modules

    and see if it says both wl and lp or just lp. If just lp we will probably have to add the wl here so it will load when booting.

  3. #3
    Join Date
    Mar 2011
    Location
    Nova Scotia, Canada
    Beans
    4
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Loss of wireless access after reboot: Broadcom STA driver "active but not in use"

    try unloading the driver and re-loading it via the terminal:
    Code:
    sudo make wlunload b43
    Code:
    sudo modprobe b43
    That's if you use compat-wireless to compile and install the driver
    Last edited by taylorchase; March 6th, 2011 at 02:21 PM.

  4. #4
    Join Date
    Apr 2009
    Beans
    2,601

    Re: Loss of wireless access after reboot: Broadcom STA driver "active but not in use"

    Quote Originally Posted by taylorchase View Post
    try unloading the driver and re-loading it via the terminal:
    Code:
    sudo make wlunload b43
    Code:
    sudo modprobe b43
    That's if you use compat-wireless to compile and install the driver


    The OP is using the STA driver, not the b43. He/she should just need to add it to the location mentioned.

  5. #5
    Join Date
    Mar 2011
    Beans
    2

    Smile Re: Loss of wireless access after reboot: Broadcom STA driver "active but not in use"

    Editing /etc/modules did the trick, thanks !

    -Alex.

  6. #6
    Join Date
    Jun 2005
    Beans
    52

    Re: Loss of wireless access after reboot: Broadcom STA driver "active but not in use"

    I'm expirencing the problem on my MacBook Pro (from 2010) too. Removing and activating again temporarily solves the problem - until next reboot. Hopefully fixed in upcomming release (April).

  7. #7
    Join Date
    Apr 2009
    Beans
    2,601

    Re: Loss of wireless access after reboot: Broadcom STA driver "active but not in use"

    Quote Originally Posted by jemt View Post
    I'm expirencing the problem on my MacBook Pro (from 2010) too. Removing and activating again temporarily solves the problem - until next reboot. Hopefully fixed in upcomming release (April).


    have you checked the location mentioned in post 2?

  8. #8
    Join Date
    Apr 2011
    Beans
    3

    Re: Loss of wireless access after reboot: Broadcom STA driver "active but not in use"

    Hello, I am using Dell XPS Studio 13. I have installed Ubuntu 10.10 on Virtual machine and I have the same problem. I do not think it is a problem of the virtual machine. The ifconfig command shows only 2 interfaces : eth0 and lo. Also I made the change to /etc/modules file as said in this forum and it showed only lp so I added wl as well but it does not detect any wireless interface.
    I had faced a similar problem on ubuntu 9.10 too
    Please help with this. Please let me know if you require any particular command outputs..

  9. #9
    Join Date
    Jul 2011
    Beans
    2

    Talking Re: Loss of wireless access after reboot: Broadcom STA driver "active but not in use"

    I have used the command like was suggested 'gksudo gedit /etc/modules....'

    Its just add a new line with 'wl' command? Like This?

    "# /etc/modules: kernel modules to load at boot time.
    #
    # This file contains the names of kernel modules that should be loaded
    # at boot time, one per line. Lines beginning with "#" are ignored.

    lp
    wl
    "

    thanks in advance!

  10. #10
    Join Date
    Sep 2011
    Beans
    3

    Re: Loss of wireless access after reboot: Broadcom STA driver "active but not in use"

    followed bkratz' method, works like a charm! thanks =D>

Page 1 of 2 12 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
  •