Hi I would like to use this wine with usb / serial lsusb identifies it as me
Bus 003 Device 003: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
libftdi I installed the application but can not find a com
I found a suggestion to say that linux cd ~ / .wine / DosDevices ln-s / dev/ttyUSB0 ./com4 but I find no correspondence
What can I do?
Thank you for your time.

USB Serial Converter FTDI
(3 posts) (2 voices)-
Posted 13 years ago #
-
if i got it right your problem is that you don't have any /dev/ttyUSB*.
your device should be supported from this driver:
http://cateee.net/lkddb/web-lkddb/USB_SERIAL_FTDI_SIO.html
but with
fabio@s10:~$ zcat /proc/config.gz | grep CONFIG_USB_SERIAL_FTDI_SIO
# CONFIG_USB_SERIAL_FTDI_SIO is not set
you can see yourself that the driver is not included in the standard slitaz kernel.
so you should recompile your whole kernel
http://doc.slitaz.org/en:guides:kernel
or you can try to build only the module you need, something like that
http://vanilla.slitaz.org/index.php?p=/discussion/comment/4258#Comment_4258
http://vanilla.slitaz.org/index.php?p=/discussion/817/solved-how-to-make-new-kernel-module-available-without-the-wok-s#Item_4
let me know if it helps you, if required i could speak italian in the italian forum section :-)Posted 13 years ago # -
Thanks for the reply I wrote in that section because I had been recommended because I had more answers.
Since we moved here speak Italian http://forum.slitaz.org/topic/my-documentPosted 13 years ago #
Reply
You must log in to post.