Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - RNDIS driver: (2 Items)
   
RNDIS driver  
Hi,

I want to connect a RNDIS device to QNX system. I guess I have to do following

io-usb -dehci
waitfor /dev/io-usb/io-usb
io-net/io-pkt -d [options]

What i dont know is the driver i have to launch for RNDIS? Which driver i have to pass as an argument to io-pkt to 
handle RNDIS devices? 

Is there anything else i have to make sure for RNDIS devices?

Thanks.
Re: RNDIS driver  
i am newbie, but this is interesting; you probably don't need any argument to 'io-pkt' as USB is not a networking 
hardware

from QNX documentation, to setup PPP on serial they do

pppd debug nodetach crtscts auth +chap 10.0.0.1:10.0.0.2 \
netmask 255.255.255.0 /dev/ser1 115200

would any of these do the trick?  not sure but i would search documentation of below libraries

C:\QNX650\target\qnx6\armle-v7\lib\libusbdi.a
C:\QNX650\target\qnx6\armle-v7\lib\libusbdi.so
C:\QNX650\target\qnx6\armle-v7\lib\libusbdi.so.2
C:\QNX650\target\qnx6\armle-v7\lib\libusbdiS.a
C:\QNX650\target\qnx6\armle-v7\lib\dll\devh-usb.so
C:\QNX650\target\qnx6\armle-v7\sbin\devc-serusb
C:\QNX650\target\qnx6\armle-v7\sbin\enum-usb
C:\QNX650\target\qnx6\armle-v7\sbin\io-usb
C:\QNX650\target\qnx6\armle-v7\sbin\usb