Re: MtxOrb device

Manuel Dejonghe <[email protected]> Wed, 22 Jan 2014 11:15:53 +0100
Newsgroups gmane.comp.sysutils.lcdproc
Message-ID <CAN=fPuYXPejpTP0qEt6xmsT0xeDAQf2h+jjGCfnH2sjaccOvDQ@mail.gmail.com>
On Wed, Jan 22, 2014 at 10:58 AM, Josu Lazkano <[email protected]> wrote:
> /etc/udev/rules.d/lcd.conf
>
> With this content:
>
> SUBSYSTEM=="tty", ATTRS{idVendor}=="1b3d", ATTRS{idProduct}=="0127",
> SYMLINK+="lcd"
>
> Change permissions:
>
> chmod +x /etc/udev/rules.d/lcd.conf
>
> When I reboot the PC, I can't get the "/dev/lcd" device. I am doing
> something wrong?

Maybe the name of the file is "too simple". Maybe there is already a
lcd.conf rule in /lib/udev/rules.d or /dev/.udev/rules.d/ which would
override your selectors ?

~manuel