On Mon, Dec 01, 2003 at 04:55:57PM -0800, Greg KH wrote: > On Mon, Dec 01, 2003 at 11:51:19AM +0100, Marco d'Itri wrote: > > On Nov 26, Greg KH wrote: > > >And then as your last REPLACE rule do: > > > REPLACE, KERNEL="tty*", NAME="vc/%n" > > I tried it, but it does not work. (And what about /dev/tty?) > > Care to enable DEBUG_PARSE in namedev.c and send me the output when > trying this? Along with your config files. Sorry, but we don't match against a wildcard now. Please try the following patch: 01-catch--replace-device-by-wildcard.diff catch device name by wildcard to support a whole class of devices by just one config line like: REPLACE, KERNEL="tty*", NAME="vc/%n" thanks, Kay