Re: [Alsa-user] Alsa + Realplayer 8.0

2003-10-17 Thread Frank Barknecht
Hallo, Myk hat gesagt: // Myk wrote: > It seems you can only use device and subdevice numbers for "hw" - > attached is a patch (against 1.0pre2) that'll let you do the same for > plughw. Thanks, I will give it a try, but this might take some days. > The whole device parsing code could do with a

Re: [Alsa-user] Alsa + Realplayer 8.0

2003-10-16 Thread Myk
On Wed, 15 Oct 2003 21:27:45 +0200 Frank Barknecht <[EMAIL PROTECTED]> wrote: > Hallo, > > Myk hat gesagt: // Myk wrote: > > You can select the device like this: > > > > mplayer -ao alsa9:plughw > > mplayer -ao oss:/dev/dsp1 > > You're right, I'm terribly sorry to have spread this misinformatio

Re: [Alsa-user] Alsa + Realplayer 8.0

2003-10-15 Thread Frank Barknecht
Hallo, Myk hat gesagt: // Myk wrote: > You can select the device like this: > > mplayer -ao alsa9:plughw > mplayer -ao oss:/dev/dsp1 You're right, I'm terribly sorry to have spread this misinformation. I actually did try something like that prior to posting which always gave me errors and no s

Re: [Alsa-user] Alsa + Realplayer 8.0

2003-10-14 Thread Myk
On Tue, 14 Oct 2003 14:47:00 +0200 Frank Barknecht <[EMAIL PROTECTED]> wrote: > Hallo, > [EMAIL PROTECTED] hat gesagt: // [EMAIL PROTECTED] wrote: > > > Finally, when I use surround51, the rear speakers actually produce > > sound! Can XMMS also use surround51? > > Maybe with the xmms-alsa-plugin

Re: Re: [Alsa-user] Alsa + Realplayer 8.0

2003-10-14 Thread Stoic
> > van: Frank Barknecht <[EMAIL PROTECTED]> > datum: 2003/10/14 di PM 02:47:00 CEST > aan: [EMAIL PROTECTED] > onderwerp: Re: [Alsa-user] Alsa + Realplayer 8.0 > > alsa-init: 1 soundcard found, using: hw:0,0 >^^ > Th

Re: [Alsa-user] Alsa + Realplayer 8.0

2003-10-14 Thread Frank Barknecht
Hallo, [EMAIL PROTECTED] hat gesagt: // [EMAIL PROTECTED] wrote: > Finally, when I use surround51, the rear speakers actually produce sound! Can > XMMS also use surround51? Maybe with the xmms-alsa-plugin? > Also with mplayer when I perform the following: > > $ mplayer -channels 6 -ao alsa9

Re: [Alsa-user] Alsa + Realplayer 8.0

2003-10-13 Thread stoic
On Monday 13 October 2003 11:36, Jaroslav Kysela wrote: > Try: aplay -Dplug:surround40 > aplay -Dplug:surround51 Finally, when I use surround51, the rear speakers actually produce sound! Can XMMS also use surround51? Also with mplayer when I perform the following: $ mplayer -channels 6 -

Re: [Alsa-user] Alsa + Realplayer 8.0

2003-10-13 Thread stoic
Hi, Please ignore my previous mail. The following line did the trick: "above snd-intel8x0 snd-mixer-oss snd-seq-oss snd-pcm-oss" Now RealPlayer produces sound! Great. Last thing remaining is getting the rear speakers to produce sound. Thanks, Metin probeall scsi_hostadapter ide-scsi alias et

Re: [Alsa-user] Alsa + Realplayer 8.0

2003-10-13 Thread stoic
Hi, I have added the line you mentioned to modules.conf, but I still don't see any oss related stuff in lsmod. probeall scsi_hostadapter ide-scsi alias eth0 tg3 #alias sound-slot-0 i810_audio probeall usb-interface usb-uhci ehci-hcd alias eth1 3c59x alias ieee1394-controller ohci1394 alias /dev

Re: Re: [Alsa-user] Alsa + Realplayer 8.0

2003-10-13 Thread Jaroslav Kysela
On Mon, 13 Oct 2003 [EMAIL PROTECTED] wrote: > May be related to this: do I need to add anything else in module.conf to > get my two rear speakers working? > > I have sent this question earlier to this mailing-list but none of the > adviced helped me in getting the two rear speakers to produce sou

Re: Re: [Alsa-user] Alsa + Realplayer 8.0

2003-10-13 Thread Stoic
pecify the number of channels in XMMS? Stoic PS: Sorry for the double post Clemens, forgot to cc the rest. > > van: Clemens Ladisch <[EMAIL PROTECTED]> > datum: 2003/10/13 ma PM 03:18:01 CEST > aan: [EMAIL PROTECTED] > cc: [EMAIL PROTECTED] > onderwerp: Re: [Alsa-user] Als

Re: [Alsa-user] Alsa + Realplayer 8.0

2003-10-13 Thread Clemens Ladisch
On Mon, 13 Oct 2003 [EMAIL PROTECTED] wrote: > Still when I perform an lsmod I do not get snd-pcm-oss nor > snd-mixer-oss. Apparently, the OSS emulation modules don't get loaded together with the other ALSA modules. Try to add the following line to your modules.conf: above snd-card-0 snd-pcm-oss

Fwd: Re: [Alsa-user] Alsa + Realplayer 8.0

2003-10-12 Thread stoic
--- Begin Message --- I have remade the alsa driver with this option. Here is the config line I used: ./configure --with-cards=intel8x0 --with-sequencer=yes --with-oss=yes --disable-verbose-printk Still when I perform an lsmod I do not get snd-pcm-oss nor snd-mixer-oss. I get the same things

Re: [Alsa-user] Alsa + Realplayer 8.0

2003-10-12 Thread Myk
Hi You need to have enabled oss-emulation for the alsa drivers, which should appear as snd-pcm-oss, and snd-mixer-oss in lsmod's output. If you've installed from source, the configure option is --with-oss=yes - Myk On Sun, 12 Oct 2003 11:43:19 -0400 [EMAIL PROTECTED] wrote: > Hi, > > I have