* No Coax digital out with SB Live! and 2.6.15 @ 2006-01-03 18:08 Tino Keitel 2006-01-04 7:26 ` Tino Keitel 0 siblings, 1 reply; 6+ messages in thread From: Tino Keitel @ 2006-01-03 18:08 UTC (permalink / raw) To: linux-kernel Hi folks, since I upgraded to 2.6.15, the Coax digital output of my SB Live! stays silent. Analog output works. After reverting to 2.6.14.3 the digital output works again. Does anyone have a solution for this or at least the same problem? Regards, Tino ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: No Coax digital out with SB Live! and 2.6.15 2006-01-03 18:08 No Coax digital out with SB Live! and 2.6.15 Tino Keitel @ 2006-01-04 7:26 ` Tino Keitel 2006-01-04 7:36 ` Tino Keitel 0 siblings, 1 reply; 6+ messages in thread From: Tino Keitel @ 2006-01-04 7:26 UTC (permalink / raw) To: linux-kernel On Tue, Jan 03, 2006 at 19:08:31 +0100, Tino Keitel wrote: > Hi folks, > > since I upgraded to 2.6.15, the Coax digital output of my SB Live! > stays silent. Analog output works. After reverting to 2.6.14.3 the > digital output works again. Does anyone have a solution for this or at > least the same problem? I just tried alsa-driver 1.0.11-rc2 and now the digital out works again. Regards, Tino ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: No Coax digital out with SB Live! and 2.6.15 2006-01-04 7:26 ` Tino Keitel @ 2006-01-04 7:36 ` Tino Keitel 2006-01-05 22:01 ` Lee Revell 0 siblings, 1 reply; 6+ messages in thread From: Tino Keitel @ 2006-01-04 7:36 UTC (permalink / raw) To: linux-kernel On Wed, Jan 04, 2006 at 08:26:18 +0100, Tino Keitel wrote: > On Tue, Jan 03, 2006 at 19:08:31 +0100, Tino Keitel wrote: > > Hi folks, > > > > since I upgraded to 2.6.15, the Coax digital output of my SB Live! > > stays silent. Analog output works. After reverting to 2.6.14.3 the > > digital output works again. Does anyone have a solution for this or at > > least the same problem? > > I just tried alsa-driver 1.0.11-rc2 and now the digital out works again. alsa-driver 1.0.10 works, too. Regards, Tino ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: No Coax digital out with SB Live! and 2.6.15 2006-01-04 7:36 ` Tino Keitel @ 2006-01-05 22:01 ` Lee Revell 2006-01-06 0:09 ` Tino Keitel 0 siblings, 1 reply; 6+ messages in thread From: Lee Revell @ 2006-01-05 22:01 UTC (permalink / raw) To: Tino Keitel; +Cc: linux-kernel On Wed, 2006-01-04 at 08:36 +0100, Tino Keitel wrote: > On Wed, Jan 04, 2006 at 08:26:18 +0100, Tino Keitel wrote: > > On Tue, Jan 03, 2006 at 19:08:31 +0100, Tino Keitel wrote: > > > Hi folks, > > > > > > since I upgraded to 2.6.15, the Coax digital output of my SB Live! > > > stays silent. Analog output works. After reverting to 2.6.14.3 the > > > digital output works again. Does anyone have a solution for this or at > > > least the same problem? > > > > I just tried alsa-driver 1.0.11-rc2 and now the digital out works again. > > alsa-driver 1.0.10 works, too. Are you sure it was not a mixer settings issue? If you can confirm that this is a regression try to narrow it down by code inspection or binary search by date with ALSA CVS it can be fixed for 2.6.15.x. Lee ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: No Coax digital out with SB Live! and 2.6.15 2006-01-05 22:01 ` Lee Revell @ 2006-01-06 0:09 ` Tino Keitel 2006-01-06 9:49 ` Tino Keitel 0 siblings, 1 reply; 6+ messages in thread From: Tino Keitel @ 2006-01-06 0:09 UTC (permalink / raw) To: Lee Revell; +Cc: linux-kernel On Thu, Jan 05, 2006 at 17:01:17 -0500, Lee Revell wrote: > On Wed, 2006-01-04 at 08:36 +0100, Tino Keitel wrote: > > On Wed, Jan 04, 2006 at 08:26:18 +0100, Tino Keitel wrote: > > > On Tue, Jan 03, 2006 at 19:08:31 +0100, Tino Keitel wrote: > > > > Hi folks, > > > > > > > > since I upgraded to 2.6.15, the Coax digital output of my SB Live! > > > > stays silent. Analog output works. After reverting to 2.6.14.3 the > > > > digital output works again. Does anyone have a solution for this or at > > > > least the same problem? > > > > > > I just tried alsa-driver 1.0.11-rc2 and now the digital out works again. > > > > alsa-driver 1.0.10 works, too. > > Are you sure it was not a mixer settings issue? > > If you can confirm that this is a regression try to narrow it down by > code inspection or binary search by date with ALSA CVS it can be fixed > for 2.6.15.x. I booted with the 2.6.15 driver and got a silent digital out, like reported. The headphone which is plugged into the analog output gives sound. If I load the 1.0.10 driver, sound works in xmms. If I unload it and reload the original 2.6.15 driver, sound still works. If I reboot with the original 2.6.15 driver, the digital out is silent again, while the analog output works. However, if I now chose a specific output device in xmms, hw:0,2, instead of the default device, digital out gives sound. With the 1.0.10 driver, this hw:0,2 device stays completely silent (digital and analog). With this version, the hw:0,0 device (which seems to be the default) gives analog and digital sound. So IMHO this mixup of the devices is a regression, since it breaks existing setups and is also fixed in newer versions. It would be nice the see a fix for this in 2.6.15.x. Regards, Tino ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: No Coax digital out with SB Live! and 2.6.15 2006-01-06 0:09 ` Tino Keitel @ 2006-01-06 9:49 ` Tino Keitel 0 siblings, 0 replies; 6+ messages in thread From: Tino Keitel @ 2006-01-06 9:49 UTC (permalink / raw) To: Lee Revell, linux-kernel On Fri, Jan 06, 2006 at 01:09:21 +0100, Tino Keitel wrote: [...] > I booted with the 2.6.15 driver and got a silent digital out, like > reported. The headphone which is plugged into the analog output gives > sound. > > If I load the 1.0.10 driver, sound works in xmms. If I unload it and > reload the original 2.6.15 driver, sound still works. If I reboot with > the original 2.6.15 driver, the digital out is silent again, while the > analog output works. > > However, if I now chose a specific output device in xmms, hw:0,2, > instead of the default device, digital out gives sound. With the 1.0.10 > driver, this hw:0,2 device stays completely silent (digital and > analog). With this version, the hw:0,0 device (which seems to be the > default) gives analog and digital sound. The solution looks more simple: just removing and reloading the original snd-emu10k1 module reorders the devices so that the default device gives sound on the digital output. The driver is blacklisted in udev and loaded at boot time in /etc/modules, so the module-init-tools initscript will load them. However, I have no idea why it behaves different if loaded at boot time than when reloaded later. Regards, Tino ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-01-06 9:49 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2006-01-03 18:08 No Coax digital out with SB Live! and 2.6.15 Tino Keitel 2006-01-04 7:26 ` Tino Keitel 2006-01-04 7:36 ` Tino Keitel 2006-01-05 22:01 ` Lee Revell 2006-01-06 0:09 ` Tino Keitel 2006-01-06 9:49 ` Tino Keitel
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox