HP: Compaq dc7800p Small Form Factor
| PCI ID | Works? | Vendor | Device | Driver | Kernel |
| 808629b0 | Yes | Intel Corporation | 82Q35 Express DRAM Controller | intel-agp | |
| 808629b2 | Yes | Intel Corporation | 82Q35 Express Integrated Graphics Controller | i915 | v2.6.32- |
| 808629b3 | | Intel Corporation | 82Q35 Express Integrated Graphics Controller | | |
| 808629b4 | | Intel Corporation | 82Q35 Express MEI Controller | | |
| 808629b6 | | Intel Corporation | 82Q35 Express PT IDER Controller | | |
| 808629b7 | | Intel Corporation | 82Q35 Express Serial KT Controller | | |
| 808610bd | Yes | Intel Corporation | 82566DM-2 Gigabit Network Connection | e1000e | v2.6.25- |
| 80862937 | | Intel Corporation | 82801I (ICH9 Family) USB UHCI Controller #4 | | |
| 80862938 | | Intel Corporation | 82801I (ICH9 Family) USB UHCI Controller #5 | | |
| 80862939 | | Intel Corporation | 82801I (ICH9 Family) USB UHCI Controller #6 | | |
| 8086293c | | Intel Corporation | 82801I (ICH9 Family) USB2 EHCI Controller #2 | | |
| 8086293e | Yes | Intel Corporation | 82801I (ICH9 Family) HD Audio Controller | snd-hda-intel | |
| 80862940 | | Intel Corporation | 82801I (ICH9 Family) PCI Express Port 1 | | |
| 80862942 | | Intel Corporation | 82801I (ICH9 Family) PCI Express Port 2 | | |
| 80862934 | | Intel Corporation | 82801I (ICH9 Family) USB UHCI Controller #1 | | |
| 80862935 | | Intel Corporation | 82801I (ICH9 Family) USB UHCI Controller #2 | | |
| 8086293a | | Intel Corporation | 82801I (ICH9 Family) USB2 EHCI Controller #1 | | |
| 8086244e | Yes | Intel Corporation | 82801 PCI Bridge | i810_rng | |
| 80862914 | Yes | Intel Corporation | 82801IO (ICH9DO) LPC Interface Controller | iTCO_wdt | v2.6.26- |
| 80862920 | Yes | Intel Corporation | 82801IR/IO/IH (ICH9R/DO/DH) 4 port SATA IDE Controller | ata_piix | v2.6.25- |
| 80862926 | Yes | Intel Corporation | 82801I (ICH9 Family) 2 port SATA IDE Controller | ata_piix | v2.6.25- |
Initially sound did not worked in Lenny with internal speaker (alsa).
After creating the file /etc/modprobe.d/modprobe.conf with one line
options snd-hda-intel enable=1 enable_msi=1 single_cmd=1 power_save_controller=1
got the internal speaker working.
Sound-System
=============
# lshw -C multimedia
*-multimedia
description: Audio device
product: 82801I (ICH9 Family) HD Audio Controller
vendor: Intel Corporation
physical id: 1b
bus info: pci@0000:00:1b.0
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=HDA Intel latency=0 module=snd_hda_intel
# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: AD198x Digital [AD198x Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
# grep -i codec < /proc/asound/card0/codec#0
Codec: Analog Devices AD1884
(2009-06-07 17:30:16)
|