Fujitsu: Scaleo T P4 3.4Ghz with motherboard GA _ 8I848PM
| PCI ID | Works? | Vendor | Device | Driver | Kernel |
| 80862570 | Yes | Intel Corporation | 82865G/PE/P DRAM Controller/Host-Hub Interface | agpgart,intel-agp | |
| 80862571 | | Intel Corporation | 82865G/PE/P PCI to AGP Controller | | |
| 808624d2 | Yes | Intel Corporation | 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 | usb-uhci,uhci-hcd | |
| 808624d4 | Yes | Intel Corporation | 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 | usb-uhci,uhci-hcd | |
| 808624d7 | Yes | Intel Corporation | 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 | usb-uhci,uhci-hcd | |
| 808624de | Yes | Intel Corporation | 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 | usb-uhci,uhci-hcd | |
| 808624dd | Yes | Intel Corporation | 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller | ehci-hcd | |
| 8086244e | Yes | Intel Corporation | 82801 PCI Bridge | i810_rng | |
| 808624d0 | Yes | Intel Corporation | 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge | intel-rng,iTCO_wdt | v2.6.25- |
| 808624db | Yes | Intel Corporation | 82801EB/ER (ICH5/ICH5R) IDE Controller | ata_piix | v2.6.25- |
| 808624d1 | Yes | Intel Corporation | 82801EB (ICH5) SATA Controller | ata_piix | v2.6.25- |
| 808624d3 | Yes | Intel Corporation | 82801EB/ER (ICH5/ICH5R) SMBus Controller | i2c-i801 | v2.6.25- |
| 10de02e0 | | nVidia Corporation | G73 [GeForce 7600 GT] | | |
| 10330035 | Yes | NEC Corporation | USB | usb-ohci,ohci-hcd | |
| 10330035 | Yes | NEC Corporation | USB | usb-ohci,ohci-hcd | |
| 103300e0 | Yes | NEC Corporation | USB 2.0 | usb-ohci,ehci-hcd | |
| 11020004 | Yes | Creative Labs | SB Audigy | snd-emu10k1 | v2.6.25- |
| 11027003 | Yes | Creative Labs | SB Audigy Game Port | emu10k1-gp | v2.6.25- |
| 11024001 | | Creative Labs | SB Audigy FireWire Port | | |
| 11317134 | Yes | Philips Semiconductors | SAA7134/SAA7135HL Video Broadcast Decoder | saa7134 | v2.6.25- |
| 104c8023 | Yes | Texas Instruments | TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link) | ohci1394 | |
| 10ec8139 | Yes | Realtek Semiconductor Co., Ltd. | RTL-8139/8139C/8139C+ | 8139cp,8139too | v2.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.
|