Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - devnp-rum.so and devnp-ural.so device/vendors: (10 Items)
   
devnp-rum.so and devnp-ural.so device/vendors  
Is there a list of supported device/vendor ids for these drivers. I have a Linksys WUSB54GC version 3 USB 802.11g dongle
, which reports with usb -v command:
<pre>
Vendor                     : 0x1737 (Ralink)
Product                    : 0x0077 (802.11 g WLAN)
</pre>
Neither driver recognizes the device:
<pre>
# io-pkt-v4-hc -drum
# sloginfo
Feb 03 01:12:11    2    14     0 Unable to init devnp-rum.so: No such device or address
</pre>
Re: devnp-rum.so and devnp-ural.so device/vendors  
This device is supported by the devnp-run.so driver. I have attached 2
versions, one for ARM and the other for x86.




On 2012-08-08 12:53 PM, "Todd Peterson" <community-noreply@qnx.com> wrote:

>Is there a list of supported device/vendor ids for these drivers. I have
>a Linksys WUSB54GC version 3 USB 802.11g dongle, which reports with usb
>-v command:
><pre>
>Vendor                     : 0x1737 (Ralink)
>Product                    : 0x0077 (802.11 g WLAN)
></pre>
>Neither driver recognizes the device:
><pre>
># io-pkt-v4-hc -drum
># sloginfo
>Feb 03 01:12:11    2    14     0 Unable to init devnp-rum.so: No such
>device or address
></pre>
>
>
>
>_______________________________________________
>
>Networking Drivers
>http://community.qnx.com/sf/go/post94696
>To cancel your subscription to this discussion, please e-mail
>drivers-networking-unsubscribe@community.qnx.com

Attachment: Text devnp-run.so.armle 115.64 KB Text devnp-run.so 105.12 KB
Re: devnp-rum.so and devnp-ural.so device/vendors  
Thanks for the drivers! I'm still having some issues. I can associate with our office network, but can't seem to do 
anything useful (ping, telnet, etc.). I notice that the system log gets swamped with messages from the driver (attached)
. I also see that the driver is using 25% of the CPU. My hardware is a Beagleboard-xM and I am running QNX 6.4.2.

Commands I run to reproduce the behavior:
io-pkt-v4-hc -d /fs/hd1/lib/devnp-run.so
wpa_supplicant -B -i run0 -c /fs/hd1/etc/wpa_supplicant.conf
ifconfig run0 172.23.93.19
ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33192
        inet 127.0.0.1 netmask 0xff000000
run0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        ssid mgtsciences nwkey 65536:"","","",""
        powersave off
        bssid 00:09:5b:a1:89:2b chan 9
        address: 00:23:69:e0:27:8f
        media: IEEE802.11 autoselect (DS1 mode 11g)
        status: active
        inet 172.23.93.193 netmask 0xffff0000 broadcast 172.23.255.255

sloginfo > sloginfo.txt

Here is my wpa_supplicant.conf:

network={
ssid="mgtsciences"
key_mgmt=WPA-PSK
psk="abcdefghij"
}
Attachment: Text sloginfo.txt 21.07 KB
Re: devnp-rum.so and devnp-ural.so device/vendors  
Unfortunately this is an experimental/un-supported driver that was ported
from a FreeBSD driver and hasn't gone through any official testing, so
that is why it isn't released.




On 2012-08-09 12:23 PM, "Todd Peterson" <community-noreply@qnx.com> wrote:

>Thanks for the drivers! I'm still having some issues. I can associate
>with our office network, but can't seem to do anything useful (ping,
>telnet, etc.). I notice that the system log gets swamped with messages
>from the driver (attached). I also see that the driver is using 25% of
>the CPU. My hardware is a Beagleboard-xM and I am running QNX 6.4.2.
>
>Commands I run to reproduce the behavior:
>io-pkt-v4-hc -d /fs/hd1/lib/devnp-run.so
>wpa_supplicant -B -i run0 -c /fs/hd1/etc/wpa_supplicant.conf
>ifconfig run0 172.23.93.19
>ifconfig
>lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33192
>        inet 127.0.0.1 netmask 0xff000000
>run0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
>        ssid mgtsciences nwkey 65536:"","","",""
>        powersave off
>        bssid 00:09:5b:a1:89:2b chan 9
>        address: 00:23:69:e0:27:8f
>        media: IEEE802.11 autoselect (DS1 mode 11g)
>        status: active
>        inet 172.23.93.193 netmask 0xffff0000 broadcast 172.23.255.255
>
>sloginfo > sloginfo.txt
>
>Here is my wpa_supplicant.conf:
>
>network={
>ssid="mgtsciences"
>key_mgmt=WPA-PSK
>psk="abcdefghij"
>}
>
>
>
>
>_______________________________________________
>
>Networking Drivers
>http://community.qnx.com/sf/go/post94723
>To cancel your subscription to this discussion, please e-mail
>drivers-networking-unsubscribe@community.qnx.com

Re: devnp-rum.so and devnp-ural.so device/vendors  
Ok, understood. Is there a list of wireless USB dongles supported by the released drivers? Or just a suggested dongle?
Re: devnp-rum.so and devnp-ural.so device/vendors  
Only the drivers that you previously mentioned. The devnp-rum.so driver
supports the Ralink RT2501/2601USB chipsets and the devnp-ural.so driver
supports the Ralink RT2500USB chipset. We don't have the vendor names of
dongles that contain these chipsets.



On 2012-08-09 1:37 PM, "Todd Peterson" <community-noreply@qnx.com> wrote:

>Ok, understood. Is there a list of wireless USB dongles supported by the
>released drivers? Or just a suggested dongle?
>
>
>
>_______________________________________________
>
>Networking Drivers
>http://community.qnx.com/sf/go/post94729
>To cancel your subscription to this discussion, please e-mail
>drivers-networking-unsubscribe@community.qnx.com

Re: devnp-rum.so and devnp-ural.so device/vendors  
Would it be possible to get the source code for the ARM version of the devnp-run.so driver?

> This device is supported by the devnp-run.so driver. I have attached 2
> versions, one for ARM and the other for x86.
> 
> 
> 
> 
> On 2012-08-08 12:53 PM, "Todd Peterson" <community-noreply@qnx.com> wrote:
> 
> >Is there a list of supported device/vendor ids for these drivers. I have
> >a Linksys WUSB54GC version 3 USB 802.11g dongle, which reports with usb
> >-v command:
> ><pre>
> >Vendor                     : 0x1737 (Ralink)
> >Product                    : 0x0077 (802.11 g WLAN)
> ></pre>
> >Neither driver recognizes the device:
> ><pre>
> ># io-pkt-v4-hc -drum
> ># sloginfo
> >Feb 03 01:12:11    2    14     0 Unable to init devnp-rum.so: No such
> >device or address
> ></pre>
> >
> >
> >
> >_______________________________________________
> >
> >Networking Drivers
> >http://community.qnx.com/sf/go/post94696
> >To cancel your subscription to this discussion, please e-mail
> >drivers-networking-unsubscribe@community.qnx.com
> 


Re: devnp-rum.so and devnp-ural.so device/vendors  
I have attached the archive. Please be advised that this is a ported
FreeBSD driver and that there is no support for it.



On 2012-08-27 12:57 PM, "Todd Peterson" <community-noreply@qnx.com> wrote:

>Would it be possible to get the source code for the ARM version of the
>devnp-run.so driver?
>
>> This device is supported by the devnp-run.so driver. I have attached 2
>> versions, one for ARM and the other for x86.
>> 
>> 
>> 
>> 
>> On 2012-08-08 12:53 PM, "Todd Peterson" <community-noreply@qnx.com>
>>wrote:
>> 
>> >Is there a list of supported device/vendor ids for these drivers. I
>>have
>> >a Linksys WUSB54GC version 3 USB 802.11g dongle, which reports with usb
>> >-v command:
>> ><pre>
>> >Vendor                     : 0x1737 (Ralink)
>> >Product                    : 0x0077 (802.11 g WLAN)
>> ></pre>
>> >Neither driver recognizes the device:
>> ><pre>
>> ># io-pkt-v4-hc -drum
>> ># sloginfo
>> >Feb 03 01:12:11    2    14     0 Unable to init devnp-rum.so: No such
>> >device or address
>> ></pre>
>> >
>> >
>> >
>> >_______________________________________________
>> >
>> >Networking Drivers
>> >http://community.qnx.com/sf/go/post94696
>> >To cancel your subscription to this discussion, please e-mail
>> >drivers-networking-unsubscribe@community.qnx.com
>> 
>
>
>
>
>
>
>_______________________________________________
>
>Networking Drivers
>http://community.qnx.com/sf/go/post95156
>To cancel your subscription to this discussion, please e-mail
>drivers-networking-unsubscribe@community.qnx.com

Attachment: Text run.src.tar.gz 26.8 KB
Re: devnp-rum.so and devnp-ural.so device/vendors  
Thanks, looks like more than I want to chew on. Can we get the source code for the rum and ural drivers? It looks like 
the newer RT5201USB chipset (RF5226 & RT2571W) is pretty close to the RT2501USB chipset (RF2528 & RT2571W). Might not be too hard to adapt the existing driver. 

> I have attached the archive. Please be advised that this is a ported
> FreeBSD driver and that there is no support for it.
> 
> 
> 
> On 2012-08-27 12:57 PM, "Todd Peterson" <community-noreply@qnx.com> wrote:
> 
> >Would it be possible to get the source code for the ARM version of the
> >devnp-run.so driver?
> >
> >> This device is supported by the devnp-run.so driver. I have attached 2
> >> versions, one for ARM and the other for x86.
Re: devnp-rum.so and devnp-ural.so device/vendors  
Archive attached.




On 2012-08-28 6:35 PM, "Todd Peterson" <community-noreply@qnx.com> wrote:

>Thanks, looks like more than I want to chew on. Can we get the source
>code for the rum and ural drivers? It looks like the newer RT5201USB
>chipset (RF5226 & RT2571W) is pretty close to the RT2501USB chipset
>(RF2528 & RT2571W). Might not be too hard to adapt the existing driver.
>
>> I have attached the archive. Please be advised that this is a ported
>> FreeBSD driver and that there is no support for it.
>> 
>> 
>> 
>> On 2012-08-27 12:57 PM, "Todd Peterson" <community-noreply@qnx.com>
>>wrote:
>> 
>> >Would it be possible to get the source code for the ARM version of the
>> >devnp-run.so driver?
>> >
>> >> This device is supported by the devnp-run.so driver. I have attached
>>2
>> >> versions, one for ARM and the other for x86.
>
>
>
>
>_______________________________________________
>
>Networking Drivers
>http://community.qnx.com/sf/go/post95240
>To cancel your subscription to this discussion, please e-mail
>drivers-networking-unsubscribe@community.qnx.com

Attachment: Text rum_ural.tar.gz 37.29 KB