LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Sound Drivers not working in Ubuntu (https://www.linuxquestions.org/questions/linux-hardware-18/sound-drivers-not-working-in-ubuntu-463123/)

Thorlord 07-11-2006 08:44 PM

Sound Drivers not working in Ubuntu
 
when i started Ubuntu, the sound worked fine. then after i switched kernals to a kernal more friendly to my Intel Celeron D 325.

anywho, the sound stopped working, the volume control panel that i have says that no correct driver is found.

the laptop im on is a Toshiba Satellite A65-S1362, the sticker on the laptop says its an SRS sound system. im not sure if thats the onboard crap speakers, or the soundcard thats in the laptop.

im running Ubuntu 6.06
any help in fixing this problem will be greatly appriciated.

b0uncer 07-13-2006 06:31 AM

If you don't want to switch your kernel (again) nor recompile it yourself, your only option is to locate the driver or kernel module. If you got a driver, install it using the instructions provided with it; if you're looking for a kernel module, here's how it happens:

Code:

modprobe -l | less
# Now look for a module filename that sounds
# familiar and might suite your soundcard..
# If/when you find it, remember the modulename
# (filename without the .xx in the end). Press q

modprobe <modulename you just found>

Then simply retry if it works. Modules that you have currently loaded into your kernel can be seen via

Code:

lsmod

saraB 07-29-2008 05:12 AM

Hello,

Had the same problem, this is how i did it
fixya.com/support/t850063-ubuntu_sound_problem

I thinks it's worth a try.
Sara.


All times are GMT -5. The time now is 11:41 AM.