New logs, from daily livecd 20070921.1 : When Ubuntu finished to start, both tifm_7xx1 and sdhci were loaded. I wondered if there was a conflict between these so I tried to unload and reload these as this (I put dmesg diff juste after): ubuntu@ubuntu:~$ sudo rmmod tifm_7xx1 Sep 22 13:48:13 ubuntu kernel: [ 665.132000] ACPI: PCI interrupt for device 0000:03:0b.2 disabled ubuntu@ubuntu:~$ sudo modprobe tifm_7xx1 Sep 22 13:48:26 ubuntu kernel: [ 678.304000] ACPI: PCI Interrupt 0000:03:0b.2[D] -> GSI 23 (level, low) -> IRQ 19 ubuntu@ubuntu:~$ sudo rmmod tifm_7xx1 Sep 22 13:48:44 ubuntu kernel: [ 696.012000] ACPI: PCI interrupt for device 0000:03:0b.2 disabled ubuntu@ubuntu:~$ sudo rmmod sdhci Sep 22 13:48:50 ubuntu kernel: [ 702.728000] ACPI: PCI interrupt for device 0000:03:0b.3 disabled Sep 22 13:48:50 ubuntu NetworkManager: [1190468930.992381] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/pci_104c_803c_mmc_host'). ubuntu@ubuntu:~$ sudo modprobe tifm_7xx1 Sep 22 13:49:31 ubuntu kernel: [ 743.060000] ACPI: PCI Interrupt 0000:03:0b.2[D] -> GSI 23 (level, low) -> IRQ 19 ubuntu@ubuntu:~$ sudo modprobe sdhci Sep 22 13:49:57 ubuntu NetworkManager: [1190468997.798440] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/pci_104c_803c_mmc_host'). Sep 22 13:49:58 ubuntu kernel: [ 769.528000] sdhci: Secure Digital Host Controller Interface driver Sep 22 13:49:58 ubuntu kernel: [ 769.528000] sdhci: Copyright(c) Pierre Ossman Sep 22 13:49:58 ubuntu kernel: [ 769.528000] sdhci: SDHCI controller found at 0000:03:0b.3 [104c:803c] (rev 0) Sep 22 13:49:58 ubuntu kernel: [ 769.528000] ACPI: PCI Interrupt 0000:03:0b.3[D] -> GSI 23 (level, low) -> IRQ 19 Sep 22 13:49:58 ubuntu kernel: [ 769.532000] mmc0: SDHCI at 0xffa06800 irq 19 DMA ubuntu@ubuntu:~$ sudo rmmod sdhci Sep 22 13:50:35 ubuntu NetworkManager: [1190469035.579376] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/pci_104c_803c_mmc_host'). Sep 22 13:50:36 ubuntu kernel: [ 807.316000] ACPI: PCI interrupt for device 0000:03:0b.3 disabled ubuntu@ubuntu:~$ sudo rmmod tifm_7xx1 Sep 22 13:50:38 ubuntu kernel: [ 810.364000] ACPI: PCI interrupt for device 0000:03:0b.2 disabled ubuntu@ubuntu:~$ sudo modprobe sdhci Sep 22 13:50:40 ubuntu kernel: [ 812.372000] sdhci: Secure Digital Host Controller Interface driver Sep 22 13:50:40 ubuntu kernel: [ 812.372000] sdhci: Copyright(c) Pierre Ossman Sep 22 13:50:40 ubuntu kernel: [ 812.380000] sdhci: SDHCI controller found at 0000:03:0b.3 [104c:803c] (rev 0) Sep 22 13:50:40 ubuntu kernel: [ 812.380000] ACPI: PCI Interrupt 0000:03:0b.3[D] -> GSI 23 (level, low) -> IRQ 19 Sep 22 13:50:40 ubuntu kernel: [ 812.388000] mmc0: SDHCI at 0xffa06800 irq 19 DMA Sep 22 13:50:40 ubuntu NetworkManager: [1190469040.651918] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/pci_104c_803c_mmc_host'). ubuntu@ubuntu:~$ modinfo tifm_7xx1 filename: /lib/modules/2.6.22-12-generic/kernel/drivers/misc/tifm_7xx1.ko version: 0.8 license: GPL description: TI FlashMedia host driver author: Alex Dubov srcversion: BAF5B1E0DECC41E28D03554 alias: pci:v0000104Cd0000AC8Fsv*sd*bc*sc*i* alias: pci:v0000104Cd0000803Bsv*sd*bc*sc*i* alias: pci:v0000104Cd00008033sv*sd*bc*sc*i* depends: tifm_core vermagic: 2.6.22-12-generic SMP mod_unload 586 ubuntu@ubuntu:~$ modinfo sdhci filename: /lib/modules/2.6.22-12-generic/kernel/drivers/mmc/host/sdhci.ko license: GPL description: Secure Digital Host Controller Interface driver author: Pierre Ossman