From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugtrack@alsa-project.org Subject: [ALSA - driver 0001618]: No Sound on Acer with Intel ICH6 HDA and Realtek ALC260 Date: Fri, 24 Feb 2006 14:58:27 +0100 Message-ID: <02f8280d58f6ddbecbea4e9fecaa58d8@bugtrack.alsa-project.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from bugtrack.alsa-project.org (gate.perex.cz [85.132.177.35]) by alsa.jcu.cz (ALSA's E-mail Delivery System) with ESMTP id 8B7B01BF for ; Fri, 24 Feb 2006 14:58:27 +0100 (MET) Sender: alsa-devel-admin@lists.sourceforge.net Errors-To: alsa-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org A NOTE has been added to this issue. ====================================================================== ====================================================================== Reported By: robertw Assigned To: tiwai ====================================================================== Project: ALSA - driver Issue ID: 1618 Category: PCI - hda-intel Reproducibility: always Severity: feature Priority: normal Status: assigned Distribution: Ubuntu 5.10 Kernel Version: 2.6.12-10-686 ====================================================================== Date Submitted: 12-04-2005 21:24 CET Last Modified: 02-24-2006 14:58 CET ====================================================================== Summary: No Sound on Acer with Intel ICH6 HDA and Realtek ALC260 Description: I can load the snd-hda-intel module and play a file via aplay or xmms or play a cd without any error, but I cannot hear anything neither via the build-in speakers nor via headphones. All volume controllers are at 70% and unmuted, except for PCM, because there is no mute/unmute-button. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- duplicate of 0001517 No sound on hda-intel on Acer TravelMat... ====================================================================== ---------------------------------------------------------------------- lobstaj - 02-24-06 12:25 ---------------------------------------------------------------------- Good news! Sound on internal speakers on my Acer.. :-) jwoithe: Yes, bingo! It was the GPIO. Here's how I got it to work: I created a separate model for Acer and copied everything from the 'test' model (init verbs, mixer, etc.). Then I replaced the first line of the init verbs {0x01, AC_VERB_SET_GPIO_MASK, 0}, by the following 3 lines: {0x01, AC_VERB_SET_GPIO_MASK, 0x01}, {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01}, {0x01, AC_VERB_SET_GPIO_DATA, 0x01}, Where can I hand in a patch? Should I join the alsa-devel mailing list for that? These things need to be done: - somebody needs to verify that these 3 lines are correct (I mean they work, yes, but I have no idea if they don't do something else too..) - the init verbs and mixer will have to be adjusted so that they only have the parts that are useful for ALC260 on Acer If somebody else could try these lines, thanks! Until now I only now they work on Extensa 6702WLMi, no idea about the Aspire. Good luck and enjoy! :-) One more thing: I still cannot get the 'model=' parameter to work under ubuntu. (So I have to use the dirty hack.) I checked my kernel config and (if I can believe it) there is nothing related to sound compiled-in. What modules (that don't look sound related) could be doing this, any ideas? ---------------------------------------------------------------------- mytux - 02-24-06 14:58 ---------------------------------------------------------------------- thanks a lot lobstaj ! I made it work too with your indications. So my Acer 1643WLMi is finally having sound from the speakers. I made it very quickly, so the code is ugly as hell. I hope the ALSA developpers can put it to CVS as soon as possible. Again, thanks to lobstaj and the others :) Issue History Date Modified Username Field Change ====================================================================== 12-04-05 21:24 robertw New Issue 12-04-05 21:24 robertw Distribution => Ubuntu 5.10 12-04-05 21:24 robertw Kernel Version => 2.6.12-10-686 12-05-05 07:12 jwoithe Note Added: 0006908 12-05-05 19:35 timmy Note Added: 0006914 12-06-05 15:52 tiwai Note Added: 0006925 12-06-05 18:10 robertw Note Added: 0006930 12-06-05 20:07 tiwai Note Added: 0006934 12-06-05 20:08 tiwai File Added: alc-cvs-fix.diff 12-06-05 20:09 tiwai Note Added: 0006935 12-06-05 22:51 robertw Note Added: 0006938 12-07-05 14:59 tiwai Note Added: 0006941 12-07-05 15:00 tiwai File Added: alc-cvs-fix2.diff 12-07-05 23:10 robertw Note Added: 0006952 12-08-05 17:19 tiwai Note Added: 0006957 12-08-05 22:01 robertw File Added: codec#0 12-08-05 22:02 robertw File Added: codec#1 12-08-05 22:03 robertw File Added: asound.state 12-08-05 22:05 robertw Note Added: 0006963 12-09-05 15:09 tiwai Note Added: 0006966 12-09-05 16:35 robertw Note Added: 0006967 12-09-05 17:03 tiwai Note Added: 0006969 12-09-05 17:17 robertw Note Added: 0006970 12-14-05 13:22 mytux Issue Monitored: mytux 12-19-05 02:11 rlrevell Note Added: 0007077 01-02-06 21:55 robertw Note Added: 0007391 01-04-06 17:29 tiwai Note Added: 0007441 01-04-06 22:00 robertw Note Added: 0007453 01-04-06 22:16 robertw Note Edited: 0007453 01-11-06 23:38 lobstaj Note Added: 0007572 01-11-06 23:48 rlrevell Note Added: 0007573 01-12-06 00:20 lobstaj Note Added: 0007575 01-12-06 00:26 rlrevell Note Added: 0007576 01-12-06 01:16 mytux Note Added: 0007577 01-12-06 01:20 mytux Note Edited: 0007577 01-12-06 14:13 robertw Note Added: 0007586 01-12-06 14:43 lobstaj Note Added: 0007587 01-12-06 16:45 eudoxos Issue Monitored: eudoxos 01-12-06 21:04 rlrevell Note Added: 0007591 01-13-06 01:11 rlrevell Relationship added duplicate of 0001517 01-13-06 08:03 eudoxos Note Added: 0007631 01-13-06 11:30 er-ku Issue Monitored: er-ku 01-16-06 00:32 jwoithe Note Added: 0007682 01-17-06 23:32 ilovetronik Issue Monitored: ilovetronik 01-19-06 23:36 ajmitch Issue Monitored: ajmitch 02-08-06 14:46 svilen Note Added: 0007965 02-09-06 00:29 jwoithe Note Added: 0007969 02-09-06 09:04 hweigel Issue Monitored: hweigel 02-10-06 11:02 svilen Note Added: 0007999 02-12-06 21:42 AndyP Note Added: 0008031 02-12-06 22:11 wattazoum Note Added: 0008032 02-12-06 22:14 rlrevell Note Added: 0008033 02-12-06 23:05 er-ku Note Added: 0008034 02-12-06 23:07 er-ku Note Edited: 0008034 02-13-06 00:45 jwoithe Note Added: 0008035 02-13-06 06:42 er-ku Note Added: 0008037 02-13-06 06:43 er-ku Note Edited: 0008037 02-14-06 00:07 jwoithe Note Added: 0008066 02-18-06 23:48 AndyP Note Added: 0008125 02-19-06 10:41 er-ku Note Added: 0008131 02-19-06 16:49 AndyP Note Added: 0008134 02-22-06 18:29 lobstaj Note Added: 0008160 02-23-06 01:12 jwoithe Note Added: 0008165 02-24-06 12:21 lobstaj Note Added: 0008173 02-24-06 12:25 lobstaj Note Edited: 0008173 02-24-06 14:58 mytux Note Added: 0008176 ====================================================================== ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642