On Tuesday 13 April 2010 16:53:45 James wrote:
> Hello,
>
> Xine has worked for me in the past. It has been a few months
> since I used it. Now it give these popup error messages:
>
> - xine engine error
>
> There is no input plugin available to handle dvd:/
> Maybe MRL syntax is wrong or file/stream source doesn't exist
>
>
> <second popup error>
>
> The source can't be read.
> Maybe you don't have enough rights for this, or source doesn't
> contain data (e.g. not disc in drive). (/dev/dvd)
>
> Well other players work just fine.....?
> Permissions look fine on /dev/dvd:
>
> lrwxrwxrwx 1 root root 3 Apr 5 22:33 /dev/dvd1 -> hda
> lrwxrwxrwx 1 root root 3 Apr 5 22:33 /dev/dvdrw1 -> hda
>
>
> I didnot see anything at bugs.gentoo.org....
>
>
> ideas?
>
>
> James
Looking at the files you listed I guess /dev/dvd doesn't exist on your system.
You should probably try /dev/dvd1 or /dev/hda...
> Looking at the files you listed I guess /dev/dvd doesn't exist on your system.
> You should probably try /dev/dvd1 or /dev/hda...
OK, I Noticed that too. I cannot find where I change, dvd to dvd1 or hda.....
Nothing under settings....
maybe there is a config file I can edit manually?
I cannot find any docs addressing how to change the DVD name/link/selection?
I never had to do anything, other than 'emerge xine' in the past
to use xine (used it for years) so HAL, dbus or kde4 must have changed
it in a upgrade over the last few months.....
James
04-16-2010, 11:51 AM
xine problem
On Friday 16 April 2010 04:38:40 James wrote:
> <mischdele <at> gmx.de> writes:
> > > lrwxrwxrwx 1 root root 3 Apr 5 22:33 /dev/dvd1 -> hda
> > > lrwxrwxrwx 1 root root 3 Apr 5 22:33 /dev/dvdrw1 -> hda
> >
> > Looking at the files you listed I guess /dev/dvd doesn't exist on your
> > system. You should probably try /dev/dvd1 or /dev/hda...
>
> OK, I Noticed that too. I cannot find where I change, dvd to dvd1 or
> hda.....
>
>
> Nothing under settings....
>
>
> maybe there is a config file I can edit manually?
>
> I cannot find any docs addressing how to change the DVD
> name/link/selection? I never had to do anything, other than 'emerge xine'
> in the past
> to use xine (used it for years) so HAL, dbus or kde4 must have changed
> it in a upgrade over the last few months.....
>
> James
I've also never tried that, but on my system there's ~/.xine/config which I
would try to edit (there's a "media.dvd.device" line in it which looks like
the right thing to change accordingly...).
Looking at the files you listed I guess /dev/dvd doesn't exist on your system.
You should probably try /dev/dvd1 or /dev/hda...
OK, I Noticed that too. I cannot find where I change, dvd to dvd1 or hda.....
Nothing under settings....
maybe there is a config file I can edit manually?
There is an automatically generated file /etc/udev/rules.d/70-persistent-cd-rules.
If you have that file you might try deleting or moving it so the system will re-
generate it during the next reboot.
04-19-2010, 01:16 PM
James
xine problem
walt <w41ter <at> gmail.com> writes:
>There is an automatically generated file etc/udev/rules.d/70-persistent-cd-rules.
If you have that file you might try deleting or moving it
so the system will re-
generate it during the next reboot.
OK, I tried this and it did not solve the problem.
In fact, it made no difference.
diff 70-persistent-cd.rules 70-persistent-cd.rules.16apr2010
2c2
< # program, run by the cd-aliases-generator.rules rules file.
---
> # program, probably run by the cd-aliases-generator.rules rules file.
4,5c4,5
< # You can modify it, as long as you keep each rule on a single
< # line, and set the $GENERATED variable.
---
> # You can modify it, as long as you keep each rule on a single line
> # and set the $GENERATED variable.
6a7,13
> # CD-ROM_TW_120D (pci-0000:00:06.0-ide-0:1)
> ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0-ide-0:1",
SYMLINK+="cdrom", ENV{GENERATED}="1"
> # (pci-0000:00:08.0-scsi-1:0:0:0)
> ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:08.0-scsi-1:0:0:0",
SYMLINK+="cdrom1", ENV{GENERATED}="1"
> ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:08.0-scsi-1:0:0:0",
SYMLINK+="cdrw1", ENV{GENERATED}="1"
> ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:08.0-scsi-1:0:0:0",
SYMLINK+="dvd1", ENV{GENERATED}="1"
> ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:08.0-scsi-1:0:0:0",
SYMLINK+="dvdrw1", ENV{GENERATED}="1"
8,11c15,18
< SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0",
SYMLINK+="cdrom", ENV{GENERATED}="1"
< SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0",
SYMLINK+="cdrw", ENV{GENERATED}="1"
< SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0",
SYMLINK+="dvd", ENV{GENERATED}="1"
< SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0",
SYMLINK+="dvdrw", ENV{GENERATED}="1"
---
> SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0",
SYMLINK+="cdrom2", ENV{GENERATED}="1"
> SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0",
SYMLINK+="cdrw2", ENV{GENERATED}="1"
> SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0",
SYMLINK+="dvd2", ENV{GENERATED}="1"
> SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0",
SYMLINK+="dvdrw2", ENV{GENERATED}="1"
James
04-19-2010, 01:25 PM
James
xine problem
James <wireless <at> tampabay.rr.com> writes:
> walt <w41ter <at> gmail.com> writes:
> If you have that file you might try deleting or moving it
> so the system will re-