Alienware M17x - no sound with most distros. IDT 92HD73C1X5 chip.
Linux - Laptop and NetbookHaving 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
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.
Alienware M17x - no sound with most distros. IDT 92HD73C1X5 chip.
I just don't get it. Sound is completely broken even though it is detected as NVidia HDA (MCP79). The only distros that work are openSUSE and MEPIS. Everything else detects it but there is no sound coming through my speakers at all.
Does anyone have any ideas? I thought that it was PulseAudio distros until I realized that openSUSE uses PulseAudio too. *scratches head*
This is just crazy to me. Everything else works great but sound is completely borked. I am not new to linux. The exact chip I'm using is an IDT 92HD73C1X5 and it just flat out refuses to work. I've tried making sure nothing is muted in alsamixer (nothing is)... I'm completely lost. Can anyone help me out here?
Last edited by Ethrem; 11-24-2009 at 03:06 AM.
Click here to see the post LQ members have rated as the most helpful post in this thread.
My suspicion is that the intel module (snd_hda_intel) is loading as the default when it is not required.
You could try this, easily reversible hack (config adjustment).
Not sure if this will work with ubuntu, because of Debianisms, but...
You should be able to blacklist a module you don't want to load.
With Mandriva 2010, the text file is...
/etc/modprobe.d/blacklist-mdv
Code:
# blacklisted modules for PCI coldplug
# see also /etc/modprobe.d/blacklist-compat
blacklist rivatv
# For some bridges both intel-agp and i82875p_edac are loaded. If i82875p_edac
# is loaded first it will grab the device. Then intel-agp doesn't work.
# Therefore we disable automatic loading of 82875p_edac. (Bug 213840)
# https://bugzilla.novell.com/show_bug.cgi?id=213840
blacklist i82875p_edac
# do not use "Boot Protocol" drivers, we prefer usbhid
# and they cause problems when loaded together with usbhid (#37726, #40861)
blacklist usbkbd
blacklist usbmouse
blacklist kbd
blacklist pcspkr
there is also...
/etc/modprobe.d/blacklist-compat
Code:
#
# Listing a module here prevents the hotplug scripts from loading it.
# Usually that'd be so that some other driver will bind it instead,
# no matter which driver happens to get probed first. Sometimes user
# mode tools can also control driver binding.
#
# Syntax: driver name alone (without any spaces) on a line. Other
# lines are ignored.
#
# watchdog drivers
blacklist i8xx_tco
# framebuffer drivers
blacklist aty128fb
blacklist atyfb
blacklist radeonfb
blacklist i810fb
blacklist cirrusfb
blacklist intelfb
blacklist kyrofb
blacklist i2c-matroxfb
blacklist hgafb
blacklist nvidiafb
blacklist rivafb
blacklist savagefb
blacklist sstfb
blacklist neofb
blacklist tridentfb
blacklist tdfxfb
blacklist virgefb
blacklist vga16fb
blacklist matroxfb_base
# ISDN - see bugs 154799, 159068
blacklist hisax
blacklist hisax_fcpcipnp
if you have a desktop search, you might look "in files" for blacklist
Easy to reverse.
I also had to blacklist pcspkr (pc speaker) to allow my usb audio to work, even when the module was loaded. Maybe you could try that too.
I have an Alienware M17x with the "nVidia Corporation MCP79 High Definition Audio" chipset which is not working out of the box with Ubuntu 9.10 Karmic Koala..
You just have to install the following packages and reboot :
I've installed the first package and rebooted but no sound appeared so I I found the second package which directly concerns the sound and I've installed it and rebooted.. and now I can burst my ears with High Quality Sound from Linux !!
I have an Alienware M17x with the "nVidia Corporation MCP79 High Definition Audio" chipset which is not working out of the box with Ubuntu 9.10 Karmic Koala..
You just have to install the following packages and reboot :
I've installed the first package and rebooted but no sound appeared so I I found the second package which directly concerns the sound and I've installed it and rebooted.. and now I can burst my ears with High Quality Sound from Linux !!
People enjoy the solution
I use Macbook 6,1 (White) with same chipset. Currently trying your solution. Will report here if it fix.
I've finally fix the problem via force version for backports modules due 2.6-31-14, and run the alsamixer turn the front speaker to max (In ubuntu 9.10 I can't find front speaker configuration).
Thanks! Now I able to dualboot my Macbook 6,1 and Ubuntu 9.10 happily and share my musics.
I've finally fix the problem via force version for backports modules due 2.6-31-14, and run the alsamixer turn the front speaker to max (In ubuntu 9.10 I can't find front speaker configuration).
Thanks! Now I able to dualboot my Macbook 6,1 and Ubuntu 9.10 happily and share my musics.
Unfortunately I found this is not perfect solution because my WIFI is gone! The best solution is remove backports modules and recompile the ALSA from latest source. Now my Macbook 6,1 work perfectly.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.