Sound on Board

Hast Du Probleme mit Hardware, die durch die anderen Foren nicht abgedeckt werden? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
crypt
Beiträge: 61
Registriert: 27.07.2003 18:04:44
Kontaktdaten:

Sound on Board

Beitrag von crypt » 27.09.2003 11:55:19

Hallo an alle :)
Ich bekomme meinen Sound nicht zum laufen :?
Sound ist bei mir on Board (EPoX Board) lspci Ausgabe sagt folgendes.....

00:00.0 Host bridge: Intel Corp.: Unknown device 2560 (rev 01)
00:01.0 PCI bridge: Intel Corp.: Unknown device 2561 (rev 01)
00:1d.0 USB Controller: Intel Corp.: Unknown device 24c2 (rev 01)
00:1d.1 USB Controller: Intel Corp.: Unknown device 24c4 (rev 01)
00:1d.2 USB Controller: Intel Corp.: Unknown device 24c7 (rev 01)
00:1d.7 USB Controller: Intel Corp.: Unknown device 24cd (rev 01)
00:1e.0 PCI bridge: Intel Corp. 82820 820 (Camino 2) Chipset PCI (rev 81)
00:1f.0 ISA bridge: Intel Corp.: Unknown device 24c0 (rev 01)
00:1f.1 IDE interface: Intel Corp.: Unknown device 24cb (rev 01)
00:1f.3 SMBus: Intel Corp.: Unknown device 24c3 (rev 01)
00:1f.5 Multimedia audio controller: Intel Corp.: Unknown device 24c5 (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0171 (rev a3)
02:01.0 Network controller: Netgear: Unknown device 4100 (rev 02)
02:02.0 Network controller: Elsa AG QuickStep 1000 (rev 02)
02:04.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139 (rev 10)
02:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139 (rev 10)

kann mir hier jemand helfen welches Modul oder so ich brauche?

Olaf Dietsche
Beiträge: 520
Registriert: 12.06.2003 23:18:50
Wohnort: Siegburg

Beitrag von Olaf Dietsche » 27.09.2003 14:45:25

Code: Alles auswählen

grep 24c5 /usr/src/kernel/v2.6.0-test5/drivers/pci/pci.ids
24c5  82801DB AC'97 Audio
grep 82801DB /usr/src/kernel/v2.6.0-test5/sound/pci/*
/usr/src/kernel/v2.6.0-test5/sound/pci/intel8x0.c:              "{Intel,82801DB-ICH4},"
/usr/src/kernel/v2.6.0-test5/sound/pci/intel8x0.c:      { PCI_DEVICE_ID_INTEL_ICH4, "Intel 82801DB-ICH4" },
Eventuell hilft also ein

Code: Alles auswählen

modprobe snd-intel8x0
Allerdings habe ich kein Epox Board, kann das also nicht sicher sagen.

Antworten