Gentoo Archives: gentoo-dev

From: Rich Freeman <rich0@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: Let's redesign the entire filesystem!
Date: Thu, 15 Mar 2012 19:05:19
Message-Id: CAGfcS_ns9Aj3bcJsS6C9EjSPHgtKzHwVASW-em2BxFL8=i2DgA@mail.gmail.com
In Reply to: Re: [gentoo-dev] Re: Let's redesign the entire filesystem! by Greg KH
1 On Thu, Mar 15, 2012 at 10:42 AM, Greg KH <gregkh@g.o> wrote:
2 >
3 > Why not use the links in /dev/serial/ which are there for this specific
4 > reason?
5 >
6
7 # ls -l /dev/serial
8 ls: cannot access /dev/serial: No such file or directory
9
10 Something in a newer version of udev perhaps? Or would my defining my
11 own symlinks end up overriding some rule elsewhere. I just added
12 these lines to /etc/udev/rules.d:
13 SUBSYSTEM=="tty", DRIVERS=="pl2303", KERNELS=="4-1:1.0",
14 KERNEL=="ttyUSB*", SYMLINK="mythser/rca1"
15 SUBSYSTEM=="tty", DRIVERS=="pl2303", KERNELS=="3-3:1.0",
16 KERNEL=="ttyUSB*", SYMLINK="mythser/rca2"
17
18 Rich

Replies