From: Tobin Davis <tdavis@dsl-only.net>
To: albox@free.fr
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: Issue with Intel HDA Sound card 82801G (laptop Medion)
Date: Sat, 07 Oct 2006 10:37:39 -0700 [thread overview]
Message-ID: <1160242659.17297.64.camel@razman> (raw)
In-Reply-To: <1160227460.4527aa8501646@imp1-g19.free.fr>
Sorry about that. Had a final project for class last week that took all
my time (had to watch O' Brother, Where Art Thou ~20 times, pulling
clips, snapshots, and quotes - yuk). I don't have another class until
10/31.
>From your last email, it looks like your laptop is configured as a
3-stack system in Bios:
hda_codec: Unknown model for ALC883, trying auto-probe from BIOS...
autoconfig: line_outs=3 (0x14/0x15/0x16/0x0/0x0)
speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
inputs: mic=0x0, fmic=0x18, line=0x1a, fline=0x0, cd=0x0, aux=0x0
It's possible that you need a gpio to enable output, similar to acer,
but using gpio2 instead of 1.
Try applying this patch, then changing th model to
"model=6stack-dig-demo"
diff -r aa73a3902052 pci/hda/patch_realtek.c
--- a/pci/hda/patch_realtek.c Fri Oct 06 18:41:42 2006 +0200
+++ b/pci/hda/patch_realtek.c Sat Oct 07 10:32:27 2006 -0700
@@ -5139,7 +5141,7 @@ static struct alc_config_preset alc883_p
},
[ALC888_DEMO_BOARD] = {
.mixers = { alc883_base_mixer, alc883_chmode_mixer },
- .init_verbs = { alc883_init_verbs },
+ .init_verbs = { alc883_init_verbs,
alc880_gpio1_init_verbs, alc880_gpio2_init_verbs },
.num_dacs = ARRAY_SIZE(alc883_dac_nids),
.dac_nids = alc883_dac_nids,
.dig_out_nid = ALC883_DIGOUT_NID,
This should enable everything. Send me the output
of /proc/asound/card0/codec#0 and dmesg (make sure to compile with
debug=detect like last time).
Tobin
On Sat, 2006-10-07 at 15:24 +0200, albox@free.fr wrote:
> Hi,
> I sent an email 2 weeks ago about an issue with my sound card : Intel HDA Sound
> card 82801G (laptop Medion).
> http://sourceforge.net/mailarchive/forum.php?thread_id=30643877&forum_id=1752
>
> It seems that I'm not the only person having an issue with this sound card :
> http://sourceforge.net/mailarchive/forum.php?thread_id=30685342&forum_id=1752
>
> Tobin Davis answered me and helped me but I didn't fix the bug yet.
> I tried adding "options snd model=acer" to my /etc/modprobe.conf file with the
> last version of the asla drivers...
> Next Tobin asked me for the log messages but he didn't answer me yet (I guess he
> is too busy). So, I want to try to fix the problem by myself but I'd like some
> help to start. Can somebody tell me where can I start to look to detect the
> problem ?
>
> Thank you
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
--
Tobin Davis <tdavis@dsl-only.net>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
next prev parent reply other threads:[~2006-10-07 17:37 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-07 13:24 Issue with Intel HDA Sound card 82801G (laptop Medion) albox
2006-10-07 17:37 ` Tobin Davis [this message]
2006-10-08 11:03 ` Remy Bruno
2006-10-08 16:00 ` Lee Revell
2006-10-08 16:11 ` Tobin Davis
2006-10-08 16:52 ` Lee Revell
2006-10-08 17:15 ` Tobin Davis
2006-10-08 19:41 ` Lee Revell
2006-10-08 20:24 ` Tobin Davis
2006-10-09 13:42 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2006-10-07 19:01 albox
2006-10-07 19:15 ` Lee Revell
2006-10-07 23:00 albox
2006-10-09 17:55 ` Tobin Davis
2006-10-09 18:20 ` Takashi Iwai
2006-10-10 8:28 ` Issue with Intel HDA Sound card 82801G ( laptop Medion ) Faik Uygur
2006-10-09 22:21 ` Issue with Intel HDA Sound card 82801G (laptop Medion) Remy Bruno
2006-10-10 0:04 albox
2006-10-10 0:15 ` albox
2006-10-10 13:30 ` Remy Bruno
2006-10-10 17:48 albox
2006-10-10 18:09 ` Remy Bruno
2006-10-11 17:26 ` Tobin Davis
2006-10-11 17:38 ` Tobin Davis
2006-10-11 18:06 ` Tobin Davis
2006-10-12 13:39 Andrew L. Neporada
2006-10-12 18:13 albox
2006-10-12 18:20 ` Tobin Davis
2006-10-12 20:06 ` Issue with Intel HDA Sound card 82801G(laptop Medion) Andrew L. Neporada
2006-10-12 18:40 Issue with Intel HDA Sound card 82801G (laptop Medion) albox
2006-10-12 19:29 ` Tobin Davis
2006-10-12 20:37 Issue with Intel HDA Sound card 82801G(laptop Medion) albox
2006-10-12 20:47 ` Lee Revell
2006-10-13 10:34 albox
2006-10-13 13:48 ` Lee Revell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1160242659.17297.64.camel@razman \
--to=tdavis@dsl-only.net \
--cc=albox@free.fr \
--cc=alsa-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.