You are not logged in.
Pages: 1
As directed by this ALSA setup page for my intel i810 integrated sound card:
http://www.alsa-project.org/alsa-doc/do … e=intel8x0
I need to load soundcore.
However, when I type in
modinfo soundcore
I get
modinfo: soundcore: no module by that name found
.
Soundcore isn't in my sound driver directory, nor can I find an option in kernel24's "config" for it.
Help! How can I get soundcore!?
"To be a Spartan is to be a philosopher much more than to be an athlete."
Plato, the <i>Protagoras</i>, 342e-343a
Offline
I'm not sure about the sound core thing, but could tell you what i did since we have similar cards.
Add snd-intel8x0 snd-pcm-oss to yrou modules line in rc.conf like so
MODULES=(!usbserial !ide-scsi snd-intel8x0 snd-pcm-oss nvidia)
be sure this is in your modprobe.conf
alias char-major-116 snd
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
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-4 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias /dev/dsp snd-pcm-oss
alias /dev/sequencer snd-seq-oss
alias /dev/mixer snd-mixer-oss
And be sure the following in
/etc/devfsd.conf for alsa appears like so
# ALSA Permissions
REGISTER sound/.* PERMISSIONS root.sound 660
REGISTER snd/.* PERMISSIONS root.sound 660
be sure to unmute your devices after reboot.
-wd
Hobbes : Shouldn't we read the instructions?
Calvin : Do I look like a sissy?
Offline
soundcore is better know as sound.
modprobe sound
that being said loading alsa modules will often drag in the OSS sound module with it. if it doesn't then loading snd-pcm-oss likely would.
AKA uknowme
I am not your friend
Offline
If you're running 2.4, then soundcore is built in, you don't want to load it. If you're running 2.6, then it exists as a module.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Ok...I wish the alsa page had mentioned that soundcore was aka sound.
I've got another problem w/alsa which I'm starting on another string: http://bbs.archlinux.org/viewtopic.php?p=18827#18827
"To be a Spartan is to be a philosopher much more than to be an athlete."
Plato, the <i>Protagoras</i>, 342e-343a
Offline
Pages: 1