Re: [Alsa-user] problems compiling alsa-drivers-1.0.16 into 2.6.25.4 kernel

2008-05-20 Thread Dragan Noveski
Takashi Iwai wrote: > At Tue, 20 May 2008 03:03:44 +0200, > Dragan Noveski wrote: > >> hallo list, >> steven rostedt asked me to pass this problem to this list, so here it goes. >> > > No, it should be alsa-devel ML. > > >> when running make in the alsa-driver source i get this error: >

[Alsa-user] problems compiling alsa-drivers-1.0.16 into 2.6.25.4 kernel

2008-05-19 Thread Dragan Noveski
hallo list, i am trying to compile the 1.0.16 alsa drivers into 2.6.25-4 kernel (with the rt1/2 and without rt patches). the compilation brakes while running make: . make[1]: Entering directory `/usr/src/linux-2.6.25' CC [M] /home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore/hwde

[Alsa-user] Problems compiling alsa for ARM processor

2007-05-31 Thread David Topper
Hi folks, I'm trying to compile ALSA for an ARM based processor on this board: http://www.embeddedarm.com/epc/ts7200-spec-h.html I have a cross compiler set up which I've already successfully used to recompile a Debian based kernel for this card. But something is going wrong with my compile f

Re: [Alsa-user] Problems compiling alsa-0.9.0rc3

2002-10-23 Thread linux power
Completely remove old modules in this directory bytypingrm -rf /lib/modules/(your kernel version)/misc> Compile the driver with these options.> --with-kernel=(your kernel source dir path)--with-moddir=/lib/modules/(your kernel version)/misc> --with-cards=(youur sound card chipset name)type ./config

[Alsa-user] Problems compiling alsa-0.9.0rc3

2002-10-22 Thread Vishwanath Venugopalan
Hello, I am running RedHat 8.0 with kernel-2.4.18-4 and gcc 3.2 20020903. I am a Linux newbie and I had questions about configuring alsa to run on my HP pavilion notebook computer. RedHat detects my card (VIA AC97 VIA82C686) properly, but the test sound, or any sound for that matter, is played as

[Alsa-user] problems compiling ALSA for a sbawe32 PnP

2002-08-30 Thread Paul Berry
Hello: I'm trying to compile ALSA drivers 0.9.0rc3 for an old sound blaster AWE32 PnP card but I'm getting Make/ compile errors when the compiler gets to the sbawe.c file. Here's the tail end of my compiler error messages: (a description of my software/ distro follows that): ../../alsa-kernel/i

Re: [Alsa-user] problems compiling

2002-08-27 Thread Martin Langer
On Tue, Aug 27, 2002 at 03:22:58PM +0200, Jasper Verberk wrote: > Hej, > > when I try to compile alsa-utils-0.9.0rc2 on my debian kernel 2.4.18-bf2.4 I get a >error: > > alsamixer.c:117: ncurses.h: No such file or directory > > does anyone know this problem? > Not directly, but debian has "

[Alsa-user] problems compiling

2002-08-27 Thread Jasper Verberk
Hej,   when I try to compile alsa-utils-0.9.0rc2 on my debian kernel 2.4.18-bf2.4 I get a error:   alsamixer.c:117: ncurses.h: No such file or directory   does anyone know this problem?   I succesfully compiled the drivers and the libs.   Kind regards, Jasper Verberk

Re: [Alsa-user] problems compiling ALSA drivers

2002-08-12 Thread Jaroslav Kysela
On Sun, 11 Aug 2002, Paul Berry wrote: > Hello: > > I'm new to this list and to ALSA (but not to linux or compiling) so > forgive me if I do not know the protocol. > > I'm using linux kernal 2.2.20, a coustom kernel I compiled myself with > modular sound support. Presently I use the stock OSS/f

[Alsa-user] problems compiling ALSA drivers

2002-08-11 Thread Paul Berry
Hello: I'm new to this list and to ALSA (but not to linux or compiling) so forgive me if I do not know the protocol. I'm using linux kernal 2.2.20, a coustom kernel I compiled myself with modular sound support. Presently I use the stock OSS/free drivers for my AWE32 sound card. Things work in t

[Alsa-user] Problems compiling alsa-driver-0.9 beta12 on ibook.

2002-05-03 Thread Peter Andersson
Hi! I am running an ibook with suse linux for ppc 7.1, kernel 2.4.18 and gcc 2.95.3. I am having trouble compilning the alsa driver 0.9 beta 12 whenever it tries to compile snd_powermac.o it crashes with the following error messages: ../alsa-kernel/ppc/pmac.c: In function `snd_pmac_suspend': .

[Alsa-user] Problems compiling 0.9beta11 drivers

2002-02-20 Thread Michael Duelli
Hi, I am not on the list so please cc to me!! I have a ac97 via686a soundchip onboard which works great with 0.9beta10 and before. (Well from time to time I have an oops which makes me reboot the system as otherwise the sound device is unusable) I am using kernel 2.4.17 I downloaded the beta1

[Alsa-user] problems compiling envy24control

2001-12-27 Thread David Gerard Matthews Jr.
Greetings again, I am having a difficult time compiling envy24control from alsa.9beta10. (This is the most recent tarball, not from CVS.) Everything else built without a hitch. From the error messages, it looks like a gtk problem. (See excerpt below.) System is SuSE 7.2, with gtk-1.2.1

Re: [Alsa-user] Problems compiling KDE 2.2.1 (libkmid)

2001-10-31 Thread Takashi Iwai
Hi, At Wed, 31 Oct 2001 18:04:32 +0200 (EET), The Arrow wrote: > > When I try to compile the kdelibs-2.2.1 package, I get a lot of errors when > compiling libkmid. After some hacking I got it to complaing only about > snd_seq_port_info_t and snd_seq_client_info_t having incomplete types. > In /

[Alsa-user] Problems compiling KDE 2.2.1 (libkmid)

2001-10-31 Thread The Arrow
When I try to compile the kdelibs-2.2.1 package, I get a lot of errors when compiling libkmid. After some hacking I got it to complaing only about snd_seq_port_info_t and snd_seq_client_info_t having incomplete types. In /usr/include/alsa/seq.h (copied from alsa-lib/include) they are typedef'ed

Re: [Alsa-user] Problems compiling alsa driver 0.5.11

2001-10-20 Thread Frans Ketelaars
Boris Breidenbach wrote: > > Hi! > > I've got a problem compiling the alsa driver (version 0.5.11). Make quits > with the following error message: > > gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 > -malign-functions=2 -DCPU=686 -DLINUX -Wall -Wstrict-prototypes -fom

[Alsa-user] Problems compiling alsa driver 0.5.11

2001-10-20 Thread Boris Breidenbach
Hi! I've got a problem compiling the alsa driver (version 0.5.11). Make quits with the following error message: gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/include -I.