Got some time to play with this. Updated the kernel. ``` fatpie@fatpatty:~$ uname -a Linux fatpatty 3.5.0-030500rc4-generic #201206241635 SMP Sun Jun 24 20:36:03 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux ``` Looked in jockey. It magically appeared, but it was disabled, but in use. Not sure what that means. Anyway: ``` fatpie@fatpatty:~$ jockey-text --list kmod:kvm_intel - kvm_intel (Free, Enabled, In use) kmod:coretemp - Intel Core temperature monitor (Free, Enabled, In use) kmod:mac_hid - mac_hid (Free, Enabled, In use) kmod:nvidia_current - nvidia_current (Proprietary, Enabled, Not in use) kmod:mxm_wmi - MXM WMI Driver (Free, Enabled, In use) kmod:rtl8192ce - Realtek 8192C/8188C 802.11n PCI wireless (Free, Enabled, In use) kmod:firewire_ohci - Driver for PCI OHCI IEEE1394 controllers (Free, Enabled, In use) kmod:i2c_i801 - I801 SMBus driver (Free, Disabled, In use) kmod:snd_hda_intel - Intel HDA driver (Free, Enabled, In use) kmod:nouveau - nVidia Riva/TNT/GeForce (Free, Disabled, Not in use) kmod:pcspkr - PC Speaker beeper driver (Free, Disabled, Not in use) kmod:mei - Intel(R) Management Engine Interface (Free, Enabled, In use) kmod:nvidiafb - Framebuffer driver for nVidia graphics chipset (Free, Disabled, Not in use) kmod:i915 - Intel Graphics (Free, Enabled, In use) kmod:uvcvideo - USB Video Class driver (Free, Enabled, In use) kmod:lpc_ich - LPC interface for Intel ICH (Free, Enabled, In use) kmod:r8169 - RealTek RTL-8169 Gigabit Ethernet driver (Free, Enabled, In use) ``` So I tried to enable it. ``` fatpie@fatpatty:~$ sudo jockey-text --enable kmod:i2c_i801 Sorry, installation of this driver failed. Please have a look at the log file for details: /var/log/jockey.log ``` The logfile jockey.log says nothing, so I tried to load the module with modprobe. Now I see the card reader under lspci ``` fatpie@fatpatty:~$ lspci 00:00.0 Host bridge: Intel Corporation Ivy Bridge DRAM Controller (rev 09) 00:01.0 PCI bridge: Intel Corporation Ivy Bridge PCI Express Root Port (rev 09) 00:02.0 VGA compatible controller: Intel Corporation Ivy Bridge Graphics Controller (rev 09) 00:14.0 USB controller: Intel Corporation Panther Point USB xHCI Host Controller (rev 04) 00:16.0 Communication controller: Intel Corporation Panther Point MEI Controller #1 (rev 04) 00:1a.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #2 (rev 04) 00:1b.0 Audio device: Intel Corporation Panther Point High Definition Audio Controller (rev 04) 00:1c.0 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 1 (rev c4) 00:1c.1 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 2 (rev c4) 00:1c.2 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 3 (rev c4) 00:1c.3 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 4 (rev c4) 00:1d.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #1 (rev 04) 00:1f.0 ISA bridge: Intel Corporation Panther Point LPC Controller (rev 04) 00:1f.2 SATA controller: Intel Corporation Panther Point 6 port SATA Controller [AHCI mode] (rev 04) 00:1f.3 SMBus: Intel Corporation Panther Point SMBus Controller (rev 04) 01:00.0 VGA compatible controller: NVIDIA Corporation Device 1213 (rev a1) 03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5289 (rev 01) 03:00.2 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 0a) 04:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01) 05:00.0 FireWire (IEEE 1394): JMicron Technology Corp. IEEE 1394 Host Controller (rev 30) ``` Which I did not see before. I will try to throw a card in once I get home and see if it works. This is progress, nevertheless.