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.
ok, I am running a toshiba a215-s4757 laptop. I have gotten all parts of the computer to work except the card reader. I have found little to no information on the subject.
The only devices listed under /dev are sda, sda1, sda2, sda3. I have tesed thease and they are the 4 usb ports on the computer. Is there a guide or a method to read the cards that I have not found? please help.
FYI:
/dev/hda is the master hard drive on the 1st IDE controller.
/dev/hdb is the slave drive on the 1st IDE controller.
/dev/hdc is the master hard drive on the 2nd IDE controller.
/dev/hdd is the slave drive on the 2nd IDE controller.
And so on
/dev/sdx device ID references SCSI drives which can actually be depending on the kernel an IDE drive or any drive connected to a SCSI, SATA, USB, or Firewire interface. In general the first drive recognized is assigned sda, next sdb and so on. It is also possible to assign a specific drive to a specific device ID.
Where there any error messages when you loaded the modules?
Is there a card inserted into the reader?
Look at the output of the dmesg console command. Are there any references to the card reader being recognized? If you do not have the flash drive installed it should be sda.
make -C /lib/modules/2.6.24-19-generic/build M=/home/ugsquish/downloads/sdcard
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-19-generic'
CC [M] /home/ugsquish/downloads/sdcard/tifm_7xx1.o
/home/ugsquish/downloads/sdcard/tifm_7xx1.c: In function ‘tifm_7xx1_probe’:
/home/ugsquish/downloads/sdcard/tifm_7xx1.c:344: error: ‘SA_SHIRQ’ undeclared (first use in this function)
/home/ugsquish/downloads/sdcard/tifm_7xx1.c:344: error: (Each undeclared identifier is reported only once
/home/ugsquish/downloads/sdcard/tifm_7xx1.c:344: error: for each function it appears in.)
make[2]: *** [/home/ugsquish/downloads/sdcard/tifm_7xx1.o] Error 1
make[1]: *** [_module_/home/ugsquish/downloads/sdcard] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-19-generic'
make: *** [all] Error 2
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.