Re: [gentoo-user] nVidia Corporation CK804 AC'97 Audio Controller and alsa on amd64?

2006-01-13 Thread David Meyer
On Fri, Jan 13, 2006 at 10:41:23AM -0800, David Meyer wrote:
   Has anyone gotten this to work? What I find is that the
   kernel fails in trying to load snd_pcm_oss and
   snd_mixer_oss (they have bunches of unknown symbols).

A little more information:

First, if I 'killall udevd; udevstart' I get a little
further (e.g., I can run alsamixer, etc). However, it
doesn't stick through a reboot, and I still see:

[EMAIL PROTECTED]:~]10# /etc/init.d/alsasound start
 * Loading ALSA modules ...
 *   Loading: snd-card-0 ...  [ ok ]
 *   Loading: snd-seq-oss ...
FATAL: Error inserting snd_seq_oss 
(/lib/modules/2.6.14-gentoo-r5/kernel/sound/core/seq/oss/snd-seq-oss.ko): 
Unknown symbol in module, or unknown parameter (see dmesg)  
 [ !! ]
 *   Loading: snd-pcm-oss ...
WARNING: Error inserting snd_mixer_oss 
(/lib/modules/2.6.14-gentoo-r5/kernel/sound/core/oss/snd-mixer-oss.ko): Unknown 
symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_pcm_oss 
(/lib/modules/2.6.14-gentoo-r5/kernel/sound/core/oss/snd-pcm-oss.ko): Unknown 
symbol in module, or unknown parameter (see dmesg)  
 [ !! ]
 *   Loading: snd-mixer-oss ...
FATAL: Error inserting snd_mixer_oss 
(/lib/modules/2.6.14-gentoo-r5/kernel/sound/core/oss/snd-mixer-oss.ko): Unknown 
symbol in module, or unknown parameter (see dmesg)  
 [ ok ]
 * Restoring Mixer Levels ... [ ok ]
[EMAIL PROTECTED]:~]11# 


Fron dmesg:

snd_pcm_oss: Unknown symbol snd_unregister_oss_device
snd_pcm_oss: Unknown symbol snd_register_oss_device
snd_pcm_oss: Unknown symbol snd_mixer_oss_ioctl_card
snd_pcm_oss: Unknown symbol snd_task_name
snd_pcm_oss: Unknown symbol snd_oss_info_register
snd_mixer_oss: Unknown symbol snd_unregister_oss_device
snd_mixer_oss: Unknown symbol snd_register_oss_device
snd_mixer_oss: Unknown symbol snd_mixer_oss_notify_callback
snd_mixer_oss: Unknown symbol snd_oss_info_register


Thanks,

Dave




pgp8yPbZwPfJT.pgp
Description: PGP signature


Re: [gentoo-user] nVidia Corporation CK804 AC'97 Audio Controller and alsa on amd64?

2006-01-13 Thread Daniel Drake

David Meyer wrote:

On Fri, Jan 13, 2006 at 10:41:23AM -0800, David Meyer wrote:


Has anyone gotten this to work? What I find is that the
kernel fails in trying to load snd_pcm_oss and
snd_mixer_oss (they have bunches of unknown symbols).


Works for me.


Fron dmesg:

snd_pcm_oss: Unknown symbol snd_unregister_oss_device
snd_pcm_oss: Unknown symbol snd_register_oss_device


Are these definately the first errors that appear? Maybe you could 
include a couple of extra lines that appear before the first errors for 
clarification.


Daniel
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] nVidia Corporation CK804 AC'97 Audio Controller and alsa on amd64?

2006-01-13 Thread Bryan Green
David Meyer writes:
 
 
   Has anyone gotten this to work? What I find is that the
   kernel fails in trying to load snd_pcm_oss and
   snd_mixer_oss (they have bunches of unknown symbols).

I have this, and it works fine for me.
I use the alsa snd_intel8x0 driver.

Do you require OSS emulation?  You could just take it out, though I don't
seem to have a problem with it.

from /etc/modules.d/alsa:

alias snd-card-0 snd-intel8x0

# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

# Set this to the correct number of cards.
options snd cards_limit=1

-bryan

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] nVidia Corporation CK804 AC'97 Audio Controller and alsa on amd64?

2006-01-13 Thread David Meyer
On Fri, Jan 13, 2006 at 08:10:05PM +, Daniel Drake wrote:
 David Meyer wrote:
 On Fri, Jan 13, 2006 at 10:41:23AM -0800, David Meyer wrote:
 
 Has anyone gotten this to work? What I find is that the
 kernel fails in trying to load snd_pcm_oss and
 snd_mixer_oss (they have bunches of unknown symbols).
 
 Works for me.
 
  Fron dmesg:
 
 snd_pcm_oss: Unknown symbol snd_unregister_oss_device
 snd_pcm_oss: Unknown symbol snd_register_oss_device
 
 Are these definately the first errors that appear? Maybe you could 
 include a couple of extra lines that appear before the first errors for 
 clarification.

Sigh, read the manual (you should be telling me :-(). 
The symbols thing was about having a

  /lib/modules/2.6.14-gentoo-r5/alsa-driver

Removing that fixed the symbols problem. 

I'm still stuck on the 'function snd_ctl_open failed for
default: No such file or directory' problem after reboot
('killall udevd; udevstart' fixes it). 

Dave






pgpRm4UjKxXpj.pgp
Description: PGP signature


Re: [gentoo-user] nVidia Corporation CK804 AC'97 Audio Controller and alsa on amd64?

2006-01-13 Thread Raj Swaminathan
Hi,

Im having the same problem. But i dont understand how you fixed the problem.

/lib/modules/2.6.14-gentoo-r5/alsa-driver. 

Should the directory be deleted??


rajOn 1/13/06, David Meyer [EMAIL PROTECTED] wrote:
On Fri, Jan 13, 2006 at 08:10:05PM +, Daniel Drake wrote: David Meyer wrote: On Fri, Jan 13, 2006 at 10:41:23AM -0800, David Meyer wrote:  Has anyone gotten this to work? What I find is that the
 kernel fails in trying to load snd_pcm_oss and snd_mixer_oss (they have bunches of unknown symbols). Works for me.  Fron dmesg: 
 snd_pcm_oss: Unknown symbol snd_unregister_oss_device snd_pcm_oss: Unknown symbol snd_register_oss_device Are these definately the first errors that appear? Maybe you could include a couple of extra lines that appear before the first errors for
 clarification.Sigh, read the manual (you should be telling me :-().The symbols thing was about having a/lib/modules/2.6.14-gentoo-r5/alsa-driverRemoving that fixed the symbols problem.
I'm still stuck on the 'function snd_ctl_open failed fordefault: No such file or directory' problem after reboot('killall udevd; udevstart' fixes it).Dave



Re: [gentoo-user] nVidia Corporation CK804 AC'97 Audio Controller and alsa on amd64?

2006-01-13 Thread Raj Swaminathan
I got it ... finally ! 
On 1/13/06, Raj Swaminathan [EMAIL PROTECTED] wrote:
Hi,

Im having the same problem. But i dont understand how you fixed the problem.

/lib/modules/2.6.14-gentoo-r5/alsa-driver. 

Should the directory be deleted??


rajOn 1/13/06, David Meyer 
[EMAIL PROTECTED] wrote:
On Fri, Jan 13, 2006 at 08:10:05PM +, Daniel Drake wrote: David Meyer wrote: On Fri, Jan 13, 2006 at 10:41:23AM -0800, David Meyer wrote:  Has anyone gotten this to work? What I find is that the
 kernel fails in trying to load snd_pcm_oss and snd_mixer_oss (they have bunches of unknown symbols). Works for me.  Fron dmesg: 
 snd_pcm_oss: Unknown symbol snd_unregister_oss_device snd_pcm_oss: Unknown symbol snd_register_oss_device Are these definately the first errors that appear? Maybe you could include a couple of extra lines that appear before the first errors for
 clarification.Sigh, read the manual (you should be telling me :-().The symbols thing was about having a/lib/modules/2.6.14-gentoo-r5/alsa-driverRemoving that fixed the symbols problem.
I'm still stuck on the 'function snd_ctl_open failed fordefault: No such file or directory' problem after reboot('killall udevd; udevstart' fixes it).Dave