public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.0-test2/3 ESS1371 Audio
@ 2003-08-09 21:32 Eric Blade
  2003-08-10 23:28 ` jlnance
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Blade @ 2003-08-09 21:32 UTC (permalink / raw)
  To: linux-kernel

In 2.6.0-test1, the ESS1371 module stopped giving me sound output when 
compiled into the kernel, but worked as a module.

In 2.6.0-test2, the module completely stopped giving me sound output as 
well.

In 2.6.0-test3, the modules refuse to insmod.

I get the following during depmod during 'make modules_install':
 
 depmod: *** Unresolved symbols in 
/lib/modules/2.6.0-test3/kernel/drivers/net/hamachi.ko
depmod: *** Unresolved symbols in 
/lib/modules/2.6.0-test3/kernel/drivers/net/yellowfin.ko
depmod: *** Unresolved symbols in 
/lib/modules/2.6.0-test3/kernel/sound/core/oss/snd-mixer-oss.ko
depmod: *** Unresolved symbols in 
/lib/modules/2.6.0-test3/kernel/sound/core/oss/snd-pcm-oss.ko
depmod: *** Unresolved symbols in 
/lib/modules/2.6.0-test3/kernel/sound/core/seq/oss/snd-seq-oss.ko
depmod: *** Unresolved symbols in 
/lib/modules/2.6.0-test3/kernel/sound/core/seq/snd-seq-device.ko
depmod: *** Unresolved symbols in 
/lib/modules/2.6.0-test3/kernel/sound/core/seq/snd-seq-midi-event.ko
depmod: *** Unresolved symbols in 
/lib/modules/2.6.0-test3/kernel/sound/core/seq/snd-seq-midi.ko
depmod: *** Unresolved symbols in 
/lib/modules/2.6.0-test3/kernel/sound/core/seq/snd-seq.ko
depmod: *** Unresolved symbols in 
/lib/modules/2.6.0-test3/kernel/sound/core/snd-pcm.ko
depmod: *** Unresolved symbols in 
/lib/modules/2.6.0-test3/kernel/sound/core/snd-rawmidi.ko
depmod: *** Unresolved symbols in 
/lib/modules/2.6.0-test3/kernel/sound/core/snd-rtctimer.ko
depmod: *** Unresolved symbols in 
/lib/modules/2.6.0-test3/kernel/sound/core/snd-timer.ko
depmod: *** Unresolved symbols in 
/lib/modules/2.6.0-test3/kernel/sound/core/snd.ko
depmod: *** Unresolved symbols in 
/lib/modules/2.6.0-test3/kernel/sound/pci/ac97/snd-ac97-codec.ko
depmod: *** Unresolved symbols in 
/lib/modules/2.6.0-test3/kernel/sound/pci/snd-ens1371.ko


  .. I noticed there were lots of patches in the sound directory... is 
there something I missed?

-- 
----BEGIN GEEK CODE BLOCK----
Version: 3.1
GB/CS/MC/MU/O @d+ s:- a- C++++ UL++++  !P  L+++ !E W+++ !N !o K? w--- @O++ !M !V PS+ PE- Y PGP- @t 5? X R tv-- b- DI++ D++ G e* h* r  y+ 
----END GEEK CODE BLOCK----





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.0-test2/3 ESS1371 Audio
  2003-08-09 21:32 2.6.0-test2/3 ESS1371 Audio Eric Blade
@ 2003-08-10 23:28 ` jlnance
  2003-08-10 23:31   ` Zwane Mwaikambo
  0 siblings, 1 reply; 5+ messages in thread
From: jlnance @ 2003-08-10 23:28 UTC (permalink / raw)
  To: Eric Blade, linux-kernel

On Sat, Aug 09, 2003 at 05:32:49PM -0400, Eric Blade wrote:
> In 2.6.0-test1, the ESS1371 module stopped giving me sound output when 

FWIW, I compiled ESS1371 support into the kernel and it is found during
boot.  However, no sound comes from the card.  I did an strace of realplayer
and it is sucessfully opening /dev files for the device.  I do not know
when this started, as I have not been following 2.6 development closely.

I seem to remember someone having this problem in the past and it turned
out the be that the volume was turned down.  I would have thought that
realplayer would have turned it back up, so that probably is not the
problem.

Thanks,

Jim

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.0-test2/3 ESS1371 Audio
  2003-08-10 23:28 ` jlnance
@ 2003-08-10 23:31   ` Zwane Mwaikambo
  2003-08-11 16:44     ` jlnance
  0 siblings, 1 reply; 5+ messages in thread
From: Zwane Mwaikambo @ 2003-08-10 23:31 UTC (permalink / raw)
  To: jlnance; +Cc: Eric Blade, linux-kernel

On Sun, 10 Aug 2003 jlnance@unity.ncsu.edu wrote:

> On Sat, Aug 09, 2003 at 05:32:49PM -0400, Eric Blade wrote:
> > In 2.6.0-test1, the ESS1371 module stopped giving me sound output when 
> 
> FWIW, I compiled ESS1371 support into the kernel and it is found during
> boot.  However, no sound comes from the card.  I did an strace of realplayer
> and it is sucessfully opening /dev files for the device.  I do not know
> when this started, as I have not been following 2.6 development closely.
> 
> I seem to remember someone having this problem in the past and it turned
> out the be that the volume was turned down.  I would have thought that
> realplayer would have turned it back up, so that probably is not the
> problem.

Is this ALSA or OSS?

	Zwane


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.0-test2/3 ESS1371 Audio
  2003-08-10 23:31   ` Zwane Mwaikambo
@ 2003-08-11 16:44     ` jlnance
  2003-08-11 17:13       ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: jlnance @ 2003-08-11 16:44 UTC (permalink / raw)
  To: Zwane Mwaikambo; +Cc: linux-kernel

On Sun, Aug 10, 2003 at 07:31:04PM -0400, Zwane Mwaikambo wrote:
> On Sun, 10 Aug 2003 jlnance@unity.ncsu.edu wrote:

> > FWIW, I compiled ESS1371 support into the kernel and it is found during
> > boot.  However, no sound comes from the card.  I did an strace of realplayer
> > and it is sucessfully opening /dev files for the device.  I do not know
> > when this started, as I have not been following 2.6 development closely.

> Is this ALSA or OSS?

It is ALSA with OSS emulation.

Thanks,

Jim

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 2.6.0-test2/3 ESS1371 Audio
  2003-08-11 16:44     ` jlnance
@ 2003-08-11 17:13       ` Takashi Iwai
  0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2003-08-11 17:13 UTC (permalink / raw)
  To: jlnance; +Cc: Zwane Mwaikambo, linux-kernel

At Mon, 11 Aug 2003 12:44:01 -0400,
jlnance@unity.ncsu.edu wrote:
> 
> On Sun, Aug 10, 2003 at 07:31:04PM -0400, Zwane Mwaikambo wrote:
> > On Sun, 10 Aug 2003 jlnance@unity.ncsu.edu wrote:
> 
> > > FWIW, I compiled ESS1371 support into the kernel and it is found during
> > > boot.  However, no sound comes from the card.  I did an strace of realplayer
> > > and it is sucessfully opening /dev files for the device.  I do not know
> > > when this started, as I have not been following 2.6 development closely.
> 
> > Is this ALSA or OSS?
> 
> It is ALSA with OSS emulation.

then it's not a bug but a feature :)


ciao,

-- 
Takashi Iwai <tiwai@suse.de>		SuSE Linux AG - www.suse.de
ALSA Developer				ALSA Project - www.alsa-project.org

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-08-11 17:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-09 21:32 2.6.0-test2/3 ESS1371 Audio Eric Blade
2003-08-10 23:28 ` jlnance
2003-08-10 23:31   ` Zwane Mwaikambo
2003-08-11 16:44     ` jlnance
2003-08-11 17:13       ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox