From: Remy Bruno <remy.bruno@trinnov.com>
To: Tobin Davis <tdavis@dsl-only.net>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: Issue with Intel HDA Sound card 82801G (laptop Medion)
Date: Sun, 8 Oct 2006 13:03:04 +0200 [thread overview]
Message-ID: <20061008110304.GA30604@trinnov.com> (raw)
In-Reply-To: <1160242659.17297.64.camel@razman>
Hi,
I have the same sound card (I posted a mail a couple of days ago) and I had
indeed the same problem, but it is now partly solved. I found on my Windows XP
partition a directory with various GPL code. Among it, I found a file called
"alsa-driver-1.0.9b_25a.tar.bz2". I tried to include its hda part
(alsa-kernel/pci/hda subdir) into the 1.0.13 driver part (Yes, I know, it's
awful!...), and after some minor changes, I got it working, with sound! I'm not
sending this file here, because I thinks it is too big for being sent to the
list, but can send it to anyone who wants it. It appears to be a modified
version of the alsa-driver-1.0.9b, but without any information about this (I
don't even see the name of the changes author in the files' headers).
However, there seems to be many differences against alsa-driver-1.0.9b.
However, I get a bug (kernel oops) when I try to suspend to disk (which
otherwise works perfectly) in the snd_hda_suspend function (which is not very
surprising with the hack I did).
For now, the modem part still does not work (the proc alsa dir only shows one
codec).
FYI, on the XP partition, there is also an apprently modified kernel version,
that maybe supports the TV card (I wasn't able to test this now).
Regards,
Remy
PS: Tobin & albox (sorry, don't know your name), I will send you this now, as
you are most probably interested.
On Saturday 07 October at 10:37, Tobin Davis wrote:
> 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
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
-------------------------------------------------------------------------
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-08 11:03 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
2006-10-08 11:03 ` Remy Bruno [this message]
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=20061008110304.GA30604@trinnov.com \
--to=remy.bruno@trinnov.com \
--cc=alsa-devel@lists.sourceforge.net \
--cc=tdavis@dsl-only.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.