salam Apprentice
Joined: 29 Sep 2005 Posts: 227
|
Posted: Mon Jun 12, 2006 8:29 pm Post subject: alsa and hardened sources |
|
|
i'm trying to migrate to hardened sources. i've compiled the new kernel with same settings(alsa) as in the normal one, but cannot get the card to work, it returns an error:
Code: | * Loading ALSA modules ...
* Loading: snd-card-0 ... [ ok ]
* Loading: snd-pcm-oss ... [ ok ]
* Restoring Mixer Levels ...
/usr/sbin/alsactl: load_state:1250: Cannot find soundcard '0'...
* Errors while restoring defaults, ignoring [ ok ] |
here is lsmod output:
Code: | Module Size Used by
snd_pcm_oss 49900 0
snd_mixer_oss 16142 1 snd_pcm_oss
snd_intel8x0 25280 0
snd_ac97_codec 102779 1 snd_intel8x0
snd_ac97_bus 2479 1 snd_ac97_codec
snd_pcm 84013 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 20787 1 snd_pcm
snd 49311 6 snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc 9355 2 snd_intel8x0,snd_pcm
|
and lspci | grep audio:
Code: | 00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio Controller (rev a2) |
dmesg returns this:
Code: | ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 22
ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [APCJ] -> GSI 22 (level, low) -> IRQ 233
PCI: Setting latency timer of device 0000:00:04.0 to 64
intel8x0_measure_ac97_clock: measured 54869 usecs
intel8x0: clocking to 46891
process `named' is using obsolete setsockopt SO_BSDCOMPAT
ACPI: PCI interrupt for device 0000:00:04.0 disabled
ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [APCJ] -> GSI 22 (level, low) -> IRQ 233
PCI: Setting latency timer of device 0000:00:04.0 to 64
intel8x0_measure_ac97_clock: measured 54819 usecs
intel8x0: clocking to 46987
ACPI: PCI interrupt for device 0000:00:04.0 disabled
ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [APCJ] -> GSI 22 (level, low) -> IRQ 233
PCI: Setting latency timer of device 0000:00:04.0 to 64
intel8x0_measure_ac97_clock: measured 54817 usecs
intel8x0: clocking to 46986 |
but i am not sure where is the problem.
the kernel is 2.6.14-hardened-r8
any ideas? |
|