Author: jim
Date: 2006-03-22 15:26:47 -0700 (Wed, 22 Mar 2006)
New Revision: 1313
Modified:
/
trunk/udev/
trunk/udev/35-helper.rules
trunk/udev/udev.makechanges
Log:
r2691@server (orig r1313): jim | 2006-03-22 14:22:24 -0800
r2685@server: jim | 2006-03-22 14:18:19 -0800
Updated readme and floppy rules
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:1312
+ b6734a72-470d-0410-b049-f317dca95413:/:1313
Property changes on: trunk/udev
___________________________________________________________________
Name: svk:merge
- 38c7b366-470d-0410-a457-935707c16d9b:/udev:2681
3949c430-d905-0410-97b6-f115d20341b5:/udev:1348
3b7552df-c20a-0410-b7e1-d7eaf1be8828:/udev:1263
+ 38c7b366-470d-0410-a457-935707c16d9b:/udev:2685
3949c430-d905-0410-97b6-f115d20341b5:/udev:1348
3b7552df-c20a-0410-b7e1-d7eaf1be8828:/udev:1263
Modified: trunk/udev/35-helper.rules
===================================================================
--- trunk/udev/35-helper.rules 2006-03-22 22:26:08 UTC (rev 1312)
+++ trunk/udev/35-helper.rules 2006-03-22 22:26:47 UTC (rev 1313)
@@ -33,3 +33,5 @@
ACTION=="add", SUBSYSTEM=="net", ENV{INTERFACE}=="*", RUN+="network_helper.sh"
ACTION=="remove", SUBSYSTEM=="net", ENV{INTERFACE}=="*",
RUN+="network_helper.sh"
+# adds floppy devices
+KERNEL=="fd[0-9]*", ACTION=="add", SYSFS{cmos}=="*",
RUN+="create_floppy_devices -c -t $sysfs{cmos} -m %M /dev/%k"t
Modified: trunk/udev/udev.makechanges
===================================================================
--- trunk/udev/udev.makechanges 2006-03-22 22:26:08 UTC (rev 1312)
+++ trunk/udev/udev.makechanges 2006-03-22 22:26:47 UTC (rev 1313)
@@ -2,17 +2,13 @@
to get udev hotplugging working. It's not a simple procedure,
but I got it to work on a Sparc so it should work for everyone.
-First off, you will need to patch the kernel. 2.6.15 is not all
-the way there, but GregKH has the necessary patches available to
-make it work. I used
+You will need the 2.6.16 kernel.
-http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/old/gregkh-all-2.6.15.patch
-
-Second, you will need to use udev 079 or above, here is the build instructions
+Second, you will need to use udev 088 or above, here is the build instructions
you must use to get full functionality.
-make EXTRAS="extras/firmware extras/cdrom_id extras/scsi_id extras/volume_id
extras/ata_id extras/usb_id extras/edd_id extras/dasd_id" udevdir=/dev
+make 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
-make EXTRAS="extras/firmware extras/cdrom_id extras/scsi_id extras/volume_id
extras/ata_id extras/usb_id extras/edd_id extras/dasd_id" udevdir=/dev install
+make 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
cp extras/path_id /sbin
cp extras/eventrecorder.sh /lib/udev
rm -rf /etc/udev/rules.d/*
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
|