[Bug 468210] Re: Can't play dvd (no /dev/dvd available)

2011-10-30 Thread ajarmoniuk
still unresolved

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/468210

Title:
  Can't play dvd (no /dev/dvd available)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/468210/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468210] Re: Can't play dvd (no /dev/dvd available)

2009-11-21 Thread Peter Nauta
It also affects Mythbuntu 9.10 with patches.  I did the installation a
couple of days ago, tested DVD playback successfully right after the
installation, now it wouldn't work.  After changing the DVD player in
Myth to be /dev/dvd1, it again works.

-- 
Can't play dvd (no /dev/dvd available)
https://bugs.launchpad.net/bugs/468210
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468210] Re: Can't play dvd (no /dev/dvd available)

2009-11-09 Thread Scott James Remnant
Remove the /etc/udev/rules.d/70-persistent-cd.rules file to regenerate
it

** Changed in: udev (Ubuntu)
   Status: New = Invalid

-- 
Can't play dvd (no /dev/dvd available)
https://bugs.launchpad.net/bugs/468210
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468210] Re: Can't play dvd (no /dev/dvd available)

2009-11-01 Thread Risto H. Kurppa

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34850813/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/34850814/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/34850815/ProcStatus.txt

-- 
Can't play dvd (no /dev/dvd available)
https://bugs.launchpad.net/bugs/468210
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 468210] Re: Can't play dvd (no /dev/dvd available)

2009-11-01 Thread Risto H. Kurppa
sudo ln -s /dev/sr0 /dev/dvd seems to help.. No idea why this is needed.
Either kaffeine should point to /dev/sr0 - or /dev/dvd should exist..

-- 
Can't play dvd (no /dev/dvd available)
https://bugs.launchpad.net/bugs/468210
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kaffeine in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 468210] Re: Can't play dvd (no /dev/dvd available)

2009-11-01 Thread Risto H. Kurppa
Changed away from kaffeine, I think  udev is a better guess..

** Description changed:

- Binary package hint: kaffeine
+ UPDATED DESCRIPTION:
+ 
+ I have two optical drives, a CD/RW drive and a DVD drive. 
  
- Kubuntu 9.10 with medibuntu, partners  backports activated, upgraded. I
- installed Kaffeine (as Dragonplayer's a bit limited..) to play DVD:s,
- but it won't work:
+ In /etc/udev/rules.d/70-persistent-cd.rules the CD/RW-drive is binded as
+ /dev/cdrw and /dev/cdrom in and the DVD-drive is binded as cdrom1 and
+ dvd1 - even though there's only one DVD drive. This causes programs, for
+ example Kaffeine, to fail play DVD's from the DVD drive.
+ 
+ So changing /etc/udev/rules.d/70-persistent-cd.rules to mount CDRW to
+ cdrw and cdrom1 and DVD to cdrom and dvd thigs started working again.
+ 
+ It think this has nothing to do with Kaffeine so I'll try to change the
+ description etc in this bug report respectively...
+ 
+ 
+ ORIGINAL DESCRIPTION:
+ 
+ Kubuntu 9.10 with medibuntu, partners  backports activated, upgraded. I 
installed Kaffeine (as Dragonplayer's a bit limited..) to play DVD:s, but it 
won't work:
  
  start kaffeine
  press 'play DVD'.
  stdout gives me:
  
  g...@utberg:/dev$ kaffeine
  g...@utberg:/dev$ libdvdnav: Using dvdnav version 1.1.16.3 from 
http://xine.sf.net
  libdvdread: Encrypted DVD support unavailable.
  libdvdread: Can't stat /dev/dvd
  No such file or directory
  libdvdnav: vm: faild to open/read the DVD
  libdvdnav: Using dvdnav version 1.1.16.3 from http://xine.sf.net
  libdvdread: Encrypted DVD support unavailable.
  libdvdread: Can't stat /dev/dvd
  No such file or directory
  libdvdnav: vm: faild to open/read the DVD
  
  and I get a popup telling me Cannot find input plugin for MRL [dvd:/]
  
  /dev/dvd doesn't exist. I can create it manually but it won't help much
  as I don't know how to make DVD appear there.. Also Kaffeine doesn't
  have the settings menu item there - I don't know how to tell Xine to
  look for /dev/scd0..
  
  ProblemType: Bug
  Architecture: i386
  Date: Sun Nov  1 12:01:37 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/kaffeine
  InstallationMedia: Kubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  NonfreeKernelModules: nvidia
  Package: kaffeine 1.0~pre2-0ubuntu1 [modified: 
usr/share/kde4/apps/solid/actions/kaffeine_play_dvd.desktop]
  ProcEnviron:
-  SHELL=/bin/bash
-  LANG=en_US.UTF-8
-  LANGUAGE=
+  SHELL=/bin/bash
+  LANG=en_US.UTF-8
+  LANGUAGE=
  ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
  SourcePackage: kaffeine
  Uname: Linux 2.6.31-14-generic i686

** Package changed: kaffeine (Ubuntu) = udev (Ubuntu)

-- 
Can't play dvd (no /dev/dvd available)
https://bugs.launchpad.net/bugs/468210
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kaffeine in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 468210] Re: Can't play dvd (no /dev/dvd available)

2009-11-01 Thread Risto H. Kurppa
Same problem herethere:
Fedora, 2008: http://www.redhat.com/archives/rhl-list/2008-January/msg01119.html
Ubuntu, 2007: http://ubuntuforums.org/showthread.php?t=639540
Ubuntu, 2008: https://answers.edge.launchpad.net/ubuntu/+question/31853

-- 
Can't play dvd (no /dev/dvd available)
https://bugs.launchpad.net/bugs/468210
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs