[Bug 204811] New: Medion Card reader does not work out-of-the-box
https://bugzilla.novell.com/show_bug.cgi?id=204811 Summary: Medion Card reader does not work out-of-the-box Product: openSUSE 10.2 Version: Alpha 4 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Hotplug AssignedTo: ihno@novell.com ReportedBy: adrian@novell.com QAContact: qa@suse.de For getting the card reader working, I do need to call modprobe mmc_block setpci -s 02:04.3 4c=0x22 manually. Afterwards it works nice :) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=204811 behlert@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ihno@novell.com |fseidel@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=204811 ------- Comment #1 from fseidel@novell.com 2006-10-11 08:30 MST ------- Created an attachment (id=101228) --> (https://bugzilla.novell.com/attachment.cgi?id=101228&action=view) patch for udev rules -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=204811 fseidel@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |kasievers@novell.com ------- Comment #2 from fseidel@novell.com 2006-10-11 08:31 MST ------- I think the attached patch for the udev rules should make it work out-of-the-box. Kay, is this ok for you? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=204811 kasievers@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kasievers@novell.com Status|NEEDINFO |ASSIGNED Info Provider|kasievers@novell.com | ------- Comment #3 from kasievers@novell.com 2006-10-11 08:59 MST ------- A match on the bus event may work too, not really sure. You can't have multiple RUN keys in a single rule. SYSFS is ATTR for a while. Can you test this on factory? SUBSYSTEM=="mmc", RUN+="/sbin/modprobe mmc_block" SUBSYSTEM=="pci", ATTR{vendor}=="0x104c", ATTR{device}=="0x8034", RUN+="/sbin/setpci -s %k 4c=0x22" KERNEL=="mmcblk[0-9]", ATTR{name}=="?*", ATTR{serial}=="?*", ENV{ID_NAME}="$attr{name}", ENV{ID_SERIAL}="$attr{serial}" , SYMLINK+="disk/by-id/mmc-$env{ID_NAME}_$attr{ID_SERIAL}" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=204811 fseidel@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |kasievers@novell.com ------- Comment #4 from fseidel@novell.com 2006-10-12 09:03 MST ------- Yes, this seems to work as expected. Is it ok if i put them in our default ruleset? The first two in 50-udev-default.rules and the last in 60-persistent-storage.rules ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=204811 kasievers@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|kasievers@novell.com | ------- Comment #5 from kasievers@novell.com 2006-10-13 04:00 MST ------- The setpci will not go into udev rules, until we are sure that the kernel can't be fixed to work around this. We are better not starting fixing-up single individual hardwares with udev rules, that will end nowhere. The other rules can go in, but you probably want a -part%n rule too. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=204811 fseidel@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |LATER ------- Comment #6 from fseidel@novell.com 2006-10-13 07:10 MST ------- Ok, i checked in a updated version (also with -part%n rule). But as this won't fix this special bug, i'll set it to LATER, when its clear if this can be fixed in the kernel. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=204811#c7 Frank Seidel <fseidel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|LATER |FIXED --- Comment #7 from Frank Seidel <fseidel@novell.com> 2007-11-27 05:08:04 MST --- the mentioned device should meanwhile work out of the box -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com