This is a discussion on sd/mmc memorycard reader on my HP compaq nw8000 within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> Hi everybody ... I'm running gentoo on a kernel 2.6.13-r3. I've got a HP compaq nw8000 and I'm trieing ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi everybody ... I'm running gentoo on a kernel 2.6.13-r3. I've got a HP compaq nw8000 and I'm trieing to let my sd/mmc card reader to work.. this is my lspci 0000:02:06.0 CardBus bridge: O2 Micro, Inc. OZ711M3/MC3 4-in-1 MemoryCardBus Controller 0000:02:06.1 CardBus bridge: O2 Micro, Inc. OZ711M3/MC3 4-in-1 MemoryCardBus Controller It seems that the winbond driver doesn't works yet for this kind of sd/mmc reader... modinfo wbsd parmtype: nopnp:uint parmtype: io:uint parmtype: irq:uint parmtype: dma:int license: GPL description: Winbond W83L51xD SD/MMC card interface driver version: 1.3 parm: nopnp:Scan for device instead of relying on PNP. (default 0) parm: io:I/O base to allocate. Must be 8 byte aligned. (default 0x248) parm: irq:IRQ to allocate. (default 6) parm: dma vermagic: 2.6.13-gentoo-r3 preempt PENTIUMM 4KSTACKS gcc-3.3 depends: mmc_core alias: pnp:dWEC0517* alias: pnp:dWEC0518* srcversion: C285B4F0B210E9C1CB4770E does anybody know how to get the memory card reader working???? Thanks a lot..... |
| |||
| JeremySpoken wrote: > Hi everybody ... > I'm running gentoo on a kernel 2.6.13-r3. I've got a HP compaq nw8000 > and I'm trieing to let my sd/mmc card reader to work.. > > this is my lspci > > 0000:02:06.0 CardBus bridge: O2 Micro, Inc. OZ711M3/MC3 4-in-1 > MemoryCardBus Controller > 0000:02:06.1 CardBus bridge: O2 Micro, Inc. OZ711M3/MC3 4-in-1 > MemoryCardBus Controller > > It seems that the winbond driver doesn't works yet for this kind of > sd/mmc reader... And it won't, since the winbond driver is for winbond chipsets. The clue is in lspci - enable CardBus bridge support. Bus options (PCI, PCMCIA, EISA, MCA, ISA) ---> PCCARD (PCMCIA/CardBus) support ---> <*> PCCard (PCMCIA/CardBus) support[*] 32-bit CardBus support <*> CardBus yenta-compatible bridge support Device Drivers ---> MMC/SD Card support ---> <*> MMC support <*> MMC block device driver (NEW) -- Ben M. |
| ||||
| Thanks a lot for your reply.... you say > > And it won't, since the winbond driver is for winbond chipsets. > > The clue is in lspci - enable CardBus bridge support. > > Bus options (PCI, PCMCIA, EISA, MCA, ISA) ---> > PCCARD (PCMCIA/CardBus) support ---> > <*> PCCard (PCMCIA/CardBus) support >[*] 32-bit CardBus support > <*> CardBus yenta-compatible bridge support > Device Drivers ---> > MMC/SD Card support ---> > <*> MMC support > <*> MMC block device driver (NEW) > here is my .config settings about pci # # PCCARD (PCMCIA/CardBus) support # CONFIG_PCCARD=m # CONFIG_PCMCIA_DEBUG is not set CONFIG_PCMCIA=m CONFIG_PCMCIA_LOAD_CIS=y CONFIG_PCMCIA_IOCTL=y CONFIG_CARDBUS=y # # PC-card bridges # CONFIG_YENTA=m CONFIG_PD6729=m CONFIG_I82092=m CONFIG_I82365=m CONFIG_TCIC=m CONFIG_PCMCIA_PROBE=y CONFIG_PCCARD_NONSTATIC=m Do you think it should work?? How can I access my sd/mmc card reader??? here is my lsmod output it seems the pcmcia modules are just running well..... pcmcia 40544 6 firmware_class 10752 1 pcmcia yenta_socket 26060 6 rsrc_nonstatic 14144 1 yenta_socket pcmcia_core 44240 3 pcmcia,yenta_socket,rsrc_nonstatic |