Re: [Alsa-user] alsa-compile-script patches for supporting Debian and Ubuntu distro

2010-11-03 Thread Wanming.Zhang
>From: Paul Menzel [mailto:paulepan...@users.sourceforge.net] >Sent: Wednesday, November 03, 2010 4:37 PM >To: alsa-user@lists.sourceforge.net >Subject: Re: [Alsa-user] alsa-compile-script patches for supporting >Debian and Ubuntu distro > >Am Mittwoch, den 03.11.2010, 10:07 +0200 schrieb wanming.z

[Alsa-user] Strange iec958/spdif behavior

2010-11-03 Thread Dieter Lauger
Hello, my computer is conected with the iec958 interface to my AV-Receiver. Unfortunately i have not sound on my AV-Reicerver when i play a MP3 on my computer. But if i play an file with AC3 or DTS audio i can hear the sound. I tested this with VLC, with the options "interface alsa" and "use sp

[Alsa-user] ad1984 support in 1.0.23

2010-11-03 Thread JB
I hope this doesn't show up twice. I accidentally sent it to alsa-user-request first :( Hello all, I'm having a problem with the AD1984 chipset on version 1.0.23. I was runnning 1.0.16 and it was working fine. Then I had to upgrade to 1.0.23 to get support for alc889. However I went to reg

Re: [Alsa-user] alsa-compile-script patches for supporting Debian and Ubuntu distro

2010-11-03 Thread Paul Menzel
Am Mittwoch, den 03.11.2010, 10:07 +0200 schrieb wanming.zh...@tieto.com: > Sorry, the below is patch for support Debian and Ubuntu. > > $ cd alsa-driver > $ git diff --cached You can create a message from your last commit using $ git format-patch -1 -s Take a look at the manual pages f

Re: [Alsa-user] alsa-compile-script patches for supporting Debian and Ubuntu distro

2010-11-03 Thread Jaroslav Kysela
On Wed, 3 Nov 2010, wanming.zh...@tieto.com wrote: > Sorry, the below is patch for support Debian and Ubuntu. I applied your patch (although it required manual corrections - probably tab/space issues). Please, test the recent script from www.alsa-project.org.

Re: [Alsa-user] alsa-compile-script patches for supporting Debian and Ubuntu distro

2010-11-03 Thread Wanming.Zhang
Sorry, the below is patch for support Debian and Ubuntu. $ cd alsa-driver $ git diff --cached diff --git a/utils/alsa-compile.sh b/utils/alsa-compile.sh index 4f72d10..e2dba4a 100755 --- a/utils/alsa-compile.sh +++ b/utils/alsa-compile.sh @@ -329,6 +329,16 @@ is_rpm_installed() { fi }

Re: [Alsa-user] alsa-compile-script patches for supporting Debian and Ubuntu distro

2010-11-03 Thread Jaroslav Kysela
On Wed, 3 Nov 2010, wanming.zh...@tieto.com wrote: Hi,   I am newbie, when I run alsa-compile.sh, I got some error. Some like “Cannot install alsa-lib-devel for unsupported distribution Debian”.   Then I read alsa-compile.sh, I found this shell script could not support Debian and Ubuntu.