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

Thread: USB Wireless Not Working (Realtek RTL8187L)

  1. #11
    Join Date
    Apr 2007
    Beans
    41

    Re: USB Wireless Not Working (Realtek RTL8187L)

    Quote Originally Posted by Codename View Post
    Well, let's try and use the compat wireless package. So first what you want to do is actually get the source, so run:
    Code:
    wget http://www.orbit-lab.org/kernel/compat-wireless-2.6-stable/v2.6.30/compat-wireless-2.6.30.tar.bz2
    Then you need to extract it:
    Code:
    tar xvjf compat-wireless-2.*
    Then you need to navigate to where you saved it (I'm using the Desktop for this example):
    Code:
    cd /home/username/Desktop/compat*
    Then do the initial compile:
    Code:
    make
    sudo make install
    If you get any make errors make sure you have the build-essential package installed, you can install it by running:
    Code:
    apt-get install build-essential
    Ok, no errors. The last thing 'sudo make install' ouput was this:
    Code:
    Now run:
    
    make unload
    
    And then load the wireless module you need. If unsure reboot.
    Do I do that? If I do, how do I load the correct wireless module? Or should I just reboot like it says?

    Thanks for everything so far.

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

    Re: USB Wireless Not Working (Realtek RTL8187L)

    Haha you don't have to thank me. You can just reboot, then once you reboot you probably want to run:
    Code:
    sudo modprobe rtl8187

  3. #13
    Join Date
    Apr 2007
    Beans
    41

    Re: USB Wireless Not Working (Realtek RTL8187L)

    Code:
    user@MusicPC:~$ sudo modprobe rtl8187
    WARNING: All config files need .conf: /etc/modprobe.d/blacklist, it will be ignored in a future release.
    Does that mean it worked or it didn't?

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

    Re: USB Wireless Not Working (Realtek RTL8187L)

    Well I'm pretty sure you can resolve that issue by making:
    Code:
    /etc/modprobe.d/blacklist
    To:
    Code:
    /etc/modprobe.d/blacklist.conf
    Try that, then reboot then try to reload the module by using modprobe.

  5. #15
    Join Date
    Apr 2007
    Beans
    41

    Re: USB Wireless Not Working (Realtek RTL8187L)

    Ok so 'sudo modprobe rtl1817' gave no errors nor output. Now what?

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

    Re: USB Wireless Not Working (Realtek RTL8187L)

    Try and run your wireless card. So you can try running:
    Code:
    sudo ifdown wlan0
    sudo ifup wlan0

  7. #17
    Join Date
    Apr 2007
    Beans
    41

    Re: USB Wireless Not Working (Realtek RTL8187L)

    Code:
    user@MusicPC:~$ sudo ifdown wlan0
    ifdown: interface wlan0 not configured
    user@MusicPC:~$ sudo ifup wlan0
    Ignoring unknown interface wlan0=wlan0.
    Hm.

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

    Re: USB Wireless Not Working (Realtek RTL8187L)

    What are the contents of the following?
    Code:
    cat /etc/network/interfaces

  9. #19
    Join Date
    Apr 2007
    Beans
    41

    Re: USB Wireless Not Working (Realtek RTL8187L)

    Code:
    user@MusicPC:~$ cat /etc/network/interfaces
    auto lo
    iface lo inet loopback

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
  •