on my Toshiba Satellite P100-119, lspci gives me the following info about my soundcard:
Code: Select all
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
Code: Select all
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-card-0
However, when booting with acpi enabled, the soundcard is silent.
dmesg gives me the following:
booting with acpi=off:
Code: Select all
PCI->APIC IRQ transform: 0000:00:1b.0[A] -> IRQ 22
PCI: Setting latency timer of device 0000:00:1b.0 to 64
Code: Select all
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 21
PCI: Setting latency timer of device 0000:00:1b.0 to 64
using pci=noacpi at boot gives no difference (same dmesg, no sound).
In order to get acpi working, i had to fix my dsdt. Apart from the sound
problem, acpi works fine now.
Also, the sound modules load without errors, alsamixer works etc., just i get not sound.
The sound related part of the dsdt seems to be this:
Code: Select all
Device (AMW0)
{
// Name (_HID, "*PNP0C14")
Name (_HID, EisaId("PNP0C14"))
Name (_UID, 0x00)
// Name (_WDG, Buffer (0x3C)
Name (WDG, Buffer (0x3C)
{
0xA7, 0x1D, 0x85, 0x2E, 0x53, 0xD0, 0x5F, 0x49,
0x9D, 0xFA, 0x1A, 0x4A, 0xD6, 0x2E, 0x6A, 0x86,
...
Any help would be highly appreciated.
Christian



