Page 4 of 4 FirstFirst ... 234
Results 31 to 38 of 38

Thread: Proprietary wireless driver problems

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

    Re: Proprietary wireless driver problems

    Quote Originally Posted by Dirkzobb View Post
    Hi, I switched the switch. Tried before but nothing happened. What was the problem? Conflicting drivers?
    Exactly. For your device 14e4:4311, you had the STA driver wl; you wanted b43 and it's required firmware package; after which you needed to turn the radio on with the switch.

    Glad it's working.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  2. #32
    Join Date
    Jul 2012
    Beans
    14

    Re: Proprietary wireless driver problems

    Quote Originally Posted by chili555 View Post
    @Peripetilja--I know I sound like a stuck record, but did you switch the switch or what?
    When I switch the switch I can see/hide my network connection, but the light stays orange all the time and is still unable to connect.
    Could it be that WiFi is disabled in BIOS?

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

    Re: Proprietary wireless driver problems

    Could it be that WiFi is disabled in BIOS?
    Not if you can see your network. The light is relatively unimportant; some drivers handle the light or LED correctly and some not at all.

    Studying...
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  4. #34
    Join Date
    Jul 2012
    Beans
    14

    Re: Proprietary wireless driver problems

    Quote Originally Posted by chili555 View Post
    Not if you can see your network. The light is relatively unimportant; some drivers handle the light or LED correctly and some not at all.

    Studying...
    I was decived by the light at first and almost wrote there's no difference although there is one.
    Waiting for your instructions.

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

    Re: Proprietary wireless driver problems

    I have read a very few cases where the STA driver works for your device 14e4:4727 where brcmsmac does not. Even more puzzling, one case where only the latest compiled version from Broadcom works. Let's try first the default Ubuntu version:
    Code:
    sudo su
    apt-get install brcmwl-kernel-source
    echo "blacklist brcmsmac" >> /etc/modprobe.d/blacklist.conf
    echo "blacklist bcma" >> /etc/modprobe.d/blacklist.conf
    modprobe -r brcmsmac
    modprobe wl
    exit
    How about now? Will it connect and stay connected?

    It may take a reboot.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #36
    Join Date
    Jul 2012
    Beans
    14

    Re: Proprietary wireless driver problems

    Code:
    apt-get install brcmwl-kernel-source
    Gave me this error
    Code:
    E: Unable to locate package brcmwl-kernel-source
    Code:
    modprobe wl
    Gave me this
    Code:
    FATAL:Module wl not found.

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

    Re: Proprietary wireless driver problems

    "What a drag it is getting old." --Mick Jagger

    Sorry, I meant:
    Code:
    bcmwl-kernel-source
    Please try again.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  8. #38
    Join Date
    Jul 2012
    Beans
    14

    Re: Proprietary wireless driver problems

    It is working! \o/

Page 4 of 4 FirstFirst ... 234

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
  •