Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I've installed SuSE 9.3 incl. all updates on my HP nx7010 laptop, which features a built-in SD card drive (Winbond).
WBSD module is loaded, but I can't mount the card in the drive. I've done a search in this forum, but none of the explained solutions did work on my system.
When I issue the command mount -t autofs /dev/sda /mnt (or vfat--or sda1 or sdb or sdb1), I get following message: ... is not a valid block device
fdisk -l does **not** list the device, though the card is inserted and the mount WBSD -l had been issued.
What am I doing wrong? In XP the card mount perfectly and can be read and written to...
right ok, so currently there is nothing at all being picked up when you plug the card in. not handy. normally you'd get a driver claiming the device or such like. show us what modules you currently have loaded by running lsmod. i forget which modules will be relevant, i'd not be suprised if it is actually a usb device, if so, "modprobe usb-storage" may well show up a few things on each plug-in.
Are you using a 2.6.x kernel with udev ? Check you /dev directory. Most certainly, you will not find a sdax (x 1 to 15 or so) as long a s your card is not inserted.
Also, when you insert you card check your messages file (as root): do a "tail -25 /var/log/messages" . It should say something about your USB device and how it is called.
You should be looking for something like:
Quote:
Vendor: USB 2.0 Model: SD Card MMC/SD Rev: 1.6E
Type: Direct-Access ANSI SCSI revision: 00
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
Note: this is for my SD-card reader, but it should be quite similar.
If you can't find it, it might be something missing in your kernel.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.