On Sun, Apr 29, 2001 at 08:55:06AM -0400, Denis Lebeuf wrote:
> insmod usbserial vendor=0x711 product=0x230
> device is properly detected and identified in /proc/bus/usb/devices:

No, try:
        modprobe mct_u232

Or:
        insmod usbserial
        insmod mct_u232

By forcing the usbserial driver to accept the device, you were using the
generic driver.  There is a specific driver for this device, mct_u232.

Hope this helps,

greg k-h

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to