View previous topic :: View next topic |
Author |
Message |
Greyerg n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 23 Apr 2004 Posts: 32
|
Posted: Fri Jul 04, 2008 5:13 pm Post subject: sdhci present but no device file! |
|
|
My Toshiba Tecra M9 has an sd card reader and I have the appropriate driver compiled into the kernel(sdhci), but there's no /dev/mmc* either before or after I insert an sd card. Am I looking in the wrong place for a device node or do I need to do something after I insert the card to have something to mount?
relevant lspci -v output:
Code: | 06:0b.3 SD Host controller: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller (prog-if 01)
Subsystem: Toshiba America Info Systems Unknown device 0001
Flags: bus master, medium devsel, latency 64, IRQ 22
Memory at ff8ff700 (32-bit, non-prefetchable) [size=256]
Capabilities: [80] Power Management version 2
Kernel driver in use: sdhci |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
poly_poly-man Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/2495233444c550ec2e4336.png)
Joined: 06 Dec 2006 Posts: 2477 Location: RIT, NY, US
|
Posted: Fri Jul 04, 2008 6:52 pm Post subject: |
|
|
relevant dmesg output?
my guess is that it's among /dev/sd*
poly-p man _________________ iVBORw0KGgoAAAANSUhEUgAAA
avatar: new version of logo - see topic 838248. Potentially still a WiP. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Greyerg n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 23 Apr 2004 Posts: 32
|
Posted: Fri Jul 04, 2008 8:41 pm Post subject: |
|
|
no dmesg output when I insert an sd card.
before:
Code: |
...
usb 2-1: configuration #1 chosen from 1 choice
usb 2-1: USB disconnect, address 7
psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 - driver resynched.
psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 3
psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 - driver resynched.
psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 - driver resynched.
|
after inserting an sd card:
Code: |
...usb 2-1: configuration #1 chosen from 1 choice
usb 2-1: USB disconnect, address 7
psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 - driver resynched.
psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 3
psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 - driver resynched.
psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: DualPoint TouchPad at isa0060/serio1/input0 - driver resynched.
|
The only thing that matches /dev/sd* is /dev/sda and /dev/sda[1-4] which is my harddrive. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|