multiple modules on Linux

Khamar, Kalpit K (Kalpit) kkhamar at lucent.com
Wed May 3 13:36:49 EDT 2006


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:	'linux-pcmcia at lists.infradead.org'
> Cc:	'linux-pcmcia-request at lists.infradead.org'
> 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



More information about the linux-pcmcia mailing list