From: Takashi Iwai <tiwai@suse.de>
To: Dennis van der Meer <dvdmeer@wanadoo.nl>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: Terratec Aureon Space
Date: Mon, 08 Sep 2003 10:52:16 +0200 [thread overview]
Message-ID: <s5hd6eb7jcv.wl@alsa2.suse.de> (raw)
In-Reply-To: <5.1.0.14.2.20030906122034.021da240@192.168.10.1>
At Sat, 06 Sep 2003 12:22:21 +0200,
Dennis van der Meer wrote:
>
> That's odd. I have updated the cvs version a couple of times but I haven't seen
> this update. The value is still the same. Are there multiple cvs versions
> around?
sourceforge's anonymous cvs tree is updated in delay of 24hour.
perhaps that's it?
anyway, it's ok on the main cvs tree.
Takashi
>
> > > Is it possible to make this change permanent???
> >
> >oh yes, it's obviously a bug.
> >fixed now on cvs.
> >
> >thanks!
> >
> >
> >Takashi
> >
> > > I applied the suggested setting and it worked perfectly. I now have sound.
> > > Since the Terratec Aureon Space 7.1 has this digital in/out interface by
> > > default
> > > I see no reason why not to enable this by default and change the cvs
> > version to
> > > reflect this suggestion.
> > >
> > > Ow, and thanks for your help. Although unsuccesful in solving the
> > problem I
> > > learned
> > > a lot about the alsa system.
> > >
> > >
> > > Thanks,
> > >
> > > Dennis van der Meer
> > >
> > > >i had the same problem, so i read your interesting conversation with
> > > >Takashi Iwai. I think this lead me to a first solution.
> > > >Here it is in brief:
> > > >
> > > >1. Open a file called aureon.c in the directory <your
> > > >sources>/alsa-driver-0.9.6/alsa-kernel/pci/ice1712/
> > > >There you will find a block of code that looks like this:
> > > >
> > > >static unsigned char aureon71_eeprom[] __devinitdata = {
> > > > 0x13, /* SYSCONF: clock 512, mpu401, spdif-in/ADC, 4DACs */
> > > > 0x80, /* ACLINK: I2S */
> > > > 0xf8, /* I2S: vol, 96k, 24bit, 192k */
> > > > 0xc2, /* SPDIF: out-en, out-int, spdif-in */
> > > > 0xff, /* GPIO_DIR */
> > > > 0xff, /* GPIO_DIR1 */
> > > > 0xbf, /* GPIO_DIR2 */
> > > > 0x00, /* GPIO_MASK */
> > > > 0x00, /* GPIO_MASK1 */
> > > > 0x00, /* GPIO_MASK2 */
> > > > 0x00, /* GPIO_STATE */
> > > > 0x00, /* GPIO_STATE1 */
> > > > 0x00, /* GPIO_STATE2 */
> > > >};
> > > >
> > > >
> > > >NOW do the following: replace the line
> > > > 0xc2, /* SPDIF: out-en, out-int, spdif-in */
> > > >with
> > > > 0xc3, /* SPDIF: out-en, out-int, spdif-in */
> > > >
> > > >that is the value hex c2 has to be changed to c3
> > > >
> > > >2. Save the changed file
> > > >
> > > >3. Go to the directory <your sources>/alsa-driver-0.9.6/ as root and run
> > > >./configure --with-cards=snd-ice1724 --with-sequencer=yes
> > > >--with-oss=yes;make;make install
> > > >
> > > >4. restart your computer
> > > >5. If you enter
> > > >cat /proc/asound/card0/ice1724
> > > >you should see a EEPROM-register called CCS07 with a value of C3hex.
> > > >
> > > >6. issue a command like
> > > >aplay -D plug:iec958 yoursound.wav
> > > >and you should hear the sound via the optical output and the red light
> > > >should shine !!
> > > >
> > > >I hope this works for you too. If so please tell Takashi Iwai. Thank you.
> > > >
> > > >PS: If you like to know why this change of the value helps, let me
> > tell you:
> > > >The bit 0 in EEPROM-register CCS07 says that an optical output is
> > > >physically implemented. If not set the red light will not be switched on.
> > > >This behavior is documented in a file called Envy24HT.pdf which I
> > > >occasionally found in the internet.
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
next prev parent reply other threads:[~2003-09-08 8:52 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <5.1.0.14.2.20030831014515.021b7850@192.168.10.1>
[not found] ` <s5hfzjgrhiz.wl@alsa2.suse.de>
2003-09-06 10:22 ` Terratec Aureon Space Dennis van der Meer
2003-09-08 8:52 ` Takashi Iwai [this message]
2003-08-31 10:04 Dennis van der Meer
-- strict thread matches above, loose matches on Subject: below --
2003-05-28 22:20 Dennis van der Meer
[not found] ` <s5h65nnnrnx.wl@alsa2.suse.de>
[not found] ` <5.1.0.14.2.20030603193926.01638eb0@192.168.10.1>
[not found] ` <s5hk7c2m4h8.wl@alsa2.suse.de>
2003-06-04 17:56 ` Dennis van der Meer
2003-06-04 18:30 ` Takashi Iwai
2003-06-06 22:31 ` Dennis van der Meer
2003-05-17 6:31 Zébulon
2003-05-19 9:23 ` Takashi Iwai
2003-05-19 19:29 ` Pieter Palmers
2003-05-15 16:26 Zébulon
2003-05-16 9:33 ` Takashi Iwai
2003-05-16 10:33 ` Liam Girdwood
2003-05-16 10:41 ` Takashi Iwai
2003-05-16 16:50 ` Zébulon
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=s5hd6eb7jcv.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@lists.sourceforge.net \
--cc=dvdmeer@wanadoo.nl \
/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.