Re: Alsa Woes and AUDIGYLS (aka snd-ca0106)

2005-03-07 Thread Brian R. Whitecotton
David,

Thank you for the info.  I check both options out after work today.
I appreciate it!

Brian
 

On Monday 07 March 2005 02:32 am, David Liontooth wrote:
> Brian,
>
> This all looks like build and installation issues not specific to
> amd64, and very much alsa-specific. For what it's worth, here's
> my experience with an earlier version of the 1.0.8 source:
>
> mkdir alsa && cd alsa
> cvs -d ':pserver:[EMAIL PROTECTED]:/cvsroot/alsa' login
> cvs -z3 -d ':pserver:[EMAIL PROTECTED]:/cvsroot/alsa' co -P .
> ./build prep
> cd alsa-driver
> ./configure --disable-verbose-printk
> --with-cards=emu10k1,emu10k1x,ca0106,bt87x --with-oss=yes --with-debug=none
> make && make install
>
> You then need to run something like depmod -a to update your system's
> list of modules, or in SuSE yast needs to
> know you've built new modules.  Insert them one by one to see if they
> stick; monitor syslog to see the kernel's
> response. But do it with the alsa guys, it's their table!
>
> BTW, isn't the audigyls driver in the current kernel? Certainly in the
> freshly released 2.6.11, no? You might
> try that if you're into building your own kernel anyway.
>
> Dave
>
> Brian R. Whitecotton wrote:
> >Hello All,
> >HELP
> >I have:
> >(1) downloaded source version 1.0.8 of alsa-driver, -libs, -utils, etc.
> >(2) ran ./configure --with-cards=ca0106 --with-sequencer=yes
> > --with-oss=yes configured without errors
> >(3) ran make
> >made without errors
> >(4) ran make install
> >installed without errors
> >
> >ran alsaconf and got the following...
> >
> >**
> >** Goliath:~# alsaconf
> >Unloading ALSA sound driver modules: (none loaded).
> >Building card database...
> >
> >
> >Running update-modules...
> >Architecture-specific modutils configuration not found, using defaults
> >Loading driver...
> >WARNING: Error inserting snd_page_alloc
> >(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-page-alloc.ko):
> >Invalid module format
> >WARNING: Error inserting snd
> >(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd.ko): Invalid module
> >format
> >WARNING: Error inserting snd_timer
> >(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-timer.ko): Invalid
> >module format
> >WARNING: Error inserting snd_page_alloc
> >(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-page-alloc.ko):
> >Invalid module format
> >WARNING: Error inserting snd
> >(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd.ko): Invalid module
> >format
> >WARNING: Error inserting snd_timer
> >(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-timer.ko): Invalid
> >module format
> >FATAL: Error inserting snd_pcm
> >(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-pcm.ko): Invalid
> >module format
> >WARNING: Error running install command for snd_pcm
> >WARNING: Error inserting snd_ac97_codec
> >(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/pci/ac97/snd-ac97-codec.ko):
> >Invalid module format
> >WARNING: Error inserting snd_page_alloc
> >(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-page-alloc.ko):
> >Invalid module format
> >WARNING: Error inserting snd
> >(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd.ko): Invalid module
> >format
> >WARNING: Error inserting snd_timer
> >(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-timer.ko): Invalid
> >module format
> >WARNING: Error inserting snd_page_alloc
> >(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-page-alloc.ko):
> >Invalid module format
> >WARNING: Error inserting snd
> >(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd.ko): Invalid module
> >format
> >WARNING: Error inserting snd_timer
> >(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-timer.ko): Invalid
> >module format
> >FATAL: Error inserting snd_pcm
> >(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-pcm.ko): Invalid
> >module format
> >WARNING: Error running install command for snd_pcm
> >WARNING: Error inserting snd_ac97_codec
> >(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/pci/ac97/snd-ac97-codec.ko):
> >Invalid module format
> >FATAL: Error inserting snd_ca0106
> >(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/pci/ca0106/snd-ca0106.ko):
> >Invalid module format
> >FATAL: Error running install command for snd_ca0106
> >Setting default volumes...
> >Saving the mixer setup used for this in /var/lib/alsa/asound.state.
> >/usr/sbin/alsactl: save_state:1194: No soundcards found...
> >**
> >*
> >
> >in /etc/init.d/ running ./alsasound start gives the same error reports.
> >
> >Any ideas anyone?
> >
> >Thanks in advance,
> >
> >Brian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Alsa Woes and AUDIGYLS (aka snd-ca0106)

2005-03-07 Thread David Liontooth
Brian,
This all looks like build and installation issues not specific to
amd64, and very much alsa-specific. For what it's worth, here's
my experience with an earlier version of the 1.0.8 source:
mkdir alsa && cd alsa
cvs -d ':pserver:[EMAIL PROTECTED]:/cvsroot/alsa' login
cvs -z3 -d ':pserver:[EMAIL PROTECTED]:/cvsroot/alsa' co -P .
./build prep
cd alsa-driver
./configure --disable-verbose-printk 
--with-cards=emu10k1,emu10k1x,ca0106,bt87x --with-oss=yes --with-debug=none
make && make install

You then need to run something like depmod -a to update your system's 
list of modules, or in SuSE yast needs to
know you've built new modules.  Insert them one by one to see if they 
stick; monitor syslog to see the kernel's
response. But do it with the alsa guys, it's their table!

BTW, isn't the audigyls driver in the current kernel? Certainly in the 
freshly released 2.6.11, no? You might
try that if you're into building your own kernel anyway.

Dave
Brian R. Whitecotton wrote:
Hello All,
HELP
I have:
(1) downloaded source version 1.0.8 of alsa-driver, -libs, -utils, etc.
(2) ran ./configure --with-cards=ca0106 --with-sequencer=yes --with-oss=yes
configured without errors
(3) ran make
made without errors
(4) ran make install
installed without errors
ran alsaconf and got the following...

Goliath:~# alsaconf
Unloading ALSA sound driver modules: (none loaded).
Building card database...
Running update-modules...
Architecture-specific modutils configuration not found, using defaults
Loading driver...
WARNING: Error inserting snd_page_alloc 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-page-alloc.ko): 
Invalid module format
WARNING: Error inserting snd 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd.ko): Invalid module 
format
WARNING: Error inserting snd_timer 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-timer.ko): Invalid 
module format
WARNING: Error inserting snd_page_alloc 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-page-alloc.ko): 
Invalid module format
WARNING: Error inserting snd 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd.ko): Invalid module 
format
WARNING: Error inserting snd_timer 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-timer.ko): Invalid 
module format
FATAL: Error inserting snd_pcm 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-pcm.ko): Invalid 
module format
WARNING: Error running install command for snd_pcm
WARNING: Error inserting snd_ac97_codec 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/pci/ac97/snd-ac97-codec.ko): 
Invalid module format
WARNING: Error inserting snd_page_alloc 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-page-alloc.ko): 
Invalid module format
WARNING: Error inserting snd 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd.ko): Invalid module 
format
WARNING: Error inserting snd_timer 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-timer.ko): Invalid 
module format
WARNING: Error inserting snd_page_alloc 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-page-alloc.ko): 
Invalid module format
WARNING: Error inserting snd 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd.ko): Invalid module 
format
WARNING: Error inserting snd_timer 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-timer.ko): Invalid 
module format
FATAL: Error inserting snd_pcm 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-pcm.ko): Invalid 
module format
WARNING: Error running install command for snd_pcm
WARNING: Error inserting snd_ac97_codec 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/pci/ac97/snd-ac97-codec.ko): 
Invalid module format
FATAL: Error inserting snd_ca0106 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/pci/ca0106/snd-ca0106.ko): 
Invalid module format
FATAL: Error running install command for snd_ca0106
Setting default volumes...
Saving the mixer setup used for this in /var/lib/alsa/asound.state.
/usr/sbin/alsactl: save_state:1194: No soundcards found...
***

in /etc/init.d/ running ./alsasound start gives the same error reports.
Any ideas anyone?
Thanks in advance,
Brian

 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Alsa Woes and AUDIGYLS (aka snd-ca0106)

2005-03-07 Thread Brian R. Whitecotton
Hello All,
HELP
I have:
(1) downloaded source version 1.0.8 of alsa-driver, -libs, -utils, etc.
(2) ran ./configure --with-cards=ca0106 --with-sequencer=yes --with-oss=yes
configured without errors
(3) ran make
made without errors
(4) ran make install
installed without errors

ran alsaconf and got the following...


Goliath:~# alsaconf
Unloading ALSA sound driver modules: (none loaded).
Building card database...


Running update-modules...
Architecture-specific modutils configuration not found, using defaults
Loading driver...
WARNING: Error inserting snd_page_alloc 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-page-alloc.ko): 
Invalid module format
WARNING: Error inserting snd 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd.ko): Invalid module 
format
WARNING: Error inserting snd_timer 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-timer.ko): Invalid 
module format
WARNING: Error inserting snd_page_alloc 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-page-alloc.ko): 
Invalid module format
WARNING: Error inserting snd 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd.ko): Invalid module 
format
WARNING: Error inserting snd_timer 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-timer.ko): Invalid 
module format
FATAL: Error inserting snd_pcm 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-pcm.ko): Invalid 
module format
WARNING: Error running install command for snd_pcm
WARNING: Error inserting snd_ac97_codec 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/pci/ac97/snd-ac97-codec.ko): 
Invalid module format
WARNING: Error inserting snd_page_alloc 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-page-alloc.ko): 
Invalid module format
WARNING: Error inserting snd 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd.ko): Invalid module 
format
WARNING: Error inserting snd_timer 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-timer.ko): Invalid 
module format
WARNING: Error inserting snd_page_alloc 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-page-alloc.ko): 
Invalid module format
WARNING: Error inserting snd 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd.ko): Invalid module 
format
WARNING: Error inserting snd_timer 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-timer.ko): Invalid 
module format
FATAL: Error inserting snd_pcm 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/acore/snd-pcm.ko): Invalid 
module format
WARNING: Error running install command for snd_pcm
WARNING: Error inserting snd_ac97_codec 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/pci/ac97/snd-ac97-codec.ko): 
Invalid module format
FATAL: Error inserting snd_ca0106 
(/lib/modules/2.6.8-10-amd64-k8/kernel/sound/pci/ca0106/snd-ca0106.ko): 
Invalid module format
FATAL: Error running install command for snd_ca0106
Setting default volumes...
Saving the mixer setup used for this in /var/lib/alsa/asound.state.
/usr/sbin/alsactl: save_state:1194: No soundcards found...
***

in /etc/init.d/ running ./alsasound start gives the same error reports.

Any ideas anyone?

Thanks in advance,

Brian



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]