Se connecter avec
S'enregistrer | Connectez-vous

lecteur de carte SD

Dernière réponse : dans Le monde de Linux

salut;
J'ai un portable HP avec un lecteur de carte Sd intégré. Mais j'arrive pas à accèder au lecteur.
voilà mon dmesg

dmesg | tail
b44: eth0: Flow control is off for TX and off for RX.
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
ADDRCONF(NETDEV_UP): eth1: link is not ready
eth0: no IPv6 routers present
pccard: PCMCIA card inserted into slot 1
cs: memory probe 0xe0000000-0xe05fffff: excluding 0xe0000000-0xe005ffff
pcmcia: registering new device pcmcia1.0
pccard: card ejected from slot 1
pccard: PCMCIA card inserted into slot 1
pcmcia: registering new device pcmcia1.0


mon lspci
00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP Controller (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 420 Go 32M] (rev a3)
02:05.0 Network controller: Intel Corporation PRO/Wireless LAN 2100 3B Mini PCI Adapter (rev 04)
02:06.0 CardBus bridge: Texas Instruments PCI1620 PC Card Controller (rev 01)
02:06.1 CardBus bridge: Texas Instruments PCI1620 PC Card Controller (rev 01)

02:06.2 System peripheral: Texas Instruments PCI1620 Firmware Loading Function (rev 01)
02:07.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)

Quand j'enlève la carte SD dmesg donne ça :
pccard: card ejected from slot 1

Je pense que ça veut dire que le noyau (2.6.19) arrive à détecter la carte pourtant je ne trouve aucun fichier correspondant dans /dev
Le contrôleur du lecteur est un TI1620 et j'ai chargé tous les modules nécessaire :
/sbin/lsmod | grep sdh
sdhci 9996 0
mmc_core 10644 3 tifm_sd,sdhci,mmc_block

Merci

Autres pages sur : lecteur carte

Lassé par la pub ? Créez un compte

elch a dit :
  1. pccardctl ls

à mon avis y a des modules à charger.

# /sbin/pccardctl ls
Socket 0 Bridge: [yenta_cardbus] (bus ID: 0000:02:06.0)
Socket 1 Bridge: [yenta_cardbus] (bus ID: 0000:02:06.1)

pour le MAKEDEV je sais pas comment faire :( 

elch a dit :
c'est avec la carte dedans ???
il ne la voit pas ...

les dernieres lignes de dmes quand j'introduit la SD card

[ 7919.465000] pccard: PCMCIA card inserted into slot 1
[ 7919.481000] pcmcia: registering new device pcmcia1.0

et quand je la retire

[ 8079.830000] pccard: card ejected from slot 1
Lassé par la pub ? Créez un compte