Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Hardware & Laptops
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hardware & Laptops
Problems with hardware & laptops not being detected or supported during or after install.

 
Thread Tools Display Modes
Old July 30th, 2008   #1
Frem
Gee! These Aren't Roasted!
 
Frem's Avatar
 
Join Date: Apr 2006
Location: Longview, TX
Beans: 185
Ubuntu 9.10 Karmic Koala
Send a message via AIM to Frem
Cool Sound disabled after suspend/resume on Vostro 1510

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
I read here that unloading and reloading the module works for some people.
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
Any help on module options which fix this, reloading the module, or reloading the module automatically after resume from suspend would be appreciated.
Frem is offline   Reply With Quote
Old August 7th, 2008   #2
iamvaz
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)
iamvaz is offline   Reply With Quote
Old August 7th, 2008   #3
Frem
Gee! These Aren't Roasted!
 
Frem's Avatar
 
Join Date: Apr 2006
Location: Longview, TX
Beans: 185
Ubuntu 9.10 Karmic Koala
Send a message via AIM to Frem
Re: Sound disabled after suspend/resume on Vostro 1510

iamvaz, This is from my install notes (avalible in my sig)
Quote:
Getting the Ethernet card to work
from: http://www.stupent.at/2008/06/22/ubu...1510-a-review/
Giuseppe Says:
July 11th, 2008 at 09:02
Hi there, I’m currently using ubuntu 8.04. I had serious problems with the Realtek RTL8111/8168B Gigabit Ethernet controller (all packets dropped). The module name is r8169. I would like to report that I was able to fix the issue by passing the pci=nomsi parameter to the kernel at boot time. (edit /boot/grub/menu.lst)
--
Additionally, I had to disable the option in Windows Vista which allowed the hardware to be disabled to conserve power.
GDM is not using the sound card. You can check this with the following command:
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!
Frem is offline   Reply With Quote
Old August 17th, 2008   #4
Frem
Gee! These Aren't Roasted!
 
Frem's Avatar
 
Join Date: Apr 2006
Location: Longview, TX
Beans: 185
Ubuntu 9.10 Karmic Koala
Send a message via AIM to Frem
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!
Frem is offline   Reply With Quote
Old October 8th, 2008   #5
gerard67
5 Cups of Ubuntu
 
gerard67's Avatar
 
Join Date: Nov 2005
Location: France - Brest
Beans: 19
Gutsy Gibbon Testing
Send a message via ICQ to gerard67 Send a message via Skype™ to gerard67
Re: Sound disabled after suspend/resume on Vostro 1510

Quote:
Originally Posted by Frem View Post
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)

Thank you !
__________________
Phd. Student - Teaching assistant - http://www.aromate.org
gerard67 is offline   Reply With Quote
Old October 16th, 2008   #6
isparkes
A Carafe of Ubuntu
 
isparkes's Avatar
 
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.
isparkes is offline   Reply With Quote

Bookmarks

Tags
snd_hda_intel, sound, suspend, vostro 1510

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:44 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry