Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
![Reply](https://www.linuxquestions.org/questions/images/buttons/reply.gif) |
04-03-2006, 02:16 PM
|
#1
|
Member
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512
Rep:
|
Kernel 2.4.31 and udev
I've read in the udev README file that one needs the 2.6 kernel to use udev. I use the standard kernel that comes with Slackware 10.2 yet:
$ ps aux | grep udev
root 180 0.0 0.0 1384 384 ? S<s Mar30 0:00 udevd
Why is this daemon running?
|
|
|
04-03-2006, 03:25 PM
|
#2
|
Member
Registered: Nov 2005
Distribution: Slackware, and of course the super delux uber knoppix universal live recovery cd
Posts: 429
Rep:
|
this daemon creates /dev files when they are needed, that way you don't have several hundered blank files. if you don't want it to run, do this as root.
chmod 644 /etc/rc.d/rc.udev
i had problems with mine so i disabled it. That was about 4 months ago, so far no problems
|
|
|
04-03-2006, 03:29 PM
|
#3
|
Member
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512
Original Poster
Rep:
|
Hmm, I don't know. If /dev files are only created when they are needed, how come I've got alot of such files?
$ ls -l /dev/ | wc -l
2575
|
|
|
04-03-2006, 03:31 PM
|
#4
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
Udev does not work properly for me neither with default Slackware 2.4 kernel, neither with my 2.6 kernel.
|
|
|
04-04-2006, 08:34 PM
|
#5
|
Member
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761
Rep:
|
2.4 does not use udev. So, if you are running a 2.4 kernel, you can safely turn the udev service off at startup (on some udev packages it's enabled by default, hence the service is running).
chmod -x /etc/rc.d/rc/udev
Without udev (which mounts a virtual file system on /dev), you are relying on the Slackware package devs which provides devices nodes for every possible device (regardless of whether it exists or not).
|
|
|
04-04-2006, 08:35 PM
|
#6
|
Member
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512
Original Poster
Rep:
|
Thanks a lot for that clarification!
|
|
|
All times are GMT -5. The time now is 09:20 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|