OpenWrt Forum Archive

Topic: Asus WL-500G Premium and Marmitek CM11

The content of this topic has been archived on 26 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi,

I've this router Asus WL-500G Premium with 2 usb port and try to connect to a Marmitek CM11 (home automation interface) via a Usb-serial connection
I read a lot of post about this, my problem doesn't seem the same

My config:
openwrt whiterussian 0.9
Linux OpenWrt 2.4.30 #1 Sat Feb 3 13:16:08 CET 2007 mips unknown
kmod-usb-serial - 2.4.30-brcm-5 - Kernel Support for USB-to-Serial converters
kmod-usb-serial-pl2303 - 2.4.30-brcm-5 - Kernel Support for Prolific PL2303 USB-to-Serial converters

lsmod | grep 2303
pl2303                 13896   0 (unused)
usbserial              23580   0 [pl2303]
usbcore                74808   1 [pl2303 ehci-hcd usb-storage usbserial]

dmesg | grep 2303
usbserial.c: USB Serial support registered for PL-2303
pl2303.c: Prolific PL2303 USB to serial adaptor driver v0.10.1
... and that's all

normally, I'd see something like that
pl2303 3-1.1:1.0: pl2303 converter detected
usb 3-1.1: pl2303 converter now attached to ttyUSB1

I don't know why, my pl2303 isn't detected

I've spent all the day ... and no idea

the converter works well on my computer with Ubuntu and I can manage my CM11

can you help me

thank's in advance

sapona

I've found after a second day !

kmod-usb-uhci wasn't installed

and now

dmesg | grep 2303
usbserial.c: USB Serial support registered for PL-2303
pl2303.c: Prolific PL2303 USB to serial adaptor driver v0.11
usbserial.c: PL-2303 converter detected
usbserial.c: PL-2303 converter now attached to ttyUSB0 (or usb/tts/0 for devfs)

now all work well :-)

The discussion might have continued from here.