Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

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

  1. #11
    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

    Quote Originally Posted by Flag View Post
    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
    This one
    Toshiba Satellite A205-S5825
    Intel Pentium Dual Core; Atheros Wifi Driver; Intel Graphics Card;Ubuntu 9.04; Linux registered user #489109.

  2. #12
    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

    ive got this problem too...

    the only fix i have found for it is doing a hard shutdown/restart via the button.

    everytime i do it this way, the connection comes back on, but if i select shutdown or restart from the menu...doesn't work.

    i know its not ideal, but its the best thing i have come up with to date.



    edit: and the purpose of that code is to turn off the driver, so if you lost connection, that is good...did you power the driver back on?
    Last edited by chalewa; June 26th, 2008 at 01:15 PM.

  3. #13
    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

    that's not my problem, it's only when I restart. If I shut down from the menu, it takes 2-3 times but it eventually connects
    Toshiba Satellite A205-S5825
    Intel Pentium Dual Core; Atheros Wifi Driver; Intel Graphics Card;Ubuntu 9.04; Linux registered user #489109.

  4. #14
    Join Date
    Aug 2007
    Beans
    6

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

    Use ndiswrapper

    Code:
    lspci | grep less
    Then find ur windows driver.... then:
    Code:
    sudo apt-get install ndiswrapper-utils-1.9
    cd to/your/inf/driver/
    sudo ndiswrapper -i yourdriver.inf
    ndiswrapper -l
    sudo depmod -a
    sudo modprobe ndiswrapper
    sudo cp /etc/network/interfaces /etc/network/interfaces.bak
    echo -e 'auto lo\niface lo inet loopback\n' | sudo tee /etc/network/interfaces
    sudo ndiswrapper -m
    echo 'ndiswrapper' | sudo tee -a /etc/modules
    sudo reboot
    Should do the trick

  5. #15
    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

    ndiswrapper doesn't show up
    Toshiba Satellite A205-S5825
    Intel Pentium Dual Core; Atheros Wifi Driver; Intel Graphics Card;Ubuntu 9.04; Linux registered user #489109.

  6. #16
    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

    Guys, and what in other distros?
    Same problem?
    Maybe Atheros must update her's proprietay, but linux-driver?
    Maybe we must write open ...ah...mmm.. "letter(message)" to Atheros?
    Last edited by Pha[N]toM; July 8th, 2008 at 08:27 AM.

  7. #17
    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

    Hey! there is successfull for me: http://ubuntuforums.org/showpost.php...60&postcount=1

    YAHOO!!!

  8. #18
    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

    Just incase ,

    Atheros Releases Free Linux Driver For Its 802.11n Devices

    http://madwifi.org/wiki/news/2008072...nux-driver-for
    Dell 1520 - Intel Core 2 Duo T5250@1.5Ghz, 2GB Ram, 160GB HDD, nVidia 8400GS 128MB powered by Ubuntu Latest.

  9. #19
    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

    Great news!
    [sorry for flood]

Page 2 of 2 FirstFirst 12

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
  •