LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   lost sound ?? (https://www.linuxquestions.org/questions/debian-26/lost-sound-275643/)

terfy 01-09-2005 05:45 AM

lost sound ??
 
where the heck is my sound ??

how can I see if my sound driver is proberly installed ??

terfy 01-09-2005 05:58 AM

my xmms halts alomst every time I open it too..

could there be a conflict someplace ??

Ice9 01-09-2005 06:27 AM

Quote:

how can I see if my sound driver is proberly installed ??
run lsmod in a console and look after the "sound" entry, your driver should be listed next to it

terfy 01-09-2005 06:33 AM

there is an "sound" in there..

but I don't get any sound when I play music.. in all applications..

makuyl 01-09-2005 06:41 AM

Are the volumes pumped up? Run:
aumix
alsamixer
kmix

Do you use alsa or oss? If you have snd- modules you use alsa, sound modules are oss.

Ice9 01-09-2005 06:43 AM

You should be getting something like
Code:

Module                  Size  Used by
snd_pcm_oss            54024  0
snd_mixer_oss          20192  3 snd_pcm_oss
nvidia              3470108  12
ipv6                  264096  8
af_packet              22504  2
emu10k1                84004  0
sound                  84204  1 emu10k1

Do you actually have a sound modules listed?

terfy 01-09-2005 07:09 AM

Its all pumped up.. though I cannot find alsamixer..

apt-get install alsamixer doesn't exist either..

Ice9 01-09-2005 07:50 AM

do apt-get install alsamixergui

terfy 01-09-2005 02:45 PM

thank you..

but.. I get this message to many programs I'm trying to load from the shell..

debian:/media# alsamixergui

Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Can't open display: :0.0


it is just one of them.. but same messages... can't open :0.0 and some X server thing many times..

know this problem someone ??

Ice9 01-09-2005 03:15 PM

This problem is often encoutnered when trying to run X programs from the shell either as root or as user without having properly exited from su.

Be sure you run the program as your regular user, not root!
And if you su-ed to root, simply su-ing back to regular user won't cut it, you have to actually exit the shell.

zvonSully 01-10-2005 03:51 AM

If u are logged as a normal user start konqueror from the sistem menu->System->More Aplications->Konqueror super userMode and in Konqueror menu->Window->Show terminal and there use that command

terfy 01-10-2005 04:59 AM

function snd_ctl_open failed for default: no such file or directory..

And I DID install it from apt-get..

makuyl 01-10-2005 10:35 AM

Try setting it up with running: alsaconf

terfy 01-10-2005 06:52 PM

hmm, suddenly it works fine again..

strange..


All times are GMT -5. The time now is 01:35 AM.