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

Thread: After last update on 12.04 LTS No Land or Wifi

  1. #1
    Join Date
    Feb 2012
    Location
    Puerto Rico
    Beans
    67
    Distro
    Ubuntu

    Question After last update on 12.04 LTS No Land or Wifi

    Greetings i was trying to make my grandma wifi laptop computer work that is integrated on it since on the beta versions i had no trouble but after the last update on the LTS either the LAN or Wifi Works.... can some one plase give a helping hand

    here are the specs:

    Computer: Dell Inspiron B120
    Memory: 1 gbg
    Processor: intel Celeron M 1.40 Mghz
    OS: Ubuntu 12.04 LTS 32 bits
    HDD: space: 40.00 gig
    Wifi: W1370 802.11 b/g wireless network mini-pci card for LAPTOP / Notebooks

  2. #2
    Join Date
    Feb 2012
    Location
    Puerto Rico
    Beans
    67
    Distro
    Ubuntu

    Exclamation Re: After last update on 12.04 LTS No Land or Wifi

    Just had runned on the terminal:

    Code:
     lspci -nn | grep 0280
    and it retuned the following:

    02:03.0 network Controller [0280]: Broad Corporation BCM4318 [AirForce One 54g] 802.11g Wireless Lan Controller [14e4:4318] (rev 02)

    Thanks to Chili555 for the code previously

    now what else i should do?

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

    Re: After last update on 12.04 LTS No Land or Wifi

    Grandma's wireless needs firmware and a helping hand from you. Here is a file you can download and put on a USB key. Drag and drop it from the USB key to her Desktop. Right-click it and select Extract Here. Now open a terminal and do:
    Code:
    sudo mkdir /lib/firmware/b43
    sudo cp Desktop/b43/* /lib/firmware/b43
    sudo modprobe -r b43
    sudo modprobe b43
    Is it working now? Hug Grandma from old Chili and tell her to enjoy her Facebook!
    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.

  4. #4
    Join Date
    Feb 2012
    Location
    Puerto Rico
    Beans
    67
    Distro
    Ubuntu

    Talking Re: After last update on 12.04 LTS No Land or Wifi

    Quote Originally Posted by chili555 View Post
    Grandma's wireless needs firmware and a helping hand from you. Here is a file you can download and put on a USB key. Drag and drop it from the USB key to her Desktop. Right-click it and select Extract Here. Now open a terminal and do:
    Code:
    sudo mkdir /lib/firmware/b43
    sudo cp Desktop/b43/* /lib/firmware/b43
    sudo modprobe -r b43
    sudo modprobe b43
    Is it working now? Hug Grandma from old Chili and tell her to enjoy her Facebook!

    You are a genious my friend thanks a lot she will be very happy when i give her laptop back actually i was in need to create another account in english and i make her a standard user so in the next 5 years of the LTS i do not need to worry much for the laptop again thank you very very much

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

    Re: After last update on 12.04 LTS No Land or Wifi

    Will you be kind enough to 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.

  6. #6
    Join Date
    Feb 2012
    Location
    Puerto Rico
    Beans
    67
    Distro
    Ubuntu

    Re: After last update on 12.04 LTS No Land or Wifi

    Quote Originally Posted by chili555 View Post
    Will you be kind enough to use thread tools at the top to Mark Solved?
    already done (^_~) thanks again

  7. #7
    Join Date
    Feb 2012
    Location
    Puerto Rico
    Beans
    67
    Distro
    Ubuntu

    Question Re: After last update on 12.04 LTS No Land or Wifi

    Quote Originally Posted by chili555 View Post
    Grandma's wireless needs firmware and a helping hand from you. Here is a file you can download and put on a USB key. Drag and drop it from the USB key to her Desktop. Right-click it and select Extract Here. Now open a terminal and do:
    Code:
    sudo mkdir /lib/firmware/b43
    sudo cp Desktop/b43/* /lib/firmware/b43
    sudo modprobe -r b43
    sudo modprobe b43
    Is it working now? Hug Grandma from old Chili and tell her to enjoy her Facebook!

    I am at my grandma house and the Wifi disappear again lucky the terminal saved the the command so i just follow it and it worked again ... but in any chance this change could be make permanent?

  8. #8
    Join Date
    Feb 2012
    Location
    Puerto Rico
    Beans
    67
    Distro
    Ubuntu

    Re: After last update on 12.04 LTS No Land or Wifi

    just rebooted and the wifi was not found so i quantify the findings hehe still after
    changing the folder and doing sudo modprobe b43 everything works until you restart or shut down the computer

  9. #9
    Join Date
    Feb 2012
    Location
    Puerto Rico
    Beans
    67
    Distro
    Ubuntu

    Re: After last update on 12.04 LTS No Land or Wifi

    screen shot
    Attached Images Attached Images

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

    Re: After last update on 12.04 LTS No Land or Wifi

    Please try this:
    Code:
    sudo su
    echo b43 >> /etc/modules
    exit
    Now does it work after 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.

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
  •