![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Hardware & Laptops Problems with hardware & laptops not being detected or supported during or after install. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Gee! These Aren't Roasted!
![]() |
Sound does not play in any application after suspending and resuming my Dell Vistro 1510 laptop. It will work after a reboot.
Code:
$ lspci|grep Audio 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) $ lsmod|grep snd snd_hda_intel 344728 5 snd_hwdep 10500 1 snd_hda_intel snd_pcm_oss 42144 0 snd_pcm 78596 3 snd_hda_intel,snd_pcm_oss snd_page_alloc 11400 2 snd_hda_intel,snd_pcm snd_mixer_oss 17920 1 snd_pcm_oss snd_seq_dummy 4868 0 snd_seq_oss 35584 0 snd_seq_midi 9376 0 snd_rawmidi 25760 1 snd_seq_midi snd_seq_midi_event 8320 2 snd_seq_oss,snd_seq_midi snd_seq 54224 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event snd_timer 24836 3 snd_pcm,snd_seq snd_seq_device 9612 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq snd 56996 19 snd_hda_intel,snd_hwdep,snd_pcm_oss,snd_pcm,snd_mixer_oss,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device soundcore 8800 1 snd Code:
# rmmod snd_hda_intel ERROR: Module snd_hda_intel is in use # rmmod $(lsmod | grep snd | cut -d " " -f 1) ERROR: Module snd_hda_intel is in use ERROR: Module snd_hwdep is in use by snd_hda_intel ERROR: Module snd_pcm is in use by snd_hda_intel ERROR: Module snd_page_alloc is in use by snd_hda_intel,snd_pcm ERROR: Module snd_timer is in use by snd_pcm ERROR: Module snd is in use by snd_hda_intel,snd_hwdep,snd_pcm,snd_timer ERROR: Module soundcore is in use by snd # rmmod snd_hwdep ERROR: Module snd_hwdep is in use by snd_hda_intel |
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Aug 2008
Beans: 1
|
Re: Sound disabled after suspend/resume on Vostro 1510
Hi:
I have the same problem I guess the module unload problems are due the fact that we still have apps running which are using sound (maybe even GDM) please let me know if you find a solution or work around BTW is your ethernet working ?? because mine isn't (just wireless) |
|
|
|
|
|
#3 | |
|
Gee! These Aren't Roasted!
![]() |
Re: Sound disabled after suspend/resume on Vostro 1510
iamvaz, This is from my install notes (avalible in my sig)
Quote:
sudo fuser -v /dev/snd/* The only thing I've got using it right now is pulseaudio, which should theoretically be handling all that stuff? Or not? I'm not really sure how it works, though I'll probably end up looking that up if nobody else finds a solution.
__________________
Ubuntu on the Dell Vostro 1510: see my progress! |
|
|
|
|
|
|
#4 |
|
Gee! These Aren't Roasted!
![]() |
Re: Sound disabled after suspend/resume on Vostro 1510
This Launchpad bug seems relevant.
Temporary fix! Running "sudo /sbin/alsa force-reload" will reload the sound drivers! (...and crash the Gnome volume control applet and Firefox, both of which were probably trying to use sound)
__________________
Ubuntu on the Dell Vostro 1510: see my progress! |
|
|
|
|
|
#5 | |
|
5 Cups of Ubuntu
![]() |
Re: Sound disabled after suspend/resume on Vostro 1510
Quote:
Thank you !
__________________
Phd. Student - Teaching assistant - http://www.aromate.org |
|
|
|
|
|
|
#6 |
|
A Carafe of Ubuntu
![]() Join Date: May 2007
Location: Switzerland
Beans: 91
Ubuntu Karmic Koala (testing)
|
Re: Sound disabled after suspend/resume on Vostro 1510
Strange... For me, it restores the annoying beep in the terminal, but not the real sound that I want to hear.
Curioser and curioser... I'm x64, if that makes andy difference. |
|
|
|
| Bookmarks |
| Tags |
| snd_hda_intel, sound, suspend, vostro 1510 |
| Thread Tools | |
| Display Modes | |
|
|