Hello, I am trying to mount an SD/MMC card on Fedora x86_64 and I cannot see it in fdisk -l. The SD/MMC is ENE Flash (UB623X) These kernel modules are loaded before inserting the SD/MMC card: mmc_block, mmc_core, usb_storage,sdhci_pci, sdhci loaded In the kernel log, what I see after inserting it is : May 8 07:18:30 localhost kernel: [ 2565.640033] usb 1-6: new high-speed USB device number 7 using ehci-pci May 8 07:18:30 localhost kernel: [ 2565.754927] usb 1-6: New USB device found, idVendor=0cf2, idProduct=6230 May 8 07:18:30 localhost kernel: [ 2565.754935] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=4 May 8 07:18:30 localhost kernel: [ 2565.754939] usb 1-6: Product: UB623X May 8 07:18:30 localhost kernel: [ 2565.754943] usb 1-6: Manufacturer: ENE Flash May 8 07:18:30 localhost kernel: [ 2565.754947] usb 1-6: SerialNumber: 606569746801 May 8 07:18:30 localhost kernel: [ 2565.756649] scsi5 : usb-storage 1-6:1.0 May 8 07:18:30 localhost mtp-probe: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-6" May 8 07:18:30 localhost mtp-probe: bus: 1, device: 7 was not an MTP device May 8 07:18:31 localhost kernel: [ 2566.758702] scsi 5:0:0:0: Direct-Access USB2.0 CardReader CF 0100 PQ: 0 ANSI: 0 May 8 07:18:31 localhost kernel: [ 2566.759235] scsi 5:0:0:1: Direct-Access USB2.0 CardReader SM XD 0100 PQ: 0 ANSI: 0 May 8 07:18:31 localhost kernel: [ 2566.759691] scsi 5:0:0:2: Direct-Access USB2.0 CardReader MS 0100 PQ: 0 ANSI: 0 May 8 07:18:31 localhost kernel: [ 2566.760183] scsi 5:0:0:3: Direct-Access USB2.0 CardReader SD 0100 PQ: 0 ANSI: 0 May 8 07:18:31 localhost kernel: [ 2566.761366] sd 5:0:0:0: Attached scsi generic sg3 type 0 May 8 07:18:31 localhost kernel: [ 2566.763333] sd 5:0:0:1: Attached scsi generic sg4 type 0 May 8 07:18:31 localhost kernel: [ 2566.763631] sd 5:0:0:0: [sdc] Attached SCSI removable disk May 8 07:18:31 localhost kernel: [ 2566.763695] sd 5:0:0:2: Attached scsi generic sg5 type 0 May 8 07:18:31 localhost kernel: [ 2566.764047] sd 5:0:0:3: Attached scsi generic sg6 type 0 May 8 07:18:31 localhost kernel: [ 2566.767690] sd 5:0:0:2: [sde] Attached SCSI removable disk May 8 07:18:31 localhost kernel: [ 2566.768693] sd 5:0:0:1: [sdd] Attached SCSI removable disk May 8 07:18:31 localhost kernel: [ 2566.775193] sd 5:0:0:3: [sdf] Attached SCSI removable disk lsusb shows it: lsusb ... Bus 001 Device 007: ID 0cf2:6230 ENE Technology, Inc. ... typing: lspci gives: 00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 10) 00:01.0 PCI bridge: Intel Corporation 82G33/G31/P35/P31 Express PCI Express Root Port (rev 10) 00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01) 00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01) 00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 01) 00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01) 00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01) 00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01) 00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01) 00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1) 00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01) 00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01) 00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 01) 00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01) 01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 8400 GS] (rev a2) 01:00.1 Audio device: NVIDIA Corporation High Definition Audio Controller (rev a1) 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02) 04:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8169 PCI Gigabit Ethernet Controller (rev 10) what is strange for me is that I do not see it card reader in lspci. \ I expected a line like "MMC Host Controller..." any ideas? Andy -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org