Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Geen wireless herkenning in 10.4  (gelezen 737 keer)

Offline Silvester

  • Lid
Geen wireless herkenning in 10.4
« Gepost op: 2011/06/24, 16:46:46 »
Mijn PC is oud, maar nog snel genoeg voor ubuntu.

Met 6.04 had ik draadloos, na de nodige (moeilijke en ondoorgrondelijke) handelingen. Bij 8.04 ging het mis, maar omdat windows na SP3 ook geen draadloos meer slikte heb ik het een tijd opgegeven. Dan maar een kabel los door het huis.

Inmiddels zit er achter de experiabox van kpn een linksys die de wifi moet verzorgen. Met een WUSB600N is het weer gelukt XP draadloos te maken. NU 10.4 nog. Je zou zeggen dat nieuwere versies van ubuntu moeten leiden tot meer gemak. Niets van waar. 10.4 geeft aan geen wireless te kennen, zie hieronder.

~$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

~$ lsusb
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 003: ID 1737:0079 Linksys
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 03f0:6004 Hewlett-Packard DeskJet 5550
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 152d:2338 JMicron Technology Corp. / JMicron USA Technology Corp. JM20337 Hi-Speed USB to SATA & PATA Combo Bridge
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Toch is de Linksys op een bus zichtbaar.

Iemand een suggestie hoe ik in beeld krijg of wireless herkend wordt en hoe dit nu moet worden geconfigureerd. Mijn opzet was om voor linux "Out of the box" te werken.
S


Offline Roc.am

  • Lid
Re: Geen wireless herkenning in 10.4
« Reactie #1 Gepost op: 2011/06/24, 17:04:10 »
UBUNTU + WUSB600N v2 WORKS!!

I thought some of you would like to know that you can get the WUSB600N v2 working on Ubuntu (I'm on Karmic)
What to do: (All Kudoz to Yohann Chastre from the Ubuntu Launchpad forum)

1. Download and save the  RT3572 module (look on Ralink website, Support, Linux)
2. Open Terminal, go to the Download folder (or wherever you saved the file and execute "bunzip2 2009_1222_RT3572_LinuxSTA_V2.3.0.0.tar.bz2"  without the "
3. In the same terminal issue the command "tar -xvf 2009_1222_RT3572_LinuxSTA_V2.3.0.0.tar"
4. cd into the 2009_1222* folder

5. gedit common/rtusb_dev_id.c  and scroll down until you see a section that starts with #ifdef RT35xx
    then go further down and ADD BEFORE the #endif following line    "{USB_DEVICE(0x1737,0x0079)},"  without the quotes
    don't forget the ,
    save the file (basically you added the vendor and device id

6. gedit os/linux/config.mk   and set the following flags to yes "y"
   HAS_WPA_SUPPLICANT              HAS_NATIVE_WPA_SUPPLICANT_SUPPORT
   HAS_QOS_DLS_SUPPORT           HAS_DOT11N_DRAFT3_SUPPORT
   HAS_DOT11_N_SUPPORT            HAS_STATS_COUNT
   exit and save

7. in your terminal execute the following (without quotes)
   "sudo make"
   "sudo make install"
    You will get a few error messages on size bigger than... just ignore

8. execute the command "sudo modprobe rt3572sta"
   You are not going to believe it but then the blue led will go on and you'll find the NIC back under ra0
   The only snag that still exists is that your SSID needs to be on Broadcast, otherwise it will not work.
   I'm connect now on N band (5.0Ghz) with WPA2 encryption activated and a connection strength of216Mb/s

Bron
http://homecommunity.cisco.com/t5/Wireless-Adapters/UBUNTU-WUSB600N-v2-WORKS/td-p/318026

- Roc

Offline Silvester

  • Lid
Re: Geen wireless herkenning in 10.4
« Reactie #2 Gepost op: 2011/06/24, 18:44:11 »
Deze verwijzing was ik tegengekomen. De aarzeling werd veroorzaakt omdat het hier om Karmic Koala gaat, terwijl ik lucid gebruik.
Downloaden van het enige bestand met RT2573 daar is levert het volgende bestand op:
2009_0713_RT73_Linux_STA_Drv1.1.0.3.zip
en dat is anders dan in de beschreven instructie.
Tenslotte vraag ik me af of je wel RT2573 moet hebben, want onder windows XP is het een driver met: rt2870

Verwijst de 1.1 overigens in het gedownloade bestand naar USB1.1???? Met de WUSB600N wil ik natuurlijk usb 2


S