LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 07-29-2006, 08:49 AM   #1
zweistein
LQ Newbie
 
Registered: Nov 2005
Distribution: Ubuntu Linux
Posts: 8

Rep: Reputation: 0
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 09:24 AM.
 
Old 07-29-2006, 09:30 AM   #2
myates1980
Member
 
Registered: Jul 2006
Location: Lancaster, PA
Distribution: Slackware, FreeBSD,
Posts: 43

Rep: Reputation: 15
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.
 
Old 07-29-2006, 09:35 AM   #3
zweistein
LQ Newbie
 
Registered: Nov 2005
Distribution: Ubuntu Linux
Posts: 8

Original Poster
Rep: Reputation: 0
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 09:48 AM.
 
Old 07-29-2006, 09:50 AM   #4
myates1980
Member
 
Registered: Jul 2006
Location: Lancaster, PA
Distribution: Slackware, FreeBSD,
Posts: 43

Rep: Reputation: 15
try booting up without acpi...see if it works then...also try muting everything in alsamixer except Master and PCM.
 
Old 07-29-2006, 09:55 AM   #5
myates1980
Member
 
Registered: Jul 2006
Location: Lancaster, PA
Distribution: Slackware, FreeBSD,
Posts: 43

Rep: Reputation: 15
sudo nano /etc/modprobe.d/alsa-base

add this to the end:

options snd-hda-intel model=laptop

let me know.
 
Old 07-29-2006, 10:20 AM   #6
zweistein
LQ Newbie
 
Registered: Nov 2005
Distribution: Ubuntu Linux
Posts: 8

Original Poster
Rep: Reputation: 0
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).
 
Old 07-30-2006, 02:55 AM   #7
zweistein
LQ Newbie
 
Registered: Nov 2005
Distribution: Ubuntu Linux
Posts: 8

Original Poster
Rep: Reputation: 0
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!
 
Old 08-13-2006, 10:22 AM   #8
joehayhurst
LQ Newbie
 
Registered: Feb 2006
Posts: 1

Rep: Reputation: 0
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.
 
Old 09-13-2006, 12:45 PM   #9
Niteskye
Member
 
Registered: Mar 2004
Location: Somerset, UK
Distribution: Zenwalk Current & Ubuntu Feisty
Posts: 61

Rep: Reputation: 15
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!
 
Old 11-08-2006, 05:42 AM   #10
Niteskye
Member
 
Registered: Mar 2004
Location: Somerset, UK
Distribution: Zenwalk Current & Ubuntu Feisty
Posts: 61

Rep: Reputation: 15
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.
 
Old 11-08-2006, 06:28 AM   #11
Niteskye
Member
 
Registered: Mar 2004
Location: Somerset, UK
Distribution: Zenwalk Current & Ubuntu Feisty
Posts: 61

Rep: Reputation: 15
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 ...
 
Old 11-23-2006, 06:31 AM   #12
Niteskye
Member
 
Registered: Mar 2004
Location: Somerset, UK
Distribution: Zenwalk Current & Ubuntu Feisty
Posts: 61

Rep: Reputation: 15
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)
 
Old 07-07-2008, 12:32 AM   #13
ARASEL
LQ Newbie
 
Registered: Jul 2008
Posts: 1

Rep: Reputation: 0
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.
 
  


Reply

Tags
acer, alc, aspire, sound, ubuntu



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
how to make i810's audio module to work with Acer Aspire 1682 ? cyu021 Linux - Laptop and Netbook 4 03-07-2005 06:28 AM
laptop Acer Aspire 1522 Problems JJX Debian 2 01-01-2005 05:44 PM
Audio problem on Acer Aspire 1202x (1200 series) ylkien Linux - Hardware 0 09-09-2004 07:16 AM
APM or APCI on ACER Aspire 2012WLMi (Aspire 2010 Family) FTP_Palace Linux - Laptop and Netbook 4 07-15-2004 06:08 PM
Touchpad problems on Acer Aspire 1203 fughetta Linux - Laptop and Netbook 4 09-19-2003 01:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 10:11 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