JMicron card reader not working in openSUSE 12.3 M2

hello, please help me set up a card reader JMicron in my openSUSE 12.3 Mileston 2

# lspci -s 0a:00.0 -v
0a:00.0 System peripheral: JMicron Technology Corp. SD/MMC Host Controller (rev 30)
        Subsystem: Lenovo Device 3976
        Flags: bus master, fast devsel, latency 0, IRQ 16
        Memory at f1903000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [a4] Power Management version 3
        Capabilities: [80] Express Endpoint, MSI 00
        Capabilities: [94] MSI: Enable- Count=1/1 Maskable- 64bit-
        Kernel driver in use: sdhci-pci
# lsmod |grep mmc
mmc_core              118567  4 b43,ssb,sdhci_pci,sdhci

[/size]

Please hold off on any responses until this is moved to the Beta Forum.

Thank You,

This message thread is now open for comments.

Thank You,

May I ask for to run the following terminal command and look for any error messages about this device:

dmesg | less

Your listing says it is using the kernel module sdhci-pci, but perhaps there is some conflict or other you can see in dmesg?

Thank You,[/size]

hi!
in dmesg errors only:

   14.328871] b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 10, Type 8 (LCN), Revision 1)
   14.328879] b43: probe of bcma0:0 failed with error -95
# dmesg | grep sdh
   12.522433] sdhci: Secure Digital Host Controller Interface driver
   12.522436] sdhci: Copyright(c) Pierre Ossman
   12.660903] sdhci-pci 0000:0a:00.0: SDHCI controller found [197b:2392] (rev 30)
   12.684026] sdhci-pci 0000:0a:00.2: SDHCI controller found [197b:2391] (rev 30)
   12.684060] sdhci-pci 0000:0a:00.2: Refusing to bind to secondary interface.
   91.547728] Modules linked in: fuse af_packet cpufreq_conservative cpufreq_userspace cpufreq_powersave arc4 brcmsmac brcmutil cordic acpi_cpufreq mperf snd_hda_codec_hdmi b43 coretemp mac80211 cfg80211 kvm_intel kvm snd_hda_codec_realtek i915 snd_hda_intel snd_hda_codec snd_hwdep ssb btusb snd_pcm bluetooth pcmcia ideapad_laptop pcmcia_core mxm_wmi drm_kms_helper joydev uvcvideo snd_seq snd_timer snd_seq_device sparse_keymap crc32c_intel ghash_clmulni_intel aesni_intel bcma snd rfkill jmb38x_ms videobuf2_core ablk_helper videodev iTCO_wdt iTCO_vendor_support tg3 mei memstick lpc_ich mfd_core sdhci_pci videobuf2_vmalloc videobuf2_memops sr_mod sg pcspkr soundcore wmi i2c_i801 drm sdhci i2c_algo_bit cryptd mmc_core cdrom ac lrw battery video aes_x86_64 snd_page_alloc button xts gf128mul microcode autofs4 xhci_hcd thermal fan processor thermal_sys scsi_dh_rdac scsi_dh_hp_sw scsi_dh_emc scsi_dh_alua scsi_dh

dmesg

http://pastebin.com/raw.php?i=wUpVnyA8

Thank You!