Hopefully your card will work when you try it with mplayer :)
Seems like you have setup everything right. You might want to run
em8300setup -d btw,
then you'll be able to get both ac3 and pcm sound. I get the flicker on the
tv everytime I reboot /
reinitialize the card, so that's normal.
You should be able to play almost everything with your dxr3 card. All
mpeg1/2 streams should work fine.
You can also play xvid/divx. etc with mplayer, it renders the movie to mpeg
on the fly. :)).



----- Original Message ----- 
From: "Mark Benson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 20, 2003 1:37 PM
Subject: Re: [Freevo-users] No display device in freevo? Dxr3 video stream
not system stream...


> Thanks Johan,
>
> I haven't tried running it with mplayer as yet, as I was trying to work
thru
> everything systematically. I will try mplayer when I'm actually infront of
> the box next. I was wondering if the mpeg should be a specific format for
> the dxr3, maybe it can only scale divisions of PAL resolutions?
>
> I'm currently loading the modules by hand and then uploading the
> microcode... rebooting doesn't have any affect for me.
>
> If I run ./em8300setup -q first it complains that I need to upload the
> microcode first, so I run ./em8300setup and it returns...
>
> [EMAIL PROTECTED] em8300setup]# ./em8300setup
> Video   Aspect  Audio   Spu
> PAL     4:3     ANALOG  OFF
>
> Running ./em8300setup -q returns the same info:
>
> [EMAIL PROTECTED] em8300setup]# ./em8300setup -q
> Video   Aspect  Audio   Spu
> PAL     4:3     ANALOG  OFF
>
> Which sounds ok to me - I'm in the uk so pal should be fine...
>
> So far the closest I've got the getting any output from the dxr3 is screen
> flicker when loading the modules and microcode.
>
> I'm running RH9 with 2.4.20-19.9
> I'm running on a dual celeron box (an old abit BP6)
>
>
>
> ----- Original Message ----- 
> From: "Johan Celén" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, August 20, 2003 11:37 AM
> Subject: Re: [Freevo-users] No display device in freevo? Dxr3 video stream
> not system stream...
>
>
> > Yeah.. I have a working dxr3 (hollywood+) in my freevo box..
> > I've got the same error that you have.. but all I had to do is to
reboot,
> > and then it worked.
> > what do you get if you run em8300setup -q ? Does everything looks ok?
> > have you tried to run the card with mplayer (without freevo)
> > mplayer -vo dxr3 -ao oss://dev/em8300_ma-0 test.mpg
> > (or something like that)
> > This is my ldm:
> >
> > modprobe i2c-algo-bit
> > insmod /apps/em8300-0.13.0/modules/adv717x.o pixelport_16bit=0
> > pixelport_other_pal=0
> > insmod /apps/em8300-0.13.0/modules/bt865.o
> > insmod /apps/em8300-0.13.0/modules/em8300.o dicom_other_pal=0
dicom_fix=0
> > dicom_control=1
> >
> > and in my rc.local i've got
> > em8300setup -d
> > you might have to set the pal/pal60/ntsc too.. think i changed the
> defaults
> > on my modules to that..
> >
> > Wich kernel are you using btw? I'm running 2.4.21, works perfectly. But
> with
> > 2.4.22rc2 em8300 wont even compile :/
> > had to patch it to support i2c 2.8.0.. but the patch made em8300 to fail
> > compilation :/
> > Anyone running dxr3 with 2.4.22rc2 (or atleast i2c 2.8.0 ? )
> >
> > Regards
> > Johan
> >
> >
> >
> > ----- Original Message ----- 
> > From: "Mark Benson" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, August 20, 2003 11:27 AM
> > Subject: Fw: [Freevo-users] No display device in freevo? Dxr3 video
stream
> > not system stream...
> >
> >
> > > Hi all,
> > >
> > > I'm still having problems getting my dxr3 working with freevo,
> > >
> > > The old post is what happens when I try to output an mpeg to the
card...
> > >
> > > When I run freevo with dxr3 set as the output, freevo complains that
> there
> > > is no output device...
> > >
> > > Anyone with a working dxr3 have any ideas?
> > >
> > > ----- Original Message ----- 
> > > From: "Mark Benson" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Friday, August 15, 2003 2:09 PM
> > > Subject: [Freevo-users] Dxr3 video stream not system stream...
> > >
> > >
> > > >
> > > >
> > > >
> > > > > I've been trying to get my dxr3 working - got so far...
> > > > >
> > > > > Currently able to load modules (tv screen flickers - occasionally
> goes
> > > > > green), upload microcode (tv screen flickers - if green goes
black).
> > > > >
> > > > > When I try
> > > > >
> > > > > extract_mpeg2 test.mpg > /dev/em8300_mv
> > > > >
> > > > > I get the message video stream not system stream repeated for the
> > approx
> > > > > duration of the test clip
> > > > >
> > > > > The thing that is confusing me is that I have colour bars enabled
> but
> > > have
> > > > > not as yet seen them! Any ideas?
> > > > >
> > > > > complied the modules (using the radhat-patched version)
> > > > >
> > > > > load the modules using:  ./ldm
> > > > >
> > > > > ldm options currently (tried various combinations):
> > > > >
> > > > > #!/bin/sh
> > > > >
> > > > > modprobe i2c-algo-bit
> > > > >
> > > > > insmod adv717x.o
> > > > > # pixelport_16bit=0 pixelport_other_pal=0 swap_redblue_pal=0
> > > color_bars=1
> > > > > insmod bt865.o
> > > > > # color_bars=1
> > > > > insmod em8300.o
> > > > > # use_bt865=0 bt865_ucode_timeout=1 dicom_fix=0 dicom_control=0
> > > > > dicom_other_pal=0 activate_loopback=0
> > > > >
> > > > > load the microcode using:  ./em8300setup
> > > > >
> > > > > try to test video output using:  extract_mpeg2 test.mpg >
> > /dev/em8300_mv
> > > > >
> > > > > where test.mpg is a test video clip...
> > > > >
> > > > > Thats when I get the video stream not system stream messages...
> > > >
> > > >
> > > >
> > > >
> > > > -------------------------------------------------------
> > > > This SF.Net email sponsored by: Free pre-built ASP.NET sites
including
> > > > Data Reports, E-commerce, Portals, and Forums are available now.
> > > > Download today and enter to win an XBOX or Visual Studio .NET.
> > > >
> > >
> >
>
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> > > > _______________________________________________
> > > > Freevo-users mailing list
> > > > [EMAIL PROTECTED]
> > > > https://lists.sourceforge.net/lists/listinfo/freevo-users
> > >
> > >
> > >
> > >
> > > -------------------------------------------------------
> > > This SF.net email is sponsored by Dice.com.
> > > Did you know that Dice has over 25,000 tech jobs available today? From
> > > careers in IT to Engineering to Tech Sales, Dice has tech jobs from
the
> > > best hiring companies. http://www.dice.com/index.epl?rel_code=104
> > > _______________________________________________
> > > Freevo-users mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by Dice.com.
> > Did you know that Dice has over 25,000 tech jobs available today? From
> > careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
> > best hiring companies. http://www.dice.com/index.epl?rel_code=104
> > _______________________________________________
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by Dice.com.
> Did you know that Dice has over 25,000 tech jobs available today? From
> careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
> best hiring companies. http://www.dice.com/index.epl?rel_code=104
> _______________________________________________
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users




-------------------------------------------------------
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code4
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to