source: udev/udev.makechanges @ d91bcb0

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since d91bcb0 was d91bcb0, checked in by Jim Gifford <clfs@…>, 18 years ago

r2685@server: jim | 2006-03-22 14:18:19 -0800
Updated readme and floppy rules

  • Property mode set to 100644
File size: 1.0 KB
Line 
1I know this is a topic a lot of people are interested in. How
2to get udev hotplugging working. It's not a simple procedure,
3but I got it to work on a Sparc so it should work for everyone.
4
5You will need the 2.6.16 kernel.
6
7Second, you will need to use udev 088 or above, here is the build instructions
8you must use to get full functionality.
9make EXTRAS="extras/firmware extras/floppy extras/cdrom_id extras/scsi_id extras/volume_id extras/ata_id extras/usb_id extras/edd_id extras/dasd_id" udevdir=/dev
10
11make EXTRAS="extras/firmware extras/floppy extras/cdrom_id extras/scsi_id extras/volume_id extras/ata_id extras/usb_id extras/edd_id extras/dasd_id" udevdir=/dev install
12cp extras/path_id /sbin
13cp extras/eventrecorder.sh /lib/udev
14rm -rf /etc/udev/rules.d/*
15
16Third you will need the udev package that the Cross-LFS team developed.
17I keep tarballs available on my system for download
18
19http://ftp.jg555.com/udev/udev-cross-lfs.tar.bz2
20
21To install this package use make install
22
23Then make sure you remove your hotplug script if you have it running in /etc/rc.d/
Note: See TracBrowser for help on using the repository browser.