Re: [Owfs-developers] Problem starting owserver on a LinkUSB with option ftdi addressing without sudo

2017-08-10 Thread Eloy Paris
Hi Martin, On Thu, Aug 10, 2017 at 03:22:19PM +0200, Martin Patzak (GMX) wrote: [...] > Only so much, the working rule now looks like (at the moment, might change > soon ;-) ): > > SUBSYSTEMS=="usb", DRIVERS=="usb", ATTRS{manufacturer}=="FTDI", > ATTRS{product}=="FT232R USB UART",

Re: [Owfs-developers] Problem starting owserver on a LinkUSB with option ftdi addressing without sudo

2017-08-10 Thread Martin Patzak (GMX)
On 09.08.2017 22:14, Matthias Urlichs via Owfs-developers wrote: Hello, (b) with an additional DRIVER=="USB" condition. This is nonsense; the "USB" needs to be lowercase and the field is named DRIVERS. Sorry about that. Good news everyone, it works! Marvelous, special thanks to Matthias

Re: [Owfs-developers] Problem starting owserver on a LinkUSB with option ftdi addressing without sudo

2017-08-09 Thread Martin Patzak (GMX)
On 09.08.2017 22:14, Matthias Urlichs via Owfs-developers wrote: Hello, (b) with an additional DRIVER=="USB" condition. This is nonsense; the "USB" needs to be lowercase and the field is named DRIVERS. Sorry about that. Good morning and thank you Matthias, for telling me right away - udev

Re: [Owfs-developers] Problem starting owserver on a LinkUSB with option ftdi addressing without sudo

2017-08-09 Thread Matthias Urlichs via Owfs-developers
Hello, > > (b) with an additional DRIVER=="USB" condition. > This is nonsense; the "USB" needs to be lowercase and the field is named DRIVERS. Sorry about that. -- -- Matthias Urlichs signature.asc Description: OpenPGP digital signature

Re: [Owfs-developers] Problem starting owserver on a LinkUSB with option ftdi addressing without sudo

2017-08-09 Thread Martin Patzak (GMX)
On 09.08.2017 20:49, Matthias Urlichs via Owfs-developers wrote: On 09.08.2017 19:46, Martin Patzak (GMX) wrote: SUBSYSTEMS=="usb", ATTRS{manufacturer}=="FTDI", ATTRS{product}=="FT232R USB UART", ATTRS{serial}=="A800bXHr", GROUP="owsrv", MODE="0664", SYMLINK+="LinkUSB" For me this

Re: [Owfs-developers] Problem starting owserver on a LinkUSB with option ftdi addressing without sudo

2017-08-09 Thread Matthias Urlichs via Owfs-developers
On 09.08.2017 19:46, Martin Patzak (GMX) wrote: > SUBSYSTEMS=="usb", ATTRS{manufacturer}=="FTDI", > ATTRS{product}=="FT232R USB UART", ATTRS{serial}=="A800bXHr", > GROUP="owsrv", MODE="0664", SYMLINK+="LinkUSB" For me this works perfectly (a) without the symlink (b) with an additional

[Owfs-developers] Problem starting owserver on a LinkUSB with option ftdi addressing without sudo

2017-08-09 Thread Martin Patzak (GMX)
I am not able to start owserver without sudo on a LinkUSB with ftdi addressing. I have an udev rule that works for owserver and the LinkUSB, creating a symbolic link to /dev/ttyUSB and setting the group to 'owsrv' and the mode to group can read/write /dev/ttyUSB looking like: