[ALSA] surround 5.1 not working on Acer Aspire 8943G

My laptop Acer 8943G has a ALC670 Realtek chip.
And it has built-in Dolby Home Theater 5.1 Cinematic Surround.
My problem is that I can't bring all the 5 speakers + subwoofer to work.
I'm using gnome3 (gnome-shell). In pulseaudio I see only surround 4.0, so speaker-test -Dsurround40 -c4 is working great and -Dsurround51 -c4 too but not with -c6:
[_artem_@linux-void ~]$ speaker-test -Dsurround40 -c4 -twav
speaker-test 1.0.24.2
Playback device is surround40
Stream parameters are 48000Hz, S16_LE, 4 channels
WAV file(s)
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 32 to 8192
Period size range from 16 to 4096
Using max buffer size 8192
Periods = 4
was set period_size = 2048
was set buffer_size = 8192
0 - Front Left
1 - Front Right
3 - Rear Right
2 - Rear Left
Time per period = 5.717822
0 - Front Left
^C
[_artem_@linux-void ~]$ speaker-test -Dsurround51 -c6 -twav
speaker-test 1.0.24.2
Playback device is surround51
Stream parameters are 48000Hz, S16_LE, 6 channels
WAV file(s)
Channels count (6) not available for playbacks: Invalid argument
Setting of hwparams failed: Invalid argument
[_artem_@linux-void ~]$
as pulse audio has no 5.1 profile for my hardware I decided to remove it completely, so I did.
now I have just alsa: speaker-test -D default -c6 -twav gives sound only on front-left, front-right, but it gives no error on hwparams
Yesterday on pulseaudio I got speaker-test -c6 -twav to give sound on all the speakers including LFE (subwoofer).
But that worked only with speaker-test, sound settings of gnome still gave me 4.0 profile where I could test only 4 channels.
That's why I wanted to play all the sounds directly through alsa without pulseaudio.
here is alsa-info
http://www.alsa-project.org/db/?f=4467f … 7f061397cb
here is alsamixer:
it has no options for channels, only FRONT (left-right) and SURROUND (left-right) no other controls, no  LFE, no CENTER, nothing.
the last thing I tried:
[_artem_@linux-void ~]$ cat .asoundrc
ctl.jack51 {
type hw
card 0
device 0
pcm.jack51 {
type asym
playback.pcm {
type plug
slave.pcm "surround51"
slave.channels 6
route_policy duplicate
capture.pcm {
type hw
card 0
device 0
[_artem_@linux-void ~]$
[_artem_@linux-void ~]$ sudo jackd -d alsa --device jack51 --inchannels 2 --outchannels 6
jackd 0.121.2
Copyright 2001-2009 Paul Davis, Stephane Letz, Jack O'Quinn, Torben Hohn and others.
jackd comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
could not open driver .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
JACK compiled with System V SHM support.
loading driver ..
creating alsa driver ... jack51|jack51|1024|2|48000|2|6|nomon|swmeter|-|32bit
ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL jack51
control open "jack51" (No such file or directory)
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM jack51
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM jack51
ALSA: Cannot open PCM device alsa_pcm for playback. Falling back to capture-only mode
cannot load driver module alsa
[_artem_@linux-void ~]$
I read already almost all the manuals but can't get it working, I played with default.pa, daemon.conf (both with pulseaudio) + .asoundrc
now since I delited pulseaudio completely, I tried everything with .asound + /etc/modprobe.d/alsa.conf (setting default card, manual setting the model) but nothing works.
I hope you can help me, because I have no idea what to do next
Last edited by _artem_ (2011-07-02 13:13:27)

I tried all the models from HD-Audio-Models.txt
ALC662/663/272
==============
3stack-dig 3-stack (2-channel) with SPDIF
3stack-6ch 3-stack (6-channel)
3stack-6ch-dig 3-stack (6-channel) with SPDIF
6stack-dig 6-stack with SPDIF
lenovo-101e Lenovo laptop
eeepc-p701 ASUS Eeepc P701
eeepc-ep20 ASUS Eeepc EP20
ecs ECS/Foxconn mobo
m51va ASUS M51VA
g71v ASUS G71V
h13 ASUS H13
g50v ASUS G50V
asus-mode1 ASUS
asus-mode2 ASUS
asus-mode3 ASUS
asus-mode4 ASUS
asus-mode5 ASUS
asus-mode6 ASUS
asus-mode7 ASUS
asus-mode8 ASUS
dell Dell with ALC272
dell-zm1 Dell ZM1 with ALC272
samsung-nc10 Samsung NC10 mini notebook
auto auto-config reading BIOS (default)
and I figured out that only this do something in the right direction...
[_artem_@linux-void ~]$ cat /etc/modprobe.d/alsa.conf
#options snd-hda-intel model=3stack-6ch
options snd-hda-intel model=3stack-6ch-dig
#options snd-hda-intel model=base
#options snd-hda-intel model=eeepc-ep20
[_artem_@linux-void ~]$
here is how the uncommented model looks like in alsamixer:
so I now have CENTER and LFE that are missing in the default alsa config (screenshot in first post)...
but speaker-test
[_artem_@linux-void ~]$ speaker-test -Dsurround51 -c6 -twav
speaker-test 1.0.24.2
Playback device is surround51
Stream parameters are 48000Hz, S16_LE, 6 channels
WAV file(s)
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 64 to 5440
Period size range from 32 to 2720
Using max buffer size 5440
Periods = 4
was set period_size = 1088
was set buffer_size = 5440
0 - Front Left
4 - Center #silent
1 - Front Right
3 - Rear Right #silent
2 - Rear Left #silent
5 - LFE #silent
Time per period = 8.522361
rear left and rear right are always silent on model=3stack-6ch-dig even if I pass to the speaker-test -c4, on another model=*** with -c4 I could here all 4 speakers, but on -c6 only front left and front right (weird because they work on -c4 but on -c6 they are silent...)
if I set in alsamixer Channel Mode to 2 instead of 6, the above command gives me hwparameter error, so it's correcter than before because it can't play 6 channel on a "set to 2 channels hardware".
but I don't still know how to get "center", "rear-*" and "lfe" to give sound.
Maybe you know another models (names) that I can try. I have googled on alc670 alsa models but can't find anything related... one thing (saw in a patch diff that it's quiet "equal" to alc622 and alc272 that's why I tried all the models from above. and some of them are at least visually correcter than the default alsa detection: I mean they give me the correct parts (lfe, center), default one gives only Front and Surround).
p.s. I recompiled kernel with alsa support other ways I wasn't able to compile alsa-driver manually and had no cards to try different model options, because there was no kernel module for snd-hda-intel...

Similar Messages

  • [fixed] Touchpad suddenly not working on Acer Aspire 5670

    I am using gnome 2.28 and i never had any problem with my touchpad: I actually cannot recall having updated before this issue came out..... just, suddenly, the touchpad is not working... no movement, no clicking... nothing at all.....
    I am using an external useb mouse........ i am also using hotplugging (no xorg.conf).... any idea? Not having mouse is quite frustrating
    Last edited by Xi0N (2009-10-29 12:40:11)

    that's odd..
    does the touchpad works on login screen?
    (mine did it there, but no in the desktop)
    is it enabled in Bios option?
    did you try erasing and re-installing xf86-input-synaptics?
    pacman -Rsn xf86-input-synaptics, and then pacman -S xf86-input-synaptics
    just giving you ideas.. 'cause i don't know what can be the cause
    ps: did you read this wiki? http://wiki.archlinux.org/index.php/Touchpad_Synaptics
    Last edited by palinux (2009-10-24 03:21:40)

  • Suspend not working on Acer Aspire One AO751h

    Hi everyone!
    New forum user here
    So, I did a fresh install of Arch on the Aspire One AO751h. I worked out pretty much everything I need except the suspend function. I have 2 main problems with it:
    A- If I close the lid, the netbook enters immediately suspend mode but there is no way to wake it up except by unplugging every power source and booting again.
         Same result if I use
    pm-suspend
    B- If I try to enter suspend mode using Fn+F4, nothing happens.
    Regarding point A, I already read https://wiki.archlinux.org/index.php/Ac … wer_button;
    I didn't flash the bios because I don't actually need the suspend to work with the lid: I just want it to work from terminal or keyboard shortcut, so I prefer not to mess with the bios.
    And I don't feel like using the custom kernel for aspire one because it's more than 2 years old.
    Any other solutions?
    Thank you in advance for your help!
    Giacomo
    ps: sorry for my poor english, non native speaker.

    Of course within a couple of hours of this post I figured it out.
    I went to /etc/conf.d/gpm and added "-2" for two button mouse.
    GPM_ARGS="-2 -m /sys/devices/platform/i8042/serio2/input/input8""
    Now I can paste by simultaneously clicking the left/right buttons.
    rs

  • Battery not working on Acer Aspire V5

    I got a strange one here - I was working on the computer changing the hard drive and I wanted to turn the power off.  I held down the power button but the fan was still spinning (looking at the bottom of the computer).  I figured because the fan was still spinning that the power was still on, so I held the button to force the computer to turn off, but the fan kept spinning.  Finally I just flipped it over and realized it was off, so maybe the fan just keeps spinning even though the power is off to cool down the CPU?  Also think during this time that the power cord was unplugged, but I'm not totally sure... Anyways, took the drive out, put it back in, then powered the system back up.  I noticed there were no sleep options when I was trying to change the "close the lid" settings which I thought was kinda strange.  Then I pulled the power cord out and the computer just turned off entirely. I don't know what happened to this thing.  If I plug the cord in the charge indicator stays amber for about 5 seconds and then goes blue as if it's fully charge.  Windows reports that it's fully charged, but it will not turn on without the power cable and will immediately shut off if I inplug it. So did I do something wrong by holding the power button down for so long?  I even tried taking the CMOS battery out to see if the BIOS would reset, and also upgraded the BIOS to the latest version. The computer was working great on the battery before - does this seem like a motherboard problem or a battery problem?? Thanks!Mike

    Hi Justin,I'm not sure which one as I gave it back to my girlfriend - fortunately buying a used battery fixed the problem!!  I was so worried that there was some weird error with the charging circuitry on the motherboard. Thanks for getting back to me! Mike

  • GPS not work on Acer S55

    No GPS fix on phone. No GPS precise location in apps.

    Also on my aser s55 gps is not working.Never worked on this deviceThis is so bad,and not a good comercial to you.Here is some screenshot...btw. this is not my first smartphone,and i know how to set it up to work well.       

  • Airport Express won't work with Acer Aspire One

    I've recently set-up a wifi network for my parents. They have a cable modem from which an ethernet cable runs to their Vonage modem. From there, another ethernet runs to the Airport Express (set to Bridge Mode). Wifi uses WPA2 Personal encryption.
    My MacBook Pro as well as my dad's Dell laptop (Vista) can connect just fine and browse the web, no problemo.
    However, my Mom's Acer Aspire One netbook (Win XP) keeps on saying "Acquiring network address" and kind of just hangs there. I've tried resetting the Airport Express to no avail. Does anyone have any ideas what could be causing this? I'm open to any suggestion guys, thanks!

    I'll take a quick pass, but no guarantees as I'm not a PC guy.
    XP, depending on the version installed on the Acer may not fully support WPA2 Encryption. Or, if it does, you may need to change some settings on the PC to use TKIP, not AES associated with WPA2.
    It might be a bit easier to switch the security to WPA/WPA2 Personal on the AirPort Express and give that a try.
    AirPort Utility > Manual Setup > Wireless Tab > Wireless Security.
    The same TKIP/AES thing may still apply on the ACER though, so you'll need to investigate if things are still sticky on the ACER.
    Finally, my PC friends tell me that 90% of all connection problems on a PC can be traced to the Firewall settings and/or anti-virus settings. You may have to go into the applications to specifically allow the connection to the Express.

  • Will Windows 10 work with Acer Aspire R13

    Hi, I would like to update to Windows 10 on my Acer Aspire R13. Before upgrading i want to check if anyone who updated had/have problems. If you had/have a problem it would be great if you leave a reply saying what the problem is and if it is fixable.

    Oh ok good i thought it was just me. now i know it is something on their end, thanks.

  • Clamshell Mode Not Working With Acer V223W

    I recently got an Acer V223W 22" monitor to use at the office with my MBP. Using the DVI port, it works well, but I cannot get clamshell mode to work. I close the lid, and when I awaken the computer with a mouse click, I know it wakes up because I can hear the audio, but the Acer display does not light up.
    Any suggestions as to how to fix this are welcome!

    This may be relevant: 2011 MacBook Pro Repair Extension Program for Video Issues.

  • 5.1 Surround Sound speakers not working since 7.1 downloaded

    I'm not sure what is causing it...But I cannot get my surround sound speakers working with ITunes since I down loaded 7.1. They all work with Windows media player. Is therre any setting I should be aware of?
    Dell Dimension E510   Windows XP  

    I have the same problem and it is driving me crazy. I have an older logitech quadraphonic Z-560 speaker system that I love and have been using for years with never any problems, until I installed Itunes 7.
    At first after the upgrade I was completely unable to play any file at all, which was later resolved by updating my SoundBlaster live Audigy card drivers. Now I can at least listen to music but only out of my front 2 speakers. I also noticed my QuickTime player does the same thing only playing out of the 2 front speakers. The issue only exists when trying to play audio through these 2 programs.
    I have read all the posts on this issue that I could find yet have not been able to resolve it. I changed all the QuickTime, and creative settings appropriately for my hardware and no luck. I'm running the most current version of divers on windows XP with SP1.
    Is it simply an incompatibility issue with my sound card?
    PLEASE HELP with any advice!!!
      Windows XP Pro  

  • 5.1 surround wav export not working

    I'm trying to export 5.1 surround sound in wav (lossless) but Premiere Pro CS6 isn't letting me. The audio file I have is 5.1. On some projects the 5.1 wav export works fine and others I can't export. I'm getting this error: Adobe Media Encoder: "Error compiling movie. Unknown error." Can someone help me? I could export for 1 minute but the the full 2 hours.

    Here is a tip I posted to outputting surround sound from your Mac. See if this helps you:
    https://discussions.apple.com/thread/3639822?start=0&tstart=0

  • K8N Paltinum SLI no surround sound SPDIF not working

    I have a K8N Paltinum SLI. The one with the onboard Soundblaster live! 24 bit.
    I have this connected througt SPDIF and analog, but only my front speakers work. 
    I use the Cambridge Soundworks DDT 2500 which is an active decoder. (also from creative)
    I have already flashed my BIOS updated my drivers.  
    I have the Antec Sonate casing which uses a Antec truepower 380W power supply which has -5v.
    Can anybody help me??
     

    Quote from: Zilver on 14-April-05, 06:41:58
    Great Reply!! Thanks.
    But i still think it is strange from creative to supply you with an audio test, that apparently doesn't send out a proper signal to support 5.1
    Furthermore, besides the SPDIF there is also a black and green cable at the back of my DTT 2500 decoder. But these seem to have no sound at all running through them.
    If Ii disconnect the SPDIF I have no sound. But if I unplugg the black and green cable this has no effect. Has my DDT 2500 become obsolete??
    I had it attached to an older Soundblaster live, which had digital DIN, this worked great.
    Is there some wat to get surround sound up and runner for more than just DVD?
    Creative have a live! 24 card of their own, which probably has the multi-spdif jacksocket to support digital din. I don't believe creative are supplying speacial software to OEM's, so  the test is included as it will work with thier own card.
    Someone posted about a HDA MYSTIQUE card which supports "Dolby Live", but you have to import it yourself.
     

  • Surround 7.1 not working

    iam running Vista Ultimate 32bit and i was using surround sound 7. with my Creative Inspire 7. speakersbut two days back i had to do voice chat so i had to disconnect my speakers and connect the headphones and mic ,so i did that and configured it .but now i want to come back to my 7. sound speakers but the configuration is i think its locked to that mic and headphones settings now what to do please tell me someonei tried reinstalling the drivers but nothing happened

    will someone help ?

  • Suspend to ram stopped working with Acer Aspire 5930G - Arch64

    Suspend to ram recently stopped working on my laptop running Arch64. When ever I press the suspend to ram button in kde4 simply nothing happens, no screen flashing or error messages of any kind. I tried to install the pm-utils package and run pm-suspend, but with the same result. The program just ran and nothing happened and no feedback, not even in dmesg.
    Here are the recent packages I've installed:
    [2009-05-20 00:53] synchronizing package lists
    [2009-05-20 00:53] starting full system upgrade
    [2009-05-20 00:54] upgraded cpio (2.9-4 -> 2.9-5)
    [2009-05-20 00:54] upgraded curl (7.19.4-1 -> 7.19.5-1)
    [2009-05-20 00:54] upgraded gconf (2.26.1-2 -> 2.26.2-1)
    [2009-05-20 00:54] upgraded glib2 (2.20.1-1 -> 2.20.2-1)
    [2009-05-20 00:54] upgraded gmp (4.3.0-1 -> 4.3.1-2)
    [2009-05-20 00:54] upgraded gsl (1.12-1 -> 1.12-2)
    [2009-05-20 00:54] upgraded gstreamer0.10 (0.10.22-1 -> 0.10.23-1)
    [2009-05-20 00:54] upgraded gstreamer0.10-base (0.10.22-1 -> 0.10.23-1)
    [2009-05-20 00:54] upgraded irssi (0.8.12-5 -> 0.8.13-1)
    [2009-05-20 00:54] upgraded libdrm (2.4.9-1 -> 2.4.11-1)
    [2009-05-20 00:54] upgraded libsndfile (1.0.19-1 -> 1.0.20-1)
    [2009-05-20 00:54] upgraded mesa (7.4.1-1 -> 7.4.2-1)
    [2009-05-20 00:54] upgraded netcfg (2.1.3-3 -> 2.2.0b1-1)
    [2009-05-20 00:54] upgraded poppler (0.10.6-1 -> 0.10.7-1)
    [2009-05-20 00:54] upgraded poppler-glib (0.10.6-1 -> 0.10.7-1)
    [2009-05-20 00:54] upgraded poppler-qt (0.10.6-1 -> 0.10.7-1)
    [2009-05-20 00:54] upgraded ppp (2.4.4-7 -> 2.4.4-8)
    [2009-05-20 00:54] upgraded psmisc (22.6-2.1 -> 22.7-1)
    [2009-05-20 00:54] upgraded pycairo (1.8.2-1 -> 1.8.4-1)
    [2009-05-20 00:54] upgraded subversion (1.6.2-1 -> 1.6.2-2)
    [2009-05-21 12:57] installed festival (1.96beta-2)
    [2009-05-21 13:01] installed festival-awb-arctic (1.0-1)
    [2009-05-21 13:03] removed festival-awb-arctic (1.0-1)
    [2009-05-21 13:03] removed festival (1.96beta-2)
    [2009-05-21 13:48] installed libmikmod (3.1.12-2)
    [2009-05-21 13:48] installed smpeg (0.4.4-5)
    [2009-05-21 13:48] installed sdl_mixer (1.2.8-3)
    [2009-05-21 13:48] installed ode (0.11-1)
    [2009-05-21 13:48] installed sdl_ttf (2.0.9-1)
    [2009-05-21 13:48] installed sdl_net (1.2.7-2)
    [2009-05-21 13:48] installed xmoto (0.5.1-2)
    Note, I tried to do a -Syu just now and got a new kernel, but it did not change anything.
    EDIT: I'm also currently running the nvidia 180.60 driver.
    Last edited by Avenger (2009-05-22 17:52:05)

    search the forums: http://bbs.archlinux.org/viewtopic.php?pid=556030
    in the future, i would definately use yaourt to upgrade since it displays better what is being updated and from where.
    edit: if pm-suspend fails, check its log (/var/log/pm-suspend.log)
    Last edited by eldragon (2009-05-22 18:16:08)

  • BCM4318 Cannot get to work on Acer Aspire 5100

    Ok so I just installed Arch on my Aspire 5100 and it has a PCI BCM4318 Wireless LAN card.  I cannot get it to work or find networks with ndiswrapper or anything.  I am using gnome and it keeps telling me I don't have the firmware installed when I followed every possible guide for the card.  Also, I can't get any other user accounts I've made to work with startx, and I'm doing a big no no by using starx with root.

    You might want to check if you somehow ended up with your files at $HOME being owned by root. This might prevent you from starting X.
    As for the wireless driver, I have no idea, sorry.

  • 5.1 Surround sound not working in iTunes any suggestions?

    My 5.1 surround sound will not work with iTunes it only plays out of the front left and front right speaker. In other programs it runs fine any suggestions on how to make it work in iTunes?

    All my players (WMP, Realplayer, AvRack) play 5.1 surround except iTunes.
    I've tried the Quicktime Pro adjustments as posted. No luck.
    Does Apple post here?
    From all the surround ?'s, it seems the player won't do surround anymore?
    thanks,
    Scot - MarginCall

Maybe you are looking for