Re: [Alsa-user] Alsa driver doesnt want compile!

2002-04-21 Thread joy_ping
we had the same problems with mandrake 8.2, there is something wrong with 'System.map', System.map from new kernel should be copied to /boot. and the new kernel had to be booted with new system.map. we are still trying... joy On 10 Apr 2002, Luca Da Col wrote: > Hi all, > > I hope someone

Re: [Alsa-user] Kernel 2.4.x

2001-11-01 Thread joy_ping
On Wed, 31 Oct 2001, Tommy Pack wrote: > Is there anything special I need to do with Kernel 2.4.x? I'm installing on > a Tecra 8000 with Mandrake 8.1 and Kernel 2.4.8. When I ./configire I get > massive screen scrolling and the most common error message is "#warning The > Use of linux/malloc.h

Re: [Alsa-user] help with midi devices

2001-11-01 Thread joy_ping
On 31 Oct 2001, John Weber wrote: > Hi, > > Maybe something useful here. After compiling with debugging I get > > Oct 31 17:19:10 ceora kernel: ALSA pcm_lib.c:1849: playback write error (DMA or >IRQ trouble?) > > in /var/log/messages > So how do I check for and fix DMA or IRQ trouble? >

[Alsa-user] good sound-progs

2001-10-26 Thread joy_ping
hi, maybe this is the wrong list, but does someone know some good sound-software for linux. im specially searching for a good 'non-desctructive' cutting prog as samplitude or cooledit. all i found is destructive as ecawave and only one-track editing is posible. im also searching for a sequencing

Re: [Alsa-user] Installation problem : ALSA 0.9.0beta8a for SB Live!

2001-10-26 Thread joy_ping
On Fri, 26 Oct 2001, [iso-2022-jp] 押切 正浩 wrote: > /lib/modules/2.4.12/misc/snd-card-emu10k1.o: init_module: No such > device did you run the snddevices script, in alsa-driver*?? r. j. ___ Alsa-user mailing list [EMAIL PROTECTED] htt

Re: [Alsa-user] Problems with /dev/dsp

2001-10-24 Thread joy_ping
what kind of alsa-driver do you use? alsa9 or alsa5 or the latest cvs-version?? if you use alsa9 at first you have to run the script 'snddevices' wich resides in your alsa-driver-directory this makes the needed entrys in your /dev. if you use some native oss-emulation you also have to define pcm.d

Re: [Alsa-user] can't record

2001-10-17 Thread joy_ping
are you sure that you UN-muted your line-in channels? turn on alsamixer, unmute the needed channels! you have also to setup the incoming gaine. either with alsamixer or with every oss-mixer you can do this. r. j. On Wed, 17 Oct 2001, adam i. howard wrote: > Hello, > > I am unable to record

Re: [Alsa-user] an alsa newbie in the fog

2001-10-05 Thread joy_ping
On Fri, 5 Oct 2001, Chris Dunn wrote: > Being new to Alsa I'm struggling to get the Alsa drivers working for an > Ensoniq es1371 PCI card. > > Then tried (as root) "modprobe snd-card-ens1371.o" only to get : > "Can't locate module snd-card-ens1371.o". try modprobe snd-card-ens1371 WITHOUT '.o'

Re: [Alsa-user] support for the i850 chipset

2001-10-03 Thread joy_ping
On Tue, 2 Oct 2001, Campbell, Craig wrote: > Hi All > > I'm trying to get sound up on a Dell Precision 330 workstation, RedHat 7.1. > This is a P4 using the i850 chipset, with an AD1885 codec. It seems that > the intel8x0 driver does not recognize (support) this part. Is this correct > or am I

Re: [Alsa-user] Where are the docs for the .asoundrc?

2001-10-03 Thread joy_ping
there aren't. :[ there is only one sample-asoundrc called asoundrc.txt in alsa-lib/doc. this is only provided by the cvs version, in the tarred packages this file isn't in. i attache it to this mail. it took a long time for me too get this file and figure out how it works. now i think i understand

Re: [Alsa-user] alsa install errors - alsa-lib-0.9.0beta8

2001-10-01 Thread joy_ping
i replaced sys.h with asoundlib.h in the Makefile, and also did make in some subdirectories dont know yet exactly wich one, but you can figure it out when you watch the errors during install. i don't know if im doing it right, it seems that the configure-script or something is very buggy, also the

[Alsa-user] documentation??

2001-09-30 Thread joy_ping
hi, does anybody know where i can get some documentation about the .asoundrc file and how it is involved in the alsa-driver-process? i just added pcm.ens1371 { type hw card 0 device 0 } to .asoundrc cause i found in ecasounddocs that ecasound nee

[Alsa-user] make and make check error

2001-09-28 Thread joy_ping
hi, when i try to install alsa-lib-0.9.0beta8 or alsa-lib-0.9.0beta7 i get several errors when i do make check and make install. i get around the make install errors with some modifications in the Makefiles, for example i have to compile control,mixer and pcm seperate with cd src/mixer make, make