Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Broadcom wireless won't turn on

  1. #11
    Join Date
    Nov 2012
    Beans
    8

    Re: Broadcom wireless won't turn on

    I am still having a little trouble and want to thank all of you for your patience and assistance: You guys are GREAT!

    I installed the B43 on my desktop, but then had some trouble with the commands. I got an error after the first one, but then thought maybe the others would work. Here are the results:
    eelkins@ubuntu:~$ sudo mkdir /lib/firmware/b43
    [sudo] password for eelkins:
    mkdir: cannot create directory `/lib/firmware/b43': File exists
    eelkins@ubuntu:~$ sudo cp Desktop/b43/* /lib/firmware/b43
    eelkins@ubuntu:~$ sudo rmmod -f b43
    ERROR: Removing 'b43': No such file or directory
    eelkins@ubuntu:~$ sudo rmmod -f ssb
    ERROR: Removing 'ssb': No such file or directory
    eelkins@ubuntu:~$ sudo modprobe b43
    eelkins@ubuntu:~$

    Any ideas?

  2. #12
    Join Date
    Apr 2009
    Location
    UK Lake District
    Beans
    3,092
    Distro
    Kubuntu 18.04 Bionic Beaver

    Re: Broadcom wireless won't turn on

    Start again:

    You can download this and extract the folder b43
    https://dl.dropbox.com/u/10573557/b43_firmware/b43.zip

    inspect the dir. /lib/firmware
    If you have a folder already 'b43'
    We need to rename it
    Open a terminal in /lib/firmware and do
    Code:
    su
    mv b43 old-b43
    Then open a terminal where you have the folder I gave you and do
    Code:
    su
    mv b43 /lib/firmware
    Ubuntu 18.04

  3. #13
    Join Date
    Nov 2012
    Beans
    8

    Re: Broadcom wireless won't turn on

    Quote Originally Posted by carl4926 View Post
    Start again:

    You can download this and extract the folder b43
    https://dl.dropbox.com/u/10573557/b43_firmware/b43.zip

    inspect the dir. /lib/firmware
    If you have a folder already 'b43'
    We need to rename it
    Open a terminal in /lib/firmware and do
    Code:
    su
    mv b43 old-b43
    Then open a terminal where you have the folder I gave you and do
    Code:
    su
    mv b43 /lib/firmware
    I am not sure how to open a terminal in /lib/firmware? I know how to open a terminal, but not in a certain location. I did open the terminal and this is what I get:
    eelkins@ubuntu:~$ su mv b43 old-b43
    Unknown id: mv
    eelkins@ubuntu:~$

    I can find the b43 folder through the file system/lib/firmware/b43, but when I right click to rename it, the rename option is greyed out--not an option.

  4. #14
    Join Date
    Apr 2009
    Location
    UK Lake District
    Beans
    3,092
    Distro
    Kubuntu 18.04 Bionic Beaver

    Re: Broadcom wireless won't turn on

    You just do

    Code:
    cd /lib/firmware
    Ubuntu 18.04

  5. #15
    Join Date
    Nov 2012
    Beans
    8

    Re: Broadcom wireless won't turn on

    Alright. Mission accomplished. I renamed the old b43 and downloaded the new one from drop box and now have the new b43 in the lib/directory. I did a restart and still have no wireless. What do I do now?

    Thanks,

    Ed

  6. #16
    Join Date
    Apr 2009
    Location
    UK Lake District
    Beans
    3,092
    Distro
    Kubuntu 18.04 Bionic Beaver

    Re: Broadcom wireless won't turn on

    now have the new b43 in the lib/directory.
    Please confirm it's in /lib/firmware

    Then try

    Code:
    sudo modprobe -rv b43
    Code:
    sudo modprobe -v b43
    Ubuntu 18.04

Page 2 of 2 FirstFirst 12

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
  •