
sudo apt-get update
sudo apt-get dist-upgrade
alsamixer <---to make sure the volume is up
dmesg |grep sound <-----post this if it still is not working
inxi -A <---post this so I can see your audio device

inktitan wrote:ok. It is possible the update had knocked out the needed driver but the re-install should have fixed that. So lets try (save any open files first)
- Code: Select all
sudo apt-get update
sudo apt-get dist-upgrade
alsamixer <---to make sure the volume is up
dmesg |grep sound <-----post this if it still is not working
inxi -A <---post this so I can see your audio device








inktitan wrote:OK I am not sure I see anything wrong there except maybe the ATI Intel combo. So lets try the simple stuff. First right click the volume control and make sure it is not muted in any of the settings.



inktitan wrote:Ok. Go ahead and post your lsmod.
inktitan wrote:And look over you dmesg to see if happens to mention anything about your audio.
inktitan wrote:You said headphones were working? Can you get them to work now? I will have to look around for this. I found a bug report about this card on a Ubuntu system. Not the same issues. They had erratic sounds. I didn't see a fix. Some Ubuntu fixes will work on Debian systems.

sudo cat /var/log/messages 

inktitan wrote:sorry dmesg was the wrong way to go. Try
- Code: Select all
sudo cat /var/log/messages
this will give you a list of messages with dates.

sudo cat /var/log/messages |lesssudo modprobe -r snd_hda_intel

inktitan wrote:Ok try it this way
- Code: Select all
sudo cat /var/log/messages |less
if less doesn't work you can try tail. This is supposed to let you view the error reports.
Of course if you really only have one message the other commands should reflect just that. Meaning your PC does not know what went wrong.
My guess is that you have an ATI card with that Intel driver assigned to it. I don't know how common that is but it looks awfully suspicious.
to remove the hda_intel typeKeep in mind that this is taking the assigned driver/module out of your kernel. You will need to replace it with the proper driver for your sound card. Which is proving to be hard to find. This might mean it is supposed to use the Intel driver. I am kind of at a loss here.
- Code: Select all
sudo modprobe -r snd_hda_intel

sudo apt-get update
sudo apt-get dist-upgrade

inktitan wrote:Hopefully this can work itself out as these things sometimes do.

alfavictory wrote:inktitan wrote:Hopefully this can work itself out as these things sometimes do.
Here is another question, if I delete driver from kernel and make dist-update, does it take another driver or will put sound_hda_intel back?


inktitan wrote:It might ignore the driver issue since you would have been the one to remove it. From what I have read I think the Intel driver is the one you need and the problem is elsewhere.






inktitan wrote:Have you tried the link above? It shows how to upgrade the kernel so you can use your OS with a different kernel.

gksudo gedit /etc/modprobe.d/alsa-base.conf
Users browsing this forum: No registered users and 4 guests