Re: MtxOrb device
"Dave Liquorice" <[email protected]> Mon, 27 Jan 2014 20:38:28 +0000 (GMT)
| Newsgroups | gmane.comp.sysutils.lcdproc |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 27 Jan 2014 12:29:37 -0600, jrnosee wrote: > Make sure you chmod +x any files! Hum not sure about that, the files in my /etc/udev/rules.d/ are all: -rw-r--r-- global read, write owner (which is root). > Also, I used .rules instead of .conf since I had .rules files already in > that folder. I'm not sure if that makes any difference. All the files in my directory are *.rules as well. I think you may have cracked it with that suggestion. They are also numbered eg "53-local.rules" so that they get loaded in the right order. > /etc/udev/rules.d/PL2302.rules: > # Prolific USB-to-serial adapter > # Typically driving the X10 interface. > # Unfortunately most Prolific devices have no serial number and are not > # individually identifiable. Aye not convenient. You can get USB-Serial adapters that do have a serial number but not at PL2302 based device prices... I worked around having three on my server by forgetting about plugging in anything, anywhere, anytime and assigning a given physical port a given device name via that ports ID. Labels then tell me what to plug in where, no different to the old COM1, COM2, system really. # For LCDd (Front USB Port 2 counting down from top) KERNEL=="ttyUSB[0-9]*", ID=="4-4:1.0", SYMLINK+="lcd" -- Cheers Dave.