Chciałbym uruchomić wbudowany czytnik kart w notebooku HP serii dv4000
Kod: Zaznacz cały
kabzior@debian:~$ lspci
06:06.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
06:06.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller
06:06.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller
06:06.4 Generic system peripheral [0805]: Texas Instruments PCI6411, PCI6421, PCI6611, PCI6621, PCI7411, PCI7421, PCI7611, PCI7621 Secure Digital (SD) Controller
Wyguglałem takie metody
Kod: Zaznacz cały
kabzior@debian:~$ sudo /sbin/modprobe tifm_core
kabzior@debian:~$ sudo /sbin/modprobe tifm_sd
kabzior@debian:~$ sudo /sbin/modprobe mmc_core
kabzior@debian:~$ sudo /sbin/modprobe mmc_block
Kod: Zaznacz cały
kabzior@debian:~$ sudo mount /dev/mmcblk0 /home/kabzior/mmc -t vfat
mount: special device /dev/mmcblk0 does not exist
Kod: Zaznacz cały
kabzior@debian:~$ sudo mount /dev/sdaXY /home/kabzior/mmc -t vfat
mount: special device /dev/sdaXY does not exist
Kod: Zaznacz cały
kabzior@debian:~$ sudo tail -f /var/log/messages
Aug 13 18:56:07 debian kernel: tifm_7xx1: sd card detected in socket 3
Aug 13 18:56:07 debian kernel: mmcblk0: mmc3:0001 000000 31360KiB
Aug 13 18:56:07 debian kernel: mmcblk0:
Aug 13 18:56:10 debian kernel: tifm_7xx1: sd card detected in socket 3
Aug 13 18:56:10 debian kernel: mmcblk0: mmc3:0001 000000 31360KiB
Aug 13 18:56:10 debian kernel: mmcblk0:
Aug 13 18:56:11 debian kernel: printk: 134 messages suppressed.
Aug 13 18:56:12 debian kernel: tifm_7xx1: sd card detected in socket 3
Aug 13 18:56:12 debian kernel: mmcblk0: mmc3:0001 000000 31360KiB
Aug 13 18:56:12 debian kernel: mmcblk0:
Aug 13 18:56:14 debian kernel: tifm_7xx1: sd card detected in socket 3
Aug 13 18:56:14 debian kernel: mmcblk0: mmc3:0001 000000 31360KiB
Zaznaczam że czytnik ten działa pod linuksem - na innej partycji mam Ubuntu (ze starszym jądrem niż Debian) i działa on out of the box, jednak Debiana instalowałem z netinstal i teraz nie potrafię zmusić czytnika do działania

Proszę o pomoc.