Results 1 to 8 of 8

Thread: After Hardy upgrade, wireless no longer works

Hybrid View

  1. #1
    Join Date
    Sep 2008
    Location
    Taipei, Taiwan
    Beans
    7
    Distro
    Ubuntu 8.04 Hardy Heron

    After Hardy upgrade, wireless no longer works

    Hi
    I'm pretty new to Linux. I bought a Dell Inspiron 1420 last year. I recently upgraded to Hardy. Since the upgrade, the wireless networking icon that used to provide a dropdown list of available networks isn't there any more (it used to appear in the top right of the screen next to the time and date), and I can't connect to the internet any more. I'd really appreciate any help in fixing this!

    Using iwconfig, I see that my laptop is not automatically connecting to available wireless networks. After starting the computer and running iwconfig, it says it is unassociated. I can actually connect to a network like this:
    "sudo iwconfig eth1 essid the_network"
    This seems to be successful, in that it finds the access point and everything. But Firefox still doesn't think the internet is connected.

    Can anyone tell me how to restore the wireless networking icon and make Firefox able to use the internet again?

    Thanks!
    Michael

  2. #2
    Join Date
    May 2007
    Location
    San Francisco, California
    Beans
    5,857
    Distro
    Ubuntu Development Release

    Re: After Hardy upgrade, wireless no longer works

    I'm pretty sure that driver is in the repo's now. If you didn't install ndiswrapper then skip steps 2,3,4.

    Update and upgrade using update-manager/synaptic/adept etc
    Code:
    sudo apt-get remove ndisgtk ndiswrapper-common ndiswrapper-utils-1.9
    Remove the
    Code:
    ndiswrapper
    Line from /etc/modules. Then disable Wireless from the network manager applet and then:
    Code:
    sudo modprobe -r ndiswrapper
    If it says something about module being in use, it means you have not disabled your Wireless so, so restart if there were any kernel upgrades. Then after do the following System->Administration->Hardware Drivers You should see a wl driver there, it should say "In use" if it doesn't click "Install driver" and you should be on your way.

  3. #3
    Join Date
    Sep 2008
    Location
    Taipei, Taiwan
    Beans
    7
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: After Hardy upgrade, wireless no longer works

    Thanks for your reply! But my terminal seems to have stopped in the middle of a command.

    I tried the first line: sudo apt-get remove ndisgtk ndiswrapper-common ndiswrapper-utils-1.9

    A lot of output followed. About 20 lines in, it says:
    Installing new version of config file /etc/sysctl.conf ...
    * Setting kernel variables...
    error: "vm.mmap_min_addr" is an unknown key
    [fail]
    ...[a few lines about setting up openssl omitted here]...
    Setting up locales (2.7.9-4) ...
    Generating locales...
    ar_AE.UTF-8...

    And there it has stopped for the last few minutes. I'm leaving it running but I'm not expecting any progress. Should I just stop it with Ctrl+C?

    Thanks
    Michael

  4. #4
    Join Date
    May 2007
    Location
    San Francisco, California
    Beans
    5,857
    Distro
    Ubuntu Development Release

    Re: After Hardy upgrade, wireless no longer works

    Try just installing the package:
    Code:
    sudo apt-get install ndisgtk

  5. #5
    Join Date
    Sep 2008
    Location
    Taipei, Taiwan
    Beans
    7
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: After Hardy upgrade, wireless no longer works

    When I run this line: sudo apt-get install ndisgtk

    It says:
    E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.

    So I ran sudo dpkg --configure -a

    Lines of output followed, getting stuck on:
    Setting up locales (2.7.9-4) ...
    Generating locales...
    ar_AE.UTF-8...

    And there it has stopped. Any ideas?

  6. #6
    Join Date
    Sep 2008
    Location
    Taipei, Taiwan
    Beans
    7
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: After Hardy upgrade, wireless no longer works

    Following a different lead, I've found that the command "sudo nm-applet --sm-disable" restores the missing networking icon. Now that it's there, I can see the list of available wireless networks, and I can select one to connect to. But it doesn't connect. It shows two grey circles, then the bottom one turns green, and finally it turns back into the image of two computer monitors with a red exclamation mark, indicating that I'm not connected to any networks.

    So...is that relevant? It feels a bit like progress.

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
  •