Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-16 Thread randy turner
hi, thanks to all, i was able to find a version of the alsa driver that would compile with kernel 2.2.19 alsa-driver-0.9.0beta7 compiles ok with kernel 2.2.19 thanks to all again randy ___ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourc

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-14 Thread andrew cooke
Bleagh. Looking at the source, that code is some kind of pci/memory work-round for 2.4 kernels. I'm afraid it's out of my depth (I'm just a programmer - I don't know anything specific about Alsa or Linux kernels). My guess is that either you've got something messed up (ie your include files

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-14 Thread randy turner
to all ok lets see if this helps make[1]: Entering directory `/alsa-driver-0.9.0beta9/kernel' gcc -DALSA_BUILD -D__KERNEL__ -O2 -mpreferred-stack-boundary=2 -march=i586 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -c -o memory.o memory.c memory.

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-14 Thread andrew cooke
On Thursday 01 Jan 1970 12:59 am, you wrote: > ok, how can i get those error messages in a file? > should i do a make > file.txt? > or something like that? Yes. The exact syntax depends on the shell. Probably make >& make.log or you can run the command in an window with a large buffer and cut+p

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-14 Thread Taybin Rutkin
On Fri, 14 Dec 2001, randy turner wrote: > > ok, how can i get those error messages in a file? > should i do a make > file.txt? > or something like that? It's more complicated than that. You have to redirect the error output. I'm not sure how you do that. Taybin

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-14 Thread randy turner
ok, how can i get those error messages in a file? should i do a make > file.txt? or something like that? thanks randy On Fri, 14 Dec 2001, Eric Le Bras wrote: > En réponse à randy turner <[EMAIL PROTECTED]>: > > > > > > > hi eric, > > i compiled kernal 2.4.16, > > that step went well, > > i tri

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-14 Thread Eric Le Bras
En réponse à randy turner <[EMAIL PROTECTED]>: > > > hi eric, > i compiled kernal 2.4.16, > that step went well, > i tried compiling the alsa-driver-0.90beta9 > ./configure --with-cards=sb16 > make install > the error is memory.o Can you include the output from "make install" ?

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-13 Thread andrew cooke
On Thursday 01 Jan 1970 12:59 am, you wrote: > the error is memory.o I doubt anyone can help with just that information - you need to give the exact error. Andrew ___ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listin

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-13 Thread randy turner
hi eric, i compiled kernal 2.4.16, that step went well, i tried compiling the alsa-driver-0.90beta9 ./configure --with-cards=sb16 make install the error is memory.o i read all of the files that came with the alsa-driver my question is is there something that i need to compile in my kernel or so

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-13 Thread randy turner
thanks, i will go to that site. randy On Tue, 11 Dec 2001, Erik W Hanson wrote: > I usually get the new kernels when they come out, from ftp.kernel.org > if you need specific help with the kernel, you can email me directly. > > -Erik > > Tue, 11 Dec 2001 10:58:38 + (UTC) - randy turner >

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-13 Thread randy turner
hi Eric, can you tell me where to get kernel 2.4.13? i looked at the slackware site and could not find that kernel. thanks in advance randy On Tue, 11 Dec 2001, Eric Le Bras wrote: > Randy, > Browse http://linuxmafia.org, download alsa 0.9 packages (driver, util, lib & > oss), and follow up i

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-12 Thread randy turner
hi, i sure do thank you for the help! i will try that tomorrow. thanks again randy On Tue, 11 Dec 2001, Eric Le Bras wrote: > Randy, > Browse http://linuxmafia.org, download alsa 0.9 packages (driver, util, lib & > oss), and follow up instructions to build alsa-driver.tgz. > You'll probably ha

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-12 Thread randy turner
hi, i finally got it working! i had to do the following ./configure --with-sequencer=no --with-isapnp=no --with-cards=sb16 i was getting sequencer errors and also i did not have a plug and play sound card. thanks for all of the help! randy On Mon, 10 Dec 2001, Erik W Hanson wrote: > Well no

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-11 Thread Erik W Hanson
I usually get the new kernels when they come out, from ftp.kernel.org if you need specific help with the kernel, you can email me directly. -Erik Tue, 11 Dec 2001 10:58:38 + (UTC) - randy turner > > > hi, > i was reading where you were using kernel 2.4.16 > they must have updated the kern

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-11 Thread randy turner
hi, i was reading where you were using kernel 2.4.16 they must have updated the kernel since the slackware package on cdrom came out. my kernel version on the cdrom is 2.2.19 i am compiling the 2.2.19 kernel source that comes on the slackware 8.0 cdrom should i go to the slackware site and upgra

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-11 Thread randy turner
hi, i am recompiling my kernel just incase something went wrong i do have a soundblaster that might be the problem, i will do some testing and get back to you. thanks randy On Mon, 10 Dec 2001, Erik W Hanson wrote: > Well now I am using 0.9.0beta10 and kernel 2.4.16.. Previous 0.9.0betas have

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-11 Thread Eric Le Bras
Randy, Browse http://linuxmafia.org, download alsa 0.9 packages (driver, util, lib & oss), and follow up instructions to build alsa-driver.tgz. You'll probably have to upgrade your kernel, as in my experience alsa 0.9 didn't run on 2.4.5 (unresolved symbols after depmod -a). With a newer kernel

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-10 Thread Erik W Hanson
Well now I am using 0.9.0beta10 and kernel 2.4.16.. Previous 0.9.0betas have compiled fine.. If you're still using 2.2.x kernel you might try the 0.5.12 drivers. Also make sure you have kernel source, most likely in /usr/src/linux If you don't have an SB, you could try configure --with-cards= use

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-10 Thread randy turner
hi, what version of the alsa driver are you using? i think that i am getting an error in the sb.o module if you can tell me what version of alsa works for you i will try that version and report back on what happens thanks randy On Mon, 10 Dec 2001, Erik W Hanson wrote: > Mon, 10 Dec 2001 18

Re: [Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-10 Thread Erik W Hanson
Mon, 10 Dec 2001 18:18:50 + (UTC) - randy turner > > > hi all, > anyone have any subgestions on how i can make > the alsadriver compile with slackware 8.0? > it looks like slackware might have changed some libs > or something in there upgrade > because the alsa drivers will not compile. > th

[Alsa-user] alsa driver will not compile with slackware 8.0

2001-12-10 Thread randy turner
hi all, anyone have any subgestions on how i can make the alsadriver compile with slackware 8.0? it looks like slackware might have changed some libs or something in there upgrade because the alsa drivers will not compile. thanks in advance randy __