Computing.Net > Forums > Linux > soundproblem in debian

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

soundproblem in debian

Reply to Message Icon

Name: Johanovitch
Date: September 16, 2003 at 11:46:28 Pacific
OS: debian 3.0
CPU/Ram: 500MHz/384MB
Comment:

Hi, I'm having problems with my sound on a freshly installed debian box.

during startup, I get this error:

Starting ALSA sound driver (version number):modprobe: can't locate module snd
failed.

when KDE loads, I get the folowing error:

sound server information message:
error while initializing the sound driver:
device /dev/dsp can't be opened (permission denied)
the sound server will continue, using the null output device.

and of course, the sound isn't working...

I'm starting to get familiar with linux, but I don't know much about modules.
can somebody help me solving this problem?
I already checked if the user is in the audio-group. this is OK. I don't know what to do next.

any help apreciated.

Johan



Sponsored Link
Ads by Google

Response Number 1
Name: 3Dave
Date: September 23, 2003 at 04:21:07 Pacific
Reply:

What sound card do you have?

Can't remember what file controls the
loading of modules in debian, but it will
be called something like rc.modules. Have a
look through that and see which of the
sound modules is trying to be loaded at
boot time (ie the one uncommented). Look
through the list and try to find a module
the matches your card. You can test it as
root to see if it loads correctly:
# modprobe emu10k1
should load the module for a soundblaster
live. To list loaded modules "lsmod", to
unload one "rmmod ModuleName"


0

Response Number 2
Name: Johanovitch
Date: September 23, 2003 at 06:38:59 Pacific
Reply:

Oops, sorry, forgot to mention what card... its a ensonic 1370 (in windows, creative soundblaster-drivers are used.
I will try these things you mentionned.

Johan


0

Response Number 3
Name: Johanovitch
Date: September 23, 2003 at 07:02:59 Pacific
Reply:

hmmm, didn't find a rc.modules
I found modules.conf however, but couldn't really find anything about the soundcard. There was 1 line about ALSA, but I don't know what it means.


0

Response Number 4
Name: 3Dave
Date: September 23, 2003 at 07:21:52 Pacific
Reply:

As root, try:
# modprobe es1370

If that works, you can try adding it to
your rc.local file (a bit like autoexec.bat
under windoze) so it runs on boot. You will
have to put the whole path in, ie:
/sbin/modprobe es1370


0

Response Number 5
Name: Johanovitch
Date: September 29, 2003 at 02:00:42 Pacific
Reply:

I get this when I do modprobe es1370:

modprobe: Can't locate module es1370

Where can I get it?


0

Related Posts

See More



Response Number 6
Name: 3Dave
Date: September 29, 2003 at 07:04:24 Pacific
Reply:

I think you will need to recompile your
kernel and select es1370 to be a module (or
you could try compiling support directly
into the kernel instead).


0

Sponsored Link
Ads by Google
Reply to Message Icon

Dual boot Linux and Win2K... Automatic logoff for Linu...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: soundproblem in debian

Installing a package in Debian www.computing.net/answers/linux/installing-a-package-in-debian/10168.html

XFree86 configuration in Debian www.computing.net/answers/linux/xfree86-configuration-in-debian/17530.html

Bootsplash in Debian www.computing.net/answers/linux/bootsplash-in-debian/23193.html