* [ALSA - utils 0001990]: aplay/arecord cannot play/capture A_LAW
From: bugtrack @ 2006-04-03 5:16 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1990>
======================================================================
Reported By: Raymond
Assigned To:
======================================================================
Project: ALSA - utils
Issue ID: 1990
Category: aplay/arecord
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 04-01-2006 04:26 CEST
Last Modified: 04-03-2006 07:16 CEST
======================================================================
Summary: aplay/arecord cannot play/capture A_LAW
Description:
aplay/arecord can play MU_LAW and the sound card support MU_LAW and A_LAW
arecord -D hw:0,0 -f MU_LAW -t au -c 1 -r 8000 test.au
aplay -D hw:0,0 test.au
Try to use -t raw but the quality of A_LAW is very bad when compare with
MU_LAW
arecord -D hw:0,0 -f A_LAW -t raw -c 1 -r 8000 test.raw
aplay -D hw:0,0 test.raw
======================================================================
----------------------------------------------------------------------
Raymond - 04-03-06 07:16
----------------------------------------------------------------------
Refer to
http://www.alsa-project.org/alsa-doc/alsa-lib/pcm_plugins.html#pcm_plugins_alaw
Plugin: A-Law
This plugin converts A-Law samples to linear or linear to A-Law samples
from master A-Law conversion PCM to given slave PCM. The channel count,
format and rate must match for both of them.
How can I write a 'pcm.convert' in .asoundrc to convert S16_LE to A_ALAW
(linear to A-Law samples) ? aplay -v -Dconvert s16_le.wav
Issue History
Date Modified Username Field Change
======================================================================
04-01-06 04:26 Raymond New Issue
04-03-06 07:16 Raymond Note Added: 0009085
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001995]: Master and PCM control missing
From: bugtrack @ 2006-04-03 4:17 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1995>
======================================================================
Reported By: baja
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 1995
Category: CORE - control
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution:
Kernel Version:
======================================================================
Date Submitted: 04-03-2006 06:13 CEST
Last Modified: 04-03-2006 06:17 CEST
======================================================================
Summary: Master and PCM control missing
Description:
1.0.11rc3 had the PCM control but the Master control was missing. rc4 now
has both the PCM and the Master volume control missing.
Drivers loaded:
$ lsmod | grep snd
snd_seq_dummy 3396 0
snd_seq_oss 34240 0
snd_seq_midi_event 7232 1 snd_seq_oss
snd_seq 54528 5
snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 7952 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 42016 0
snd_mixer_oss 16320 1 snd_pcm_oss
snd_hda_intel 16028 1
snd_hda_codec 166536 1 snd_hda_intel
snd_pcm 88396 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 22600 2 snd_seq,snd_pcm
snd 59072 12
snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
snd_page_alloc 9360 2 snd_hda_intel,snd_pcm
Controls reported by alsa
$ amixer controls
numid=11,iface=MIXER,name='Headphone Playback Switch'
numid=4,iface=MIXER,name='Surround Playback Switch'
numid=3,iface=MIXER,name='Surround Playback Volume'
numid=7,iface=MIXER,name='Center Playback Switch'
numid=5,iface=MIXER,name='Center Playback Volume'
numid=8,iface=MIXER,name='LFE Playback Switch'
numid=6,iface=MIXER,name='LFE Playback Volume'
numid=17,iface=MIXER,name='Line Playback Switch'
numid=16,iface=MIXER,name='Line Playback Volume'
numid=19,iface=MIXER,name='CD Playback Switch'
numid=18,iface=MIXER,name='CD Playback Volume'
numid=13,iface=MIXER,name='Mic Playback Switch'
numid=12,iface=MIXER,name='Mic Playback Volume'
numid=21,iface=MIXER,name='Capture Switch'
numid=23,iface=MIXER,name='Capture Switch',index=1
numid=25,iface=MIXER,name='Capture Switch',index=2
numid=20,iface=MIXER,name='Capture Volume'
numid=22,iface=MIXER,name='Capture Volume',index=1
numid=24,iface=MIXER,name='Capture Volume',index=2
numid=29,iface=MIXER,name='IEC958 Playback Con Mask'
numid=30,iface=MIXER,name='IEC958 Playback Pro Mask'
numid=31,iface=MIXER,name='IEC958 Playback Default'
numid=32,iface=MIXER,name='IEC958 Playback Switch'
numid=34,iface=MIXER,name='IEC958 Capture Default'
numid=33,iface=MIXER,name='IEC958 Capture Switch'
numid=15,iface=MIXER,name='Front Mic Playback Switch'
numid=14,iface=MIXER,name='Front Mic Playback Volume'
numid=2,iface=MIXER,name='Front Playback Switch'
numid=1,iface=MIXER,name='Front Playback Volume'
numid=26,iface=MIXER,name='Input Source'
numid=27,iface=MIXER,name='Input Source',index=1
numid=28,iface=MIXER,name='Input Source',index=2
numid=10,iface=MIXER,name='Side Playback Switch'
numid=9,iface=MIXER,name='Side Playback Volume'
Assuming that that this is an issue since applications look for this
"generic" volume controls.
Thanks
Baja
======================================================================
----------------------------------------------------------------------
baja - 04-03-06 06:17
----------------------------------------------------------------------
By the way... I am using a MSi mother board:
MSI K8NGM2-FID Socket 939 NVIDIA GeForce 6150
ls pci reports:
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev
a2)
with snd_hda_intel...
Issue History
Date Modified Username Field Change
======================================================================
04-03-06 06:13 baja New Issue
04-03-06 06:17 baja Note Added: 0009084
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001995]: Master and PCM control missing
From: bugtrack @ 2006-04-03 4:13 UTC (permalink / raw)
To: alsa-devel
The following issue has been SUBMITTED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1995>
======================================================================
Reported By: baja
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 1995
Category: CORE - control
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution:
Kernel Version:
======================================================================
Date Submitted: 04-03-2006 06:13 CEST
Last Modified: 04-03-2006 06:13 CEST
======================================================================
Summary: Master and PCM control missing
Description:
1.0.11rc3 had the PCM control but the Master control was missing. rc4 now
has both the PCM and the Master volume control missing.
Drivers loaded:
$ lsmod | grep snd
snd_seq_dummy 3396 0
snd_seq_oss 34240 0
snd_seq_midi_event 7232 1 snd_seq_oss
snd_seq 54528 5
snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 7952 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 42016 0
snd_mixer_oss 16320 1 snd_pcm_oss
snd_hda_intel 16028 1
snd_hda_codec 166536 1 snd_hda_intel
snd_pcm 88396 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 22600 2 snd_seq,snd_pcm
snd 59072 12
snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
snd_page_alloc 9360 2 snd_hda_intel,snd_pcm
Controls reported by alsa
$ amixer controls
numid=11,iface=MIXER,name='Headphone Playback Switch'
numid=4,iface=MIXER,name='Surround Playback Switch'
numid=3,iface=MIXER,name='Surround Playback Volume'
numid=7,iface=MIXER,name='Center Playback Switch'
numid=5,iface=MIXER,name='Center Playback Volume'
numid=8,iface=MIXER,name='LFE Playback Switch'
numid=6,iface=MIXER,name='LFE Playback Volume'
numid=17,iface=MIXER,name='Line Playback Switch'
numid=16,iface=MIXER,name='Line Playback Volume'
numid=19,iface=MIXER,name='CD Playback Switch'
numid=18,iface=MIXER,name='CD Playback Volume'
numid=13,iface=MIXER,name='Mic Playback Switch'
numid=12,iface=MIXER,name='Mic Playback Volume'
numid=21,iface=MIXER,name='Capture Switch'
numid=23,iface=MIXER,name='Capture Switch',index=1
numid=25,iface=MIXER,name='Capture Switch',index=2
numid=20,iface=MIXER,name='Capture Volume'
numid=22,iface=MIXER,name='Capture Volume',index=1
numid=24,iface=MIXER,name='Capture Volume',index=2
numid=29,iface=MIXER,name='IEC958 Playback Con Mask'
numid=30,iface=MIXER,name='IEC958 Playback Pro Mask'
numid=31,iface=MIXER,name='IEC958 Playback Default'
numid=32,iface=MIXER,name='IEC958 Playback Switch'
numid=34,iface=MIXER,name='IEC958 Capture Default'
numid=33,iface=MIXER,name='IEC958 Capture Switch'
numid=15,iface=MIXER,name='Front Mic Playback Switch'
numid=14,iface=MIXER,name='Front Mic Playback Volume'
numid=2,iface=MIXER,name='Front Playback Switch'
numid=1,iface=MIXER,name='Front Playback Volume'
numid=26,iface=MIXER,name='Input Source'
numid=27,iface=MIXER,name='Input Source',index=1
numid=28,iface=MIXER,name='Input Source',index=2
numid=10,iface=MIXER,name='Side Playback Switch'
numid=9,iface=MIXER,name='Side Playback Volume'
Assuming that that this is an issue since applications look for this
"generic" volume controls.
Thanks
Baja
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
04-03-06 06:13 baja New Issue
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001980]: No Sound with module snd-hda-intel and no error output
From: bugtrack @ 2006-04-03 3:52 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1980>
======================================================================
Reported By: zyfhie
Assigned To: tiwai
======================================================================
Project: ALSA - driver
Issue ID: 1980
Category: PCI - hda-intel
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Distribution: ubuntu
Kernel Version: 2.6.15-19-386
======================================================================
Date Submitted: 03-30-2006 14:43 CEST
Last Modified: 04-03-2006 05:52 CEST
======================================================================
Summary: No Sound with module snd-hda-intel and no error
output
Description:
I just have ubuntu installed in my laptop,and there is no sound at all.
In dmesg|grep hda-intel there is no message,but I could see
[4296289.511000] ACPI: PCI interrupt for device 0000:00:1b.0 disabled
[4296330.997000] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level,
low) -> IRQ 201
[4296330.997000] PCI: Setting latency timer of device 0000:00:1b.0 to 64
after rmmod snd-hda-intel &modprobe snd-hda-intel
I had tried many parm in my alsa-base such as model,position_fix.
Hope somebody could help!!!
======================================================================
----------------------------------------------------------------------
zyfhie - 04-03-06 03:22
----------------------------------------------------------------------
Maybe this is the problem
lspci -nv
0000:00:1b.0 0403: 8086:2668 (rev 04)
Subsystem: 1043:1153
Flags: bus master, fast devsel, latency 0, IRQ 201
Memory at feb3c000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0
Enable-
Capabilities: [70] #10 [0091]
but in alsa-drivers/alsa-kernel/pci/hda/patch_realtek.c
I can't find 0x1043:0x1153 in part modelname = "asus"
----------------------------------------------------------------------
rlrevell - 04-03-06 05:52
----------------------------------------------------------------------
If you are loading with "model=asus" it should not matter
Check /sys/module/snd_hda_intel/parameters/model
Issue History
Date Modified Username Field Change
======================================================================
03-30-06 14:43 zyfhie New Issue
03-30-06 14:43 zyfhie Distribution => ubuntu
03-30-06 14:43 zyfhie Kernel Version => 2.6.15-19-386
04-01-06 00:28 error10 Note Added: 0009051
04-03-06 01:57 anarki Note Added: 0009076
04-03-06 02:12 zyfhie Note Added: 0009078
04-03-06 02:46 zyfhie Note Added: 0009079
04-03-06 03:22 zyfhie Note Added: 0009082
04-03-06 05:52 rlrevell Note Added: 0009083
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* good info
From: Grahame Lapointe @ 2006-04-03 2:33 UTC (permalink / raw)
To: alsa-devel
[-- Attachment #1: Type: text/plain, Size: 94 bytes --]
Very useful information about your M E D S , go to the site
<http://aeja22.inotraelle.com>
[-- Attachment #2: Type: text/html, Size: 411 bytes --]
^ permalink raw reply
* [ALSA - driver 0001980]: No Sound with module snd-hda-intel and no error output
From: bugtrack @ 2006-04-03 1:22 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1980>
======================================================================
Reported By: zyfhie
Assigned To: tiwai
======================================================================
Project: ALSA - driver
Issue ID: 1980
Category: PCI - hda-intel
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Distribution: ubuntu
Kernel Version: 2.6.15-19-386
======================================================================
Date Submitted: 03-30-2006 14:43 CEST
Last Modified: 04-03-2006 03:22 CEST
======================================================================
Summary: No Sound with module snd-hda-intel and no error
output
Description:
I just have ubuntu installed in my laptop,and there is no sound at all.
In dmesg|grep hda-intel there is no message,but I could see
[4296289.511000] ACPI: PCI interrupt for device 0000:00:1b.0 disabled
[4296330.997000] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level,
low) -> IRQ 201
[4296330.997000] PCI: Setting latency timer of device 0000:00:1b.0 to 64
after rmmod snd-hda-intel &modprobe snd-hda-intel
I had tried many parm in my alsa-base such as model,position_fix.
Hope somebody could help!!!
======================================================================
----------------------------------------------------------------------
zyfhie - 04-03-06 02:46
----------------------------------------------------------------------
I have compiled and installed the new alsa-driver 1.11rc4,but it still
doesn't work now :<......
----------------------------------------------------------------------
zyfhie - 04-03-06 03:22
----------------------------------------------------------------------
Maybe this is the problem
lspci -nv
0000:00:1b.0 0403: 8086:2668 (rev 04)
Subsystem: 1043:1153
Flags: bus master, fast devsel, latency 0, IRQ 201
Memory at feb3c000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0
Enable-
Capabilities: [70] #10 [0091]
but in alsa-drivers/alsa-kernel/pci/hda/patch_realtek.c
I can't find 0x1043:0x1153 in part modelname = "asus"
Issue History
Date Modified Username Field Change
======================================================================
03-30-06 14:43 zyfhie New Issue
03-30-06 14:43 zyfhie Distribution => ubuntu
03-30-06 14:43 zyfhie Kernel Version => 2.6.15-19-386
04-01-06 00:28 error10 Note Added: 0009051
04-03-06 01:57 anarki Note Added: 0009076
04-03-06 02:12 zyfhie Note Added: 0009078
04-03-06 02:46 zyfhie Note Added: 0009079
04-03-06 03:22 zyfhie Note Added: 0009082
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001598]: TeamSpeak works with kernel mode OSS emulation but not with AOSS wrapper
From: bugtrack @ 2006-04-03 1:04 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1598>
======================================================================
Reported By: kyromaster
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 1598
Category: CORE OSS - pcm
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution:
Kernel Version:
======================================================================
Date Submitted: 11-25-2005 14:10 CET
Last Modified: 04-03-2006 03:04 CEST
======================================================================
Summary: TeamSpeak works with kernel mode OSS emulation but
not with AOSS wrapper
Description:
At first this is a device independant issue. I looked at some forums and
tested it on several sound devices.
TeamSpeak works fine with the kernel OSS emulation on my system. But when
I use the AOSS wrapper to run it beside games which use ALSA (which is the
most common use of TeamSpeak) sound recording/output doesn´t work any
more. There´s a "test mode" in TS where you can hear yourself, when I
enable it I can´t hear anything.
Please fix this as it´s very important for all Linux gamers.
======================================================================
----------------------------------------------------------------------
divinehawk - 04-03-06 03:04
----------------------------------------------------------------------
The current DEBUG output I get with alsa-oss 1.0.11_rc3 and TeamSpeak is"
Opened PCM dsp0 for stream 0 (result = -2)
Opened PCM default for stream 0 (result = 0)
Opened PCM default for stream 1 (result = 0)
open("/dev/dsp", 2, -1210431528) -> 19
ioctl(19, SNDCTL_DSP_RESET)
ioctl(19, SNDCTL_DSP_SETDUPLEX)
ioctl(19, SNDCTL_DSP_GETCAPS, 0xb4aff158) -> [13056]
ioctl(19, SNDCTL_DSP_SETFRAGMENT, 0xb4aff15c[3000c])
dsp ioctl error = -22
close(19) -> 0
To fix/workaround this, I applied the following patch:
--- pcm.c 2005-09-01 13:32:52.000000000 -0400
+++ /root/alsa-oss-1.0.11rc3/alsa/pcm.c 2006-04-02 20:57:29.233826670
-0400
@@ -262,7 +262,7 @@
err = snd_pcm_hw_params_set_access(pcm, hw,
SND_PCM_ACCESS_RW_INTERLEAVED);
if (err < 0)
return err;
- periods_min = 2;
+ periods_min = 16;
err = snd_pcm_hw_params_set_periods_min(pcm, hw,
&periods_min, 0);
if (err < 0)
return err;
I am not sure why it works... but hopefully it may lead to a real fix,
rather than a workaround.
----------------------------------------------------------------------
divinehawk - 04-03-06 03:04
----------------------------------------------------------------------
The current DEBUG output I get with alsa-oss 1.0.11_rc3 and TeamSpeak is"
Opened PCM dsp0 for stream 0 (result = -2)
Opened PCM default for stream 0 (result = 0)
Opened PCM default for stream 1 (result = 0)
open("/dev/dsp", 2, -1210431528) -> 19
ioctl(19, SNDCTL_DSP_RESET)
ioctl(19, SNDCTL_DSP_SETDUPLEX)
ioctl(19, SNDCTL_DSP_GETCAPS, 0xb4aff158) -> [13056]
ioctl(19, SNDCTL_DSP_SETFRAGMENT, 0xb4aff15c[3000c])
dsp ioctl error = -22
close(19) -> 0
To fix/workaround this, I applied the following patch:
--- pcm.c 2005-09-01 13:32:52.000000000 -0400
+++ /root/alsa-oss-1.0.11rc3/alsa/pcm.c 2006-04-02 20:57:29.233826670
-0400
@@ -262,7 +262,7 @@
err = snd_pcm_hw_params_set_access(pcm, hw,
SND_PCM_ACCESS_RW_INTERLEAVED);
if (err < 0)
return err;
- periods_min = 2;
+ periods_min = 16;
err = snd_pcm_hw_params_set_periods_min(pcm, hw,
&periods_min, 0);
if (err < 0)
return err;
I am not sure why it works... but hopefully it may lead to a real fix,
rather than a workaround.
Issue History
Date Modified Username Field Change
======================================================================
11-25-05 14:10 kyromaster New Issue
04-03-06 03:04 divinehawk Note Added: 0009080
04-03-06 03:04 divinehawk Note Added: 0009081
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001598]: TeamSpeak works with kernel mode OSS emulation but not with AOSS wrapper
From: bugtrack @ 2006-04-03 1:04 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1598>
======================================================================
Reported By: kyromaster
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 1598
Category: CORE OSS - pcm
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution:
Kernel Version:
======================================================================
Date Submitted: 11-25-2005 14:10 CET
Last Modified: 04-03-2006 03:04 CEST
======================================================================
Summary: TeamSpeak works with kernel mode OSS emulation but
not with AOSS wrapper
Description:
At first this is a device independant issue. I looked at some forums and
tested it on several sound devices.
TeamSpeak works fine with the kernel OSS emulation on my system. But when
I use the AOSS wrapper to run it beside games which use ALSA (which is the
most common use of TeamSpeak) sound recording/output doesn´t work any
more. There´s a "test mode" in TS where you can hear yourself, when I
enable it I can´t hear anything.
Please fix this as it´s very important for all Linux gamers.
======================================================================
----------------------------------------------------------------------
divinehawk - 04-03-06 03:04
----------------------------------------------------------------------
The current DEBUG output I get with alsa-oss 1.0.11_rc3 and TeamSpeak is"
Opened PCM dsp0 for stream 0 (result = -2)
Opened PCM default for stream 0 (result = 0)
Opened PCM default for stream 1 (result = 0)
open("/dev/dsp", 2, -1210431528) -> 19
ioctl(19, SNDCTL_DSP_RESET)
ioctl(19, SNDCTL_DSP_SETDUPLEX)
ioctl(19, SNDCTL_DSP_GETCAPS, 0xb4aff158) -> [13056]
ioctl(19, SNDCTL_DSP_SETFRAGMENT, 0xb4aff15c[3000c])
dsp ioctl error = -22
close(19) -> 0
To fix/workaround this, I applied the following patch:
--- pcm.c 2005-09-01 13:32:52.000000000 -0400
+++ /root/alsa-oss-1.0.11rc3/alsa/pcm.c 2006-04-02 20:57:29.233826670
-0400
@@ -262,7 +262,7 @@
err = snd_pcm_hw_params_set_access(pcm, hw,
SND_PCM_ACCESS_RW_INTERLEAVED);
if (err < 0)
return err;
- periods_min = 2;
+ periods_min = 16;
err = snd_pcm_hw_params_set_periods_min(pcm, hw,
&periods_min, 0);
if (err < 0)
return err;
I am not sure why it works... but hopefully it may lead to a real fix,
rather than a workaround.
Issue History
Date Modified Username Field Change
======================================================================
11-25-05 14:10 kyromaster New Issue
04-03-06 03:04 divinehawk Note Added: 0009080
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001980]: No Sound with module snd-hda-intel and no error output
From: bugtrack @ 2006-04-03 0:46 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1980>
======================================================================
Reported By: zyfhie
Assigned To: tiwai
======================================================================
Project: ALSA - driver
Issue ID: 1980
Category: PCI - hda-intel
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Distribution: ubuntu
Kernel Version: 2.6.15-19-386
======================================================================
Date Submitted: 03-30-2006 14:43 CEST
Last Modified: 04-03-2006 02:46 CEST
======================================================================
Summary: No Sound with module snd-hda-intel and no error
output
Description:
I just have ubuntu installed in my laptop,and there is no sound at all.
In dmesg|grep hda-intel there is no message,but I could see
[4296289.511000] ACPI: PCI interrupt for device 0000:00:1b.0 disabled
[4296330.997000] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level,
low) -> IRQ 201
[4296330.997000] PCI: Setting latency timer of device 0000:00:1b.0 to 64
after rmmod snd-hda-intel &modprobe snd-hda-intel
I had tried many parm in my alsa-base such as model,position_fix.
Hope somebody could help!!!
======================================================================
----------------------------------------------------------------------
zyfhie - 04-03-06 02:12
----------------------------------------------------------------------
I will try today.......
----------------------------------------------------------------------
zyfhie - 04-03-06 02:46
----------------------------------------------------------------------
I have compiled and installed the new alsa-driver 1.11rc4,but it still
doesn't work now :<......
Issue History
Date Modified Username Field Change
======================================================================
03-30-06 14:43 zyfhie New Issue
03-30-06 14:43 zyfhie Distribution => ubuntu
03-30-06 14:43 zyfhie Kernel Version => 2.6.15-19-386
04-01-06 00:28 error10 Note Added: 0009051
04-03-06 01:57 anarki Note Added: 0009076
04-03-06 02:12 zyfhie Note Added: 0009078
04-03-06 02:46 zyfhie Note Added: 0009079
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001963]: Returning from suspend-to-ram "mutes" sounds
From: bugtrack @ 2006-04-03 0:22 UTC (permalink / raw)
To: alsa-devel
The following issue has been RESOLVED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1963>
======================================================================
Reported By: Jeff250
Assigned To: tiwai
======================================================================
Project: ALSA - driver
Issue ID: 1963
Category: PCI - hda-intel
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Distribution: Ubuntu Dapper
Kernel Version: 2.6.15-19-686
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 03-25-2006 03:35 CET
Last Modified: 04-03-2006 02:22 CEST
======================================================================
Summary: Returning from suspend-to-ram "mutes" sounds
Description:
I have a Dell XPS m140 laptop using the hda-intel driver with the Sigmatel
STAC 9200 chip. When I suspend-to-ram the laptop and resume from suspend,
the sound is "muted" in that alsamixer does not actually show any tracks
to be muted, but changing the master volume up or down restores sound
output. As a workaround, I've added to my resume script an amixer command
to slightly modify the volume automatically on resume from suspend. I'm
using v1.0.11rc4+ from CVS, and this problem is not present in Alsa
1.0.10. Thanks for your time.
======================================================================
----------------------------------------------------------------------
Jeff250 - 03-31-06 09:46
----------------------------------------------------------------------
I've just deleted the old source directories, updated from CVS,
re-compiled, and re-installed. Unfortunately, the problem still exists.
----------------------------------------------------------------------
anarki - 04-03-06 01:59
----------------------------------------------------------------------
I also had this problem, but with the latest CVS this doesn't happen
anymore.
Issue History
Date Modified Username Field Change
======================================================================
03-25-06 03:35 Jeff250 New Issue
03-25-06 03:35 Jeff250 Distribution => Ubuntu Dapper
03-25-06 03:35 Jeff250 Kernel Version => 2.6.15-19-686
03-26-06 01:28 tiwai Note Added: 0008956
03-26-06 04:26 Jeff250 Note Added: 0008965
03-29-06 19:17 tiwai Status assigned => resolved
03-29-06 19:17 tiwai Resolution open => fixed
03-29-06 19:17 tiwai Note Added: 0009013
03-29-06 21:46 Jeff250 Status resolved => feedback
03-29-06 21:46 Jeff250 Resolution fixed => reopened
03-29-06 21:46 Jeff250 Note Added: 0009018
03-30-06 11:42 tiwai Note Added: 0009030
03-31-06 09:46 Jeff250 Note Added: 0009042
04-03-06 01:59 anarki Note Added: 0009077
04-03-06 02:22 rlrevell Status feedback => resolved
04-03-06 02:22 rlrevell Resolution reopened => fixed
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001980]: No Sound with module snd-hda-intel and no error output
From: bugtrack @ 2006-04-03 0:12 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1980>
======================================================================
Reported By: zyfhie
Assigned To: tiwai
======================================================================
Project: ALSA - driver
Issue ID: 1980
Category: PCI - hda-intel
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Distribution: ubuntu
Kernel Version: 2.6.15-19-386
======================================================================
Date Submitted: 03-30-2006 14:43 CEST
Last Modified: 04-03-2006 02:12 CEST
======================================================================
Summary: No Sound with module snd-hda-intel and no error
output
Description:
I just have ubuntu installed in my laptop,and there is no sound at all.
In dmesg|grep hda-intel there is no message,but I could see
[4296289.511000] ACPI: PCI interrupt for device 0000:00:1b.0 disabled
[4296330.997000] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level,
low) -> IRQ 201
[4296330.997000] PCI: Setting latency timer of device 0000:00:1b.0 to 64
after rmmod snd-hda-intel &modprobe snd-hda-intel
I had tried many parm in my alsa-base such as model,position_fix.
Hope somebody could help!!!
======================================================================
----------------------------------------------------------------------
anarki - 04-03-06 01:57
----------------------------------------------------------------------
I solved this issue with the same distro and same kernel version compiling
CVS alsa-driver.
----------------------------------------------------------------------
zyfhie - 04-03-06 02:12
----------------------------------------------------------------------
I will try today.......
Issue History
Date Modified Username Field Change
======================================================================
03-30-06 14:43 zyfhie New Issue
03-30-06 14:43 zyfhie Distribution => ubuntu
03-30-06 14:43 zyfhie Kernel Version => 2.6.15-19-386
04-01-06 00:28 error10 Note Added: 0009051
04-03-06 01:57 anarki Note Added: 0009076
04-03-06 02:12 zyfhie Note Added: 0009078
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001963]: Returning from suspend-to-ram "mutes" sounds
From: bugtrack @ 2006-04-02 23:59 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1963>
======================================================================
Reported By: Jeff250
Assigned To: tiwai
======================================================================
Project: ALSA - driver
Issue ID: 1963
Category: PCI - hda-intel
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
Distribution: Ubuntu Dapper
Kernel Version: 2.6.15-19-686
======================================================================
Date Submitted: 03-25-2006 03:35 CET
Last Modified: 04-03-2006 01:59 CEST
======================================================================
Summary: Returning from suspend-to-ram "mutes" sounds
Description:
I have a Dell XPS m140 laptop using the hda-intel driver with the Sigmatel
STAC 9200 chip. When I suspend-to-ram the laptop and resume from suspend,
the sound is "muted" in that alsamixer does not actually show any tracks
to be muted, but changing the master volume up or down restores sound
output. As a workaround, I've added to my resume script an amixer command
to slightly modify the volume automatically on resume from suspend. I'm
using v1.0.11rc4+ from CVS, and this problem is not present in Alsa
1.0.10. Thanks for your time.
======================================================================
----------------------------------------------------------------------
Jeff250 - 03-31-06 09:46
----------------------------------------------------------------------
I've just deleted the old source directories, updated from CVS,
re-compiled, and re-installed. Unfortunately, the problem still exists.
----------------------------------------------------------------------
anarki - 04-03-06 01:59
----------------------------------------------------------------------
I also had this problem, but with the latest CVS this doesn't happen
anymore.
Issue History
Date Modified Username Field Change
======================================================================
03-25-06 03:35 Jeff250 New Issue
03-25-06 03:35 Jeff250 Distribution => Ubuntu Dapper
03-25-06 03:35 Jeff250 Kernel Version => 2.6.15-19-686
03-26-06 01:28 tiwai Note Added: 0008956
03-26-06 04:26 Jeff250 Note Added: 0008965
03-29-06 19:17 tiwai Status assigned => resolved
03-29-06 19:17 tiwai Resolution open => fixed
03-29-06 19:17 tiwai Note Added: 0009013
03-29-06 21:46 Jeff250 Status resolved => feedback
03-29-06 21:46 Jeff250 Resolution fixed => reopened
03-29-06 21:46 Jeff250 Note Added: 0009018
03-30-06 11:42 tiwai Note Added: 0009030
03-31-06 09:46 Jeff250 Note Added: 0009042
04-03-06 01:59 anarki Note Added: 0009077
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001980]: No Sound with module snd-hda-intel and no error output
From: bugtrack @ 2006-04-02 23:57 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1980>
======================================================================
Reported By: zyfhie
Assigned To: tiwai
======================================================================
Project: ALSA - driver
Issue ID: 1980
Category: PCI - hda-intel
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Distribution: ubuntu
Kernel Version: 2.6.15-19-386
======================================================================
Date Submitted: 03-30-2006 14:43 CEST
Last Modified: 04-03-2006 01:57 CEST
======================================================================
Summary: No Sound with module snd-hda-intel and no error
output
Description:
I just have ubuntu installed in my laptop,and there is no sound at all.
In dmesg|grep hda-intel there is no message,but I could see
[4296289.511000] ACPI: PCI interrupt for device 0000:00:1b.0 disabled
[4296330.997000] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level,
low) -> IRQ 201
[4296330.997000] PCI: Setting latency timer of device 0000:00:1b.0 to 64
after rmmod snd-hda-intel &modprobe snd-hda-intel
I had tried many parm in my alsa-base such as model,position_fix.
Hope somebody could help!!!
======================================================================
----------------------------------------------------------------------
error10 - 04-01-06 00:28
----------------------------------------------------------------------
Looks just like bug 1843. Try the fix there and see what happens.
----------------------------------------------------------------------
anarki - 04-03-06 01:57
----------------------------------------------------------------------
I solved this issue with the same distro and same kernel version compiling
CVS alsa-driver.
Issue History
Date Modified Username Field Change
======================================================================
03-30-06 14:43 zyfhie New Issue
03-30-06 14:43 zyfhie Distribution => ubuntu
03-30-06 14:43 zyfhie Kernel Version => 2.6.15-19-386
04-01-06 00:28 error10 Note Added: 0009051
04-03-06 01:57 anarki Note Added: 0009076
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001424]: crash on snd-powermac initilize
From: bugtrack @ 2006-04-02 23:31 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1424>
======================================================================
Reported By: amir
Assigned To: tiwai
======================================================================
Project: ALSA - driver
Issue ID: 1424
Category: PPC - powermac
Reproducibility: always
Severity: crash
Priority: normal
Status: assigned
Distribution: GeeXboX
Kernel Version: 2.6.13.1
======================================================================
Date Submitted: 09-15-2005 20:38 CEST
Last Modified: 04-03-2006 01:31 CEST
======================================================================
Summary: crash on snd-powermac initilize
Description:
I have users reporting a reproducable, on init, crash of our powerpc
distro,
but this happens to only some of the ppc users.
the distro is geexbox, www.geexbox.org
this crash happens also when snd-powermac is compiled as module,
and crashes when module is loaded.
I can't reproduce the bug myself, but I have users who do the tests,
and those users report that debian and ubuntu works great for them.
this bug also happened with linux 2.6.12
======================================================================
----------------------------------------------------------------------
netstar - 03-01-06 07:20
----------------------------------------------------------------------
I can also confirm this behaviour. Using 2.6.15 kernel and any
distribution. I think it's an issue with older iMacs. My model is:
processor : 0
cpu : PPC970FX, altivec supported
clock : 1800.000000MHz
revision : 3.0 (pvr 003c 0300)
timebase : 33333333
machine : PowerMac8,1
motherboard : PowerMac8,1 MacRISC4 Power Macintosh
detected as : 338 (iMac G5)
pmac flags : 00000000
L2 cache : 512K unified
pmac-generation : NewWorld
This crashing is definitely not distribution specific, but rather model
specific.
----------------------------------------------------------------------
bugmenot - 04-03-06 01:31
----------------------------------------------------------------------
I get the same crash with linux 2.6.16 and gentoo
(gentoo-sources-2.6.16-r1) on an iBook G3
The oops I get:
Unable to handle kernel paging request for data at address 0x00000002
Faulting instruction address: 0xc0163bac
Oops: Kernel access of bad area, sig: 11 [#1]
Modules linked in: snd_powermac snd_pcm snd_page_alloc airport orinoco
hermes af_packet sungem sungem_phy usbhid snd_seq snd_timer snd_seq_device
snd soundcore evdev ohci_hcd usbcore unix
NIP: C0163BAC LR: EA106248 CTR: C0163B8C
REGS: dd601cc0 TRAP: 0300 Not tainted (2.6.16-gentoo-r1)
MSR: 00009032 <EE,ME,IR,DR> CR: 22028484 XER: 20000000
DAR: 00000002, DSISR: 40000000
TASK = c18a6bd0[6967] 'modprobe' THREAD: dd600000
GPR00: EA106248 DD601D70 C18A6BD0 00000000 00000001 00000060 00000000
00000001
GPR08: 00000002 00000000 00000070 C0163B8C 22028482 1001E7A0 00000000
10001144
GPR16: 00002000 00000000 00000003 1002AF18 10000000 10000000 10000000
100170F8
GPR24: 00000000 100170B4 100170A8 DE800800 E6D6C7A0 0000000A EA10E14C
00000000
NIP [C0163BAC] i2c_smbus_write_byte_data+0x20/0x44
LR [EA106248] send_init_client+0x40/0xd8 [snd_powermac]
Call Trace:
[DD601D70] [C00465B0] setup_irq+0x100/0x144 (unreliable)
[DD601DB0] [EA106248] send_init_client+0x40/0xd8 [snd_powermac]
[DD601DD0] [E906DF00] snd_pmac_tumbler_post_init+0x28/0x78 [snd_powermac]
[DD601DE0] [E906C31C] snd_pmac_probe+0x31c/0x334 [snd_powermac]
[DD601E10] [C0143214] platform_drv_probe+0x20/0x30
[DD601E20] [C0140E0C] driver_probe_device+0xc8/0x118
[DD601E40] [C0140488] bus_for_each_drv+0x5c/0xa4
[DD601E70] [C0140EF8] device_attach+0x98/0xb0
[DD601E90] [C014050C] bus_add_device+0x3c/0x148
[DD601EB0] [C013EF68] device_add+0x10c/0x174
[DD601ED0] [C0142F88] platform_device_add+0x158/0x1c8
[DD601EF0] [C01431A8] platform_device_register_simple+0x40/0x8c
[DD601F10] [E906C374] alsa_card_pmac_init+0x40/0x9c [snd_powermac]
[DD601F20] [C004328C] sys_init_module+0x1cc/0x2ec
[DD601F40] [C000CFD4] ret_from_syscall+0x0/0x38
--- Exception: c01 at 0xff3f948
LR = 0x10002494
Instruction dump:
80010044 38210040 7c0803a6 4e800020 7c0802a6 9421ffc0 98a10010 7c691b78
7c872378 38c00000 90010044 39000002 <a0a30002> a0890004 39210010 80630008
The content of /proc/cpuinfo:
processor : 0
cpu : 750FX
temperature : 38 C (uncalibrated)
clock : 700.000000MHz
revision : 2.2 (pvr 7000 0202)
bogomips : 49.53
timebase : 24835245
machine : PowerBook4,3
motherboard : PowerBook4,3 MacRISC2 MacRISC Power Macintosh
detected as : 257 (iBook 2 rev. 2)
pmac flags : 0000001b
L2 cache : 512K unified
pmac-generation : NewWorld
Issue History
Date Modified Username Field Change
======================================================================
09-15-05 20:38 amir New Issue
09-15-05 20:38 amir File Added: .config
09-15-05 20:38 amir Distribution => GeeXboX
09-15-05 20:38 amir Kernel Version => 2.6.13.1
03-01-06 07:20 netstar Note Added: 0008272
04-03-06 01:31 bugmenot Note Added: 0009075
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001495]: nForce2 IEC958 output is working when IEC958 control is muted.
From: bugtrack @ 2006-04-02 22:48 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1495>
======================================================================
Reported By: damscot
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 1495
Category: PCI - intel8x0
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Distribution: Gentoo
Kernel Version: 2.6.12-gentoo-r1
======================================================================
Date Submitted: 10-24-2005 00:16 CEST
Last Modified: 04-03-2006 00:48 CEST
======================================================================
Summary: nForce2 IEC958 output is working when IEC958 control
is muted.
Description:
Good evening,
I'am using my MSI MEGA 180 under linux.
I'am using ALSA 1.0.9 Embedded inside the Linux ALSA kernel system.
***************************
*** USEFULL INFORMATION ***
***************************
<< lspci
0000:00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97
Audio Controler (MCP) (rev a1)
Subsystem: Micro-Star International Co., Ltd.: Unknown device
7960
Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 22
I/O ports at d400 [size=256]
I/O ports at d800 [size=128]
Memory at e1087000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] Power Management version 2
<< cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.9rc2 (Thu Mar 24
10:33:39 2005 UTC).
<< cat /proc/asound/cards
0 [nForce2 ]: NFORCE - NVidia nForce2
NVidia nForce2 with ALC650F at 0xe1087000, irq 22
1 [Modem ]: ICH-MODEM - NVidia nForce2 Modem
NVidia nForce2 Modem at 0xe1080000, irq 22
<< cat /proc/asound/devices
18: [0- 2]: digital audio playback
25: [0- 1]: digital audio capture
16: [0- 0]: digital audio playback
24: [0- 0]: digital audio capture
0: [0- 0]: ctl
1: : sequencer
33: : timer
48: [1- 0]: digital audio playback
56: [1- 0]: digital audio capture
32: [1- 0]: ctl
<< cat /proc/asound/pcm
00-00: Intel ICH : NVidia nForce2 : playback 1 : capture 1
00-01: Intel ICH - MIC ADC : NVidia nForce2 - MIC ADC : capture 1
00-02: Intel ICH - IEC958 : NVidia nForce2 - IEC958 : playback 1
01-00: Intel ICH - Modem : NVidia nForce2 Modem - Modem : playback 1 :
capture 1
<< cat /proc/asound/card0/codec97#0/ac97#0-0
0-0/0: Realtek ALC650F
Capabilities :
DAC resolution : 20-bit
ADC resolution : 18-bit
3D enhancement : Realtek 3D Stereo Enhancement
Current setup
Mic gain : +0dB [+0dB]
POP path : pre 3D
Sim. stereo : off
3D enhancement : on
Loudness : off
Mono output : MIX
Mic select : Mic1
ADC/DAC loopback : off
Double rate slots: 10/11
Extended ID : codec=0 rev=1 LDAC SDAC CDAC DSA=0 SPDIF DRA VRA
Extended status : SPCV LDAC SDAC CDAC SPDIF=10/11 VRA
PCM front DAC : 44100Hz
PCM Surr DAC : 44100Hz
PCM LFE DAC : 44100Hz
PCM ADC : 44100Hz
SPDIF Control : Consumer PCM Copyright Category=0x2 Generation=1
Rate=48kHz
SPDIF In Status : Not Locked
<< amixer | grep -A 5 IEC958
Simple mixer control 'IEC958',0
Capabilities: pswitch pswitch-joined cswitch cswitch-joined
Playback channels: Mono
Capture channels: Mono
Mono: Playback [on] Capture [off]
Simple mixer control 'IEC958 Playback AC97-SPSA',0
Capabilities: volume volume-joined
Playback channels: Mono
Limits: 0 - 3
Mono: 3 [100%]
Simple mixer control 'Analog to IEC958 Output',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
***************************
My SPDIF output is referenced as hw:0,2, the chipset is a nForce2 (then i
use the snd-intel8x0 driver), the AC97 device seems to be a Realtek
ALC650F.
while using a basic application to send samples to the spdif output ex:
<< aplay -f dat -c 2 -D hw:0,2 anybigfile.gz
I need to mute the IEC958 control in order to ear something from my
DTS/Digital decoder/amplifier.
It seems that the control function is inverted. The problem is that all
application, xmms (for each playing file), mplayer, xine try to unmute the
IEC958 control before starting to play. Then, I have to manually mute the
IEC958 control after lauching the media application to ear the sound.
======================================================================
----------------------------------------------------------------------
fearofcarpet - 01-16-06 17:11
----------------------------------------------------------------------
On the RealTek ALC950 the IEC958 settings correspond to "0: PCM, 1: Rear,
2: Center/LFE, 3: PCM/Modem" where 0 is 0 volume, 1 is 33% volume, etc.
Perhaps this is the case with the ALC650F also?
----------------------------------------------------------------------
damscot - 04-03-06 00:48
----------------------------------------------------------------------
I develop a patch of the ac97_codec.c file in order to invert the bit
AC97_EA_SPDIF of the AC97_EXTENDED_STATUS register just in case of ALC650F
device. It is probably not the best place to set-up such patch, but i'am
not an expert in alsa development. I hope that an expert will be able to
integrate it in next version of alsa / linux kernel.
Currently the patch as been validated on alsa integrated with linux
2.6.14-gentoo kernel version.
to respond to "fearofcarpet", it seems that IEC958 volume is used to
control which ac97 slots are used to transmit SPDIF data.
Issue History
Date Modified Username Field Change
======================================================================
10-24-05 00:16 damscot New Issue
10-24-05 00:16 damscot Distribution => Gentoo
10-24-05 00:16 damscot Kernel Version => 2.6.12-gentoo-r1
01-16-06 17:11 fearofcarpet Note Added: 0007689
04-03-06 00:39 damscot File Added: ac97_codec.c
04-03-06 00:48 damscot Note Added: 0009074
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* Asus A8N-VM
From: Mark Lehrer @ 2006-04-02 21:00 UTC (permalink / raw)
To: alsa-devel
Is anyone working on S/PDIF support for this motherboard (AD1986A
chip, from what I can tell on Google)? I have two of this board and
am willing to help however I can. I saw that basic support was added
very recently, which is a good sign.
Thanks,
Mark
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001993]: duplex problems - other side cant hear my voice
From: bugtrack @ 2006-04-02 19:28 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1993>
======================================================================
Reported By: crissi
Assigned To: tiwai
======================================================================
Project: ALSA - driver
Issue ID: 1993
Category: PCI - hda-intel
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Distribution: Debian
Kernel Version: 2.6.15.6
======================================================================
Date Submitted: 04-02-2006 19:15 CEST
Last Modified: 04-02-2006 21:28 CEST
======================================================================
Summary: duplex problems - other side cant hear my voice
Description:
By using Skype with artsd via artsdsp and full duplex is enabled it works
with cvs from 23.03.06.
Now I try current cvs (02.04.06) and the other side cant hear me.
======================================================================
----------------------------------------------------------------------
crissi - 04-02-06 21:00
----------------------------------------------------------------------
I do make install of the alsa driver (modules) and do alsa force-reload
after that it wont work. make install in old dir install the old modules,
force reload -> works again
> You can use "cvs update -A -D 2006-03-30" for example to search by date
I still have a tree with the date. I can tar it and send to you both trees
of nessary.
----------------------------------------------------------------------
rlrevell - 04-02-06 21:28
----------------------------------------------------------------------
You should still check the mixer settings after force-reload, some might
have changed.
I think you misunderstand "search by date" - I suggest you try to identify
the last working version, by:
cvs update -A -D 2006-03-23
cvs update -A -D 2006-03-27
cvs update -A -D 2006-03-31
etc
Issue History
Date Modified Username Field Change
======================================================================
04-02-06 19:15 crissi New Issue
04-02-06 19:15 crissi Distribution => Debian
04-02-06 19:15 crissi Kernel Version => 2.6.15.6
04-02-06 19:45 rlrevell Note Added: 0009067
04-02-06 19:59 crissi Note Added: 0009070
04-02-06 20:51 rlrevell Note Added: 0009071
04-02-06 21:00 crissi Note Added: 0009072
04-02-06 21:28 rlrevell Note Added: 0009073
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001993]: duplex problems - other side cant hear my voice
From: bugtrack @ 2006-04-02 19:00 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1993>
======================================================================
Reported By: crissi
Assigned To: tiwai
======================================================================
Project: ALSA - driver
Issue ID: 1993
Category: PCI - hda-intel
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Distribution: Debian
Kernel Version: 2.6.15.6
======================================================================
Date Submitted: 04-02-2006 19:15 CEST
Last Modified: 04-02-2006 21:00 CEST
======================================================================
Summary: duplex problems - other side cant hear my voice
Description:
By using Skype with artsd via artsdsp and full duplex is enabled it works
with cvs from 23.03.06.
Now I try current cvs (02.04.06) and the other side cant hear me.
======================================================================
----------------------------------------------------------------------
rlrevell - 04-02-06 20:51
----------------------------------------------------------------------
Are you sure it's not just a change in the mixer? Did you double check all
settings after the upgrade?
You can use "cvs update -A -D 2006-03-30" for example to search by date
----------------------------------------------------------------------
crissi - 04-02-06 21:00
----------------------------------------------------------------------
I do make install of the alsa driver (modules) and do alsa force-reload
after that it wont work. make install in old dir install the old modules,
force reload -> works again
> You can use "cvs update -A -D 2006-03-30" for example to search by date
I still have a tree with the date. I can tar it and send to you both trees
of nessary.
Issue History
Date Modified Username Field Change
======================================================================
04-02-06 19:15 crissi New Issue
04-02-06 19:15 crissi Distribution => Debian
04-02-06 19:15 crissi Kernel Version => 2.6.15.6
04-02-06 19:45 rlrevell Note Added: 0009067
04-02-06 19:59 crissi Note Added: 0009070
04-02-06 20:51 rlrevell Note Added: 0009071
04-02-06 21:00 crissi Note Added: 0009072
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001993]: duplex problems - other side cant hear my voice
From: bugtrack @ 2006-04-02 18:51 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1993>
======================================================================
Reported By: crissi
Assigned To: tiwai
======================================================================
Project: ALSA - driver
Issue ID: 1993
Category: PCI - hda-intel
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Distribution: Debian
Kernel Version: 2.6.15.6
======================================================================
Date Submitted: 04-02-2006 19:15 CEST
Last Modified: 04-02-2006 20:51 CEST
======================================================================
Summary: duplex problems - other side cant hear my voice
Description:
By using Skype with artsd via artsdsp and full duplex is enabled it works
with cvs from 23.03.06.
Now I try current cvs (02.04.06) and the other side cant hear me.
======================================================================
----------------------------------------------------------------------
crissi - 04-02-06 19:59
----------------------------------------------------------------------
I only have 2 trees with alsa cvs. How I can find out which version has the
working tree?
Yes, seems to work without that asound.conf.
----------------------------------------------------------------------
rlrevell - 04-02-06 20:51
----------------------------------------------------------------------
Are you sure it's not just a change in the mixer? Did you double check all
settings after the upgrade?
You can use "cvs update -A -D 2006-03-30" for example to search by date
Issue History
Date Modified Username Field Change
======================================================================
04-02-06 19:15 crissi New Issue
04-02-06 19:15 crissi Distribution => Debian
04-02-06 19:15 crissi Kernel Version => 2.6.15.6
04-02-06 19:45 rlrevell Note Added: 0009067
04-02-06 19:59 crissi Note Added: 0009070
04-02-06 20:51 rlrevell Note Added: 0009071
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001993]: duplex problems - other side cant hear my voice
From: bugtrack @ 2006-04-02 17:59 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1993>
======================================================================
Reported By: crissi
Assigned To: tiwai
======================================================================
Project: ALSA - driver
Issue ID: 1993
Category: PCI - hda-intel
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Distribution: Debian
Kernel Version: 2.6.15.6
======================================================================
Date Submitted: 04-02-2006 19:15 CEST
Last Modified: 04-02-2006 19:59 CEST
======================================================================
Summary: duplex problems - other side cant hear my voice
Description:
By using Skype with artsd via artsdsp and full duplex is enabled it works
with cvs from 23.03.06.
Now I try current cvs (02.04.06) and the other side cant hear me.
======================================================================
----------------------------------------------------------------------
rlrevell - 04-02-06 19:45
----------------------------------------------------------------------
Can you try to narrow it down by testing some versions in between?
Also, that /etc/asound.conf is completely unnecessary since ALSA 1.0.9 -
it's best to remove it.
----------------------------------------------------------------------
crissi - 04-02-06 19:59
----------------------------------------------------------------------
I only have 2 trees with alsa cvs. How I can find out which version has the
working tree?
Yes, seems to work without that asound.conf.
Issue History
Date Modified Username Field Change
======================================================================
04-02-06 19:15 crissi New Issue
04-02-06 19:15 crissi Distribution => Debian
04-02-06 19:15 crissi Kernel Version => 2.6.15.6
04-02-06 19:45 rlrevell Note Added: 0009067
04-02-06 19:59 crissi Note Added: 0009070
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001994]: alsa-oss dont use dmix
From: bugtrack @ 2006-04-02 17:58 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1994>
======================================================================
Reported By: crissi
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 1994
Category: CORE OSS - pcm
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution:
Kernel Version:
======================================================================
Date Submitted: 04-02-2006 19:45 CEST
Last Modified: 04-02-2006 19:58 CEST
======================================================================
Summary: alsa-oss dont use dmix
Description:
The alsa-oss module doesnt use the dmix module but it should.
======================================================================
----------------------------------------------------------------------
rlrevell - 04-02-06 19:58
----------------------------------------------------------------------
Works for me:
$ ALSA_OSS_DEBUG=1 aoss /usr/bin/play /usr/share/sounds/error.wav
Opened PCM dsp0 for stream 0 (result = -2)
Opened PCM default for stream 0 (result = 0)
^^^^^^^
'default' should be defined to use dmix with no need for .asoundrc.
The in-kernel OSS emulation can't be made to use dmix - you must use aoss.
Issue History
Date Modified Username Field Change
======================================================================
04-02-06 19:45 crissi New Issue
04-02-06 19:58 rlrevell Note Added: 0009069
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001992]: Line2 LiveDrive has no capture settings / unable to record from 'AUX 2 IN'
From: bugtrack @ 2006-04-02 17:51 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1992>
======================================================================
Reported By: metaron
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 1992
Category: PCI - emu10k1
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Distribution: Gentoo, gcc 3.3.5-20050130,
Kernel Version: 2.6.15.1
======================================================================
Date Submitted: 04-02-2006 17:59 CEST
Last Modified: 04-02-2006 19:51 CEST
======================================================================
Summary: Line2 LiveDrive has no capture settings / unable to
record from 'AUX 2 IN'
Description:
I have been trying to use the front RCA inputs (Labled 'AUX IN 2') on my
LiveDrive to record sound, but have not been able to do so.
If I change the Line2 LiveDrive slider in kmix, I can change the monitor
volume, but running arecord results in 10 seconds of silence :-(.
I'm happy to re-compile with patches, or even try fixing it myself if
anyone can point me in the right direction in the code although I have no
alsa codeing experience...
======================================================================
----------------------------------------------------------------------
rlrevell - 04-02-06 19:01
----------------------------------------------------------------------
That's a driver issue, not a problem with alsamixer
----------------------------------------------------------------------
pzad - 04-02-06 19:51
----------------------------------------------------------------------
" alsamixer also cannot distinguish a control is playback/capture since
alsa-utils-1.0.10rc1"
No. This is diffrent problem and has nothing to do with this. This is not
bug in alsa but in kmix (rlrevell is right).
Issue History
Date Modified Username Field Change
======================================================================
04-02-06 17:59 metaron New Issue
04-02-06 17:59 metaron Distribution => Gentoo, gcc
3.3.5-20050130,
04-02-06 17:59 metaron Kernel Version => 2.6.15.1
04-02-06 18:13 rlrevell Note Added: 0009064
04-02-06 18:51 Raymond Note Added: 0009065
04-02-06 18:54 Raymond Note Edited: 0009065
04-02-06 19:01 rlrevell Note Added: 0009066
04-02-06 19:51 pzad Note Added: 0009068
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001993]: duplex problems - other side cant hear my voice
From: bugtrack @ 2006-04-02 17:45 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1993>
======================================================================
Reported By: crissi
Assigned To: tiwai
======================================================================
Project: ALSA - driver
Issue ID: 1993
Category: PCI - hda-intel
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Distribution: Debian
Kernel Version: 2.6.15.6
======================================================================
Date Submitted: 04-02-2006 19:15 CEST
Last Modified: 04-02-2006 19:45 CEST
======================================================================
Summary: duplex problems - other side cant hear my voice
Description:
By using Skype with artsd via artsdsp and full duplex is enabled it works
with cvs from 23.03.06.
Now I try current cvs (02.04.06) and the other side cant hear me.
======================================================================
----------------------------------------------------------------------
rlrevell - 04-02-06 19:45
----------------------------------------------------------------------
Can you try to narrow it down by testing some versions in between?
Also, that /etc/asound.conf is completely unnecessary since ALSA 1.0.9 -
it's best to remove it.
Issue History
Date Modified Username Field Change
======================================================================
04-02-06 19:15 crissi New Issue
04-02-06 19:15 crissi Distribution => Debian
04-02-06 19:15 crissi Kernel Version => 2.6.15.6
04-02-06 19:45 rlrevell Note Added: 0009067
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001994]: alsa-oss dont use dmix
From: bugtrack @ 2006-04-02 17:45 UTC (permalink / raw)
To: alsa-devel
The following issue has been SUBMITTED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1994>
======================================================================
Reported By: crissi
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 1994
Category: CORE OSS - pcm
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution:
Kernel Version:
======================================================================
Date Submitted: 04-02-2006 19:45 CEST
Last Modified: 04-02-2006 19:45 CEST
======================================================================
Summary: alsa-oss dont use dmix
Description:
The alsa-oss module doesnt use the dmix module but it should.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
04-02-06 19:45 crissi New Issue
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
* [ALSA - driver 0001993]: duplex problems - other side cant hear my voice
From: bugtrack @ 2006-04-02 17:15 UTC (permalink / raw)
To: alsa-devel
The following issue has been SUBMITTED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1993>
======================================================================
Reported By: crissi
Assigned To: tiwai
======================================================================
Project: ALSA - driver
Issue ID: 1993
Category: PCI - hda-intel
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Distribution: Debian
Kernel Version: 2.6.15.6
======================================================================
Date Submitted: 04-02-2006 19:15 CEST
Last Modified: 04-02-2006 19:15 CEST
======================================================================
Summary: duplex problems - other side cant hear my voice
Description:
By using Skype with artsd via artsdsp and full duplex is enabled it works
with cvs from 23.03.06.
Now I try current cvs (02.04.06) and the other side cant hear me.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
04-02-06 19:15 crissi New Issue
04-02-06 19:15 crissi Distribution => Debian
04-02-06 19:15 crissi Kernel Version => 2.6.15.6
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
^ permalink raw reply
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox