Re: [linux-usb-devel] Connection of multiple usb serial devices

2004-01-26 Thread Greg KH
On Fri, Jan 23, 2004 at 08:06:54AM +0100, Bruno THOMAS wrote: > Greg KH wrote: > > >>So I must modprobe -r pl2303 and usbserial and modprobe usbserial > >>vendor=0xbb4 product=0xce. But after that, GPS doesn't work. > > > >You need to modprobe pl2303 again :) > > Yes it works, but how can I do i

Re: [linux-usb-devel] Connection of multiple usb serial devices

2004-01-23 Thread Bruno THOMAS
Greg KH wrote: So I must modprobe -r pl2303 and usbserial and modprobe usbserial vendor=0xbb4 product=0xce. But after that, GPS doesn't work. You need to modprobe pl2303 again :) Yes it works, but how can I do if I have another vendor/product device that is not mapped (and that use the standard

Re: [linux-usb-devel] Connection of multiple usb serial devices

2004-01-22 Thread Greg KH
On Thu, Jan 22, 2004 at 09:00:13AM +0100, Bruno THOMAS wrote: > > And if I plug the GPRS phone, /var/log/message complains : > usb.c: USB device 2 (vend/prod 0xbb4/0xce) is not claimed by any active > driver. > > So I must modprobe -r pl2303 and usbserial and modprobe usbserial > vendor=0xbb4 p

Re: [linux-usb-devel] Connection of multiple usb serial devices

2004-01-22 Thread Bruno THOMAS
Greg KH wrote: On Wed, Jan 21, 2004 at 07:00:52PM +0100, Bruno THOMAS wrote: Actually, I was wondering how could I do to connect multiple usb serial devices, with different vendor/product codes. The problem for me is to connect a GPS on a linux embedded box, that uses the pl2303 module, and a GP

Re: [linux-usb-devel] Connection of multiple usb serial devices

2004-01-21 Thread Greg KH
On Wed, Jan 21, 2004 at 07:00:52PM +0100, Bruno THOMAS wrote: > Hello Greg and all, > > > > Actually, I was wondering how could I do to connect multiple usb serial > devices, with different vendor/product codes. > > The problem for me is to connect a GPS on a linux embedded box, that > uses t

Re: [linux-usb-devel] Connection of multiple usb serial devices

2004-01-21 Thread Eugene Nine
If you know for sure the modules support the hardware you should simply be able to add an entry to the usb.usermap under /etc/hotplug Eugene Nine -- Original Message -- From: Bruno THOMAS <[EMAIL PROTECTED]> Date: Wed, 21 Jan 2004 18:35:24 +0100 >Hello