Re: MtxOrb device
Dave Platt <[email protected]> Wed, 22 Jan 2014 15:36:48 -0800
| Newsgroups | gmane.comp.sysutils.lcdproc |
|---|---|
| Message-ID | <[email protected]> |
> 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?
One thing which may not have been clear from my example, and which I
neglected to state explicitly:
The entire entry in the lcd.conf file (other than any comments you may
have) MUST be on a single line in the file. Line-wrapping doesn't work
(either with or without a \ "continuation" character at the end of the
first line).
I can't tell from what you pasted, whether it's one line or two in your
original file. If it's two, condense it into one line.