Kernel.org: 3.3.7, 
sid (unstable): 3.2.18-1
wheezy (testing): 3.2.17-1
kmuto bpo d-i: 
squeeze-bpo: 3.2.15-1~bpo60+1
squeeze (stable): 2.6.32-45
lenny (oldstable): 

Debian GNU/Linux device driver check & report

Fujitsu: Scaleo T P4 3.4Ghz with motherboard GA _ 8I848PM

PCI IDWorks?VendorDeviceDriverKernel
80862570YesIntel Corporation82865G/PE/P DRAM Controller/Host-Hub Interfaceagpgart,intel-agp
80862571Intel Corporation82865G/PE/P PCI to AGP Controller
808624d2YesIntel Corporation82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1usb-uhci,uhci-hcd
808624d4YesIntel Corporation82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2usb-uhci,uhci-hcd
808624d7YesIntel Corporation82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3usb-uhci,uhci-hcd
808624deYesIntel Corporation82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4usb-uhci,uhci-hcd
808624ddYesIntel Corporation82801EB/ER (ICH5/ICH5R) USB2 EHCI Controllerehci-hcd
8086244eYesIntel Corporation82801 PCI Bridgei810_rng
808624d0YesIntel Corporation82801EB/ER (ICH5/ICH5R) LPC Interface Bridgeintel-rng,iTCO_wdtv2.6.25-
808624dbYesIntel Corporation82801EB/ER (ICH5/ICH5R) IDE Controllerata_piixv2.6.25-
808624d1YesIntel Corporation82801EB (ICH5) SATA Controllerata_piixv2.6.25-
808624d3YesIntel Corporation82801EB/ER (ICH5/ICH5R) SMBus Controlleri2c-i801v2.6.25-
10de02e0nVidia CorporationG73 [GeForce 7600 GT]
10330035YesNEC CorporationUSBusb-ohci,ohci-hcd
10330035YesNEC CorporationUSBusb-ohci,ohci-hcd
103300e0YesNEC CorporationUSB 2.0usb-ohci,ehci-hcd
11020004YesCreative LabsSB Audigysnd-emu10k1v2.6.25-
11027003YesCreative LabsSB Audigy Game Portemu10k1-gpv2.6.25-
11024001Creative LabsSB Audigy FireWire Port
11317134YesPhilips SemiconductorsSAA7134/SAA7135HL Video Broadcast Decodersaa7134v2.6.25-
104c8023YesTexas InstrumentsTSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)ohci1394
10ec8139YesRealtek Semiconductor Co., Ltd.RTL-8139/8139C/8139C+8139cp,8139toov2.6.25-

USB 2.0 CardBus reader works in Ubuntu 6.10 /7.04 only after sudo rmmod ehci_hcd. This can be changed permanently:
sudo sh -c 'echo blacklist ehci_hcd > /etc/modprobe.d/blacklist-ehci'
sudo update-initramfs -u -k `uname -r`
This is reversed by removing the /etc/modprobe.d/blacklist-ehci file and rerunning the update-initramfs command.