Results 1 to 4 of 4

Thread: How Do You Get The Bloody Wireless Working????

  1. #1
    Join Date
    May 2007
    Beans
    243
    Distro
    Ubuntu 7.04 Feisty Fawn

    How Do You Get The Bloody Wireless Working????

    Whenever I successfully get WiFi working, it just goes away when I restart the computer!

    I followed multiple tutorials on how to get my TEW-423PI wireless card working, and they all work until I restart. And I am NOT using a live-cd!

    Can someone post a tutorial that has worked for them?

    Thank you SO MUCH if you can!

    EDIT: I have ubuntu 8.04
    Sorry if I sound mad.
    Last edited by jamieh; May 8th, 2008 at 04:44 AM.

  2. #2
    Join Date
    Apr 2007
    Location
    Mount Horeb, WI
    Beans
    4,312
    Distro
    Kubuntu Development Release

    Re: How Do You Get The Bloody Wireless Working????

    It sounds like you need to have a module added to /etc/modules or else you need something blacklisted in /etc/modprobe.d/blacklist. Can you provide us a link to one of the tutorials you used? It will help us see what might be missing.

  3. #3
    Join Date
    May 2007
    Beans
    243
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: How Do You Get The Bloody Wireless Working????

    Quote Originally Posted by Ayuthia View Post
    Can you provide us a link to one of the tutorials you used? It will help us see what might be missing.
    http://ubuntuforums.org/showthread.php?t=400258

    Thanks!

  4. #4
    Join Date
    Apr 2007
    Location
    Mount Horeb, WI
    Beans
    4,312
    Distro
    Kubuntu Development Release

    Re: How Do You Get The Bloody Wireless Working????

    If doing the following makes it work:
    Code:
    sudo modprobe ndiswrapper
    Make sure that ndiswrapper is in /etc/modules:
    Code:
    cat /etc/modules|grep ndiswrapper
    If it is not there:
    Code:
    echo ndiswrapper|sudo tee -a /etc/modules
    will add it for you.

    Hope that helps!

    EDIT:
    If that doesn't work, please post the following:
    Code:
    ndiswrapper -v
    ndiswrapper -l
    lshw -C network
    Last edited by Ayuthia; May 8th, 2008 at 03:43 PM.

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
  •