You are not logged in.
I have an sd card that I've been trying to use on my laptop.
$ dmesg
[5498883.706642] usb 3-1.1: new high-speed USB device number 7 using ehci-pci# fdisk -l
Disk /dev/sda: 128.0 GB, 128035676160 bytes, 250069680 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 * 63 39070079 19535008+ 83 Linux
/dev/sda2 39070080 250069679 105499800 83 LinuxThoughts? Thanks
Offline
I think you misunderstand the use of fdisk use;
$ lsblk- instead, your SDcard should show up on there.
Offline
Ah, sorry.
I tried and it still does not show however.
$ lsblk ~
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 119.2G 0 disk
├─sda1 8:1 0 18.6G 0 part /
└─sda2 8:2 0 100.6G 0 part /home
sr0 11:0 1 1024M 0 rom Offline
So if it is a usb device, does it show up in lsusb? Or I guess it might be considering the sd card itself a usb device? In that case it might be a pci device, so lspci? I don'thave much experience with sd card readers... I have one, but I never use it.
Offline
Yeah, in lsusb it shows.
$ lsusb
Bus 003 Device 013: ID 058f:6366 Alcor Micro Corp. Multi Flash ReaderOffline
That's only showing that the reader is recognised, have you successfully used the SD card on another machine/device?
Offline
I have after I attached it in one of those sd card to usb things. I don't have that on me right now so I can't test it here. I just tried an sd card I have in my camera and it also just shows up in `lsusb`.
I could test tomorrow.
Offline
SD cards can be a pretty wobbly/unpredictable experience, when you say "it also just shows up in 'lsusb'", bear in mind the output you gave us a few posts ago only showed that your Multi Flash Reader was recognised, not that there was a storage device inserted into it.
Offline
Ah, yeah, I'm being pretty bad with my word choice sorry.
Offline
A quick hunt around the 'net reveals that the ID 058f:6366 Alcor Micro Corp. Multi Flash Reader may not play nice with SDHC / >2GB cards. To eliminate/confirm this, I would try and obtain an older SD of <2GB and see if you get joy with that.
-- edit --
Also, out of curiosity; when you insert the SD card, have you looked at the output of dmesg afterwards, say the last few lines?
Last edited by opt1mus (2013-06-08 00:05:33)
Offline
Alright thanks, I'll try to find one around here.
I have looked. All that is reported is `USB disconnect, device number 15', same number as the inserted one naturally.
Offline