[Bug 14495] udev does not recognize internal CF card reader as removable
bugzilla-daemon at bugzilla.ubuntu.com
bugzilla-daemon at bugzilla.ubuntu.com
Fri Sep 9 07:41:54 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
------- Additional Comments From martin.pitt at ubuntu.com 2005-09-09 08:41 UTC -------
(In reply to comment #9)
> I'm sorry to burst your bubble:
>
> ubuntu at ubuntu:/sys/block/hda$ cat /sys/block/hda/removable
> 1
Nothing to be sorry about, this is indeed great news! So the kernel detects
removability correctly, so it's just a wrong udev rule which should be fixable
easily.
Ok, let's try. In /etc/udev/permissions.rules, line 9 says:
BUS=="ide", KERNEL=="nht[0-9]*", GROUP="tape"
Can you please insert a new line directly after that one:
BUS=="ide", KERNEL=="hd[a-z]*", SYSFS{removable}=="1", MODE="0640",
GROUP="plugdev"
Then please reboot your box and try again.
--
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