2010/7/26 Hiisi :
> 2010/7/25 Kevin J. Cummings :
>> On 07/25/2010 11:09 AM, Hiisi wrote:
<--SNIP-->
I've solved my problem by adding this udev rule:
KERNEL=="ttyUSB*", ATTRS{idVendor}=="1d6b", ATTRS{idProduct}=="0002",
SYMLINK="modem", OWNER="smsd", GROUP="dialout", MODE="0660"
Now I have:
# ls -
2010/7/25 Kevin J. Cummings :
> On 07/25/2010 11:09 AM, Hiisi wrote:
>> Dear users!
<--SNIP-->
>
> What are the permissions on bus/usb/001/026? From my testing, if you
> chown a symlink, it changes the permissions on what it points to, not on
> the link itself
# ls -l /dev/modem
lrwxrwxrwx. 1
On 07/25/2010 11:09 AM, Hiisi wrote:
> Dear users!
> I need udev to make /dev/mymodem symlink when USB-modem is plugged in.
> So, I have created this:
> cat /etc/udev/rules.d/95-huawei-e15150.rules
> SUBSYSTEM=="usb", ATTRS{serial}==":00:03.3", SYMLINK+="mymodem"
> GROUP="dialout"
>
> Now when
Dear users!
I need udev to make /dev/mymodem symlink when USB-modem is plugged in.
So, I have created this:
cat /etc/udev/rules.d/95-huawei-e15150.rules
SUBSYSTEM=="usb", ATTRS{serial}==":00:03.3", SYMLINK+="mymodem"
GROUP="dialout"
Now when modem is plugged in the symlink /dev/mymodem is crea