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

Thread: Dell WiFi not working in 12.10

  1. #1
    Join Date
    Mar 2013
    Beans
    8

    Dell WiFi not working in 12.10

    My Dell Inspiron 3421 came pre-installed with Ubuntu 12.04 LTS.
    Everything was working including WiFi and Bluetooth.
    Then I made a clean install of Ubuntu 12.10 64bit version.
    And to my surprise, WiFi was not working. However Bluetooth was working.

    Network properties shows the device as 'UNCLAIMED'. And I can't even enable it using 'eth1 up' command.
    I searched through the forums and tried few tricks which were marked as SOLVED, but they didn't work for me.

    Here are details of my WiFi device from a screenshot in Windows7

    Device: Dell Wireless 1704 802.11b/g/n (2.4GHz)
    Manufacturer: Broadcom

    This system is of my daily use and really need the WiFi to work. Please help me with solutions.
    Last edited by ashish811; March 11th, 2013 at 04:37 PM.

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

    Re: Dell WiFi not working in 12.10

    What is the exact identity of your Broadcom? Run this terminal command and pick out the Broadcom wireless.
    Code:
    lspci -nn
    Post the result here.
    "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
    Mar 2013
    Beans
    8

    Re: Dell WiFi not working in 12.10

    Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)

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

    Re: Dell WiFi not working in 12.10

    "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
    Mar 2013
    Beans
    8

    Re: Dell WiFi not working in 12.10

    thats why I love Ubuntu and use it since version 8.04 .....
    that worked flawlessly.
    Thanks chili555

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

    Re: Dell WiFi not working in 12.10

    Quote Originally Posted by ashish811 View Post
    thats why I love Ubuntu and use it since version 8.04 .....
    that worked flawlessly.
    Thanks chili555
    Can I get a Solved? If so, please edit the title of your thread and add [SOLVED] at the beginning.

    Glad it's working.

    For the benefit of all you over-eager searchers, my solution is for this only:
    Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365]
    If yours is not the same device, then keep searching.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #7
    Join Date
    Mar 2013
    Beans
    8

    Re: Dell WiFi not working in 12.10

    did that

  8. #8
    Join Date
    Mar 2013
    Beans
    8

    Re: Dell WiFi not working in 12.10

    this fix is working but everytime I restart my system, I need to execute this command in the terminal to start WiFi and get it working: " sudo modprobe wl "
    any fix for this ??

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

    Re: Dell WiFi not working in 12.10

    Quote Originally Posted by ashish811 View Post
    this fix is working but everytime I restart my system, I need to execute this command in the terminal to start WiFi and get it working: " sudo modprobe wl "
    any fix for this ??
    Let's get wl to load automatically on boot; from a terminal:
    Code:
    sudo su
    echo wl >> /etc/modules
    exit
    You should be all set.
    "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
    Mar 2013
    Beans
    8

    Re: Dell WiFi not working in 12.10

    yup did that and its fine now ...
    further to add, my Touchpad went laggy after very 1st restart of doing the WiFi fix install and went inactive in 2nd restart.
    However I run the command to enable touchpad and its working fine since then.
    Not sure what caused that conflict though

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
  •