On Sat, Jun 28, 2003 at 12:25:46PM +0200, flavio panepinto wrote:
Hi list,
I'm newer here and I don't know if anyone already asked for this.
I've got the cable called DKU-5 from nokia, it's a USB one, and I use it to connect my mobile phone with the PC. In window$ before to install the related software I have to install a driver that emulates a serial connection through the usb port, then I can use the software setting it for a dlr3 connection via the emulated serial port (e.g. com4 or com8).
So I'm wondering how to do the same in linux?
In the /proc/bus/usb/device I can see that my cable is recognized so I've loaded the usbserial.o module but my software don't seem to be able to open the serial connection.
What does /proc/bus/usb/devices look like with this device plugged in?
And what kernel version are you using?
thanks,
greg k-h
Hi Greg, These are some lines taken from my /proc/bus/usb/device file:
T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=ff(vend.) Sub=00 Prot=ff MxPS= 8 #Cfgs= 1 P: Vendor=0421 ProdID=0800 Rev= 3.0a S: Product=Nokia Connectivity Cable DKU-5 C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr= 64mA I: If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none) E: Ad=86(I) Atr=03(Int.) MxPS= 64 Ivl=1ms E: Ad=02(O) Atr=02(Bulk) MxPS= 32 Ivl=0ms
and when I write "insmod usbserial.o vendor=0x0421 product=0x0800" I get the following in my dmesg file:
usb.c: registered new driver serial
usbserial.c: USB Serial support registered for Generic
usbserial.c: Generic converter detected
usbserial.c: Generic converter now attached to ttyUSB0 (or usb/tts/0 for devfs)
usbserial.c: USB Serial Driver core v1.4
My kernel version is the 2.4.18-14
I hope you can help me,
bye, Flavio
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
