Re: [Alsa-user] Which alsa package is right for me?

2002-08-20 Thread Marco Nadal
--- Tom Whiting <[EMAIL PROTECTED]> wrote: > On Tuesday 20 August 2002 08:26 am, Marco Nadal > wrote: > > cover the 2.2.x and 2.0.x kernels! My kernel = > 2.4.18-6mdk > Ya,you've got the wrong kernel. > However, mandrake isn't exactly the "best" OS for > compiling matters anyways. > It's not re

Re: [Alsa-user] alsa-drivers-0.9.0rc3: Audio probs

2002-08-20 Thread Meino Christian Cramer
Hi, I have some audio probs with the new alsa driver: Sometimes, replayed musics begans to repepepepepepepepepeat itself in a loop before the program either stops or hangs. This happens seldom to xmms, evertime to xcdroast (it plays a "ping", if ready, which now becomes a "pipipipipipipi

Re: [Alsa-user] cs46xx s/pdif: front/rear reversed?

2002-08-20 Thread Benny Sjostrand
> error on set_period_size (1024) > Unavailable hw params: > ACCESS: RW_INTERLEAVED > FORMAT: S16_LE > SUBFORMAT: STD > SAMPLE_BITS: 16 > FRAME_BITS: 32 > CHANNELS: 2 > RATE: 44100 > PERIOD_TIME: (11609 11610) > PERIOD_SIZE: 512 > PERIOD_BYTES: 2048 > PERIODS: [2 32] > BUFFER_TIME: (23219 37152

Re: [Alsa-user] ALSA 0.9.0-0.8rc2mdk RPM installation error

2002-08-20 Thread kevin ernste
> Does Mandrake use apt? apt is designed to eliminate > dependency headaches. Check > your distribution-specific documenatation. You 'can' get MDK to do apt-get, but there is an MDK 'native' feature called "urpmi" which will do the same thing. "Define" your sources in the MDK Software Sanager (y

Re: [Alsa-user] ALSA USB MIDI Input

2002-08-20 Thread Pedro Lopez-Cabanillas
El Mar 20 Ago 2002 10:10, Clemens Ladisch escribió: > Pedro Lopez-Cabanillas wrote: > > I suggest you to add these modules to the /etc/hotplug/blacklist file: > > # cat /etc/hotplug/blacklist > > audio > > usb-midi > > snd-usb-audio > > snd-usb-midi > > > > You can see that I include the ALSA modu

[Alsa-user] RME I/O expansions

2002-08-20 Thread prattala
Hello. I'm thinking of buing a RME 9636 and am checking out the options for input and output. I saw a couple of expansion boards, RME AEB 8/I and RME AEB 8/O that I think, work with the 9636. My question is, do they work with the alsa driver? And, this is not strictly an alsa question b

Re: [Alsa-user] ALSA 0.9.0-0.8rc2mdk RPM installation error

2002-08-20 Thread Mark Rages
On Tue, Aug 20, 2002 at 11:01:32PM +1000, Marco Nadal wrote: > I'm still learning Linux, and I thought, installing RPMs is an important > skill to learn. I also like fluffy bunnies. > > So I downloaded > jumpnbump-1.3-1.i386.rpm > rpm -i > failed dependency: libasound.so.2 > > I get > libalsa2-

Re: [Alsa-user] (no subject)

2002-08-20 Thread Burton Samograd
Try doing: modprobe snd-pcm-oss modprobe snd-mixer-oss as root on your system. Sometimes the oss emulation modules aren't loaded automatically when /dev/dsp is accessed. burton On Tue, Aug 20, 2002 at 01:05:38AM -0500, David Cougle wrote: > > I have audigy, and latest alsa, and used alsacon

Re: [Alsa-user] Which alsa package is right for me?

2002-08-20 Thread Tom Whiting
On Tuesday 20 August 2002 08:26 am, Marco Nadal wrote: > I have just tried > rpm -i alsa-2.2.19_0.5.10b-6.4mdk.i586.rpm > error: failed dependencies: > kernel = 2.2.19-6.4mdk is needed by alsa-2.2.19_0.5.10b-6.4mdk > > This is most enlightening, I have the wrong kernel! > I had a look at

Re: [Alsa-user] Which alsa package is right for me?

2002-08-20 Thread Ede Wolf
I'll try to explain as good as I know. No gurantee, though. Under Unix, drivers are part of the Kernel. So, with a new kernel you get new drivers automatically. However, a linux kernel (and others, too) is somewhat modular, so you can add drivers as modules (similar as with windows, I guess). S

Re: [Alsa-user] Which alsa package is right for me?

2002-08-20 Thread Frank Barknecht
Hi, Marco Nadal hat gesagt: // Marco Nadal wrote: > I have just tried > rpm -i alsa-2.2.19_0.5.10b-6.4mdk.i586.rpm > error: failed dependencies: > kernel = 2.2.19-6.4mdk is needed by alsa-2.2.19_0.5.10b-6.4mdk > > This is most enlightening, I have the wrong kernel! > I had a look at th

RE: [Alsa-user] ALSA USB MIDI Input

2002-08-20 Thread Michael Martin
The kernel had this to say Aug 20 15:54:54 linux kernel: C-Media PCI soundcard not found or device busy Aug 20 15:54:54 linux insmod: /lib/modules/2.4.18-4GB/kernel/sound/pci/snd-cmipci.o: init_module: No such device Aug 20 15:54:54 linux insmod: Hint: insmod errors can be caused by incorrect mod

RE: [Alsa-user] ALSA USB MIDI Input

2002-08-20 Thread Michael Martin
I've re-installed Linux (SuSE 8.0 Pro), compiled the ALSA 0.9.0r3 Drivers, Libs and Utils as well as Aseqview. But I'm having difficulty setting up my /etc/modules.conf file Do I need to set the USB device as a new sound card? What do I do? Also are there any docs for getting OSS Emulation to wor

[Alsa-user] Which alsa package is right for me?

2002-08-20 Thread Marco Nadal
I have just tried rpm -i alsa-2.2.19_0.5.10b-6.4mdk.i586.rpm error: failed dependencies: kernel = 2.2.19-6.4mdk is needed by alsa-2.2.19_0.5.10b-6.4mdk This is most enlightening, I have the wrong kernel! I had a look at the Alsa-sound-mini-HOWTO, but sections 2.1 and 2.4 only cover the

[Alsa-user] ALSA 0.9.0-0.8rc2mdk RPM installation error

2002-08-20 Thread Marco Nadal
I'm still learning Linux, and I thought, installing RPMs is an important skill to learn. I also like fluffy bunnies. So I downloaded jumpnbump-1.3-1.i386.rpm rpm -i failed dependency: libasound.so.2 I get libalsa2-0.9.0-0.8rc2mdk.i586.rpm rpm -i failed dependency: libalsa-data I D/L libalsa-da

Re: [Alsa-user] cs46xx s/pdif: front/rear reversed?

2002-08-20 Thread Jeremy Higgs
On Tuesday, Aug 20, 2002, at 17:40 Australia/Sydney, [EMAIL PROTECTED] wrote: > Hi! > >> Just out of interest... Is S/PDIF support for that card recent? (i.e. >> in CVS) I inquired a couple of months ago, and was told that there >> wasn't S/PDIF support... I have exactly the same card. > > Yes,

Re: [Alsa-user] Audiophile 2496 feedback (?) problem.

2002-08-20 Thread James Tappin
On Wed, 14 Aug 2002 10:33:56 +0100 James Tappin <[EMAIL PROTECTED]> wrote: JT> I'm currently in the process of switching from SuSE (7.2) to Debian JT> (Woody). Using reasonably current ALSA CVS (maybe a week or so since JT> I last did an update). JT> JT> Under SuSE, (with a self built 2.4.17 + p

Re: [Alsa-user] /var/log/messages

2002-08-20 Thread James Tappin
On 20 Aug 2002 10:19:32 +0100 Les Burns <[EMAIL PROTECTED]> wrote: LB> Subject: [Alsa-user] Alsa 0.5.12a, ICE1712 (maudio Audiophile), KDE LB> 3.02 mandrake: Arts LB> Error "Unable to set channel params!" LB> LB> LB> Looked At whether the drivers and cards were installed: LB> LB> LB> [lbos@z

[Alsa-user] RC3 question: Mandrake "patch" already included?

2002-08-20 Thread Alan Murrell
Hello All, This will prlly win the award for stupidest question of the month, but here goes anyway... I'm going to be installing a Mandrake 8.2 machine in the next day or two, and will be wanting to "upgrade" the Alsa 0.5.10b drivers it has with the latest Alsa drivers (0.9.0rc3). I have an ALS

[Alsa-user] /var/log/messages

2002-08-20 Thread Les Burns
Message: 4 From: Les Burns <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: 20 Aug 2002 01:33:59 +0100 Subject: [Alsa-user] Alsa 0.5.12a, ICE1712 (maudio Audiophile), KDE 3.02 mandrake: Arts Error "Unable to set channel params!" Looked At whether the drivers and cards were installed: [lbos@zap

Re: [Alsa-user] ALSA USB MIDI Input

2002-08-20 Thread Clemens Ladisch
Pedro Lopez-Cabanillas wrote: > > I see both usb-midi and usbmidi. Could this be because I've got the daemon > > installed as well? > > No, but you should uninstall it if you are going to use the driver instead the > daemon. To uninstall the daemon, run "make uninstall" in the usbmidid-x.x.x dir

Re: Re: [Alsa-user] cs46xx s/pdif: front/rear reversed?

2002-08-20 Thread Friedrich . Ewaldt
Hi! > Just out of interest... Is S/PDIF support for that card recent? (i.e. > in CVS) I inquired a couple of months ago, and was told that there > wasn't S/PDIF support... I have exactly the same card. Yes, S/P-DIF ouput support is quite new. S/P-DIF input is even newer! (There are some other