Ubuntu This forum is for the discussion of Ubuntu Linux. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-29-2006, 09:49 AM
|
#1
|
LQ Newbie
Registered: Nov 2005
Distribution: Ubuntu Linux
Posts: 8
Rep:
|
Acer Aspire 1642ZNWLMi audio problems
Hello.
I'm having trouble enabling audio on my Acer Aspire 1642Z laptop. Ubuntu detects my sound card, but I can't play any sounds - anywhere. I've tried with the built-in speakers and the speakerphone connection on the front of the laptop, but none of them work.
The sound card is an Intel HDA ALC833.
Here's my lspci output for the soundcard:
Code:
0000:00:1b.0 0403: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)
Here's lsmod | grep snd output:
Code:
snd_hda_intel 18964 2
snd_hda_codec 142640 1 snd_hda_intel
snd_pcm_oss 53664 0
snd_mixer_oss 18688 2 snd_pcm_oss
snd_pcm 89864 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 25220 1 snd_pcm
snd 55268 8 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 10208 2 snd
snd_page_alloc 10632 2 snd_hda_intel,snd_pcm
I have two devices in my volume control panel:
1 - OSS - Realtek ALC883
2 - Alsa - HDA Intel
I've went through all of the options for both of them, and I've unmuted and turned the volume up on all of the options. Nothing worked. I've tried compiling the drivers from the Realtek website, but it made things worse - Ubuntu didn't detect my soundcard at all after restart, so I reinstalled the OS.
Any solutions for this one?
EDIT: I'm using Ubuntu 6.06.
Thank you in advance,
Nikola
Last edited by zweistein; 07-29-2006 at 10:24 AM.
|
|
|
07-29-2006, 10:30 AM
|
#2
|
Member
Registered: Jul 2006
Location: Lancaster, PA
Distribution: Slackware, FreeBSD,
Posts: 43
Rep:
|
open a terminal and use alsamixer to adjust the sound settings...the audio control panel works ontop of this. Don't forget to do "alsactl save" after you make your changes.
|
|
|
07-29-2006, 10:35 AM
|
#3
|
LQ Newbie
Registered: Nov 2005
Distribution: Ubuntu Linux
Posts: 8
Original Poster
Rep:
|
Quote:
Originally Posted by myates1980
open a terminal and use alsamixer to adjust the sound settings...the audio control panel works ontop of this. Don't forget to do "alsactl save" after you make your changes.
|
Tried that, still nothing...
EDIT: I forgot to mention another (probably useful) piece of information... When I boot up the computer, just before I get the Ubuntu boot screen (just after GRUB finishes its work), I get the following messages:
Code:
[4294668.198000] PCI: Cannot allocate resource region 7 of bridge 0000:00:1c.0
[4294668.198000] PCI: Cannot allocate resource region 8 of bridge 0000:00:1c.0
[4294668.198000] PCI: Cannot allocate resource region 9 of bridge 0000:00:1c.0
[4294668.198000] PCI: Cannot allocate resource region 7 of bridge 0000:00:1c.1
[4294668.198000] PCI: Cannot allocate resource region 8 of bridge 0000:00:1c.1
[4294668.198000] PCI: Cannot allocate resource region 9 of bridge 0000:00:1c.1
[4294668.198000] PCI: Cannot allocate resource region 7 of bridge 0000:00:1c.2
[4294668.198000] PCI: Cannot allocate resource region 8 of bridge 0000:00:1c.2
[4294668.198000] PCI: Cannot allocate resource region 9 of bridge 0000:00:1c.2
[4294668.630000] Cannot allocate resource for EISA slot 1
[4294668.630000] Cannot allocate resource for EISA slot 2
Last edited by zweistein; 07-29-2006 at 10:48 AM.
|
|
|
07-29-2006, 10:50 AM
|
#4
|
Member
Registered: Jul 2006
Location: Lancaster, PA
Distribution: Slackware, FreeBSD,
Posts: 43
Rep:
|
try booting up without acpi...see if it works then...also try muting everything in alsamixer except Master and PCM.
|
|
|
07-29-2006, 10:55 AM
|
#5
|
Member
Registered: Jul 2006
Location: Lancaster, PA
Distribution: Slackware, FreeBSD,
Posts: 43
Rep:
|
sudo nano /etc/modprobe.d/alsa-base
add this to the end:
options snd-hda-intel model=laptop
let me know.
|
|
|
07-29-2006, 11:20 AM
|
#6
|
LQ Newbie
Registered: Nov 2005
Distribution: Ubuntu Linux
Posts: 8
Original Poster
Rep:
|
Hey, myates1980!
Unfortunately, none of that worked... When I boot the laptop with the acpi=off option, my network card and my sound card don't work at all (they don't get recognized by Ubuntu).
|
|
|
07-30-2006, 03:55 AM
|
#7
|
LQ Newbie
Registered: Nov 2005
Distribution: Ubuntu Linux
Posts: 8
Original Poster
Rep:
|
Unfortunately, it seems that this is a bug in ALSA. It looks like some people are working on it, so we can probably expect a solution in the nearer future. In the meantime, if anyone finds a way to make sound work on this laptop, I'd be more than thankful if he'd post the solution in here.
Thanks for your help guys!
|
|
|
08-13-2006, 11:22 AM
|
#8
|
LQ Newbie
Registered: Feb 2006
Posts: 1
Rep:
|
Bugger! I just bought one of these laptops and I have the same problem. I suppose I will have to wait for the bug fix too.
|
|
|
09-13-2006, 01:45 PM
|
#9
|
Member
Registered: Mar 2004
Location: Somerset, UK
Distribution: Zenwalk Current & Ubuntu Feisty
Posts: 61
Rep:
|
There is actually a patch to solve this problem. I haven't managed to do it yet as I'm on ubuntu and can't figure how to uninstall the old version of ALSA without it messing everything else up. Anyway, I explain that in my post later in the thread this link takes you to.
Clicky!
|
|
|
11-08-2006, 06:42 AM
|
#10
|
Member
Registered: Mar 2004
Location: Somerset, UK
Distribution: Zenwalk Current & Ubuntu Feisty
Posts: 61
Rep:
|
Oh crap... I was just reading this thread thinking that someone might have solved it but then found that I made the last post on it
It's been 3 months now and I'm so sick of it.
|
|
|
11-08-2006, 07:28 AM
|
#11
|
Member
Registered: Mar 2004
Location: Somerset, UK
Distribution: Zenwalk Current & Ubuntu Feisty
Posts: 61
Rep:
|
This document claims that it's supported...
http://hg-mirror.alsa-project.org/al...t;style=gitweb
using the options=acer
I get the following error(s):
ACPI: PCI Interrupt 0000:00:14.2[A] -> GSI 16 (level, low) -> IRQ 209
hda_codec: Unknown model for ALC883, trying auto-probe from BIOS...
hda_codec: num_steps = 0 for NID=0x9
hda_codec: num_steps = 0 for NID=0x9
hda_codec: num_steps = 0 for NID=0x9
hda_codec: num_steps = 0 for NID=0x9
hda_codec: num_steps = 0 for NID=0x9
etc ...
|
|
|
11-23-2006, 07:31 AM
|
#12
|
Member
Registered: Mar 2004
Location: Somerset, UK
Distribution: Zenwalk Current & Ubuntu Feisty
Posts: 61
Rep:
|
Solved
I managed to solve the problem using Slackware. The reason I chose that distro is because it doesn't do auto updates that would break all my hard work or dependency checking that could potentially do the same.
What I had to do was compile my own alsa (driver, lib, utils, oss) version 1.0.13. Remove all sound-based modules from /lib/modules/linux-2.17.13/sound/ and manually put in there the ones that are needed:
snd
soundcore
snd_page_alloc
snd_pcm
snd_timer
snd_hda_codec
snd_hda_intel
I then had to check that they'd get loaded in the correct order using depmod. You can find the correct order by attempting to modprobe each one and if it fails then check dmesg for what it needs.
After loading all of the modules needed it works fine! (about time too)
|
|
|
07-07-2008, 01:32 AM
|
#13
|
LQ Newbie
Registered: Jul 2008
Posts: 1
Rep:
|
Peoblems solved with kernel update
Hello, the problem is easy to solve on every linux by update the kernel. I was able to solve this audio (bug) on Centos 5 by yum update kernel. The last kernels know about the chipset and work fine with audio and lan controler.
|
|
|
All times are GMT -5. The time now is 02:35 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|