Strona 1 z 1

Czytnik kart SD nie montuje pamięci

: 22 stycznia 2012, 14:58
autor: Pablik
Witam.
M
am problem z odczytaniem karty SD z pomocą czytnika.
Posiadam Debiana wersje stabilną z jajkiem 2.6.32-5-686.

Kod: Zaznacz cały

lspci -k

 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 0349
    Kernel driver in use: uhci_hcd
00:1d.3 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 0349
    Kernel driver in use: uhci_hcd
00:1d.7 USB controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 0349
    Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 0349
00:1f.2 SATA controller: Intel Corporation N10/ICH7 Family SATA Controller [AHCI mode] (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 0349
    Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
    Subsystem: Acer Incorporated [ALI] Device 0349
    Kernel driver in use: i801_smbus
01:00.0 Ethernet controller: Atheros Communications Inc. AR8132 Fast Ethernet (rev c0)
    Subsystem: Acer Incorporated [ALI] Device 0349
    Kernel driver in use: atl1c
02:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
    Subsystem: Foxconn International, Inc. T77H047.31 802.11bgn Wireless Half-size Mini PCIe Card [AR9283]
    Kernel driver in use: ath9k

Kod: Zaznacz cały

lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 009: ID 0cf2:6250 ENE Technology, Inc. SD card reader (UB6250)
Bus 001 Device 002: ID 064e:a102 Suyin Corp. Acer/Lenovo Webcam [CN0316]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Kod: Zaznacz cały

tail -f /var/log/messages

Jan 22 14:49:55 Notebook kernel: [ 1157.506700] usb 1-5: configuration #1 chosen from 1 choice
Jan 22 14:53:31 Notebook kernel: [ 1373.089254] usb 1-5: USB disconnect, address 9
Jan 22 14:53:55 Notebook kernel: [ 1396.936127] usb 1-5: new high speed USB device using ehci_hcd and address 10
Jan 22 14:53:55 Notebook kernel: [ 1397.069530] usb 1-5: New USB device found, idVendor=0cf2, idProduct=6250
Jan 22 14:53:55 Notebook kernel: [ 1397.069544] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=4
Jan 22 14:53:55 Notebook kernel: [ 1397.069554] usb 1-5: Product: UB6250       
Jan 22 14:53:55 Notebook kernel: [ 1397.069561] usb 1-5: Manufacturer: ENE Flash  
Jan 22 14:53:55 Notebook kernel: [ 1397.069569] usb 1-5: SerialNumber: 606569746801
Jan 22 14:53:55 Notebook kernel: [ 1397.069861] usb 1-5: configuration #1 chosen from 1 choice

Kod: Zaznacz cały

udevadm monitor:

monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
KERNEL - the kernel uevent

KERNEL[1327240195.721354] add      /devices/pci0000:00/0000:00:1d.7/usb1/1-5 (usb)
KERNEL[1327240195.721962] add      /devices/pci0000:00/0000:00:1d.7/usb1/1-5/1-5:1.0 (usb)
UDEV  [1327240195.746844] add      /devices/pci0000:00/0000:00:1d.7/usb1/1-5 (usb)
UDEV  [1327240195.797319] add      /devices/pci0000:00/0000:00:1d.7/usb1/1-5/1-5:1.0 (usb)
Po włożeniu karty, urządzenie jest widziane:

Kod: Zaznacz cały

Bus 001 Device 009: ID 0cf2:6250 ENE Technology, Inc. SD card reader (UB6250)
ale nie widać żadnego dysku. Przez:

Kod: Zaznacz cały

fdisk -l

Dysk /dev/sda: 160.0 GB, bajtów: 160041885696
głowic: 255, sektorów/ścieżkę: 63, cylindrów: 19457
Jednostka = cylindrów, czyli 16065 * 512 = 8225280 bajtów
Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
Rozmiar we/wy (minimalny/optymalny) w bajtach: 512 / 512
Identyfikator dysku: 0xeff89e79

Urządzenie Rozruch   Początek      Koniec   Bloków   ID  System
/dev/sda1             238        6401    49511385   83  Linux
/dev/sda2               1         238     1903616   82  Linux swap / Solaris
Partycja 2 nie kończy się na granicy cylindra.
/dev/sda3            6402       19456   104864257    5  Rozszerzona
/dev/sda5            6402       19456   104864256    7  HPFS/NTFS

Wpisy w tablicy partycji nie są w tej kolejności, co na dysku
Więc nie można zamontować tego dysku.

: 23 stycznia 2012, 12:19
autor: fnmirk
Jakiego oprogramowania używasz do montowania urządzenia?
http://debian.linux.pl/threads/21928-Wi ... anie-dysku

: 23 stycznia 2012, 14:14
autor: Pablik
Chciałem zwykłym poleceniem mount, ale nie widać żadnego nowego dysku.

: 23 stycznia 2012, 15:53
autor: DaVidoSS
Czy aby przypadkiem nie wtykasz karty SDHC do czytnika SD?

: 24 stycznia 2012, 11:09
autor: Pablik
nie , zwykła karta SD