[Bug 14495] udev does not recognize internal CF card reader as removable
bugzilla-daemon at bugzilla.ubuntu.com
bugzilla-daemon at bugzilla.ubuntu.com
Thu Sep 8 17:07:23 UTC 2005
Please do not reply to this email. You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=14495
Ubuntu | udev
martin.pitt at ubuntu.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|hal |udev
Summary|CF memory card, vfat |udev does not recognize
|partition does not auto- |internal CF card reader as
|mount/open |removable
------- Additional Comments From martin.pitt at ubuntu.com 2005-09-08 18:07 UTC -------
Thanks for the debugging info. /dev/hda/* are the partitions of your card
reader, and indeed they have the wrong permissions:
brw-rw---- 1 root disk 3, 1 2005-09-08 07:21 /dev/hda1
brw-r--r-- 1 root root 3, 10 2005-09-08 07:18 /dev/hda10
It seems that there is only actually one partition (hda1) and the device nodes
for the other ones were just gratuituosly created for some reason (but that does
not worry us, at least not for this bug).
Since this is a real IDE device, we cannot use the USB/Firewire bus test, but
really have to rely to the kernel here. Can you please check the output of
cat /sys/block/hda/removable
? I strongly suspect it to be "0" (otherwise the device should have been in
group "floppy"), but let's see. Please also give me the output of
ls -l /sys/block/hda
Thanks!
--
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the desktop-bugs
mailing list