Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 48

Thread: linksys wusb100 problems

  1. #11
    Join Date
    Apr 2009
    Location
    Germany
    Beans
    178
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: linksys wusb100 problems

    I think gmail-notify starts before your WLAN-connection was established.

    Delete gmail-notify from the autostart-menu and start it with the /etc/rc.local and a little delay.

    Code:
    ...
    sleep 20
    gmail-notify
    exit 0

  2. #12
    Join Date
    Jan 2010
    Beans
    1

    Re: linksys wusb100 problems

    I couldn't get WPA2 to with my wusb100 v2 until I recompiled wpa_supplicant with support for the Ralink driver. I'm using Debian and it seems that the wpa_supplicant that Debian uses doesn't have support for the Ralink driver.

  3. #13
    Join Date
    Apr 2007
    Beans
    467
    Distro
    Ubuntu Gnome 14.04 Trusty Tahr

    Smile Re: linksys wusb100 problems

    Quote Originally Posted by flash63 View Post
    Hello,
    a little Trick to add the ID 1737:0078 for the WUSB100v2 to the System an simply use the rt2870sta V1.4.0.0. that comes with the system if the new driver v2.3.0.0 or the rt3070 from Ralink don't work properly.

    First remove the new compiled driver:
    Code:
    cd
    cd RT2870_LinuxSTA_V2.3.0.0
    sudo make uninstall
    Add the ID:
    Code:
    echo 'install rt2870sta modprobe --ignore-install rt2870sta ; /bin/echo "1737 0078" > /sys/bus/usb/drivers/rt2870/new_id' | sudo tee /etc/modprobe.d/rt2870sta.conf
    sudo modprobe -rf rt2870sta
    sudo modprobe rt2870sta
    dmesg | egrep 'rt28|usb|Phy'
    iwconfig
    Link: http://forum.ubuntuusers.de/topic/li.../#post-2264339

    greetings and a happy new year

    Rainer
    Thank you Rainer!

    Thanks to your solution I finally have my Linksys RangePlus WUSB100v2 (ID 1737:0078 Linksys) working WITH scanning ability, actually able to connect AND with WPA all at the same time !!!

    Took me half the night and lots of not-or-half-working fixes before I found your post. I am happy now

    EDIT: One note, because the driver would not auto-load when hot-plugging the dongle I had to add the rt2870sta to /etc/modules to load it at startup. Running without Ndiswrapper, it is all just perfect now
    Last edited by RavanH; February 22nd, 2010 at 04:24 AM. Reason: extra info

  4. #14
    Join Date
    May 2007
    Location
    Ontario Canada
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: linksys wusb100 problems

    Edit: gaah wrong thread. Thanks a lot for this, I knew there was a udev or sysfs solution to this USB Dev ID problem!

    What's the point of running the install command at every boot? Would echoing the USB Dev ID to /sys/bus/usb/drivers/rt2870/new_id not work on its own?
    Last edited by peepingtom; February 23rd, 2010 at 07:46 AM.

  5. #15
    Join Date
    Jan 2010
    Beans
    25

    Re: linksys wusb100 problems

    Flash63, you made my day.

    Thanks!

    GT

  6. #16
    Join Date
    Apr 2009
    Location
    Germany
    Beans
    178
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: linksys wusb100 problems

    Quote Originally Posted by peepingtom View Post
    Edit: gaah wrong thread. Thanks a lot for this, I knew there was a udev or sysfs solution to this USB Dev ID problem!

    What's the point of running the install command at every boot? Would echoing the USB Dev ID to /sys/bus/usb/drivers/rt2870/new_id not work on its own?
    Hello,
    peepingtom, try the udev-rule if you won't load the module at startup.

    http://ubuntuforums.org/showthread.p...48#post8591348
    Last edited by flash63; May 3rd, 2010 at 06:56 PM.

  7. #17
    Join Date
    Mar 2010
    Beans
    3
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: linksys wusb100 problems

    Quote Originally Posted by flash63 View Post
    Hello,
    a little Trick to add the ID 1737:0078 for the WUSB100v2 to the System an simply use the rt2870sta V1.4.0.0. that comes with the system if the new driver v2.3.0.0 or the rt3070 from Ralink don't work properly.

    First remove the new compiled driver:
    Code:
    cd
    cd RT2870_LinuxSTA_V2.3.0.0
    sudo make uninstall
    Add the ID:
    Code:
    echo 'install rt2870sta modprobe --ignore-install rt2870sta ; /bin/echo "1737 0078" > /sys/bus/usb/drivers/rt2870/new_id' | sudo tee /etc/modprobe.d/rt2870sta.conf
    sudo modprobe -rf rt2870sta
    sudo modprobe rt2870sta
    dmesg | egrep 'rt28|usb|Phy'
    iwconfig
    The solution works? Ok, load the driver at startup
    Code:
    echo rt2870sta | sudo tee -a /etc/modules
    alternativ automatic driver load:
    Code:
    sudo gedit /etc/udev/rules.d/10-wusb100.rules
    contents:
    Code:
    # UDEV-Rule for wusb-100v2 ID 1737:0078
    SUBSYSTEM=="usb", SYSFS{idVendor}=="1737", SYSFS{idProduct}=="0078", RUN+="/sbin/modprobe rt2870sta"
    make it ready to work
    Code:
    sudo /etc/init.d/udev reload
    .. or restart

    Link: http://forum.ubuntuusers.de/topic/li.../#post-2264339

    greetings and a happy new year

    Rainer
    I followed this tutorial on my Debian Lenny Distro, I got to the "sudo modprobe rt2870sta" with a error, saying "Cannot write to /sys/bus/usb/drivers/rt2870/new_id , file or directory doesn't exist" Or something very similar.

    I have searched the drivers folder and I get a few folders, I will post the tree below.
    Hub, snd-usb-audo, usbfs, snd-usb-cauiaq, usb, usb-storage

  8. #18
    Join Date
    Apr 2009
    Location
    Germany
    Beans
    178
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: linksys wusb100 problems

    Hello,
    do you really have a wusb100v2 ? Check:
    Code:
    lsusb
    lsmod

  9. #19
    Join Date
    Mar 2010
    Beans
    3
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: linksys wusb100 problems

    Bus 001 Device 004: ID 1737:0078 Linksys
    Bus 001 Device 003: ID 0930:6544 Toshiba Corp.
    Bus 001 Device 002: ID 0451:2046 Texas Instruments, Inc. TUSB2046 Hub
    Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    I didn't much output from lsmod, am I supposed to have any options set to it?
    Module Size Used by

  10. #20
    Join Date
    Apr 2009
    Location
    Germany
    Beans
    178
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: linksys wusb100 problems

    Hello,
    I followed this tutorial on my Debian Lenny Distro, I got to the "sudo modprobe rt2870sta" with a error, saying "Cannot write to /sys/bus/usb/drivers/rt2870/new_id , file or directory doesn't exist" Or something very similar.
    Debian Lenny, that could be the real cause. It seems that it works different from ubuntu. Sorry, i don't know.

Page 2 of 5 FirstFirst 1234 ... LastLast

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
  •