no sound after pkg. update ubuntu 8.10 kernel 2.6.27-4-generic
Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
no sound after pkg. update ubuntu 8.10 kernel 2.6.27-4-generic
as a general rule i update my packages each time the update icon
appears on my desktop. yesterday i updated the pkgs. as i normally
would. everything worked fine until i wanted to use the sound output
to listen to some music while i read. no matter what i tried and i
tried everything i could think of. i even went back to an earlier
kernel with no luck. i ran the system rescue disk, nothing. i now
have come crawling here in hope that someone could tell me what i
may obviously have overlooked.
It may or may not be relevant, but I have the issue as well, but on a completely different distro. On Slackware 12.1 with kernel 2.6.24-5 (similar to Ubuntu Hardy's 2.6.24-19) sound working just fine. I installed a testing kernel (2.6.27-rc6) and sound also stopped working, even though all of the relevant modules are loaded. If I boot back into the 2.6.24-5 kernel, sound is fine. I am continuing to investigate this to see if it is an issue with the 2.6.27 kernel.
to fuzzyworm.
sorry for the delay in replying. the sound was great before the update and i am the
only user. the answer to getent group | grep audio was audio:x:29ulse,robert-laptop,robert.
the second command i had no clue about. robert@robert-laptop:~$ is at the start of my command line which is the reason robert-laptop came up as a user. the only other info
i can think of was there was no sound at all from the speakers either in the laptop or my external ones.
rob.
Last edited by robert n.; 09-26-2008 at 09:47 PM.
Reason: capitals were used when it sould have been lower case
Distribution: Kubuntu, Debian, and various flavours thereof, Mandrake, my favourite being Kubuntu
Posts: 149
Rep:
Code:
$ getent group | grep audio
audio:x:29:pulse,robert-laptop,robert
That looks fine.
Quote:
Originally Posted by robert n.
the second command i had no clue about.
Which one? 'adduser' was to add you to the 'audio' group, if you weren't already a member. Did you try
Code:
sudo cat /dev/urandom > /dev/dsp
What this command does is to send random data to the sound device, which should, if the sound card is properly set up, produce random static from the speakers. This should be run as root (sudo), so that it will not be affected by permission issues.
If this succeeds, then the problem is very likely to be a minor one.
Try:
Code:
$ ls -l /dev/ | grep audio
At least one device should be listed as belonging to the 'audio' group.
Quote:
Originally Posted by robert n.
robert@robert-laptop:~$ is at the start of my command line which is the reason robert-laptop came up as a user. the only other info
i can think of was there was no sound at all from the speakers either in the laptop or my external ones.
rob.
Was this after the test described above?
The 'alsamixer' and 'sudo alsamixer' commands, especially the 'sudo alsamixer', are a good check, because sometimes the volume is turned right down as root, so even if a user turns their own volume up, the root volume settings override it.
Do you have a TV card or any other multimedia cards that may interfere?
the command line i had trouble with was, audio:x:<gid>:<list-of-usernames>.
also the test for static resulted in no sounds at all. if i missed anything i
have no idea what.
Distribution: Kubuntu, Debian, and various flavours thereof, Mandrake, my favourite being Kubuntu
Posts: 149
Rep:
sorry, my bad, that was the result that you should have seen, rather than a command to type in.
That would suggest that it there probably is something wrong with your setup.
What is the soundcard?
Are you using GNOME or KDE (There is a new sound system integrated in KDE now, which may have had problems setting up.)?
Also, could you post the results of 'lspci'.
When you ran the 'cat /dev/urandom ...' command, did any errors appear, or was there just no noise? Did you have to press Ctrl+C to get back to the command prompt?
Did you try adjusting the volume as root, using 'sudo alsamixer'?
you are not going to believe this but i have sound when using the line out
jack on my laptop but nothing out of it's speakers. i will try your other suggestions.
and see what strange effects will happen next.
Distribution: Kubuntu, Debian, and various flavours thereof, Mandrake, my favourite being Kubuntu
Posts: 149
Rep:
Quote:
Originally Posted by robert n.
you are not going to believe this but i have sound when using the line out
jack on my laptop but nothing out of it's speakers. i will try your other suggestions.
and see what strange effects will happen next.
rob.
That sounds like it's just a mixer problem - quite easily resolved with alsamixer.
Load alsamixer (sudo if necessary - root sometimes has different settings that may override the standard suer settings), then use the left and right arrow keys to move to the appropriate channel for the headphone socket, then use up and down arrow keys to adjust the volume. Press 'M' to mute/unmute the channel.
No output from sudo cat /dev/urandom >/dev/dsp
using 2.6.27-7 on Ibex, no sound since upgrade. With pulseaudio, the alsamixer only shows Playback Capture and All. Everything's at 100% as root and myself. I'm in the audio group, the devices are there. lspci shows my intel sound hardware, the snd-hal-intel sound module is loaded. Using another mixer I was able to check all inputs up and not muted. Looks like ubuntuforums has a lot of threads about this, but their database seems hung this morning so I can't look at them. The only message in /var/log/message that might have anything to do with it is:
Quote:
Oct 25 10:08:03 dell kernel: [ 98.478777] canberra-gtk-pl[6996]: segfault at 9fe2dc0 ip b725684d sp b6ffcf10 error 6 in libpulse.so.0.4.1[b7217000+4e000]
and from syslog:
Quote:
Oct 25 10:08:04 dell gnome-session[6846]: WARNING: Application 'libcanberra-login-sound.desktop' failed to register before timeout
$ getent group | grep audio
audio:x:29:pulse,robert-laptop,robert
That looks fine.
Which one? 'adduser' was to add you to the 'audio' group, if you weren't already a member. Did you try
Code:
sudo cat /dev/urandom > /dev/dsp
What this command does is to send random data to the sound device, which should, if the sound card is properly set up, produce random static from the speakers. This should be run as root (sudo), so that it will not be affected by permission issues.
If this succeeds, then the problem is very likely to be a minor one.
Try:
Code:
$ ls -l /dev/ | grep audio
At least one device should be listed as belonging to the 'audio' group.
Was this after the test described above?
The 'alsamixer' and 'sudo alsamixer' commands, especially the 'sudo alsamixer', are a good check, because sometimes the volume is turned right down as root, so even if a user turns their own volume up, the root volume settings override it.
Do you have a TV card or any other multimedia cards that may interfere?
I followed through with each step and received a positive for all checks, I am in the user list, and when I ran the:
Code:
sudo cat /dev/urandom > /dev/dsp
I did get static from my speakers. Now how do I fix my problem. Also note that when I go to System > Preferences > Sound and do a sound play back test this is what I get:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.