Announcement

Collapse
No announcement yet.

Feisty Fawn and USB

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Feisty Fawn and USB

    In all other Linux distros I have used, the USB ports can be accessed by /dev/ttyUSBx where x is the port number. I cannot find any /dev/ttyUSBx on any of my machines using Feisty. How do I gain access to the USB port ? One app i want to use is ebmsync, the relevant section of which is below.

    #================================================= =======
    # CONFIG
    #================================================= =======
    set sync_dir "/home/oneill/start"

    # This may well be /dev/ttyUSB0 on RedHat or other systems
    set device "/dev/usb/tts/0"
    set ebmsync "/usr/bin/ebmsync"

    # see http://groups.yahoo.com/group/eBookMan/message/3504
    # and http://www.tldp.org/HOWTO/mini/Handspring-Visor.html
    # for help on setting up usbserial.

    #2
    Re: Feisty Fawn and USB

    http://www.linux-usb.org/USB-guide/x498.html
    The Linux USB sub-system
    Chapter 2. How to get USB devices working under Linux

    ...the mass storage driver presents the USB device as a SCSI device...
    check /proc/scsi/scsi. Information about your device should be listed.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment

    Working...
    X