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

Thread: When WiFi doesn't connect I have to shut down then turn computer on again 2-3 times

  1. #1
    Join Date
    Jun 2008
    Beans
    36

    When WiFi doesn't connect I have to shut down then turn computer on again 2-3 times

    Does Anyone have any Idea how to fix this problem.
    It'd be much appreciated.

  2. #2
    Join Date
    May 2006
    Beans
    339

    Re: When WiFi doesn't connect I have to shut down then turn computer on again 2-3 tim

    is it an atheros card?

  3. #3
    Join Date
    Jan 2006
    Location
    Bangalore
    Beans
    58
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: When WiFi doesn't connect I have to shut down then turn computer on again 2-3 tim

    If your card is identified and appropriate drivers laoded, then i assume its a problem with NetworkManager - the UI, whihc allows you to connect to a listed wireles..

    Here's a old fashioned method.

    $sudo pkill NetworkManager
    $sudo dhclient -r eth1 #Or wlan0 depending on your card
    $sudo iwlist scan
    #This gives a list of wifi's available
    $sudo iwfconfig eth1 essid <essid-name> key <key if any>
    $sudo dhclient eth1

    eth1 can be replaced from the device name listed with sudo iwlist scan

    Hope this helps!
    Dell 1520 - Intel Core 2 Duo T5250@1.5Ghz, 2GB Ram, 160GB HDD, nVidia 8400GS 128MB powered by Ubuntu Latest.

  4. #4
    Join Date
    Jun 2008
    Beans
    36

    Re: When WiFi doesn't connect I have to shut down then turn computer on again 2-3 tim

    It is an Atheros Card

  5. #5
    Join Date
    Jun 2008
    Beans
    36

    Re: When WiFi doesn't connect I have to shut down then turn computer on again 2-3 tim

    are you sure that will work?:
    $sudo pkill NetworkManager
    $sudo dhclient -r eth1 #Or wlan0 depending on your card
    $sudo iwlist scan
    #This gives a list of wifi's available
    $sudo iwfconfig eth1 essid <essid-name> key <key if any>
    $sudo dhclient eth1

  6. #6
    Join Date
    Jan 2006
    Location
    Bangalore
    Beans
    58
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: When WiFi doesn't connect I have to shut down then turn computer on again 2-3 tim

    well, give it a try, u wont lose anything, restart will bring back NetworkManager anyways..
    Dell 1520 - Intel Core 2 Duo T5250@1.5Ghz, 2GB Ram, 160GB HDD, nVidia 8400GS 128MB powered by Ubuntu Latest.

  7. #7
    Join Date
    Feb 2008
    Beans
    80

    Re: When WiFi doesn't connect I have to shut down then turn computer on again 2-3 tim

    I have the same problem on an Acer 7520 with an Atheros card, instead of re boot, try : sudo rmmod ndiswrapper and sudo modprobe ndiswrapper.
    It's not ideal, but it works for me, still am looking for a definite fix.

    Good luck

  8. #8
    Join Date
    Jun 2008
    Location
    Tula, Russia
    Beans
    11
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: When WiFi doesn't connect I have to shut down then turn computer on again 2-3 tim

    It's problem NOT only in Network Manager, or only in Ndiswrapper drivers...

    My issue is:
    • turn off driver ( # sudo rmmod ndiswrapper )
    • remove wireless network in [ RMButton menu at NM icon in tray > Edit Wireless Networks ]
    • turn driver on ( # sudo modprobe ndiswrapper )


    Sometimes I've just need to on/off driver.
    It shakes me, I didn't like that, but this is Atheros...

    Sorry for my poor Eng
    Last edited by Pha[N]toM; June 24th, 2008 at 12:26 PM. Reason: spellchecking

  9. #9
    Join Date
    Jun 2008
    Beans
    36

    Re: When WiFi doesn't connect I have to shut down then turn computer on again 2-3 tim

    yo man the code just destroyed the wifi connection i did have

  10. #10
    Join Date
    Feb 2008
    Beans
    80

    Re: When WiFi doesn't connect I have to shut down then turn computer on again 2-3 tim

    Which code ? What did you do exactly ?

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
  •