Jump to content

Firefolk

Active Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Firefolk

  1. Sorry, here comes the lsusb output

    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 002: ID 058f:6254 Alcor Micro Corp. USB Hub
    Bus 001 Device 003: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
    Bus 001 Device 004: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
    Bus 001 Device 005: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x UART Bridge / myAVR mySmartUSB light
    and the dmesg output
    [ 1408.570000] usbcore: registered new interface driver cp210x
    [ 1408.580000] cp210x: v0.09:Silicon Labs CP210x RS232 serial adaptor driver
    [ 1885.490000] usb 1-1.2: new full-speed USB device number 5 using ehci-platform
    [ 1885.620000] cp210x 1-1.2:1.0: cp210x converter detected
    [ 1885.710000] usb 1-1.2: reset full-speed USB device number 5 using ehci-platform
    [ 1885.840000] usb 1-1.2: cp210x converter now attached to ttyUSB0
    But I can not find a /dev/ttyUSB0 device
  2. Hi Firefolk,

    The module is available over opkg and the install works great for me.

    Install it like this:

    opkg update && opkg install kmod-usb-serial-cp210x

    If that doesn't work, do the following:

    wget "http://wifipineapple.com/mk5/packages/kmod-usb-serial-cp210x_3.3.8-1_ar71xx.ipk" -O /tmp/kmod-usb-serial-cp210x.ipk && opkg install /tmp/kmod-usb-serial-cp210x.ipk
    

    Best Regards,

    Sebkinne

    Hi Sebkinne,

    I was able to install the module with the --force-depends option:

    [ 1408.570000] usbcore: registered new interface driver cp210x
    [ 1408.580000] cp210x: v0.09:Silicon Labs CP210x RS232 serial adaptor driver
    lsmod finds an attached device as well
    usbcore 99168 24 cp210x,pl2303,option,ch341,belkin_sa,ark3116,rndis_host,usb_wwan,cdc_ether,asix,usbserial,usbnet,cdc_acm,ath9k_htc,ledtrig_usbdev,rt2800usb,rtl8187,rt73usb,rt2x00usb,usb_storage,uhci_hcd,ohci_hcd,ehci_hcd
    Thanks for that hint.
    How do I get information about the device name, my GPS mouse gets connected to?
×
×
  • Create New...