Changeset 814881c5
- Timestamp:
- Feb 21, 2006, 2:01:49 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8b22376
- Parents:
- 7467862
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
udev/udev.makechanges
r7467862 r814881c5 1 Udev will need to be made with the following extras 1 I know this is a topic a lot of people are interested in. How 2 to get udev hotplugging working. It's not a simple procedure, 3 but I got it to work on a Sparc so it should work for everyone. 2 4 3 extras/firmware_helper 4 extras/scsi_id 5 extras/volume_id 6 extras/ata_id 7 extras/usb_id 8 extras/edd_id 9 extras/dasd_id 10 extras/cdrom_id 11 extras/floppy 5 First off, you will need to patch the kernel. 2.6.15 is not all 6 the way there, but GregKH has the necessary patches available to 7 make it work. I used 8 9 http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/gregkh-all-2.6.15.patch 10 11 Second, you will need to use udev 079, here is the build instructions 12 you must use to get full functionality. 13 make EXTRAS="extras/firmware extras/scsi_id extras/volume_id extras/ata_id extras/usb_id extras/edd_id extras/dasd_id extras/cdrom_id extras/floppy" udevdir=/dev 14 15 make EXTRAS="extras/firmware extras/scsi_id extras/volume_id extras/ata_id extras/usb_id extras/edd_id extras/dasd_id extras/cdrom_id extras/floppy" udevdir=/dev install 16 cp extras/path_id /sbin 17 cp extras/eventrecorder.sh /lib/udev 18 rm -rf /etc/udev/rules.d/* 19 20 Third you will need the udev package that the Cross-LFS team developed. 21 I keep tarballs available on my system for download 22 23 http://ftp.jg555.com/udev/udev-cross-lfs.tar.bz2 24 25 To install this package use make install 26 27 Then make sure you remove your hotplug script if you have it running in /etc/rc.d/
Note:
See TracChangeset
for help on using the changeset viewer.