![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HBA Card | xiaochensg | SUN Solaris | 5 | 05-25-2008 09:24 PM |
| lan card not detecting | bidhayakm | SCO | 3 | 04-18-2007 03:52 AM |
| LAN card problem | ccvyas | SCO | 1 | 09-01-2004 07:45 AM |
| No NIC Card? | cyno | UNIX for Advanced & Expert Users | 2 | 11-20-2003 02:21 AM |
| sound card ????? | challenger | UNIX for Dummies Questions & Answers | 4 | 06-09-2002 06:41 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
SD/MMC card
I have an inbuilt SD/MMC port on my Asus A6R laptop, and I would love to be able to use it. I have found files in my system for it (I am fairly new to Linux). They are in this directory:
/usr/src/kernels/2.6.11-1.1369_FC4-i686/include/linux/mmc Optional files from there are: card.h host.h mmc.h protocol.h Any help as to where to go from here? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
What happens when you plug in an SD/MMC card? A lot of times the device (card in this case) will be automounted. Type 'df' before inserting the card, then insert the card, wait a few seconds and type 'df' again. If the card was automounted, there will be a new line in the output that wasn't there before.
I believe those .h files are for compiling a linux kernel and/or any kernel modules/extensions. You shouldn't have to use those to get your SD/MMC port to work. |
|
#3
|
|||
|
|||
|
It does not automount, there is no extra line, it looks exactly as it did prior to inserting the card.
|
|
#4
|
||||
|
||||
|
After inserting the card, do you get anything new in the output of 'dmesg' ?
Try running this before then after inserting the card and look for differences. If there are any then if you post them we can probably help. I'll have a look and see if I have a FC4 system here and see how things are configured by default. |
|
#5
|
|||
|
|||
|
There are no differences. I am thinking about recompiling my kernel to something more update which includes MM/SD card support. Do you think this would be the best idea?
|
|
#6
|
||||
|
||||
|
On my FC5 server, I can see that MMC support is compiled as a module:
Code:
# grep -i mmc /boot/config-`uname -r` # CONFIG_PCI_GOMMCONFIG is not set CONFIG_PCI_MMCONFIG=y # MMC/SD Card support CONFIG_MMC=m # CONFIG_MMC_DEBUG is not set CONFIG_MMC_BLOCK=m CONFIG_MMC_WBSD=m Code:
# modprobe mmc_core # modprobe mmc_block # lsmod | grep mmc mmc_block 8649 0 mmc_core 24773 1 mmc_block Cheers, ZB |
|
#7
|
|||
|
|||
|
Still nothing, it does not mount.
Sarah |
|||
| Google The UNIX and Linux Forums |