RE: [Alsa-user] Problem compiling latest alsa drivers on debian *pls help*

2003-07-02 Thread John Knight
Oh mate, I dunno too much about this howto, it's using the specialised Debian method of installing the drivers form source, I'd recommend for your own sake doing it the standard source way, unpack the alsa-driver package and ./configure (with switches) and then make install, this Debian method is s

RE: [Alsa-user] Problem compiling latest alsa drivers on debian *plshelp*

2003-07-01 Thread Mike Miller
I tried installing it now using this guide http://www.linuxorbit.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=541&page=1 I used the alsa-modules-2.4.16-686 which worked, everything seems ok but it wont start the alsamixer, I get the error debian:~# alsamixer

Re: [Alsa-user] Problem compiling latest alsa drivers on debian *pls help*

2003-07-01 Thread John Knight
I'm running Debian Woody r1 and got alsa 0.91 and my nvidia drivers working after I did a kernel compilation (ask if me you need any help with that). I had to do some hacking about with a few files here and there to get alsa working in the end too, giz a shout if you need help with that, 'cos it t

[Alsa-user] Problem compiling latest alsa drivers on debian *pls help*

2003-07-01 Thread Mike Miller
I downloaded alsa-driver .9.4, the lib, and utils too.  I go to compile it, driver first, I untar, then I run configure debian:~/downloads/alsa-driver-0.9.4# ./configure --with-kernel=/usr/src/kernel-source-2.4.16 --with-card=emu10k1 --with-sequencer=yes --with-isapnp=no that completes, t

Re: [Alsa-user] problem compiling latency.c

2003-04-03 Thread Clemens Ladisch
Vineet Agrawal wrote: > gcc -static -Wall -pipe -gtest_latency1.c -o test_latency1 > ... > undefined reference to `snd_...' > ... You have to link with the ALSA library. Add -lasound to the compiler command line. HTH Clemens --- This

[Alsa-user] problem compiling latency.c

2003-04-02 Thread Vineet Agrawal
Dear ALSA users I want to do some pitch shifting in real time, I am using DELTA 44 card. I have installed the ALSA driver and card is working fine. I wrote a program to Read from and write to the card using free OSS API, it works fine, but when I tried to play around with the data buffer, I start

Re: [Alsa-user] Problem compiling alsa-lib 0.9.0rc3 on MDK 9.0

2002-10-14 Thread kevin ernste
Hi Ico - Out of curiousity, are you recompiling because Mandrake 9's ALSA install did not work for you? I have had good luck with it on 4 machines now with various setups: 2 PC's with SBLive! A workstation with an RME Hammerfall 9652 Laptop with two cards (intel8x0, RME Hammerfall DSP Multifac

[Alsa-user] Problem compiling alsa-lib 0.9.0rc3 on MDK 9.0

2002-10-14 Thread Ivica Bukvic
Hi all! These are the errors I came up against compiling either CVS or the latest official rc3 version. I do not know the guts of the alsa to be able to fix it myself, so I would greatly appreciate any help I can get on this matter: creating cache ./config.cache checking host system type... i6

[Alsa-user] Problem compiling ALSA drivers

2002-08-28 Thread Jo Michell
I am having trouble compiling the ALSA drivers. I am trying to compile 0.9.0rc3 The kernel of the machine i am using is 2.4.19 I have deleted alsa-driver-0.9.0rc3/include/linux/isapnp.h as suggested on the alsa website. I have loaded the soundcore.o modulues and then done ./configure make the ta

Re: [Alsa-user] problem compiling

2002-08-26 Thread Frans Ketelaars
On Mon, 26 Aug 2002 17:36:02 +0200 "Jasper Verberk" <[EMAIL PROTECTED]> wrote: > Hej all, > > I encountered a problem compiling the drivers on my kernel 2.4.18-bf2.4. > > during the execution of this part of the howto: > > - >

[Alsa-user] problem compiling

2002-08-26 Thread Jasper Verberk
Hej all,   I encountered a problem compiling the drivers on my kernel 2.4.18-bf2.4.   during the execution of this part of the howto:   -           If you want to use the built-in PnP interfacing, you should use     ./config

[Alsa-user] Problem compiling rc3 ALSA drivers

2002-08-15 Thread Chuck Hartley
Hello, I just downloaded and tried to build the rc3 alsa-driver package and got the following errors regarding threads.h. I am building on a RedHat based 2.2.19 kernel system. It appears that there is a new requirement for linux/threads.h which wasn't in the rc2 release. Here is the tail of t

RE: [Alsa-user] Problem compiling Alsa-driver under RedHat 7.2

2002-02-15 Thread nerula
hi asaf and arvid i had that problem too. i solved it doing so: reinstalled the distro first compiling *without* changes, with .config equal to arch/i386/defconfig do my changes... cos i read in Documentation/kbuild/commands.txt that make dep must be used evrytime with modversioning enabled, but

[Alsa-user] Problem compiling Alsa-driver under RedHat 7.2

2002-02-15 Thread Arvid Requate
Hi, Asaf Gery wrote: > I believe that my question has been asked many times,.. [...] > While trying to compile the driver, I had a problem with modversions.h. > RedHat's modversion.h doesn't compile and that's on purpose. However, > I did not manage to find my kernel's version of modversions.h I

[Alsa-user] Problem compiling alsa-driver.0.9.beta10

2001-12-24 Thread Knut Ove Hauge
Hi all. I have a problem compiling the alsa driver beta 10. When compiling it can't find several modules such as waterfront.ver etc. ___ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user

Re: [Alsa-user] problem compiling on linux 2.2.16-22

2001-10-26 Thread Rohit Singh
Thanks, it worked! I can now listen to Enigma to my heart's content. I guess I did have a broken kernel source. I wonder if anyone else has seen the following issue/problem with HP Pavilion PCs. In case others have had similar problems, I hope the following will be useful to them: By default,

Re: [Alsa-user] problem compiling on linux 2.2.16-22

2001-10-21 Thread Frans Ketelaars
Rohit Singh wrote: > > Hi, > I'm using linux 2.2.16-22 (I think it came with RH 7.0) on my box. Its a > HP Pavilion with the Intel 810e chipset and the accompanying sound-card > (ac97 based stuff, i ithink). I am having a lot of problems compiling the > alsa modules on this version. I do *not*

[Alsa-user] problem compiling on linux 2.2.16-22

2001-10-20 Thread Rohit Singh
Hi, I'm using linux 2.2.16-22 (I think it came with RH 7.0) on my box. Its a HP Pavilion with the Intel 810e chipset and the accompanying sound-card (ac97 based stuff, i ithink). I am having a lot of problems compiling the alsa modules on this version. I do *not* have a problem in compiling alsa