Out of those two device one is USB and another one is PCMCIA and they both 
creates ttyUSBxx interfaces

        sudo /sbin/modprobe usbserial vendor=0x1199 product=0x19     USB device
      sudo /sbin/modprobe usbserial vendor=0x1199 product=0x20     PCMCIA device

Please let me know if any questions
Thanks
Kal

>  -----Original Message-----
> From:         Khamar, Kalpit K (Kalpit)  
> Sent: Wednesday, May 03, 2006 12:50 PM
> To:   '[EMAIL PROTECTED]'
> Cc:   '[EMAIL PROTECTED]'
> Subject:      multiple modules on Linux
> 
> 
> 
> Hi All,
> I have two devices and if i connect them individually on a linux machine then 
> it will work and create necessary ports whcih i wanted. Below are the two 
> commna di use to install them
> 
> 
> sudo /sbin/modprobe usbserial vendor=0x1199 product=0x19
> sudo /sbin/modprobe usbserial vendor=0x1199 product=0x20
> 
> 
> Now, if i connect them both together on same Linux machine then only one 
> device will work. And that depends on which module i install first. So if i 
> install vendor=0x1199 product=0x19 first then that device will work and the 
> other one won't work. and if i install vendor=0x1199 product=0x20 then that 
> device will work while the other one won't work
> 
> Is there any way i can make both of them working on the same box?
> 
> Please let me know
> Thanks
> Kal


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Linux-usb-users@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to