Je Mardo 06 Decembro 2005 13:56, Khashayar Naderehvandi skribis: | On another note, udev from testing solves a severe | problem I've had with udev from current. I have a | 6-in-1 memory card reader, and whenever I insert a | memory card I get the message "hde: hde1" indefinitely | until the kernel goes Oops. This is not specifically | Arch related though, as it happens on various live CDs | I've tried (knoppix, ubuntu, kanotix, etc.). Just | thought I could mention that it doesn't happen with | the latest udev.
just to let you know: this fix is actually a workaround as udev rule:
# skip accessing removable ide devices, cause the ide drivers are horrible
broke
n
BUS=="ide", SYSFS{removable}="1", GOTO="no_volume_id"
BUS=="ide", SYSFS{../removable}="1", GOTO="no_volume_id"
and will become soon obsolete, when the kernel drivers for such devices
are fixed and not longer marked "removable" in the sense of "removable"
devices. (see discussions @ kernel mailing lists related to "compact
flash ide removable ide-cs broken")
- D
--
"Just because something doesn't do what
you planned it to do doesn't mean it's useless."
-- T. Edison
pgpjNN85y0xgo.pgp
Description: PGP signature
_______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
