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

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
local kernel_devel="linux-source-$(uname --kernel-release | sed 's/-.*$//')" +if test $(is_deb_installed $kernel_devel) = "false" ; then + install_package $kernel_devel + fi +;; *) echo >&2 "C

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.

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

2010-11-02 Thread Wanming.Zhang
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. http://www.mail-archive.com/alsa-user@lists.sourceforge.net/m