[kismac] Re: USB branch, ralink RT2500, "No supported USB device found!"
- From: Jeroen <jeroen@xxxxxxx>
- To: kismac@xxxxxxxxxxxxx
- Date: Tue, 9 Jan 2007 22:09:40 +0100
Hello Dave,
I did try it that way.
I am on a ppc
so
Which ralink driver should work for my device?
Which ralink driver works on ppc?
Is there anything else I need to change to add the device?
I'm more confused now than I was before subscribing to the list... :/
Cheers,
Jeroen
I put the questions on top as I have the impression they tend to get
lost down there where i would put them
Rehash:
downloaded the usb-driver branch of kismac using svn
added to Sources/Driver/USBJack/USBJack.mm
{0x0b05, 0x1723}, /* ASUS WL-167G RALINK RT2500 */
...
#define dRalinkDeviceCount 29 // changed from 28
built
no dice
2007-01-09 11:37:57.597 KisMAC[15238] KisMAC startup done. Build
from Jan 9 2007 11:09:50. Homedir is /sw/svn-downloads/usb-
drivers/build/Universal/KisMAC.app. NSAppKitVersionNumber: 824.410000
2007-01-09 11:37:57.598 KisMAC[15238] Registering with Growl
2007-01-09 11:37:58.940 KisMAC[15238] GPS integration disabled
...
2007-01-09 11:38:17.599 KisMAC[15238] Ralink 2500 USB Device found
(vendor = 0xb05, product = 0x1723)
...
2007-01-09 11:38:17.731 KisMAC[15238] USBJack is now ready to
start working.
2007-01-09 11:38:17.733 KisMAC[15238] !!!!!set Rx control = 4e
2007-01-09 11:38:17.735 KisMAC[15238] --> NICInitializeAsic
2007-01-09 11:38:17.736 KisMAC[15238] Found Ralink Asic Version 0
2007-01-09 11:38:17.736 KisMAC[15238] LNA 3 mode
2007-01-09 11:38:17.738 KisMAC[15238] !!!!!set Rx control = 1
2007-01-09 11:39:07.795 KisMAC[15238] This is probably an rt73
chipset, please report your vendor and product id to http://
trac.kismac.de
2007-01-09 11:39:08.217 KisMAC[15238] No supported USB Device found!
The little info I found on the stick did say it was an RT2500 (even
the supplied drivers are RT2500). Let's give this rt73 a shot.
So I changed the position on the IDs in the list (to the rt73
group) and modified
#define dRalinkDeviceCount 28 // original value
#define dRT73DeviceCount 4 // changed from 3
2007-01-09 11:55:48.385 KisMAC[15909] KisMAC startup done. Build
from Jan 9 2007 11:47:45. Homedir is /sw/svn-downloads/usb-
drivers/build/Universal/KisMAC.app. NSAppKitVersionNumber: 824.410000
2007-01-09 11:55:48.386 KisMAC[15909] Registering with Growl
2007-01-09 11:55:51.293 KisMAC[15909] GPS integration disabled
2007-01-09 11:55:58.066 KisMAC[15909] found unwanted device
(vendor = 0x3f0, product = 0x2911)
2007-01-09 11:55:58.069 KisMAC[15909] Ralink RT73 USB Device found
(vendor = 0xb05, product = 0x1723)
...
2007-01-09 11:55:58.175 KisMAC[15909] USBJack is now ready to
start working.
2007-01-09 11:55:58.177 KisMAC[15909] Waiting for Asic to power up...
2007-01-09 11:55:58.179 KisMAC[15909]
2007-01-09 11:55:58.179 KisMAC[15909] Init: MAC_CSR0=0x573a0002
2007-01-09 11:55:58.179 KisMAC[15909] --> NICLoadFirmware
2007-01-09 11:55:58.530 KisMAC[15909] Firmware loaded, starting
firmware...
2007-01-09 11:55:58.535 KisMAC[15909] <-- NICLoadFirmware
(src=hardcoded, V1.8)
2007-01-09 11:55:58.535 KisMAC[15909] --> NICInitializeAsic
And it hangs.
On 09 Jan 2007, at 21:14, Bug Dave wrote:
This is false. the ralink drivers work fine on ppc. Infact the
drivers were written using a powerbook g4 =] If kismac just hangs
for you then your device is either not supported or broken. It
could alost be a bug with kismac. Please try using the latest
ralink build (not the main trunk build)
On Jan 9, 2007, at 4:28 AM, Enrico Placci wrote:
Are you on ppc? Ralink driver doesn't work on ppc, kismac just
hangs...
Enrico
- Follow-Ups:
- References:
Other related posts:
- » [kismac] USB branch, ralink RT2500, "No supported USB device found!"
- » [kismac] Re: USB branch, ralink RT2500, "No supported USB device found!"
- » [kismac] Re: USB branch, ralink RT2500, "No supported USB device found!"
- » [kismac] Re: USB branch, ralink RT2500, "No supported USB device found!"
- » [kismac] Re: USB branch, ralink RT2500, "No supported USB device found!"
- » [kismac] Re: USB branch, ralink RT2500, "No supported USB device found!"
- » [kismac] Re: USB branch, ralink RT2500, "No supported USB device found!"
- » [kismac] Re: USB branch, ralink RT2500, "No supported USB device found!"
- » [kismac] Re: USB branch, ralink RT2500, "No supported USB device found!"
- » [kismac] Re: USB branch, ralink RT2500, "No supported USB device found!"
- » [kismac] Re: USB branch, ralink RT2500, "No supported USB device found!"
- » [kismac] Re: USB branch, ralink RT2500, "No supported USB device found!"
- » [kismac] Re: USB branch, ralink RT2500, "No supported USB device found!"
- » [kismac] Re: USB branch, ralink RT2500, "No supported USB device found!"
- » [kismac] Re: USB branch, ralink RT2500, "No supported USB device found!"
downloaded the usb-driver branch of kismac using svn
added to Sources/Driver/USBJack/USBJack.mm
{0x0b05, 0x1723}, /* ASUS WL-167G RALINK RT2500 */
...
#define dRalinkDeviceCount 29 // changed from 28
built no dice
2007-01-09 11:37:57.597 KisMAC[15238] KisMAC startup done. Build from Jan 9 2007 11:09:50. Homedir is /sw/svn-downloads/usb- drivers/build/Universal/KisMAC.app. NSAppKitVersionNumber: 824.4100002007-01-09 11:37:57.598 KisMAC[15238] Registering with Growl 2007-01-09 11:37:58.940 KisMAC[15238] GPS integration disabled ...2007-01-09 11:38:17.599 KisMAC[15238] Ralink 2500 USB Device found (vendor = 0xb05, product = 0x1723)...2007-01-09 11:38:17.731 KisMAC[15238] USBJack is now ready to start working.2007-01-09 11:38:17.733 KisMAC[15238] !!!!!set Rx control = 4e 2007-01-09 11:38:17.735 KisMAC[15238] --> NICInitializeAsic 2007-01-09 11:38:17.736 KisMAC[15238] Found Ralink Asic Version 0 2007-01-09 11:38:17.736 KisMAC[15238] LNA 3 mode 2007-01-09 11:38:17.738 KisMAC[15238] !!!!!set Rx control = 12007-01-09 11:39:07.795 KisMAC[15238] This is probably an rt73 chipset, please report your vendor and product id to http:// trac.kismac.de2007-01-09 11:39:08.217 KisMAC[15238] No supported USB Device found!
The little info I found on the stick did say it was an RT2500 (even the supplied drivers are RT2500). Let's give this rt73 a shot. So I changed the position on the IDs in the list (to the rt73 group) and modified
#define dRalinkDeviceCount 28 // original value #define dRT73DeviceCount 4 // changed from 3
2007-01-09 11:55:48.385 KisMAC[15909] KisMAC startup done. Build from Jan 9 2007 11:47:45. Homedir is /sw/svn-downloads/usb- drivers/build/Universal/KisMAC.app. NSAppKitVersionNumber: 824.4100002007-01-09 11:55:48.386 KisMAC[15909] Registering with Growl 2007-01-09 11:55:51.293 KisMAC[15909] GPS integration disabled2007-01-09 11:55:58.066 KisMAC[15909] found unwanted device (vendor = 0x3f0, product = 0x2911) 2007-01-09 11:55:58.069 KisMAC[15909] Ralink RT73 USB Device found (vendor = 0xb05, product = 0x1723)...2007-01-09 11:55:58.175 KisMAC[15909] USBJack is now ready to start working.2007-01-09 11:55:58.177 KisMAC[15909] Waiting for Asic to power up... 2007-01-09 11:55:58.179 KisMAC[15909] 2007-01-09 11:55:58.179 KisMAC[15909] Init: MAC_CSR0=0x573a0002 2007-01-09 11:55:58.179 KisMAC[15909] --> NICLoadFirmware2007-01-09 11:55:58.530 KisMAC[15909] Firmware loaded, starting firmware... 2007-01-09 11:55:58.535 KisMAC[15909] <-- NICLoadFirmware (src=hardcoded, V1.8)2007-01-09 11:55:58.535 KisMAC[15909] --> NICInitializeAsic
And it hangs.
On Jan 9, 2007, at 4:28 AM, Enrico Placci wrote:
Are you on ppc? Ralink driver doesn't work on ppc, kismac just hangs...Enrico