From: Greg KH <greg@kroah.com>
To: linux-hotplug@vger.kernel.org
Subject: Re: Is a new udev version planned to go with linux 2.6.1 ? (rules don't work anymore)
Date: Fri, 09 Jan 2004 20:11:53 +0000 [thread overview]
Message-ID: <20040109201153.GB4090@kroah.com> (raw)
In-Reply-To: <200401091645.06702.remco@d-compu.dyndns.org>
On Fri, Jan 09, 2004 at 04:45:06PM +0100, Remco wrote:
> I updated to kernel 2.6.1 today and noticed that none of the udev
> rules got applied. All device nodes created by udev have their
> standard (kernel) values.
Nothing changed in 2.6.1 to stop udev from working that I can see. It
works fine for me here.
> =>
> => case 1
> => # IDE - hd* (CD and HD) devices
> => CALLOUT, BUS="ide", PROGRAM="/home/remco/udev/ide-devfs.sh %k %b %n", ID="hd*", NAME="%2c" #, SYMLINK="%1c"
What's that '#' doing in there? That will break the rule, comments
can't go in the middle of a line, sorry.
And as per your log, it doesn't even show up as a rule.
> => case 2
> => # tty devices
> => REPLACE, KERNEL="tty[0-9]*", NAME="vc/%n"
> =>
> Jan 9 16:23:40 vp6 udev[3247]: main: version 012
> Jan 9 16:23:40 vp6 udev[3247]: get_dirs: sysfs_path='/sys'
> Jan 9 16:23:40 vp6 udev[3247]: parse_config_file: reading '/etc/udev/udev.conf' as config file
> Jan 9 16:23:40 vp6 udev[3247]: main: called by hotplug
> Jan 9 16:23:40 vp6 udev[3247]: udev_hotplug: looking at '/class/tty/ttyS7'
ttyS7 does not match up with your rule, so it is not applied. If it was
tty7, it would, and it does work on 2.6.1, I just tested it.
thanks,
greg k-h
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
next prev parent reply other threads:[~2004-01-09 20:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-09 15:45 Is a new udev version planned to go with linux 2.6.1 ? (rules don't work anymore) Remco
2004-01-09 20:11 ` Greg KH [this message]
2004-01-09 20:50 ` Remco
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040109201153.GB4090@kroah.com \
--to=greg@kroah.com \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).