https://qa.mandrakesoft.com/show_bug.cgi?id=1189
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|libsasl2-plug-ntlm |booting
------- Additional Comments From [EMAIL PROTECTED] 2003-02-09 20:34 -------
its a bug in alsa up to rc7 its fixed now in alsa cvs
but please add this patch to cooker
/thac
By deleting one test done to the ac97 codec, the es1968 driver loads (and works).
--- alsa-driver-0.9.0rc6/alsa-kernel/pci/ac97/ac97_codec.c Wed Oct 30 15:20:08
2002
+++ debug-alsa-driver-0.9.0rc6/alsa-kernel/pci/ac97/ac97_codec.c Wed Feb 5
+18:10:11 2003
@@ -1534,16 +1534,11 @@
/* the REC_GAIN register is used for tests */
end_time = jiffies + HZ;
do {
- unsigned short ext_mid;
/* use preliminary reads to settle the communication */
snd_ac97_read(ac97, AC97_RESET);
snd_ac97_read(ac97, AC97_VENDOR_ID1);
snd_ac97_read(ac97, AC97_VENDOR_ID2);
- /* modem? */
- ext_mid = snd_ac97_read(ac97, AC97_EXTENDED_MID);
- if (ext_mid != 0xffff && (ext_mid & 1) != 0)
- goto __access_ok;
/* test if we can write to the record gain volume
register */
snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x8a05);
if ((err = snd_ac97_read(ac97, AC97_REC_GAIN)) == 0x8a05)
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date:
description:
maestro-2e alsa driver snd-es1968 refuses tol load.
There is aproblem when doing modprobe snd-es1968 for alsa
on my laptop with maestro-2e.
the ac-97 codec replies that it fails and then snd-es1968
also fails.
with this message in syslog
AC'97 0:0 does not respond - RESET [REC_GAIN = 0x0]
then snd-es1968 refuses to load.
The arts driver works.
this is my module.conf settings
# ALSA native device support
alias char-major-116 snd
alias snd-card-0 snd-es1968
# module options should go here
options snd-es1968 snd_enable_midi=1
# OSS/Free setup
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
/thac