LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-25-2005, 02:35 PM   #1
steefje
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: debian
Posts: 46

Rep: Reputation: 15
Q: Can't load snd-ca0106 module WHILE IT's RIGHT THERE


hi, i have a creative audigy ls soundcard
i just compiled, made & installed alsa-1.0.8 drivers libs and utils

when i in the end try modprobe snd-ca0106 (like said in the instructions on building a ca0106 module on the alsa-project site)

it says
Code:
FATAL: Module snd_ca0106.ko not found.
so i looked for it and found it

Code:
steefje@vieze:/lib/modules/2.6.8.1-3-386/kernel/sound/pci/ca0106 $ sudo find / -name 'ca0106'     /usr/src/alsa/alsa-driver-1.0.8/alsa-kernel/pci/ca0106
/usr/src/alsa/alsa-driver-1.0.8/pci/ca0106
/lib/modules/2.6.8.1/kernel/sound/pci/ca0106
/lib/modules/2.6.8.1-3-386/kernel/sound/pci/ca0106
steefje@vieze:/lib/modules/2.6.8.1-3-386/kernel/sound/pci/ca0106 $
you see it's in both /lib/modules/2.6.8.1/kernel/sound/pci/ca0106
and /lib/modules/2.6.8.1-3-386/kernel/sound/pci/ca0106 (i copied it manually to this folder, thought that was the problem)

but even when i try to modprobe that exact file (snd-ca0106.ko) it gives the same error !!!

Code:
steefje@vieze:/lib/modules/2.6.8.1-3-386/kernel/sound/pci/ca0106 $ ls
snd-ca0106.ko
steefje@vieze:/lib/modules/2.6.8.1-3-386/kernel/sound/pci/ca0106 $ sudo modprobe snd*
FATAL: Module snd_ca0106.ko not found.
steefje@vieze:/lib/modules/2.6.8.1-3-386/kernel/sound/pci/ca0106 $
how could this be ?? i really don't have a clue

(if you don't kwon either please say so, it's really frustrating when No one answers your post, so you think no one cares)


please help, i really don't want to throw this great card away just because i can't get it working (in linux)

Last edited by steefje; 05-25-2005 at 02:38 PM.
 
Old 05-29-2005, 09:35 PM   #2
jamuz
Member
 
Registered: Jun 2004
Location: MD USA
Distribution: Kubuntu 18.04.3, Mint 18.3 KDE
Posts: 90

Rep: Reputation: 15
It appears to me that none of the code you have posted reveals the presence of a file named "snd_ca0106.ko".
You do have files named "ca0106" without the prefix "snd_" or the suffix ".ko" but this is not a game of horseshoes ---
close doesn't count.
 
Old 01-18-2009, 12:45 PM   #3
justdou
LQ Newbie
 
Registered: Jan 2009
Distribution: FC10
Posts: 1

Rep: Reputation: 0
I get a similar error the only difference is when i install.

[root@justin alsa-driver-1.0.18a]# make install
if [ -L /usr/include/sound ]; then \
rm -f /usr/include/sound; \
ln -sf /usr/src/alsa/alsa-driver-1.0.18a/include/sound /usr/include/sound; \
else \
rm -rf /usr/include/sound; \
install -d -m 755 -g root -o root /usr/include/sound; \
for f in include/sound/*.h; do \
install -m 644 -g root -o root $f /usr/include/sound; \
done \
fi
find /lib/modules/2.6.27.9-159.fc10.i686/kernel/sound -name 'snd*.*o' | xargs rm -f
find /lib/modules/2.6.27.9-159.fc10.i686/kernel/sound -name 'snd*.*o.gz' | xargs rm -f
find /lib/modules/2.6.27.9-159.fc10.i686/kernel/sound -name 'ac97_bus.*o' | xargs rm -f
find /lib/modules/2.6.27.9-159.fc10.i686/kernel/sound -name 'ac97_bus.*o.gz' | xargs rm -f
make[1]: Entering directory `/usr/src/alsa/alsa-driver-1.0.18a/acore'
mkdir -p /lib/modules/2.6.27.9-159.fc10.i686/kernel/sound/acore
cp snd-page-alloc.ko snd-pcm.ko snd-rawmidi.ko snd-timer.ko snd.ko /lib/modules/2.6.27.9-159.fc10.i686/kernel/sound/acore
cp: cannot stat `snd-page-alloc.ko': No such file or directory
cp: cannot stat `snd-pcm.ko': No such file or directory
cp: cannot stat `snd-rawmidi.ko': No such file or directory
cp: cannot stat `snd-timer.ko': No such file or directory
cp: cannot stat `snd.ko': No such file or directory
make[1]: *** [modules_install] Error 1
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-1.0.18a/acore'
make: *** [install-modules] Error 1

Any ideas?

Thanks Justin
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
snd-emu2k1 module missing after installing Intel sound driver snd-azx comatosebuddha Linux - Software 15 01-25-2006 12:39 AM
anyone have snd-ca0106? lowpingnoob Linux - Hardware 2 06-14-2005 08:12 AM
no snd-ca0106 for sb live jbuckley2004 Mandriva 5 05-12-2005 03:26 PM
snd-ca0106 -- Rear and center speakers are silent Adrohak Linux - Hardware 3 03-21-2005 02:36 PM
can't load snd-via82xx module splinter889 Linux - Hardware 13 01-08-2004 06:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration