Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: manit123 on October 22, 2013, 07:32:52 AM

Title: serial to usb converter
Post by: manit123 on October 22, 2013, 07:32:52 AM
I have installed minicom.tcz & usb-utils.tcz
lsusb shows
Code: [Select]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 046d:c077 Logitech, Inc.
Bus 001 Device 004: ID 04f3:0103 Elan Microelectronics Corp.
Bus 002 Device 005: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
I also created directory /etc/usb_modeswitch.d
containing file 067b\:2303 which has

DefaultVendor= 0x067b
DefaultProduct=0x2303

I took a cue from http://ubuntuforums.org/archive/index.php/t-1814583.html and http://forum.tinycorelinux.net/index.php/topic,11509.msg61207/topicseen.html#msg61207 as mentioned at http://forum.tinycorelinux.net/index.php?topic=15393.0
Still that is about usb modem.

Please suggest.
Also ran 'sudo udevadm control --reload-rules' before that.
here is dmesg log when converter was inserted & ejected multiple times
Code: [Select]
r8169 0000:05:00.0: eth0: link down
r8169 0000:05:00.0: eth0: link down
r8169 0000:05:00.0: eth0: link up
oss_hdaudio 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
usbcore: registered new interface driver oss_usb
mtrr: type mismatch for e0000000,4000000 old: write-back new: write-combining
mtrr: no MTRR for e0000000,4000000 found
mtrr: type mismatch for e0000000,4000000 old: write-back new: write-combining
r8169 0000:05:00.0: eth0: link down
r8169 0000:05:00.0: eth0: link up
usb 2-1.3: new full speed USB device number 3 using ehci_hcd
usb 2-1.3: USB disconnect, device number 3
usb 2-1.2: new full speed USB device number 4 using ehci_hcd
usb 2-1.2: USB disconnect, device number 4
usb 2-1.3: new full speed USB device number 5 using ehci_hcd
Title: Re: serial to usb converter
Post by: bmarkus on October 22, 2013, 07:45:15 AM
Did you install usb-serial-3.8.10-tinycore.tcz?
Title: Re: serial to usb converter
Post by: manit123 on October 22, 2013, 07:57:18 AM
installed usb-serial-3.0.21-tinycore.tcz .
It works.
Thank You.