http://bugs.winehq.org/show_bug.cgi?id=15987
--- Comment #11 from Anastasius Focht focht@gmx.net 2008-11-11 18:12:23 --- Hello,
--- quote --- No, there is no file. I have to create it myself or should be created? If so I need some special command as mknod or similar? --- snip ---
If /dev/ttyUSBx doesn't get created this basically means the device isn't advertising itself as generic modem or serial port. In that case you could try to pass the vendor and product id to the Linux USB serial driver so it will recognize it.
Please run '/sbin/lsusb' command which shows vendor and product ids for the USB devices and post the output.
If one row contains the HERM200 device name (or something similar), use the vendor and product id and pass it to usb serial driver. E.g. look for Bus xxx Device yyy: ID <vendorid>:<productid> before the device name.
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.
--- quote --- Does the implementation serial-over-USB might be considered for wine 1.2? or it requires much time and effort to prepare it? (I assume it must be quite laborious). --- quote ---
Very unlikely in near future.
Regards