Re: [Alsa-user] alsa and xmms

2003-01-03 Thread Georgi Georgiev
Raptor wrote: Paul Sorenson wrote: I have alsa compiled and running on my RH 8.0 box. I can use aplay, play just fine but no sound comes out of xmms. I believe I have the oss emulation running. Any tips Have you unmuted the correct channels ? For example, I do this at starting : #!/bin/sh

Re: [Alsa-user] alsa and xmms

2003-01-03 Thread Raptor
Paul Sorenson wrote: I have alsa compiled and running on my RH 8.0 box. I can use aplay, play just fine but no sound comes out of xmms. I believe I have the oss emulation running. Any tips? --- This sf.net email is sponsored by:ThinkGeek W

[Alsa-user] alsa and xmms

2003-01-03 Thread Paul Sorenson
I have alsa compiled and running on my RH 8.0 box. I can use aplay, play just fine but no sound comes out of xmms. I believe I have the oss emulation running. Any tips? --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven.

[Alsa-user] Alsa snd-cs46xx amd snd-cmipci cannot do full duplex

2003-01-03 Thread Chris
Is there a fix for this? Simultaneously recording from any input source and accessing /dev/dsp for output in MyThTV results in no sound. Xawtv works so the line input is ok. There is sound in linux multimedia programs, so the output is ok. Just cant play sound and record at the same time. Use

[Alsa-user] alias error

2003-01-03 Thread Fernando Giannaccari
whats up folks, I got a little problema, Im running alsa stuff (all current) with CMPCI modules, its okay, the module works and etc, but I only can play two sounds at once in XMMS, mpg123 and other softwares just dont works, I see I got an alias error, all of them are not recognized, i mean, w

[Alsa-user] (no subject)

2003-01-03 Thread Ron Patterson
unsubscribe [EMAIL PROTECTED]

[Alsa-user] Alsa Aztech sound card compile problems.

2003-01-03 Thread Mike Dunphy
Hello, I updated from cvs using the instrux here http://www.alsa-project.org/download.php3 and ran the instrux for the AzTech AZT2320 sound card which I have ... I ran ./cvscompile ./configure --with-cards=azt2320 --with-sequencer=yes;make;make install and it croaked for .. gcc -D__KERN

[Alsa-user] Problemns with Extigy and Mixer Setting using Alsa drivers

2003-01-03 Thread Trevor
Hi, I am having some issues getting the Alsa drivers to work with the Creative Labs Extigy sound card. It is not really with the drivers but with the mixer that I need to use to set the initial volume levels. I have the USB sound card installed and working as far as I can tell. It gets loade

[Alsa-user] MIDISport Uno working with ALSA?

2003-01-03 Thread Christoph Eckert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, on http://www.informatik.uni-halle.de/~ladischc/midisport_linux_firmware.html I read a hack how to use the win drivers of MIDISport Uno http://www.midiman.de/msuno.htm with linux, thanks to the author. Can anyone here tell me that this is wo

Re: [Alsa-user] Unexpected hw_pointer value

2003-01-03 Thread Steven King
Jaroslav Thanks for your reply to my query about my "Unexpected hw_pointer value" error. You suggested a couple of possible causes. Am I able to do anything about either of them, or is it just tough? Regards Steve. --- This sf.net email i

Re: [Alsa-user] Unexpected hw_pointer value

2003-01-03 Thread Jaroslav Kysela
On Fri, 3 Jan 2003, Steven King wrote: > Hello > > I get the following message in konsole when I use my modem for the first time > after booting up linux: > > ALSA ../alsa-kernel/core/pcm_lib.c:121: Unexpected hw_pointer value (stream = > 0, delta: -2980, max jitter = 5120): wrong interrupt a

[Alsa-user] Unexpected hw_pointer value

2003-01-03 Thread Steven King
Hello I get the following message in konsole when I use my modem for the first time after booting up linux: ALSA ../alsa-kernel/core/pcm_lib.c:121: Unexpected hw_pointer value (stream = 0, delta: -2980, max jitter = 5120): wrong interrupt acknowledge? It seems to always be when the dialling i

Re: [Alsa-user] device names

2003-01-03 Thread Georgi Georgiev
Richard Stevens wrote: Hi, this is very much distribution specific, I guess. I'm using gentoo linux and Same here :). In that case, I think I'll mention something I thought might be distro specific and decided to skip. Running /etc/init.d/alsactl stop on my machine actually manages to remove

Re: [Alsa-user] device names

2003-01-03 Thread Richard Stevens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, this is very much distribution specific, I guess. I'm using gentoo linux and there is a scipt called /etc/init.d/local wich gets loaded as the last script on boot. This script calls /etc/conf.d/local.start at boot and /etc/conf.d/local.stop on

Re: [Alsa-user] device names

2003-01-03 Thread Friedrich Ewaldt
Hi, regarding the XFire initialization: do you reload the cs46xx module automatically and -if so- how? I have to do su -c '/etc/init.d/alsa restart' manually after rebooting and would like to have this done automatically by some change in an init script or my modules.conf but don't know how to d

Re: [Alsa-user] device names

2003-01-03 Thread Richard Stevens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I guess I won't try it then. Hopefully this gets resolved at some stage. I don't mind another alsa workaround anyways since there is already one. I have to reload the alsa drivers for my Terratec DMX XFire 1024 after the initial load at boottim

Re: [Alsa-user] device names

2003-01-03 Thread Georgi Georgiev
On Fri, Jan 03, 2003 at 01:24:08PM +0100, Richard Stevens wrote: > and put them in my rc.local script. That does the job as a workaround. I'll > also try the patch later. Hopefully it works with my 2.4.20 kernel. Jaroslav, > do you know if the patch got rejected completely or only delayed? Any >

Re: [Alsa-user] device names

2003-01-03 Thread Richard Stevens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, thanks for your replies. I have my modules.conf already configured similar to Miguel's description. Sorry for not including it right away. From Georgi's very complete system information I found out some new spots in proc to look for things and

Re: [Alsa-user] device names

2003-01-03 Thread Jaroslav Kysela
On Fri, 3 Jan 2003, Georgi Georgiev wrote: > The devfs code of alsa seems to not work correctly. > Even though my setup is as described below, the device /dev/sound/dsp1 for > example, is not created (just check the whole mail). > > Creating a device manually does the job, but creating a device

Re: [Alsa-user] device names

2003-01-03 Thread Georgi Georgiev
The devfs code of alsa seems to not work correctly. Even though my setup is as described below, the device /dev/sound/dsp1 for example, is not created (just check the whole mail). Creating a device manually does the job, but creating a device on boot is annoying. My setup is SoundBlaster Live +