Christopher Vanhorn wrote: > > Hi, > I recently purchased an ATEN UC-232A USB serial adapter because > the www.linux-usb.org webpage's hardware list says it is supported and > works great. However I have been unable to get the device to function > properly. Here is a list of my configuration and what I have tried: > <snip> > Now I have follwed the documentation on www.linux-usb.org for setting up a > serial device. I set up the /dev/ttyUSB0 properly and all. Then I go to > load the generic serial module by sending the command: Docs might be a bit out of date :(
> 'insmod usbserial.o vendor=0x557 product=0x2008' <snip> > Please let me know if anyone has any success with this device or knows > what I am doing wrong. Thanks. Wrong driver. Don't force the vendor and product id, but instead load the pl2303 driver. Brad _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
