On Tue, 13 May 2008 20:26:35 +0200 "Dirk Tamme" <dirk.tamme@xxxxxx> wrote: > -------- Original-Nachricht -------- > > Datum: Mon, 12 May 2008 08:28:47 +0100 > > Von: Mike Evans <mike@xxxxxxxxxxxxxxx> > > An: Dirk Tamme <dirk.tamme@xxxxxx> > > Betreff: Re: Realtek ALC888 > > > Dirk Tamme wrote: > > > Hi, > > > my PC /with Ubuntu 7.10) has a Gigabyte GA-P35-DS3L mainboard with > > sound-chip Realtek ALC888. > > > I downloaded the driver from realtek.com.tw and installed following the > > description given in > > http://ubuntuforums.org/showthread.php?t=550753&page=11 > > > The driver directory contains a subfolder alsa-lib*. When I perform the > > > "sudo ./configure" there, I get the following error: > > > conftest.c:10:28: error: ac_nonexistent.h: No such file or directory > > > configure:3932: $? = 1 > > > configure: failed program was: > > > | /* confdefs.h. */ > > > > Dirk, > > > > Ignore my earlier post - I wasn't awake yet. Have you tried the > > ./install script realtek provide in their bundle? It unpacks the > > various tars, compiles with appropriate options and installs. It worked > > for me - but sadly the resulting drivers didn't improve things. > > > > Mike > > Mike, > I run now > sudo ./install|tee install.log > ....and cannot found any problem in install.log. There are both STDOUT and STDERR, remember ? Try sudo ./install 2>&1 | tee install.log . Or simply ./install 1>install.log 2>&1 - in this case you'll see nothing on screen and everything in install.log. Or, better yet ./install 1>install.log 2>&1 & less install.log . Regards, Sergei. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Alsa-user mailing list Alsa-user@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-user