Results 1 to 10 of 11
Hi all, i'm setting ALSA using the one provided by the kernel, but everytime i login or restart the sound server i got this messagebox popping out and my linux ...
- 02-23-2006 #1Just Joined!
- Join Date
- Feb 2006
- Posts
- 15
Linux ALSA problem
Hi all, i'm setting ALSA using the one provided by the kernel, but everytime i login or restart the sound server i got this messagebox popping out and my linux remains silent without sound.
can anyone tell me how to fix this? i googled around and found that i should make the device using mkdev but it doesn't work for me.Sound server informational message:
Error while initializing the sound driver:
device: default can't be opened for playback (No such file or directory)
The sound server will continue, using the null output device.
thank you very much!
- 02-23-2006 #2
This message sometimes occurs when one is not a member of the "audio" group.
Make sure that your username figure in the "audio" section of the file /etc/group."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 02-23-2006 #3Just Joined!
- Join Date
- Feb 2006
- Posts
- 15
thank you, but this message also appears when i login as root.
- 02-23-2006 #4Well, I don't think this should be necessary, because much likely you are using a recent version of "udev", and not "devfs". So, mkdev is useless in your case.
Originally Posted by INA_ctive
Just make sure the appropriate module for your sound card is loaded.
What is your sound card?
will tell you.Code:lspci
And
will inform you if the module for your sound card is loaded.Code:lsmod | grep -i snd
If not, "modprobe" it.
It's all I can think of right now...
Gentoo eh? So you did build the kernel with ALSA and support for your soundcard? The 2 of them as modules?"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 02-25-2006 #5
i think you may have included the Open Sound System into the kernel as well. this conflicts with ALSA. i had the same problem. to solve it, follow this guide. this is what i used to install ALSA. use the modules instead of building it into the kernel
Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?
- 02-25-2006 #6Linux Newbie
- Join Date
- Feb 2006
- Location
- KP22
- Posts
- 106
Yep, or then you have esd or similar sound daemon running, which keeps /dev/dsp (or whatever your sound device is) busy and unreachable from alsa daemon.
- 02-28-2006 #7Just Joined!
- Join Date
- Feb 2006
- Posts
- 15
i tried to lspci and my sound card is listed as:
but the lsmod returns zero results. how to load the souncard module? what module should i load?0000:00:1e.2 Multimedia audio controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
thank you.
- 02-28-2006 #8Just Joined!
- Join Date
- Feb 2006
- Posts
- 15
i tried to lspci and my sound card is listed as:
but the lsmod returns zero results. how to load the souncard module? what module should i load?0000:00:1e.2 Multimedia audio controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
thank you.
oh, and yes, i'm using the gentoo-alsa guide
- 02-28-2006 #9
don't worry, the gentoo-alsa guide sorts everything out.
Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?
- 02-28-2006 #10Just Joined!
- Join Date
- Feb 2006
- Posts
- 15
no i mean i've been following the guide but i come into this difficulty, lol :P


Reply With Quote
