Re: [Alsa-user] consult the license of ALSA on Ubuntu

2009-09-08 Thread Clemens Ladisch
Samuel Kevin wrote: > could someone tell me that the license of the ALSA package default > installed in Ubuntu is GPLed or LGPLed? alsa-lib is LGPL, alsa-firmware and alsa-plugin have several licenses, all other alsa-* packages are GPL. HTH Clemens

[Alsa-user] hda-analyzer_run.py error : `GDK_IS_SCREEN (screen)' failed

2009-09-08 Thread TsanChung Wong
I have errors running the python script on kbuntu 8.04, at http://git.alsa-project.org/?p=alsa.git ... py;hb=HEAD Is the python script run only on GNOME? Is a KDE version available? Where? $ python Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2 #

Re: [Alsa-user] hda-analyzer_run.py error : `GDK_IS_SCREEN (screen)' failed

2009-09-08 Thread Jaroslav Kysela
On Tue, 8 Sep 2009, TsanChung Wong wrote: I have errors running the python script on kbuntu 8.04, at http://git.alsa-project.org/?p=alsa.git ... py;hb=HEAD Is  the python script run only on GNOME? Is a KDE version available?  Where? $ python Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52) [GCC

Re: [Alsa-user] hda-analyzer_run.py error : `GDK_IS_SCREEN (screen)' failed

2009-09-08 Thread TsanChung Wong
On Tue, Sep 8, 2009 at 7:24 AM, Jaroslav Kysela wrote: > On Tue, 8 Sep 2009, TsanChung Wong wrote: > > I have errors running the python script on kbuntu 8.04, at >> http://git.alsa-project.org/?p=alsa.git ... py;hb=HEAD >> Is the python script run only on GNOME? >> Is a KDE version available?

[Alsa-user] No sound for Acer Aspire M3202 desktop computer on 32-bit kubuntu 8.04

2009-09-08 Thread TsanChung Wong
No sound for Acer Aspire M3202 desktop computer on 32-bit kubuntu 8.04 when executing the "speaker-test -c2 -twav" command or playing a cd. However, sound is working for the same computer when executing the same "speaker-test -c2 -twav" command on 32-bit ubuntu 9.04, so hw is not the issue. I had u

[Alsa-user] no sound alsa 1.0.21-1 kernel Linux archlaptop 2.6.30-ARCH

2009-09-08 Thread John Bond
Hi I was hoping someone here may be able to help. Im having a problem getting my sound sorted. I have written a post here http://bbs.archlinux.org/viewtopic.php?pid=615962 which shows my config and some stuff i tried. the main error im getting is aplay /usr/share/sounds/alsa/Front_Center.wav AL

Re: [Alsa-user] no sound alsa 1.0.21-1 kernel Linux archlaptop 2.6.30-ARCH

2009-09-08 Thread Clemens Ladisch
John Bond wrote: > aplay: main:608: audio open error: Device or resource busy Some non-ALSA program or some program that circumvents the default dmix configuration is already using the device. Use lsof or fuser to see who has opened /dev/dsp or /dev/snd/pcmC0D0p. HTH Clemens --