Re: IDE DVD playback on 5.1-CURRENT

2003-10-02 Thread Martin
On Wed, 2003-10-01 at 08:24, Lars Eggert wrote: Your change below makes mplayer work here again, too. Did you ever submit it for inclusion in the ports tree? Why? I noticed I have this problem, too, but I just added: linkacd0rdvd As a further rule in devfs.conf. It works fine. No

Re: IDE DVD playback on 5.1-CURRENT

2003-10-02 Thread Lars Eggert
Martin wrote: On Wed, 2003-10-01 at 08:24, Lars Eggert wrote: Your change below makes mplayer work here again, too. Did you ever submit it for inclusion in the ports tree? Why? I noticed I have this problem, too, but I just added: link acd0 rdvd As a further rule in devfs.conf. It works fine.

Re: IDE DVD playback on 5.1-CURRENT

2003-10-01 Thread Lars Eggert
Peter Kostouros wrote: I had a similar problem when running mplayer with recent kernels. My problem was that although I was executing mplayer with -dvd-device /dev/acd0, the program was trying to open /dev/racd0. I modified main/libmpdvdkit2/dvd_reader.c and sure enough everything is OK. I hope

Re: IDE DVD playback on 5.1-CURRENT

2003-08-30 Thread Bruce Evans
On Fri, 29 Aug 2003, David O'Brien wrote: On Fri, Aug 29, 2003 at 10:10:46AM -0700, Terry Lambert wrote: David O'Brien wrote: On Thu, Aug 28, 2003 at 01:29:22AM -0700, Terry Lambert wrote: 1)dd if=/dev/acd0 count=1 of=/dev/null 2)dd if=/dev/acd0c count=1 of=/dev/null 3)

Re: IDE DVD playback on 5.1-CURRENT

2003-08-29 Thread Terry Lambert
David O'Brien wrote: On Thu, Aug 28, 2003 at 01:29:22AM -0700, Terry Lambert wrote: 1)dd if=/dev/acd0 count=1 of=/dev/null 2)dd if=/dev/acd0c count=1 of=/dev/null 3)dd if=/dev/acd0a count=1 of=/dev/null

Re: IDE DVD playback on 5.1-CURRENT

2003-08-29 Thread David O'Brien
On Fri, Aug 29, 2003 at 10:10:46AM -0700, Terry Lambert wrote: David O'Brien wrote: On Thu, Aug 28, 2003 at 01:29:22AM -0700, Terry Lambert wrote: 1)dd if=/dev/acd0 count=1 of=/dev/null 2)dd if=/dev/acd0c count=1 of=/dev/null 3)dd if=/dev/acd0a count=1 of=/dev/null

Re: IDE DVD playback on 5.1-CURRENT

2003-08-28 Thread John Kennedy
On Tue, Aug 26, 2003 at 09:31:45PM -0400, Adam K Kirchhoff wrote: I've asked this same question on freebsd-questions an on #freebsd (freenode), but haven't gotten any answer, so I thought I'd ask on here. ... Is DVD playback just not supported on IDE drives on FreeBSD -CURRENT? This is

Re: IDE DVD playback on 5.1-CURRENT

2003-08-28 Thread supraexpress
You might also want/need to change/define a local mplayer configuration ala: /home/.../.mplayer/gui.conf where you can change the runtime configuration paramaters such as: ao_driver = oss:/dev/dsp1 ao_volnorm = no ao_surround = no ao_extra_stereo = no ao_extra_stereo_coefficient = 1.00

Re: IDE DVD playback on 5.1-CURRENT

2003-08-28 Thread Terry Lambert
Adam K Kirchhoff wrote: Again, no luck. From vlc: [0141] main input: playlist item `dvdold:///dev/[EMAIL PROTECTED],1' [0141] dvd input error: dvdcss cannot open device libdvdread: Using libdvdcss version 1.2.5 for DVD access libdvdread: Could not open /dev/acd0 with libdvdcss.

Re: IDE DVD playback on 5.1-CURRENT

2003-08-28 Thread Peter Kostouros
Hi I had a similar problem when running mplayer with recent kernels. My problem was that although I was executing mplayer with -dvd-device /dev/acd0, the program was trying to open /dev/racd0. I modified main/libmpdvdkit2/dvd_reader.c and sure enough everything is OK. I hope the following

Re: IDE DVD playback on 5.1-CURRENT

2003-08-28 Thread Adam K Kirchhoff
Hmmm... I'll give that a shot, thanks :-) Did you ever submit your patch to the port maintainer? Adam On Thu, 28 Aug 2003, Peter Kostouros wrote: Hi I had a similar problem when running mplayer with recent kernels. My problem was that although I was executing mplayer with -dvd-device

Re: IDE DVD playback on 5.1-CURRENT

2003-08-28 Thread Adam K Kirchhoff
And a quick FYI: After making the changes below, mplayer still refuses to play back any DVDs. :-) I'll probably just wait till ATAnp and atapicam are working together nicely again before I continue fighting with it. Adam On Thu, 28 Aug 2003, Adam K Kirchhoff wrote: Hmmm... I'll give that

Re: IDE DVD playback on 5.1-CURRENT

2003-08-28 Thread Alexander Leidinger
On Thu, 28 Aug 2003 07:46:52 -0400 (EDT) Adam K Kirchhoff [EMAIL PROTECTED] wrote: And a quick FYI: After making the changes below, mplayer still refuses to play back any DVDs. :-) I'll probably just wait till ATAnp and atapicam are working together nicely again before I continue fighting

Re: IDE DVD playback on 5.1-CURRENT

2003-08-28 Thread David O'Brien
On Thu, Aug 28, 2003 at 01:29:22AM -0700, Terry Lambert wrote: 1)dd if=/dev/acd0 count=1 of=/dev/null 2)dd if=/dev/acd0c count=1 of=/dev/null 3)dd if=/dev/acd0a count=1 of=/dev/null

Re: IDE DVD playback on 5.1-CURRENT

2003-08-27 Thread Terry Lambert
Adam K Kirchhoff wrote: I recently moved a firewire card and DVD drive that had been in my FreeBSD box to another computer. I replaced it with an IDE DVD drive. The probelm is that now I can't get mplayer or vlc to play any DVDs that had previously worked with the firewire drive. [ ... ]

Re: IDE DVD playback on 5.1-CURRENT

2003-08-27 Thread Ian Freislich
Adam K Kirchhoff wrote: I've asked this same question on freebsd-questions an on #freebsd (freenode), but haven't gotten any answer, so I thought I'd ask on here. I'm hoping someone can help me out here. I recently moved a firewire card and DVD drive that had been in my FreeBSD box to

Re: IDE DVD playback on 5.1-CURRENT

2003-08-27 Thread Adam K Kirchhoff
On Wed, 27 Aug 2003, Terry Lambert wrote: Adam K Kirchhoff wrote: I recently moved a firewire card and DVD drive that had been in my FreeBSD box to another computer. I replaced it with an IDE DVD drive. The probelm is that now I can't get mplayer or vlc to play any DVDs that had

Re: IDE DVD playback on 5.1-CURRENT

2003-08-27 Thread Adam K Kirchhoff
On Wed, 27 Aug 2003, Adam K Kirchhoff wrote: On Wed, 27 Aug 2003, Terry Lambert wrote: Adam K Kirchhoff wrote: I recently moved a firewire card and DVD drive that had been in my FreeBSD box to another computer. I replaced it with an IDE DVD drive. The probelm is that now I can't

Re: IDE DVD playback on 5.1-CURRENT

2003-08-27 Thread Soren Schmidt
It seems Adam K Kirchhoff wrote: I rebooted my machine and finally noticed the following error message on the console: acd0: FAILURE - FLUSHCACHE status=51READY,DSC,ERROR error=4ABORTED Could this be part of my problem? No, this is harmless. -Søren

Re: IDE DVD playback on 5.1-CURRENT

2003-08-27 Thread Daniel C. Sobral
Ian Freislich wrote: Adam K Kirchhoff wrote: I've asked this same question on freebsd-questions an on #freebsd (freenode), but haven't gotten any answer, so I thought I'd ask on here. I'm hoping someone can help me out here. I recently moved a firewire card and DVD drive that had been in my