Package: udev
Severity: normal
Tags: patch

Hi!

I'm not sure what was the reason to leave this commented, but without this line
i2o devices on 64-bit are broken (because dpt_i2o is unavailable, and we have no
other choice):

diff -ur udev-0.093.old/rules/hotplug.rules udev-0.093/rules/hotplug.rules
--- udev-0.093.old/rules/hotplug.rules  2006-06-16 11:51:45.000000000 +0200
+++ udev-0.093/rules/hotplug.rules      2006-06-16 12:25:49.000000000 +0200
@@ -12,7 +12,7 @@
 SUBSYSTEM=="pcmcia_socket",                    RUN+="/sbin/modprobe pcmcia"

 # rules for subsystems which lack proper hotplug support
-#SUBSYSTEM=="i2o",                             RUN+="/sbin/modprobe i2o-block"
+SUBSYSTEM=="i2o",                              RUN+="/sbin/modprobe i2o-block"
 #SUBSYSTEM=="mmc",                             RUN+="/sbin/modprobe mmc-block"

 SUBSYSTEM=="scsi_device", SYSFS{type}=="0|7|14", RUN+="/sbin/modprobe sd_mod"

i2o-block is not available in all arches though.  Perhaps this is why the line
was commented?  I'd suggest using "|| true" in that case.  Or
"|| modprobe dpt_i2o" or something.

Thanks,

-- 
Robert Millan
[EMAIL PROTECTED]
Departamento de Asistencia Técnica

Oficina central: (+34) 902 888 345
Asistencia técnica: (+34) 902 888 408

ACK STORM, S.L.
http://www.ackstorm.es

Este mensaje electrónico contiene información de ACK STORM, S.L. que es privada
y confidencial, siendo para el uso exclusivo de las personas o entidades arriba
mencionadas. Si usted no es el destinatario señalado, le informamos que
cualquier divulgación, copia, distribución o uso de los contenidos está
prohibida. Si usted ha recibido este mensaje por error, por favor borre su
contenido y comuníquenoslo en la dirección [EMAIL PROTECTED]
--------------------------------------------------


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to