http://qa.mandrakesoft.com/show_bug.cgi?id=4288
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED]
Component|harddrake |kernel
Product|harddrake |kernel
Version|9.2-0.9mdk |2.4.21-6mdk
------- Additional Comments From [EMAIL PROTECTED] 2003-25-07 11:32 -------
basically, you've no mixer since you've no oss compat modules loaded (mainly
snd-pcm-oss and snd-mixer-oss)
these were not loaded since the driver failled to acquire some i/o ressources.
hence this is a kernel fixes.
lots of fixes have occured in alsa since 0.9.2 (which is what we currently
provide in our kernel).
especially the maestro3 driver got fixed in 0.9.3a.
i expect 0.9.6 to have quite a lot more fixes due to more general testing due to
official inclusion in kernel-2.6.x tree.
at this time, cvs is filled up with quite many fixes, especially on libalsa side.
so, juan, please update to current alsa-drivers 0.9.5.
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- 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: NEW
creation_date:
description:
I'm using Mandrake 9.1 Beta2 (for which rpm -q reports that harddrake is version
9.2-0.19mdk so you need to update your bugzilla versions for this product). I
don't know if this is the right product/component--let me know if I should move
this bug report to a different one.
Sound doesn't work for me under this beta. The volume control applet has a red
line through it on the gnome-panel and moving the mouse over it gives me the
tool-tip "No audio device". Verifying this at the command line and then using
all the "Debugging hints" for sound that I found in the Mandrake Control Center,
I get the following information at a terminal:
[EMAIL PROTECTED] root]# play /usr/share/apps/kbattleship/sounds/ship-sink.mp3
sox: Can't open output file '/dev/dsp': Permission denied
[EMAIL PROTECTED] root]# ls -l /dev/dsp
ls: /dev/dsp: No such file or directory
[EMAIL PROTECTED] root]# lspcidrake -v | fgrep AUDIO
maestro3 : ESS Technology|ES1983S Maestro-3i PCI Audio Accelerator
[MULTIMEDIA_AUDIO] (vendor:125d device:1998 subv:1028 subd:00e6)
[EMAIL PROTECTED] root]# grep sound-slot /etc/modules.conf
alias sound-slot-0 snd-maestro3
[EMAIL PROTECTED] root]# /sbin/lsmod | grep maestro
snd-maestro3 15172 0 (unused)
snd-pcm 76864 0 [snd-maestro3]
snd-ac97-codec 39616 0 [snd-maestro3]
snd 40420 0 [snd-maestro3 snd-pcm snd-timer snd-ac97-codec]
[EMAIL PROTECTED] root]# chkconfig --list sound
sound 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[EMAIL PROTECTED] root]# chkconfig --list alsa
alsa 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[EMAIL PROTECTED] root]# aumix -q
aumix: error opening mixer
[EMAIL PROTECTED] root]# ls -l /dev/mixer
ls: /dev/mixer: No such file or directory
[EMAIL PROTECTED] root]# ls -l /dev/sound/
total 0
[EMAIL PROTECTED] root]# /sbin/fuser -v /dev/dsp
/dev/dsp: No such file or directory
Also, looking through the output of dmesg, I noticed the following two lines:
maestro3: unable to reserve I/O space.
Sound device 0 went missing!
I'm on a Dell Inspiron 8100. The output of lspci -v contains the following:
02:03.0 Multimedia audio controller: ESS Technology ES1983S Maestro-3i PCI Audio
Accelerator (rev 10)
Subsystem: Dell Computer Corporation ES1983S Maestro-3i (Dell Inspiron 8100)
Flags: bus master, medium devsel, latency 32, IRQ 5
I/O ports at ec00 [size=256]
Memory at f8ffe000 (32-bit, non-prefetchable) [size=8K]
Capabilities: <available only to root>
Do you need to know any other info to find out what the problem is?