LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 07-08-2009, 08:19 PM   #1
piojosnos
LQ Newbie
 
Registered: Sep 2007
Posts: 4

Rep: Reputation: 0
Weird sound problem with debian on hp dv3000 notebook


Hi,

I have a HP dv3000 laptop, and when I install debian "testing" mostly all works except the wireless.

It happens because "testing" release is currently includes kernel 2.6.26 and my wireless (PRO/Wireless 5100 AGN) is supported from 2.6.27 and above. So I set up my repositories to sid and downloaded 2.6.30 in order to have wireless (mostly what says here: http://wiki.debian.org/iwlagn).

But the weird thing is that using the new kernel 2.6.30 I just have no sound! With the default 2.6.26 "testing" kernel I have sound (see lspci below for sound card specs, but mostly an intel). In fact, when ever I play a sound the player is playing (time is running, visual effects, vertical little bars that follow the sound are moving, no error, etc), but just there is no sound.

I've tested mostly every thing I can think about, headphones also don't sound, checked mixer to see if something is muted, checked modules to see if loaded, restarted alsa, etc, I really have not a clue :-/

Other tip is that it's not only the 2.6.30 kernel, what ever kernel I install above 2.6.26 just does not sound, it does not matter the repository it comes from, or if I compile it my self, or even if I install a kernel from ubuntu that I've checked that sounds from a live cd...

This thing is puzzling me... any idea?

lspci:
Quote:
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 9300M GS] (rev a1)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
03:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection
Best Regards
Demián
 
Old 07-09-2009, 12:58 PM   #2
beiller
LQ Newbie
 
Registered: Nov 2008
Posts: 22

Rep: Reputation: 15
Are you using Gnome?

Sometimes the mixer is set to mute things by default. Try opening up the mixer in gnome, edit preferences and enable all channels, and make sure none are muted.

Also in gnome you can select which card is being used to output sound in the main gnome menu, although I dont think thats a problem considering you only have 1 sound card.

Otherwise there is a command line utility to run as root : alsaconf . Try running that as root and it should set up your card.
 
Old 07-10-2009, 11:50 PM   #3
piojosnos
LQ Newbie
 
Registered: Sep 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by beiller View Post
Are you using Gnome?
No, I'm on fluxbox. Already checked the mixer with alsamixer and all seems to be unmuted...

Quote:
Originally Posted by beiller View Post
Otherwise there is a command line utility to run as root : alsaconf . Try running that as root and it should set up your card.
alsaconf is deprecated (acording to alsa people is used only to identify old ISA / PCI cards) and was removed from alsa-utils (at least from debian testing. Any way, I managed to install it and give it a try but no results so far, still with out sound :-(
 
Old 07-13-2009, 09:34 PM   #4
piojosnos
LQ Newbie
 
Registered: Sep 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Ok, now this is getting even worst...

I've finally choose to left debian because this problem and move to ubuntu. I've installed 9.04 with the "2.6.28-generic" kernel and then realized that to have my 4GB of ram recognized I had to install from repositories the "2.6.28-server" kernel (same version different flavor). Installed it and guess what? No sound after that:-/

Am I going to lost my sound every time I upgrade a kernel from the repositories?

Any ideas?
This is driving me crazy and I'm clueless...
 
Old 07-28-2009, 12:51 PM   #5
piojosnos
LQ Newbie
 
Registered: Sep 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Ok, solved the problem

It's not perfect, but at least I can listen music!

The clue that solved the problem was from this post:

http://forums.opensuse.org/hardware/...on-dv3500.html

And the solution was to create a "/etc/modprobe.d/sound.conf" file with the following contents:

Quote:
alias snd-card-0 snd-hda-intel
options snd-hda-intel index=0 model=hp-m4
Then you can do as root:

Quote:
[root@foo ~]$/etc/init.d/alsa-utils stop
[root@foo ~]$alsa force-reload
[root@foo ~]$/etc/init.d/alsa-utils start
It's probable that first time you do a stop / start on alsa-utils you see some errors on the console, further stop / start should work ok. But if that or other thing is giving trouble just delete /var/lib/alsa/asound.state and reload modules, that should do the trick.

Regards,
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sound Blaster Audigy 2 ZS Notebook + Debian = Halt? chiappa Linux - Hardware 1 12-25-2006 12:35 PM
weird sound problem Nocker Slackware 6 08-17-2006 10:55 PM
Weird Sound Problem hashbrown Mandriva 6 04-07-2006 09:36 AM
weird sound problem micder Slackware - Installation 0 10-25-2004 12:41 PM
another weird sound problem... ScreeminChikin Linux - General 6 11-19-2002 10:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 02:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration