Page 2 of 37 FirstFirst 123412 ... LastLast
Results 11 to 20 of 366

Thread: Install linux drivers for ralink rt2870

  1. #11
    Join Date
    Dec 2007
    Beans
    68
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Install linux drivers for ralink rt2870

    Just to say that I finally got this working by installing WICD and under preferences setting the wireless connection to ra0.

  2. #12
    Join Date
    May 2008
    Location
    Canada
    Beans
    64
    Distro
    Ubuntu 8.04 Hardy Heron

    Talking Re: Install linux drivers for ralink rt2870

    I am forever in your debt!

    Worked perfectly!!

  3. #13
    Join Date
    Sep 2008
    Beans
    25

    Re: Install linux drivers for ralink rt2870

    Add
    Code:
    {USB_DEVICE(0x0411,0x012e)}, /* Buffalo */		\
    for Buffalo WLI-UC-AG300N

  4. #14
    Join Date
    Sep 2008
    Beans
    25

    Re: Install linux drivers for ralink rt2870

    This installs the driver, but cannot connect to a wireless network. It also stopped mad-wifi from connecting with my other wirless adapter AR5007EG....

  5. #15
    Join Date
    Apr 2006
    Beans
    7

    Re: Install linux drivers for ralink rt2870

    Hi,

    this description works like a charm with one exception for me: after a reboot I have to run sudo insmod rt2870sta.ko manually for my WLAN device to work and to show wireless networks. Any idea what causes this or how I can automate this?

  6. #16
    Join Date
    Jan 2009
    Location
    Bangkok, Thailand
    Beans
    208
    Distro
    Edubuntu 10.10 Maverick Meerkat

    Re: Install linux drivers for ralink rt2870

    Quote Originally Posted by Brausepaul View Post
    Hi,

    this description works like a charm with one exception for me: after a reboot I have to run sudo insmod rt2870sta.ko manually for my WLAN device to work and to show wireless networks. Any idea what causes this or how I can automate this?
    to load the module automatically on each reboot, add rt2860sta to /etc/modules

    sudo gedit /etc/modules

    - add the following line to the end of the /etc/modules file:
    rt2860sta

    - reboot and retest wireless

  7. #17
    Join Date
    Jan 2009
    Location
    Bangkok, Thailand
    Beans
    208
    Distro
    Edubuntu 10.10 Maverick Meerkat

    Re: Install linux drivers for ralink rt2870

    There is another way to install Ralink drivers, and this is the one that I used. Works great!

    - Download rt2860-source_1.8.0.0-3_all.deb from

    http://packages.debian.org/sid/all/r...ource/download

    - install source .deb:

    Code:
    sudo dpkg -i rt2860-source_1.8.0.0-3_all.deb
    - compile
    Code:
    sudo aptitude install debhelper module-assistant
    Code:
    sudo module-assistant auto-install rt2860
    - install the module
    Code:
    sudo modprobe rt2860sta
    this should activate the new wireless interface without reboot

  8. #18
    Join Date
    Apr 2006
    Beans
    7

    Re: Install linux drivers for ralink rt2870

    wangsuda, right now my /etc/modules contains

    alias ra0 rt2870sta

    This should work the same way like your proposal, or am I wrong? Or do you want me to add your line in addition?

  9. #19
    Join Date
    Jan 2009
    Location
    Bangkok, Thailand
    Beans
    208
    Distro
    Edubuntu 10.10 Maverick Meerkat

    Re: Install linux drivers for ralink rt2870

    Quote Originally Posted by Brausepaul View Post
    wangsuda, right now my /etc/modules contains

    alias ra0 rt2870sta

    This should work the same way like your proposal, or am I wrong? Or do you want me to add your line in addition?
    All you need is the name of the driver module for it to boot automatically, hence just
    Code:
    rt2860sta
    added to the /etc file.

  10. #20
    Join Date
    Apr 2006
    Beans
    7

    Re: Install linux drivers for ralink rt2870

    I changed my /etc/modules file to

    fuse
    lp
    rtc
    #alias ra0 rt2870sta
    rt2860sta

    but I still have to run sudo insmod rt2870sta.ko manually to get my wireless to work.

Page 2 of 37 FirstFirst 123412 ... 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
  •