Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 41

Thread: Ralink RT73 USB Wireless Drivers in Feisty Fawn (7.04)

  1. #21
    Join Date
    Jun 2006
    Beans
    121

    Re: Ralink RT73 USB Wireless Drivers in Feisty Fawn (7.04)

    Quote Originally Posted by HymnToLife View Post
    You don't need this driver for Gutsy, your stick will work just out of the box.
    When you say "work out of the box" do you mean work with Network Manager, or just be recognized in gutsy? Gutsy recognizes my card and I can use it with aircrack-ng, but it doesn't work with network manager. I'm not about to remove it either .

  2. #22
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: Ralink RT73 USB Wireless Drivers in Feisty Fawn (7.04)

    Well, I never use NetworkManager but I can tell you for certain that it works for connecting to networks...
    「明後日の夕方には帰ってるからね。」


  3. #23
    Join Date
    Dec 2007
    Beans
    10

    Re: Ralink RT73 USB Wireless Drivers in Feisty Fawn (7.04)

    My D-Link DWL-G122 Rev. C1 works out of the box for Gutsy using it's rt73usb drivers. Works with NetworkManager too. The drivers naturally aren't patched for injection though. So you may still want to follow this tutorial if you require injection abilities

  4. #24
    Join Date
    Dec 2007
    Beans
    10

    Re: Ralink RT73 USB Wireless Drivers in Feisty Fawn (7.04)

    after that posting the device seems rather temperamental with gutsy's stock drivers. Speed/signal fluctuations and even signal drop outs/disconnection

    EDIT: ignore me. Found a fix on the forums http://ubuntuforums.org/showthread.p...99#post3671699
    Last edited by UncoElite; December 6th, 2007 at 03:35 AM.

  5. #25
    Join Date
    Dec 2007
    Beans
    1

    Re: Ralink RT73 USB Wireless Drivers in Feisty Fawn (7.04)

    Thanks for this guide. I've successfully got my RT73 card to work on Gutsy Gibbon:

    Dell Inspiron 1501 laptop
    (K)Ubuntu 7.10 (Gutsy Gibbon)
    Linksys WUSB54GC wireless USB stick
    p_larbigs' 2.0.1 driver
    RutilT 0.16 WLAN manager

    Notes:

    • Model WUSB54GS can only be used with ndiswrapper driver since it has a Broadcom chipset.
    • Model WUSB54G v4 has a Ralink chipset, but not previous versions!
    • I didn't try the rt73usb driver coming with (K)Ubuntu, since I eventually want to use injection.
    • I didn't have to remove the network manager coming with Kubuntu (KNetworkManager).
    • The link quality is better now that what I've experienced with my laptop's built-in wiresless card (Broadcom bcm43xx), passing from 50% to 80% for a given network.
    Last edited by ekko1976; December 17th, 2007 at 08:10 PM. Reason: Added notes about WUSB54GS and WUSB54G models

  6. #26
    Join Date
    Apr 2007
    Beans
    334
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Ralink RT73 USB Wireless Drivers in Feisty Fawn (7.04)

    Hi HymnToLife,

    I have same problem as kzu. I have Edimax EW-7318USg. rt73.ko created of approx 246k after strip.

    Terminal 'log' is shown below:
    administrator@JohnLaptop:~/Temporary/rt73-k2wrlz-1.1.0/Module$ sudo strip -S rt73.ko
    administrator@JohnLaptop:~/Temporary/rt73-k2wrlz-1.1.0/Module$ sudo make install
    *** Install module in /lib/modules/2.6.20-16-generic/extra ...
    make -C /lib/modules/2.6.20-16-generic/build SUBDIRS=/home/administrator/Temporary/rt73-k2wrlz-1.1.0/Module modules_install
    make[1]: Entering directory `/usr/src/linux-headers-2.6.20-16-generic'
    INSTALL /home/administrator/Temporary/rt73-k2wrlz-1.1.0/Module/rt73.ko
    DEPMOD 2.6.20-16-generic
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.20-16-generic'
    /sbin/depmod -a
    *** Update /etc/modprobe.conf alias for rausb*
    grep: /etc/modprobe.conf: No such file or directory
    *** Install firmware in /lib/firmware ...
    *** Check config ...
    administrator@JohnLaptop:~/Temporary/rt73-k2wrlz-1.1.0/Module$

    /etc/modprobe.conf has 1 line: alias rausb* rt73

    iwconfig shows lo, eth0 & eth1 (which is the inbuilt Broadcom 1390 wireless card in Dell Inspiron 1501).
    /etc/iftab shows eth0 & eth1 with their mac addresses & arp 1.


    Help please!
    John

  7. #27
    Join Date
    Mar 2008
    Beans
    2

    Re: Ralink RT73 USB Wireless Drivers in Feisty Fawn (7.04)

    Help! Why do I get this when I try to make?! :[

    dino@dintoplinx:~/Desktop/rt73-k2wrlz-1.1.0/Module$ sudo make
    [sudo] password for dino:
    make[1]: Entering directory `/usr/src/linux-headers-2.6.24-12-generic'
    CC [M] /home/dino/Desktop/rt73-k2wrlz-1.1.0/Module/rtmp_main.o
    /home/dino/Desktop/rt73-k2wrlz-1.1.0/Module/rtmp_main.c: In function ‘usb_rtusb_probe’:
    /home/dino/Desktop/rt73-k2wrlz-1.1.0/Module/rtmp_main.c:2142: error: implicit declaration of function ‘SET_MODULE_OWNER’
    /home/dino/Desktop/rt73-k2wrlz-1.1.0/Module/rtmp_main.c:2162: error: ‘struct net_device’ has no member named ‘weight’
    /home/dino/Desktop/rt73-k2wrlz-1.1.0/Module/rtmp_main.c:2184: warning: passing argument 1 of ‘dev_get_by_name’ from incompatible pointer type
    /home/dino/Desktop/rt73-k2wrlz-1.1.0/Module/rtmp_main.c:2184: error: too few arguments to function ‘dev_get_by_name’
    make[2]: *** [/home/dino/Desktop/rt73-k2wrlz-1.1.0/Module/rtmp_main.o] Error 1
    make[1]: *** [_module_/home/dino/Desktop/rt73-k2wrlz-1.1.0/Module] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-12-generic'
    rt73.ko failed to build!
    make: *** [module] Error 1
    dino@dintoplinx:~/Desktop/rt73-k2wrlz-1.1.0/Module$


    I have tried with the 2.0 drivers as well ... and I have tried removing the 'old drivers' ala the rt73 wiki.

    BTW Im using UBUNTU 8.04 BETA
    Help!!
    Last edited by toxic8; March 28th, 2008 at 07:03 AM.

  8. #28
    Join Date
    Jun 2006
    Beans
    121

    Re: Ralink RT73 USB Wireless Drivers in Feisty Fawn (7.04)

    I'm getting the same error. Doesn't look like this guide works for gutsy anymore.

  9. #29
    Join Date
    Apr 2008
    Beans
    17
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Ralink RT73 USB Wireless Drivers in Feisty Fawn (7.04)

    Thanks to this guide (modified by me only via the links...for later version of the software/drivers) I was able to get my hawking USB (ralink) device working and browsing my WPA2 wireless network! THANK YOU....

    ...now if injection works...I'm set!!!

    ONE QUESTION: When I type airmon-ng and his enter...is it supposed to list my rausb0 as Driver: RT2500

    even though I'm using RT73??


    - Brett
    Last edited by cleverest; April 14th, 2008 at 06:05 AM.

  10. #30
    Join Date
    Mar 2008
    Location
    istanbul, Turkey
    Beans
    34
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ralink RT73 USB Wireless Drivers in Feisty Fawn (7.04)

    Quote Originally Posted by toxic8 View Post
    Help! Why do I get this when I try to make?! :[

    dino@dintoplinx:~/Desktop/rt73-k2wrlz-1.1.0/Module$ sudo make
    [sudo] password for dino:
    make[1]: Entering directory `/usr/src/linux-headers-2.6.24-12-generic'
    CC [M] /home/dino/Desktop/rt73-k2wrlz-1.1.0/Module/rtmp_main.o
    /home/dino/Desktop/rt73-k2wrlz-1.1.0/Module/rtmp_main.c: In function ‘usb_rtusb_probe’:
    /home/dino/Desktop/rt73-k2wrlz-1.1.0/Module/rtmp_main.c:2142: error: implicit declaration of function ‘SET_MODULE_OWNER’
    /home/dino/Desktop/rt73-k2wrlz-1.1.0/Module/rtmp_main.c:2162: error: ‘struct net_device’ has no member named ‘weight’
    /home/dino/Desktop/rt73-k2wrlz-1.1.0/Module/rtmp_main.c:2184: warning: passing argument 1 of ‘dev_get_by_name’ from incompatible pointer type
    /home/dino/Desktop/rt73-k2wrlz-1.1.0/Module/rtmp_main.c:2184: error: too few arguments to function ‘dev_get_by_name’
    make[2]: *** [/home/dino/Desktop/rt73-k2wrlz-1.1.0/Module/rtmp_main.o] Error 1
    make[1]: *** [_module_/home/dino/Desktop/rt73-k2wrlz-1.1.0/Module] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-12-generic'
    rt73.ko failed to build!
    make: *** [module] Error 1
    dino@dintoplinx:~/Desktop/rt73-k2wrlz-1.1.0/Module$


    I have tried with the 2.0 drivers as well ... and I have tried removing the 'old drivers' ala the rt73 wiki.

    BTW Im using UBUNTU 8.04 BETA
    Help!!
    i am also using Beta and the same problem..
    anyone to help?
    i want to use this driver and not the one that comes with Heron..
    btw where is the rt2x00 directory in Heron?

    update: i found rt2x00 directory under /lib/modules/2.6.24-16-generic/kernel/drivers/net/wireless/rt2x00
    Last edited by mavi_yelkenler; April 21st, 2008 at 09:39 PM.

Page 3 of 5 FirstFirst 12345 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
  •