Page 1 of 5 123 ... LastLast
Results 1 to 10 of 50

Thread: Wireless problems! No ndiswrapper or b43-fwcutter!

  1. #1
    Join Date
    Sep 2012
    Beans
    34

    Wireless problems! No ndiswrapper or b43-fwcutter!

    Hello!

    I'm refurbishing a Dell Inspiron 1501, and have just changed the orginial harddrive to a Hitachi Travelstar 500GB, and installed Ubuntu 12.04 LTS onto it.

    Unfortunately though, I'm not getting any Network Connections...
    Networking is enabled, "Connection information" is unavailable and no connections are given in "Edit Connections".

    Thinking it might be a problem with the PCI card (Card/Model: BCM4311 and PCI-ID: [14e4:4311] ) I connected a USB Wireless Adapter (which is a Netgear one... Terminal says: "ID0846:9020 Netgear, Inc. WNA 3100 (v1) Wireless-N300 [BroadcomBCM43241])...Seems that's not doing anything at all either... :"(

    I've looked at the following links for some help:
    http://ubuntuforums.org/showthread.php?t=889395
    http://invaleed.wordpress.com/2007/1...ci-ubuntu-710/
    https://help.ubuntu.com/community/Wi...Driver/bcm43xx
    https://help.ubuntu.com/community/Wi...er/Ndiswrapper
    but to no avail.
    Mind you, I might just be doing it all wrong...Still quite the rookie. :S Sorry.

    But the laptop is telling me that both ndiswrapper and b43-fwcutter doesn't exist...

    So I'm totally stuck on what to do...

    I'm very sorry for jabbering on but I would really really truly love it if you could please please please help me!!

    Thank you very much in advance!

    M

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

    Re: Wireless problems! No ndiswrapper or b43-fwcutter!

    Set that USB aside and let's see if we can get the Broadcom built-in to come to life. Walk over to the router, hook up the ethernet and get a connection. Open a terminal and type:
    Code:
    sudo apt-get install linux-firmware-nonfree
    Detach the ethernet, reboot and post back to tell us how the wireless is working.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #3
    Join Date
    Sep 2012
    Beans
    34

    Re: Wireless problems! No ndiswrapper or b43-fwcutter!

    Quote Originally Posted by chili555 View Post
    Set that USB aside and let's see if we can get the Broadcom built-in to come to life. Walk over to the router, hook up the ethernet and get a connection. Open a terminal and type:
    Code:
    sudo apt-get install linux-firmware-nonfree
    Detach the ethernet, reboot and post back to tell us how the wireless is working.
    Hello chili555!!

    Thank you for your reply!!
    I really really appreciate it!

    I connected the ethernet cable to the laptop but it seems that the laptop still isn't connecting to the internet... :"(
    "Wired network disconnected - you are now offline" keeps popping up too...

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

    Re: Wireless problems! No ndiswrapper or b43-fwcutter!

    Let's get the wireless going first, then we'll fix the ethernet. Download the file I've attached and transfer it to the desktop of the Ubuntu machine on a USB key or similar. Right-click it and select Extract Here. Now open the terminal and do:
    Code:
    sudo mkdir /lib/firmware/b43
    sudo cp Desktop/b43/*  /lib/firmware/b43
    sudo modprobe -r b43
    sudo modprobe b43
    Your wireless should now be working.
    Attached Files Attached Files
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #5
    Join Date
    Sep 2012
    Beans
    34

    Re: Wireless problems! No ndiswrapper or b43-fwcutter!

    Hi chili555,

    Thank you for your help and support again!
    Unfortunately, after

    Quote Originally Posted by chili555 View Post
    sudo cp Desktop/b43/* /lib/firmware/b43
    I get:

    cp: cannot stat 'Desktop/b43/*' : No such file or directory

  6. #6
    Join Date
    Sep 2012
    Beans
    34

    Re: Wireless problems! No ndiswrapper or b43-fwcutter!

    Put the extracted file onto desktop!
    Worked!
    Worked!!!

    WOOHOOOO!!!
    THANK YOU SO SO MUCH CHILI555

    You're THE Saint!

    Thank you so so much again!

    Do I need to save anything, etc. to make sure this is permanent?

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

    Re: Wireless problems! No ndiswrapper or b43-fwcutter!

    Do I need to save anything, etc. to make sure this is permanent?
    Nope. You are all set. As long as the wireless is working, do we need to work on ethernet or is it not needed?

    Please use thread tools at the top to mark Solved.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  8. #8
    Join Date
    Sep 2012
    Beans
    34

    Re: Wireless problems! No ndiswrapper or b43-fwcutter!

    Sorry for bugging you again!
    Just a few more questions!

    Do I need to keep the b43 extracted file in a specific location?
    Will ethernet connection work now too?

    Thank you so so very much again!

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

    Re: Wireless problems! No ndiswrapper or b43-fwcutter!

    Do I need to keep the b43 extracted file in a specific location?
    Trash it and the zip, too.
    Will ethernet connection work now too?
    Not until we troubleshoot it. If you'd like to proceed, please post:
    Code:
    lspci -nn | grep 0280
    dmesg | grep eth0
    The pipe symbol | is on the right side of my US keyboard on the same key with \.

    Just to be sure you always get the latest and greatest firmware, you should do:
    Code:
    sudo apt-get install linux-firmware-nonfree
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  10. #10
    Join Date
    Sep 2012
    Beans
    34

    Re: Wireless problems! No ndiswrapper or b43-fwcutter!

    Chili555,

    Terminal says
    "Setting up linux-firmware-nonfree (1.11ubuntu1)...
    ~$ "

    Do I need to type or do anything more to complete set up?

    Thank you!

Page 1 of 5 123 ... LastLast

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
  •