Date: Thu, 4 Jan 2018 23:15:16 +0000 From: Grzegorz Junka <list1@gjunka.com> To: freebsd-drivers@freebsd.org Cc: FreeBSD Questions Mailing List <freebsd-questions@freebsd.org> Subject: Not working MMC/SD reader Message-ID: <028b4c18-cc9d-83e5-bb94-6329af60b565@gjunka.com>
next in thread | raw e-mail | index | archive | help
Hello, I have https://www.asus.com/za/Laptops/ASUS-ZenBook-UX31E/specifications/ The MMC/SDHC reader works fine in Windows. However, FreeBSD doesn't even see it - I see no messages in dmesg, also no messages in the console when inserting/removing a SDHC card. I have the following in /boot/loader.conf umass_load="YES" mmc_load="YES" mmcsd_load="YES" sdhci_load="YES" Which driver should I load to be able to use the reader? I am using FreeBSD 11.0. pciconf shows the following: root@ultrabook:~ # pciconf -lv hostb0@pci0:0:0:0: class=0x060000 card=0x14271043 chip=0x01048086 rev=0x09 hdr=0x00 vendor = 'Intel Corporation' device = '2nd Generation Core Processor Family DRAM Controller' class = bridge subclass = HOST-PCI vgapci0@pci0:0:2:0: class=0x030000 card=0x14271043 chip=0x01168086 rev=0x09 hdr=0x00 vendor = 'Intel Corporation' device = '2nd Generation Core Processor Family Integrated Graphics Controller' class = display subclass = VGA none0@pci0:0:22:0: class=0x078000 card=0x14271043 chip=0x1c3a8086 rev=0x04 hdr=0x00 vendor = 'Intel Corporation' device = '6 Series/C200 Series Chipset Family MEI Controller' class = simple comms hdac0@pci0:0:27:0: class=0x040300 card=0x14271043 chip=0x1c208086 rev=0x05 hdr=0x00 vendor = 'Intel Corporation' device = '6 Series/C200 Series Chipset Family High Definition Audio Controller' class = multimedia subclass = HDA pcib1@pci0:0:28:0: class=0x060400 card=0x14271043 chip=0x1c108086 rev=0xb5 hdr=0x01 vendor = 'Intel Corporation' device = '6 Series/C200 Series Chipset Family PCI Express Root Port 1' class = bridge subclass = PCI-PCI pcib2@pci0:0:28:1: class=0x060400 card=0x14271043 chip=0x1c128086 rev=0xb5 hdr=0x01 vendor = 'Intel Corporation' device = '6 Series/C200 Series Chipset Family PCI Express Root Port 2' class = bridge subclass = PCI-PCI pcib3@pci0:0:28:3: class=0x060400 card=0x14271043 chip=0x1c168086 rev=0xb5 hdr=0x01 vendor = 'Intel Corporation' device = '6 Series/C200 Series Chipset Family PCI Express Root Port 4' class = bridge subclass = PCI-PCI ehci0@pci0:0:29:0: class=0x0c0320 card=0x14271043 chip=0x1c268086 rev=0x05 hdr=0x00 vendor = 'Intel Corporation' device = '6 Series/C200 Series Chipset Family USB Enhanced Host Controller' class = serial bus subclass = USB isab0@pci0:0:31:0: class=0x060100 card=0x14271043 chip=0x1c4d8086 rev=0x05 hdr=0x00 vendor = 'Intel Corporation' device = 'QS67 Express Chipset Family LPC Controller' class = bridge subclass = PCI-ISA ahci0@pci0:0:31:2: class=0x010601 card=0x14271043 chip=0x1c038086 rev=0x05 hdr=0x00 vendor = 'Intel Corporation' device = '6 Series/C200 Series Chipset Family 6 port Mobile SATA AHCI Controller' class = mass storage subclass = SATA none1@pci0:0:31:3: class=0x0c0500 card=0x14271043 chip=0x1c228086 rev=0x05 hdr=0x00 vendor = 'Intel Corporation' device = '6 Series/C200 Series Chipset Family SMBus Controller' class = serial bus subclass = SMBus ath0@pci0:2:0:0: class=0x028000 card=0x20861a3b chip=0x0032168c rev=0x01 hdr=0x00 vendor = 'Qualcomm Atheros' device = 'AR9485 Wireless Network Adapter' class = network xhci0@pci0:3:0:0: class=0x0c0330 card=0x14271043 chip=0x10091b73 rev=0x02 hdr=0x00 vendor = 'Fresco Logic' device = 'FL1009 USB 3.0 Host Controller' class = serial bus subclass = USB Thanks GrzegorzJ
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?028b4c18-cc9d-83e5-bb94-6329af60b565>