Connecting with USB

Connecting with USB
 Thu, 1970-01-01 00:00
Bill DeRouchey
Posts: 3
Joined: 2007-12-19
Need help finding /dev/ttyUSB0 functionality with iMedia 4.0.1 or 5.0.4. With dmesg I can see when a usb device is plugged in as "new full speed USB device using uhci_hcd and address 2" but unable to attach with fopen. Tried to mknod for 188,[0...2] and no joy. Tried to open undecipherable /dev/usbdev1.1_ep00 et al with no joy. USB device is XM weather receiver that works correctly with Suse release support that provides a tty-like driver interface. Anybody have the missing piece for either/both iMedia releases? Thanks, Bill

 Thu, 2008-01-10 22:10 Solved problem with imedia
Bill DeRouchey
Posts: 3
Joined: 2007-12-19
Solved problem with imedia 5.0.4 by command "modprobe ftdi_sio". How to get serial USB working with imedia 4.0.1? The ftdi_sio.ko module does not exist in 4.0.1. Bill DeRouchey