Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] symlinking device with udev
Date: Tue, 17 Apr 2007 19:46:51
Message-Id: 20070417204050.253bf804@krikkit.digimed.co.uk
In Reply to: [gentoo-user] symlinking device with udev by maxim wexler
1 Hello maxim wexler,
2
3 > Google says create file
4 > /etc/udev/rules.d/10-local.rules
5 > containing the line
6 >
7 > KERNEL=="parport0" NAME="lp0"
8 >
9 > Which creates the device no problem. However
10 > /dev/parport0 is no more and
11
12 That's right, because you have told udev to give it the name lp0,
13 instead of parport0. what you want is
14
15 KERNEL=="parport0", SYMLINK="lp0"
16
17 See http://www.reactivated.net/udevrules.php
18
19
20 --
21 Neil Bothwick
22
23 Trekkers work out in the `He's Dead Gym'.

Attachments

File name MIME type
signature.asc application/pgp-signature