View previous topic :: View next topic |
Author |
Message |
CPUFreak91 Tux's lil' helper
Joined: 25 Feb 2005 Posts: 110 Location: Mars
|
Posted: Wed Jan 25, 2006 11:27 pm Post subject: [SOLVED]/dev/dsp does not exist [snd-cmipci module problems] |
|
|
I have a C-MEDIA sound card and I have it compiled in my kernel as a module. But lsmod shows that it is never loaded.
DMESG is useless as I only get: Code: | evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0
| messages and my hardware clock is always off.
I'm using a 2.6.14 kernel and coldplug-20040920
What can I do? (Note: for the sound, I thought is was a HAL problem and posted but now I see that it is not). _________________ All Your Base Are Belong To Us!!! chown -r us ./base
"After three days without programming, life becomes meaningless.'' -- Tao of Programming Book 2
Last edited by CPUFreak91 on Thu Jan 26, 2006 3:43 pm; edited 1 time in total |
|
Back to top |
|
|
JeliJami Veteran
Joined: 17 Jan 2006 Posts: 1086 Location: Belgium
|
|
Back to top |
|
|
CPUFreak91 Tux's lil' helper
Joined: 25 Feb 2005 Posts: 110 Location: Mars
|
Posted: Thu Jan 26, 2006 1:42 pm Post subject: |
|
|
davjel wrote: | what does
# modprobe themodule
reveal? |
Code: | FATAL: Module cmpci not found. |
Should I do make modules && make modules_install? _________________ All Your Base Are Belong To Us!!! chown -r us ./base
"After three days without programming, life becomes meaningless.'' -- Tao of Programming Book 2
Last edited by CPUFreak91 on Thu Jan 26, 2006 2:25 pm; edited 1 time in total |
|
Back to top |
|
|
JeliJami Veteran
Joined: 17 Jan 2006 Posts: 1086 Location: Belgium
|
Posted: Thu Jan 26, 2006 1:59 pm Post subject: |
|
|
looks like it
wait a minute!
the module for C-Media CMI8338 or CMI8738 cards is called snd-cmipci
that would be
# modprobe snd-cmipci
Is that the correct model for your card?
# lspci
will show you _________________ Unanswered Post Initiative | Search | FAQ
Former username: davjel |
|
Back to top |
|
|
CPUFreak91 Tux's lil' helper
Joined: 25 Feb 2005 Posts: 110 Location: Mars
|
Posted: Thu Jan 26, 2006 2:30 pm Post subject: |
|
|
davjel wrote: | wait a minute!
the module for C-Media CMI8338 or CMI8738 cards is called snd-cmipci |
Oops!
Quote: |
that would be
# modprobe snd-cmipci
Is that the correct model for your card? |
Yes, that is correct. _________________ All Your Base Are Belong To Us!!! chown -r us ./base
"After three days without programming, life becomes meaningless.'' -- Tao of Programming Book 2 |
|
Back to top |
|
|
CPUFreak91 Tux's lil' helper
Joined: 25 Feb 2005 Posts: 110 Location: Mars
|
Posted: Thu Jan 26, 2006 3:43 pm Post subject: |
|
|
Well my kernel loaded snd-cmipci and I have a /dev/dsp and /dev/sound/dsp but no mpg123 tells me Code: | Can't open /dev/dsp! | (mpg123)
But VLC and everything else work fine. Thank you! _________________ All Your Base Are Belong To Us!!! chown -r us ./base
"After three days without programming, life becomes meaningless.'' -- Tao of Programming Book 2 |
|
Back to top |
|
|
JeliJami Veteran
Joined: 17 Jan 2006 Posts: 1086 Location: Belgium
|
Posted: Thu Jan 26, 2006 4:48 pm Post subject: |
|
|
CPUFreak91 wrote: | Well my kernel loaded snd-cmipci and I have a /dev/dsp and /dev/sound/dsp but no mpg123 tells me Code: | Can't open /dev/dsp! | (mpg123) |
That's probably only a small permission problem
$ ls -l /dev/dsp
$ groups
Quote: | But VLC and everything else work fine. Thank you! |
Your welcome _________________ Unanswered Post Initiative | Search | FAQ
Former username: davjel |
|
Back to top |
|
|
CPUFreak91 Tux's lil' helper
Joined: 25 Feb 2005 Posts: 110 Location: Mars
|
Posted: Thu Jan 26, 2006 5:05 pm Post subject: |
|
|
Oh, nevermind. Stupid KDE hogs all sound I just logged out of kde and it worked. _________________ All Your Base Are Belong To Us!!! chown -r us ./base
"After three days without programming, life becomes meaningless.'' -- Tao of Programming Book 2 |
|
Back to top |
|
|
|