Re: MtxOrb device
Josu Lazkano <[email protected]> Wed, 22 Jan 2014 13:33:13 +0100
| Newsgroups | gmane.comp.sysutils.lcdproc |
|---|---|
| Message-ID | <CAL9G6WWoeLwX=Y2AsADidOiXGnMd1-MiznyOE3ktKuaZCdLAJg@mail.gmail.com> |
2014/1/22 Manuel Dejonghe <[email protected]>: > 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 > _______________________________________________ > LCDproc mailing list > [email protected] > http://lists.omnipotent.net/mailman/listinfo/lcdproc Hello Manuel, I change the rules file: # cat /etc/udev/rules.d/20-test.conf SUBSYSTEM=="tty", ATTRS{idVendor}=="1b3d", ATTRS{idProduct}=="0127", SYMLINK+="test" I reboot the machine, but there is no /dev/test device. Regards. -- Josu Lazkano