gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GSM device in virtual serial port via USB


From: Vieri
Subject: Re: GSM device in virtual serial port via USB
Date: Wed, 9 Sep 2009 08:52:54 -0700 (PDT)

Just answering myself here ;-)
It's just so this thread can be cleanly closed.

What I was missing in my udev rule is KERNEL=="ttyUSB*".

Example:

SUBSYSTEMS=="usb", ATTRS{product}=="usb serial converter", 
ATTRS{manufacturer}=="FTDI", ATTRS{serial}=="FTCTWS1T", KERNEL=="ttyUSB*", 
SYMLINK+="ttyUSB-GSM-630725830", OWNER="root", GROUP="uucp", MODE="0660" 

That works fine for 1USB-1RS232 adapter.

For a 1USB-4RS232 adapter (or more than 4), I had to use "udev events" and run 
custom scripts (with the RUN+= syntax).

Thanks for the great software.

Vieri



      




reply via email to

[Prev in Thread] Current Thread [Next in Thread]