http://bugs.winehq.org/show_bug.cgi?id=15987
--- Comment #12 from shakaran shakaran@gmail.com 2008-11-13 09:10:20 --- Hi,
--- snip --- Please run '/sbin/lsusb' command which shows vendor and product ids for the USB devices and post the output. --- snip ---
$ lsusb Bus 003 Device 009: ID 0bb4:0b04 High Tech Computer Corp. Hermes / TyTN / T-Mobile MDA Vario II / O2 Xda Trion
--- snip --- You then might want to load the usb serial driver: --- snip --- $ sudo modprobe usbserial vendor=0x<vendorid> product=0x<productid>
$ dmesg --- snip ---
and post 'dmesg' output again. --- snip ---
dmesg output related: [147717.836563] usbcore: registered new interface driver usbserial [147717.838312] usbserial: USB Serial support registered for generic [147717.839989] usbcore: registered new interface driver usbserial_generic [147717.840027] usbserial: USB Serial Driver core
Regards.