[Alsa-user] Re: Alsa-enabled Timidity build breaks horribly (Jeremy Henty)

2002-07-23 Thread Stephen Burgess
Yes, I have exactly the same problem, with the same error message. I managed to compile Timidity on RedHat 7.2 with the gtk interface and got it to work fine, but I can't compile it as an alsa sequencer client. -- "Although art can be created with a chainsaw, this is hardly a justification for giv

[Alsa-user] Problems installing ALSA

2002-07-23 Thread Tejus Parikh
Hi everybody; I'm having trouble installing the ALSA drivers for the ESS Maestro II card. Everything compiled without errors, but I couldn't get the module to load. This is the error I get: root@trane(vi_jedi)$ modprobe -t misc snd-card-es1968 /lib/modules/2.4.17/misc/snd-card-es1968.o: init

Re: [Alsa-user] alsamixer error - solved

2002-07-23 Thread Florin Andrei
On Tue, 2002-07-23 at 02:37, Takashi Iwai wrote: > At 22 Jul 2002 23:42:27 -0700, > Florin Andrei wrote: > > > > Quite embarassing, i discovered the permissions on the directory > > /usr/share/alsa were 644 :-( > > Changed that to 755 and now it works. > > oh, it's a good news. > i totally forgo

[Alsa-user] CS4235

2002-07-23 Thread Faruk Grozdanic
Hello, I have an IBM Mpro with a CS4235 sound chip. I am running Debian 2.4.17 kernel. The cs4232 sound driver that comes wioth the kernel works but only for playback. So I downloaded, compiled and install the Alsa drivers. When I insert the module via modprobe snd-cs4235 a whole bunch of modu

Re: [Alsa-user] Alsa-enabled Timidity build breaks horribly

2002-07-23 Thread Paul Winkler
On Tue, Jul 23, 2002 at 06:11:25PM +0100, Jeremy Henty wrote: > ones in "/usr/include/alsa" are installed by alsa-lib? Could I be > getting the wrong "asoundef.h", or is that a red herring? not sure. is it possible you have 2 versions of alsa installed by accident? -- Paul Winkler home: http

[Alsa-user] Alsa-enabled Timidity build breaks horribly

2002-07-23 Thread Jeremy Henty
This is possibly more a Timidity question, but I am still waiting for confirmation from the Timidity mailing list, and it relates to ALSA too, so maybe someone can help in the meantime. I am trying to use Timidity as a soft synth for Rosegarden. Timidity 2.11.3 builds OK with the default config

Re: [Alsa-user] sound recording from microfone or line-in problem

2002-07-23 Thread Frans Ketelaars
On Tue, 23 Jul 2002 11:44:00 +0200 Maciej Kwapulinski <[EMAIL PROTECTED]> wrote: > Halo. > This is my conf.modules: > > alias parport_lowlevel parport_pc > alias eth0 3c59x > > # ALSA portion > alias char-major-116 snd > alias snd-card-0 snd-intel8x0 > # OSS/Free portion > alias char-major-14 s

Re: [Alsa-user] alsamixer error - solved

2002-07-23 Thread Mark Constable
Takashi Iwai wrote: >>Quite embarassing, i discovered the permissions on the directory >>/usr/share/alsa were 644 :-( Changed that to 755 and now it works. > > oh, it's a good news. i totally forgot this possibility. should be added to FAQ :) I added this to AlsaTips at the Wiki. Hopefully this

Re: [Alsa-user] midi loopback?

2002-07-23 Thread Frank Barknecht
Hi, Tobias Bengtsson hat gesagt: // Tobias Bengtsson wrote: > I've just installed alsa-driver-0.9.0rc2 and alsa-lib-0.9.0rc2 from source > on my Debian system. I'm running devfs and I put > > LOOKUP snd MODLOAD ACTION snd > REGISTER ^sound/.* PERMISSIONS root.audio 660 > REGISTER ^snd/.* PERMISS

[Alsa-user] sound recording from microfone or line-in problem

2002-07-23 Thread Maciej Kwapulinski
Halo. This is my conf.modules: alias parport_lowlevel parport_pc alias eth0 3c59x # ALSA portion alias char-major-116 snd alias snd-card-0 snd-intel8x0 # OSS/Free portion alias char-major-14 soundcore alias sound-slot-0 snd-card-0 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 sn

Re: [Alsa-user] alsamixer error - solved

2002-07-23 Thread Takashi Iwai
At 22 Jul 2002 23:42:27 -0700, Florin Andrei wrote: > > Quite embarassing, i discovered the permissions on the directory > /usr/share/alsa were 644 :-( > Changed that to 755 and now it works. oh, it's a good news. i totally forgot this possibility. should be added to FAQ :) Takashi

Re: [Alsa-user] alsamixer error

2002-07-23 Thread Takashi Iwai
Hi, At Tue, 23 Jul 2002 16:59:41 +1000, Mark Constable wrote: > > Mark Constable wrote: > > Try "chmod 666 -R /dev/snd" and see if that allows you to at least > > run all apps as any user... > > Toxic advice... should have been "chmod 666 /dev/snd/*". And to compliment > this insecure setting