Re: dvd+rw burner

2024-12-17 Thread Thomas Schmitt
Hi, Gene Heskett wrote: > It's an older disk, 2.4 speed. I know these only from hearsay. My DVD+RW are all 4x. Oldest from 2006. Some of them are still in regular use here. > dd if=/dev/zero bs=2048 count=2295104 | \ >xorriso -as cdrecord -v -nopad dev=/dev/sr1 -eject - > ... > Writing to '

Re: dvd+rw burner

2024-12-17 Thread gene heskett
On 12/17/24 10:35, Thomas Schmitt wrote: dd if=/dev/zero bs=2048 count=2295104 | \ xorriso -as cdrecord -v -nopad dev=/dev/sr1 -eject - It's an older disk, 2.4 speed. Before I started the above, there was a darker area about 3/16 inch wide, the rest was still shiny, matching your

Re: dvd+rw burner

2024-12-17 Thread Thomas Schmitt
Hi, Gene heskett wrote: > on that same staples dvd+rw disk: > xorriso -as cdrecord -v dev="$drive" fs=16m -eject "$image" 2>&1 | tee -i > /tmp/xorriso.log > apparently xorriso, which I had to install, completed normally but did take > a long time closing, I'll send the log by PM Summarizing the

Re: dvd+rw burner

2024-12-17 Thread gene heskett
On 12/17/24 04:23, Thomas Schmitt wrote: Hi, Gene Heskett wrote: xfburn claims burn mode isn't implemented yet, I wrote: Sounds like https://forums.linuxmint.com/viewtopic.php?p=1952263#p1952263 Proposed remedy is to click at the button with the circular arrow beneath a text field which

Re: dvd+rw burner

2024-12-17 Thread gene heskett
On 12/17/24 04:23, Thomas Schmitt wrote: Hi, Gene Heskett wrote: xfburn claims burn mode isn't implemented yet, I wrote: Sounds like https://forums.linuxmint.com/viewtopic.php?p=1952263#p1952263 Proposed remedy is to click at the button with the circular arrow beneath a text field which

Re: dvd+rw burner

2024-12-17 Thread Thomas Schmitt
Hi, Gene Heskett wrote: > > > xfburn claims burn mode isn't implemented yet, I wrote: > > Sounds like > >https://forums.linuxmint.com/viewtopic.php?p=1952263#p1952263 > > Proposed remedy is to click at the button with the circular arrow beneath > > a text field which tells the medium type (in

Re: dvd+rw burner

2024-12-16 Thread gene heskett
On 12/16/24 11:50, Timothy M Butterworth wrote: On Mon, Dec 16, 2024 at 10:25 AM gene heskett wrote: What app is everyone using to write dvd's today? xfburn claims burn mode isn't implemented yet, and k3b insists on reformatting a dvd+rw, but then does not recognize it to bur

Re: dvd+rw burner

2024-12-16 Thread gene heskett
On 12/16/24 11:09, Thomas Schmitt wrote: Hi, Gene Heskett wrote: What app is everyone using to write dvd's today? I use my own program xorriso, mostly in scripts as the list of arguments can become lengthy. If you describe what you want to do then i could describe what i would do. xfburn

Re: dvd+rw burner

2024-12-16 Thread Timothy M Butterworth
On Mon, Dec 16, 2024 at 10:25 AM gene heskett wrote: > What app is everyone using to write dvd's today? xfburn claims burn mode > isn't implemented yet, and k3b insists on reformatting a dvd+rw, but > then does not recognize it to burn the image. Is there some magic > invocation I'm not doing? >

Re: dvd+rw burner

2024-12-16 Thread Thomas Schmitt
Hi, Hans wrote: > As far as I know, brasero and k3b relyon the same libs. Brasero depends on https://packages.debian.org/sid/libbrasero-media3-1 which does ISO 9660 production by libisofs and burning by libburn. Xfburn uses the same libraries for the same purposes. It recommends https://packa

Re: dvd+rw burner

2024-12-16 Thread Thomas Schmitt
Hi, Gene Heskett wrote: > What app is everyone using to write dvd's today? I use my own program xorriso, mostly in scripts as the list of arguments can become lengthy. If you describe what you want to do then i could describe what i would do. > xfburn claims burn mode isn't implemented yet, So

Re: dvd+rw burner

2024-12-16 Thread Hans
Hi Gene, most people are suggesting "brasero", but for me personally "k3b" is my favorite (I am using plasma as desktop). K3b: Are all binaries installed? Check for "/usr/bin/dvd+rw-format" in k3b below "programs". I never had issues with dvd formatting, even (and that makes me wonder) dvd-rw

Re: DVD "backup" trouble

2020-01-19 Thread Thomas Schmitt
Hi, Reco wrote: > sr011:01 3.9G 0 rom > pktcdvd0 252:01 1.2G 0 disk The pktcdvd driver is of help only with operating a rw-filesystem on formatted CD-RW (miserably slow) or formatted DVD-RW (annoyingly slow). > Media summary: 1 sess

Re: DVD "backup" trouble

2020-01-19 Thread Reco
On Sun, Jan 19, 2020 at 08:30:53PM +0300, Reco wrote: > And the actual culprit was udftools package that was installed for > years (lsblk output): > > sr011:01 3.9G 0 rom > pktcdvd0 252:01 1.2G 0 disk > > Somehow /dev/pktcdvd0 managed

Re: DVD "backup" trouble

2020-01-19 Thread Reco
Hi. On Sun, Jan 19, 2020 at 06:03:55PM +0100, Thomas Schmitt wrote: > Reco wrote: > > xorriso somehow read the DVD contents in full. > > The question is - what did xorriso done differently? > > It does it by talking nearly directly to the drive. Linux contributes > its ability to transpor

Re: DVD "backup" trouble

2020-01-19 Thread Thomas Schmitt
Hi, Reco wrote: > xorriso somehow read the DVD contents in full. > The question is - what did xorriso done differently? It does it by talking nearly directly to the drive. Linux contributes its ability to transport SCSI commands and bring back drive replies. All other CD-ROM related brain of Linu

Re: DVD Burning speed

2019-06-26 Thread Jude DaShiell
That I don't know. It could be the dvd burning software setting this limit unless more than one type of software also does it. On Wed, 26 Jun 2019, deloptes wrote: > Date: Wed, 26 Jun 2019 01:06:11 > From: deloptes > To: debian-user@lists.debian.org > Subject: Re: DVD Burni

Re: DVD Burning speed

2019-06-25 Thread Thomas Schmitt
Hi, deloptes wrote: > What does determine the DVD burning speed? Is it the DVD or the burner or > both? The drive decides according to its assessment of the medium and the speed wish issued by the burn program. The drive announces a list of possible speeds, depending on the medium. E.g.: $ xo

Re: DVD Burning speed

2019-06-25 Thread deloptes
Jude DaShiell wrote: > The speed in the burning command and the fs parameter.  Needs the right > amount of memory in it and that's a factor of machine resource > availability. but I do not have option 1x - it gives me minimum 3x. Why is this so

Re: DVD Burning speed

2019-06-25 Thread Jude DaShiell
The speed in the burning command and the fs parameter. Needs the right amount of memory in it and that's a factor of machine resource availability. On Wed, 26 Jun 2019, deloptes wrote: > Date: Tue, 25 Jun 2019 18:02:29 > From: deloptes > To: debian-user@lists.debian.org > Subject: DVD Burning s

Re: DVD Creation software

2019-04-12 Thread Michael Lange
Hi, On Fri, 12 Apr 2019 12:48:13 +0100 Paul Sutton wrote: > Hi > > > I would like to take a set of video files (I have mp4  and am aware they > need transcoding) and put these on a dvd along with a menu etc, so they > can be played from VLC or as a normal dvd. > > I did this years ago, it app

Re: DVD Creation software

2019-04-12 Thread Mark Fletcher
On Fri, Apr 12, 2019 at 12:48:13PM +0100, Paul Sutton wrote: > Hi > > > I would like to take a set of video files (I have mp4  and am aware they > need transcoding) and put these on a dvd along with a menu etc, so they > can be played from VLC or as a normal dvd. > > I did this years ago, it app

Re: DVD Creation software

2019-04-12 Thread Paul Sutton
On 12/04/2019 13:27, Curt wrote: > On 2019-04-12, Paul Sutton wrote: >> DVD authoring, DVD creation are both valid search terms but there  may >> be better search terms that I will have better luck with. > Burn, baby, burn? > > I stumbled upon this tutorial: > > https://linuxconfig.org/how-to-bu

Re: DVD Creation software

2019-04-12 Thread Curt
On 2019-04-12, Paul Sutton wrote: > > DVD authoring, DVD creation are both valid search terms but there  may > be better search terms that I will have better luck with. Burn, baby, burn? I stumbled upon this tutorial: https://linuxconfig.org/how-to-burn-dvds-with-devede-and-brasero-on-linux Bo

Re: DVD+R DL and BD media. Was: How to react on a factually wrong Debian wiki change ?

2018-09-28 Thread Thomas Schmitt
Hi, deloptes wrote: > I was trying to burn DVD+DL and had the feeling it does not do what I want > it to do. I trashed couple of DL DVDs - each costs ~3€. Yes. I too experienced that DVD+R DL are the most early type to fail on an ageing drive. I still have half a spindle of them, but only for the

Re: DVD won't eject after playing DVD

2017-08-25 Thread Rob van der Putten
Hi there On 20/08/17 17:59, Rob van der Putten wrote: An other bit stretch 'weirdness': After playing a DVD with VLC, the eject button is dysfunctional and I have to type 'eject' on the command line to get it to eject. Found an other one; File type icons are missing in a file listing. ^L fi

Re: DVD won't eject after playing DVD

2017-08-20 Thread Mario Castelán Castro
On 2017-08-20 19:30 +0200 "Thomas Schmitt" wrote: >It is futile to start research as long as intellectual dumplings like > http://marc.info/?l=linux-scsi&m=135705061804384&w=2 >or > http://marc.info/?l=linux-scsi&m=14592729714&w=2 >are ignored. appears to be down. -- D

Re: DVD won't eject after playing DVD

2017-08-20 Thread Thomas Schmitt
Hi, Mario Castelán Castro wrote: > http://marc.info/ appears to be down. Not for me. But there are other archives https://www.spinics.net/lists/linux-scsi/msg63706.html "[PATCH] [SCSI] sr: Fix multi-drive performance by using per-device mutexes" I'd just remove the mutexes on SG_IO. I'm usi

Re: DVD won't eject after playing DVD

2017-08-20 Thread Thomas Schmitt
Hi, Rob van der Putten wrote: > An other bit stretch 'weirdness': > After playing a DVD with VLC, the eject button is dysfunctional and I have > to type 'eject' on the command line to get it to eject. This is one of the kernel regressions since 2.6. I already experience it on kernel 3.16 of Jessi

Re: DVD authoring software tested, DVDStyler wins

2015-09-02 Thread Joel Roth
Ric Moore wrote: > >>I like devede. Try that. There's a quick video tutorial on the net > >>somewhere. > > > >It looks cool, but doesn't appear to do navigation menus, > >which I need. > > I believe it does. It just added a DVD menu to the burn of a single movie, > all on it's own. Ric Thanks, I'

Re: DVD authoring software tested, DVDStyler wins

2015-09-02 Thread Ric Moore
On 09/02/2015 06:31 AM, Joel Roth wrote: Chris Bannister wrote: On Sun, Aug 30, 2015 at 12:27:19PM -1000, Joel Roth wrote: For anyone who may have reason to deal with this antiquated, anticloud technology, I needed to author a couple disks. I tried videotrans, tovid. Maybe I didn't understand

Re: DVD authoring software tested, DVDStyler wins

2015-09-02 Thread Joel Roth
Chris Bannister wrote: > On Sun, Aug 30, 2015 at 12:27:19PM -1000, Joel Roth wrote: > > For anyone who may have reason to deal with this > > antiquated, anticloud technology, I needed to > > author a couple disks. > > > > I tried videotrans, tovid. Maybe I didn't understand enough > > to use video

Re: DVD authoring software tested, DVDStyler wins

2015-09-02 Thread Chris Bannister
On Sun, Aug 30, 2015 at 12:27:19PM -1000, Joel Roth wrote: > For anyone who may have reason to deal with this > antiquated, anticloud technology, I needed to > author a couple disks. > > I tried videotrans, tovid. Maybe I didn't understand enough > to use videotrans, and would get better result if

Re: dvd Jessie images

2013-10-17 Thread Marko Randjelovic
On Wed, 16 Oct 2013 21:50:33 +0300 andrey.ry...@bilkent.edu.tr wrote: > > > http://www.debian.org/CD/faq/#not-all-images > Thanks!! > It seems this is the best answer )) > > No, it is not the main answer, you looked at Wheezy file. Since softwares are becoming bigger, Jessie will probably hav

Re: dvd Jessie images

2013-10-16 Thread Bob Proulx
andrey.ry...@bilkent.edu.tr wrote: > > http://www.debian.org/CD/faq/#not-all-images > Thanks!! > It seems this is the best answer )) Just to show how easy jigdo is let me show an example. # apt-get install jigdo-file $ mkdir jigdo-stuff $ cd jigdo-stuff $ jigdo-lite --noask http://cdima

Re: dvd Jessie images

2013-10-16 Thread andrey . rybak
> http://www.debian.org/CD/faq/#not-all-images Thanks!! It seems this is the best answer )) -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/75968ad0163179f2917dc9c49

Re: dvd Jessie images

2013-10-16 Thread andrey . rybak
> andrey.ry...@bilkent.edu.tr writes: > >> Where i can find all 10 official dvd images? > > Why do you think it should be 10 dvd images? > i had read MD5SUMS file: http://cdimage.debian.org/debian-cd/7.2.0/i386/iso-dvd/MD5SUMS -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org wit

Re: dvd Jessie images

2013-10-16 Thread andrey . rybak
> I don't know where you got the number '10', but it seems like there are > 7 or 8 images, depending on architecture (I looked at i386 and amd64) i take it from here: http://cdimage.debian.org/debian-cd/7.2.0/i386/iso-dvd/MD5SUMS -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: dvd Jessie images

2013-10-16 Thread Steve McIntyre
In article <76accde271c69bc90283dc5384e4600d.squir...@newmail.bilkent.edu.tr> you write: >hi all. >I want download full set of dvd Jessie images. But on official site >http://cdimage.debian.org/debian-cd/7.2.0/i386/iso-dvd/ i can find only 4 >images. Where i can find all 10 official dvd images? h

Re: dvd Jessie images

2013-10-16 Thread Dmitrii Kashin
Catherine Gramze writes: > On Wed, 16 Oct 2013 16:33:39 +0300 > andrey.ry...@bilkent.edu.tr wrote: > >> hi all. >> I want download full set of dvd Jessie images. But on official site >> http://cdimage.debian.org/debian-cd/7.2.0/i386/iso-dvd/ i can find >> only 4 images. Where i can find all 10 of

Re: dvd Jessie images

2013-10-16 Thread Steven Post
On Wed, 2013-10-16 at 11:44 -0500, Catherine Gramze wrote: > On Wed, 16 Oct 2013 16:33:39 +0300 > andrey.ry...@bilkent.edu.tr wrote: > > > hi all. > > I want download full set of dvd Jessie images. But on official site > > http://cdimage.debian.org/debian-cd/7.2.0/i386/iso-dvd/ i can find > > only

Re: dvd Jessie images

2013-10-16 Thread Dmitrii Kashin
andrey.ry...@bilkent.edu.tr writes: > Where i can find all 10 official dvd images? Why do you think it should be 10 dvd images? pgp6XAHzEke2A.pgp Description: PGP signature

Re: dvd Jessie images

2013-10-16 Thread Catherine Gramze
On Wed, 16 Oct 2013 16:33:39 +0300 andrey.ry...@bilkent.edu.tr wrote: > hi all. > I want download full set of dvd Jessie images. But on official site > http://cdimage.debian.org/debian-cd/7.2.0/i386/iso-dvd/ i can find > only 4 images. Where i can find all 10 official dvd images? > Thanks in advan

Re: DVD Majstor Kolekcija, 19 cd-a: 1.200 dinara. Postarina placena. NOVO IZDANJE!!!

2013-08-25 Thread Dragan Vračaričić
Pozdra, ima li da se kupi DVD Majstor kolekcija i po kojoj ceni. Dragan

Re: DVD-RAM, Raspberry Pi and other toys - Was: can't create an UDF file system on a CD-RW

2012-10-19 Thread Chris Bannister
On Wed, Oct 17, 2012 at 11:37:19PM +0200, Ralf Mardorf wrote: > spend more time with Computers, then I really would lose any real world > social contacts, would feed myself with more junk foot. Has that got anything to do with "putting your foot in your mouth?" SCNR -- "If you're not careful, th

Re: DVD-RAM, Raspberry Pi and other toys - Was: can't create an UDF file system on a CD-RW

2012-10-18 Thread Ralf Mardorf
On Thu, 2012-10-18 at 09:31 +0100, Dom wrote: > On 17/10/12 22:37, Ralf Mardorf wrote: > > Apologize Pierre, it wasn't intended to capture your thread. > > > > On Wed, 2012-10-17 at 13:56 -0700, Kelly Clowers wrote: > >> > >> Raspberry Pi is cool (not my cup of tea, but cool nonetheless). It > >> l

Re: DVD-RAM, Raspberry Pi and other toys - Was: can't create an UDF file system on a CD-RW

2012-10-18 Thread Dom
On 17/10/12 22:37, Ralf Mardorf wrote: Apologize Pierre, it wasn't intended to capture your thread. On Wed, 2012-10-17 at 13:56 -0700, Kelly Clowers wrote: Raspberry Pi is cool (not my cup of tea, but cool nonetheless). It looks like it is selling for 35 USD, which is what I always heard quote

Re: DVD burning within VirtualBox VM

2012-07-05 Thread Darac Marjal
On Thu, Jul 05, 2012 at 04:03:38AM +, T o n g wrote: > Hi, > > I think DVD burning would be possible within the VirtualBox VM. Can > anyone confirm that? > > The host is Win7, and I don't like Windows' DVD burning solution at all. It should be possible. In the Settings for your VM, set th

Re: DVD burning within VirtualBox VM

2012-07-04 Thread Istimsak
Never tried DVD burning in virtualbox. But worth finding out. Make sure you point your DVD drive to the idea storage and start from there. Let us know what happens. T o n g wrote: >Hi, > >I think DVD burning would be possible within the VirtualBox VM. Can >anyone confirm that? > >The host is

Re: DVD burning within VirtualBox VM

2012-07-04 Thread Umarzuki Mochlis
2012/7/5 T o n g : > Hi, > > I think DVD burning would be possible within the VirtualBox VM. Can > anyone confirm that? > > The host is Win7, and I don't like Windows' DVD burning solution at all. > > Thanks > it is possible and i had done that because debian detects blank dvd on my external dvdbu

Re: DVD region codes ?

2012-04-16 Thread Håkon Alstadheim
On 13. april 2012 08:48, Mika Suomalainen wrote: 13.04.2012 01:29, Håkon Alstadheim kirjoitti: Am I doing something wrong, or have all linux systems recently started requiring the region-code to be set on DVD-drives to be able to play DVDs? I struggled for a while with a drive on a newish box an

Re: DVD region codes ?

2012-04-12 Thread Mika Suomalainen
13.04.2012 04:11, Charlie kirjoitti: > > On Thu, 12 Apr 2012 18:32:51 -0600 "Bob Proulx b...@proulx.com" > suggested this: > >> Håkon Alstadheim wrote: >>> Am I doing something wrong, or have all linux systems recently >>> started requiring the region-code to be set on DVD-drives to be able >>>

Re: DVD region codes ?

2012-04-12 Thread Mika Suomalainen
13.04.2012 01:29, Håkon Alstadheim kirjoitti: > Am I doing something wrong, or have all linux systems recently started > requiring the region-code to be set on DVD-drives to be able to play > DVDs? I struggled for a while with a drive on a newish box and could not > get it to play an old DVD. Went

Re: DVD region codes ?

2012-04-12 Thread Håkon Alstadheim
On 13. april 2012 03:11, Charlie wrote: On Thu, 12 Apr 2012 18:32:51 -0600 "Bob Proulx b...@proulx.com" suggested this: Håkon Alstadheim wrote: Am I doing something wrong, or have all linux systems recently started requiring the region-code to be set on DVD-drives to be able to play DVDs?

Re: DVD region codes ?

2012-04-12 Thread Håkon Alstadheim
On 13. april 2012 03:17, Bob Proulx wrote: Bob Proulx wrote: Håkon Alstadheim wrote: Am I doing something wrong, or have all linux systems recently started requiring the region-code to be set on DVD-drives to be able to play DVDs? I struggled for a while with a drive on a newish box and could n

Re: DVD region codes ?

2012-04-12 Thread Bob Proulx
Bob Proulx wrote: > Håkon Alstadheim wrote: > > Am I doing something wrong, or have all linux systems recently > > started requiring the region-code to be set on DVD-drives to be able > > to play DVDs? I struggled for a while with a drive on a newish box > > and could not get it to play an old DVD.

Re: DVD region codes ?

2012-04-12 Thread Charlie
On Thu, 12 Apr 2012 18:32:51 -0600 "Bob Proulx b...@proulx.com" suggested this: >Håkon Alstadheim wrote: >> Am I doing something wrong, or have all linux systems recently >> started requiring the region-code to be set on DVD-drives to be able >> to play DVDs? I struggled for a while with a drive

Re: DVD region codes ?

2012-04-12 Thread Bob Proulx
Håkon Alstadheim wrote: > Am I doing something wrong, or have all linux systems recently > started requiring the region-code to be set on DVD-drives to be able > to play DVDs? I struggled for a while with a drive on a newish box > and could not get it to play an old DVD. Went so far as to run You

Re: DVD and *.flv playback is jerky on VLC

2012-04-03 Thread Scott Ferguson
On 04/04/12 01:19, AG wrote: > On 28/03/12 13:25, Celejar wrote: >> On Wed, 28 Mar 2012 21:43:19 +1100 Scott >> Ferguson wrote: >> >>> On 28/03/12 21:11, AG wrote: Hi I've noticed, using Debian stable, that DVD and *.flv >>> flv in unindexed, so can be a problem in itself. >>> >

Re: DVD and *.flv playback is jerky on VLC

2012-04-03 Thread Celejar
On Tue, 03 Apr 2012 16:19:35 +0100 AG wrote: > On 28/03/12 13:25, Celejar wrote: > > On Wed, 28 Mar 2012 21:43:19 +1100 > > Scott Ferguson wrote: > > > >> On 28/03/12 21:11, AG wrote: > >>> Hi > >>> > >>> I've noticed, using Debian stable, that DVD and *.flv > >> flv in unindexed, so can be a pr

Re: DVD and *.flv playback is jerky on VLC

2012-04-03 Thread AG
On 28/03/12 13:25, Celejar wrote: On Wed, 28 Mar 2012 21:43:19 +1100 Scott Ferguson wrote: On 28/03/12 21:11, AG wrote: Hi I've noticed, using Debian stable, that DVD and *.flv flv in unindexed, so can be a problem in itself. playback tends to be jerky. That is, the motion of the actor

Re: DVD and *.flv playback is jerky on VLC

2012-03-28 Thread Celejar
On Wed, 28 Mar 2012 21:43:19 +1100 Scott Ferguson wrote: > On 28/03/12 21:11, AG wrote: > > Hi > > > > I've noticed, using Debian stable, that DVD and *.flv > > flv in unindexed, so can be a problem in itself. > > > playback tends to > > be jerky. That is, the motion of the actors, etc., see

Re: DVD and *.flv playback is jerky on VLC

2012-03-28 Thread Scott Ferguson
On 28/03/12 21:11, AG wrote: > Hi > > I've noticed, using Debian stable, that DVD and *.flv flv in unindexed, so can be a problem in itself. > playback tends to > be jerky. That is, the motion of the actors, etc., seems to jump in > short but noticeable ways, as if the playback is dropping sev

Re: DVD will not play SOLVED!

2012-02-26 Thread Sian Mountbatten
On 26/02/12 17:30, Mika Suomalainen wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, You need package libdvdcss2 to see DVDs with copy protection. You can get it from Debian multimedia repo. After you have installed it, most of videoplayers should be able to play it. Thank you

Re: DVD will not play

2012-02-26 Thread Camaleón
On Sun, 26 Feb 2012 16:36:28 +, Sian Mountbatten wrote: > Recently, I bought a DVD from Amazon entitled "Those Magnificent Men in > Their Flying Machines". I've loaded it into a DVD drive and tried to > action it. No matter which program, I use, the damn thing won't work. I > even tried loadin

Re: DVD will not play

2012-02-26 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, You need package libdvdcss2 to see DVDs with copy protection. You can get it from Debian multimedia repo. After you have installed it, most of videoplayers should be able to play it. Sian Mountbatten wrote: >Hi All! > >Recently, I bought

Re: DVD tray will not eject

2011-10-07 Thread Camaleón
On Fri, 07 Oct 2011 04:41:44 +0200, Mark Panen wrote: > I have had this problem with some other oses in the past but now the > first time on Debian. > > I burn a DVD and when it is finished burning a window pops up on the > desktop say DVD something or other and the DVD tray never ejects on > com

Re: DVD tray will not eject

2011-10-07 Thread Brad Rogers
On Fri, 07 Oct 2011 10:11:52 +0200 Mark Panen wrote: Hello Mark, > Unfortunately i cannot give all 25 lines as this shows my mac address, > WAN IP and LAN IP, eject works just fine, i used to run a script on my Shouldn't be too difficult to obfuscate such info, TBH. > desktop to quickly ejec

Re: DVD tray will not eject

2011-10-07 Thread Scott Ferguson
On 07/10/11 19:11, Mark Panen wrote: > On 07/10/2011 09:09, Scott Ferguson wrote: >> On 07/10/11 16:10, Mark Panen wrote: >> >>> On 07/10/2011 06:43, Scott Ferguson wrote: >>> dmesg | tail -n 25 >>> [19010.688403] btusb_intr_complete: hci0 urb 8800401f7740 failed

Re: DVD tray will not eject

2011-10-07 Thread Mark Panen
On 07/10/2011 09:09, Scott Ferguson wrote: On 07/10/11 16:10, Mark Panen wrote: On 07/10/2011 06:43, Scott Ferguson wrote: dmesg | tail -n 25 [19010.688403] btusb_intr_complete: hci0 urb 8800401f7740 failed to resubmit (19) [19010.688497] btusb_bulk_complete: hci0 urb ff

Re: DVD tray will not eject

2011-10-07 Thread Scott Ferguson
On 07/10/11 16:10, Mark Panen wrote: > On 07/10/2011 06:43, Scott Ferguson wrote: >> dmesg | tail -n 25 >> > > [19010.688403] btusb_intr_complete: hci0 urb 8800401f7740 failed to > resubmit (19) > [19010.688497] btusb_bulk_complete: hci0 urb 8800401f78c0 failed to > resubmit (19) > [19

Re: DVD tray will not eject

2011-10-06 Thread Mark Panen
On 07/10/2011 06:43, Scott Ferguson wrote: dmesg | tail -n 25 [19010.688403] btusb_intr_complete: hci0 urb 8800401f7740 failed to resubmit (19) [19010.688497] btusb_bulk_complete: hci0 urb 8800401f78c0 failed to resubmit (19) [19010.688504] btusb_bulk_complete: hci0 urb 880040

Re: DVD tray will not eject

2011-10-06 Thread Weaver
On Fri, 07 Oct 2011 06:27:49 +0200 Mark Panen wrote: > On 07/10/2011 06:19, Thierry Chatelet wrote: > > On Friday 07 October 2011 04:41:44 Mark Panen wrote: > > > > > >> say DVD something or other > >> > > Could be something or other! ie: need better description of your > > problem. Thi

Re: DVD tray will not eject

2011-10-06 Thread Scott Ferguson
On 07/10/11 15:27, Mark Panen wrote: > On 07/10/2011 06:19, Thierry Chatelet wrote: >> On Friday 07 October 2011 04:41:44 Mark Panen wrote: >> >> >>> say DVD something or other >>> >> Could be something or other! ie: need better description of your problem. >> Thierry >> >> >> > > see

Re: DVD tray will not eject

2011-10-06 Thread Mark Panen
On 07/10/2011 06:19, Thierry Chatelet wrote: On Friday 07 October 2011 04:41:44 Mark Panen wrote: say DVD something or other Could be something or other! ie: need better description of your problem. Thierry seeing how helpful you are i think i will go back to my previous OS t

Re: DVD tray will not eject

2011-10-06 Thread Thierry Chatelet
On Friday 07 October 2011 04:41:44 Mark Panen wrote: > say DVD something or other Could be something or other! ie: need better description of your problem. Thierry -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lis

Re: DVD/CD Read Issues

2010-06-02 Thread Jon Dowland
On 27/04/10 13:47, James Stuckey wrote: > Sorry about that. I'm using Gmail and I just typed my response in the > box. I suppose I should use "reply to all" which puts debian-user in > the CC: field? "reply" then manually delete the personal address and insert the list address, or "reply to all" a

Re: DVD/CD Read Issues

2010-05-15 Thread Charlie
On Sat, 15 May 2010 23:56:34 +0200 James Stuckey shared this with us all: >I'm also experiencing this issue with data-DVDs now. Just read this so don't know if you're writing about squeeze? Had some problems, so changed my /etc/fstab file dvd to /dev/sr0 because blkid wouldn't pick it up. /dev

Re: DVD/CD Read Issues

2010-05-15 Thread James Stuckey
I'm also experiencing this issue with data-DVDs now. Dmesg: [11643.787758] end_request: I/O error, dev sr0, sector 0 [11643.787834] attempt to access beyond end of device [11643.787835] sr0: rw=0, want=2052, limit=4 [11643.788596] sr 2:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [

Re: [SOLVED]Re: DVD-Ram

2010-05-13 Thread Camaleón
On Wed, 12 May 2010 13:15:10 -0400, Curt Howland wrote: (...) > Adding a file, deleting, both worked just fine treating it as a regular > disk. > > My apologies for bothering the list with something already pretty well > answered, but my searches had not turned up the information I needed > when

[SOLVED]Re: DVD-Ram

2010-05-12 Thread Curt Howland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 12 May 2010, Curt Howland was heard to say: > Anyway, I believe the DVD drive handles DVD-RAM, and this is the > message I get in the kern.log: > > [10357.909024] UDF-fs: No anchor found > [10357.909032] UDF-fs: No partition found (1) > [1

Re: DVD-Ram

2010-05-12 Thread Boyd Stephen Smith Jr.
On Wednesday 12 May 2010 10:53:27 Boyd Stephen Smith Jr. wrote: > On Wednesday 12 May 2010 10:21:53 Curt Howland wrote: > > Anyway, I believe the DVD drive handles DVD-RAM, and this is the > > message I get in the kern.log: > > > > [10357.909024] UDF-fs: No anchor found > > [10357.909032] UDF-fs: N

Re: DVD-Ram

2010-05-12 Thread Boyd Stephen Smith Jr.
On Wednesday 12 May 2010 10:21:53 Curt Howland wrote: > Anyway, I believe the DVD drive handles DVD-RAM, and this is the > message I get in the kern.log: > > [10357.909024] UDF-fs: No anchor found > [10357.909032] UDF-fs: No partition found (1) > [10359.847262] ISOFS: Unable to identify CD-ROM for

Re: DVD Paranoia?

2010-05-06 Thread Ron Johnson
On 05/06/2010 11:57 AM, markus reichelt wrote: * Ron Johnson wrote: On 05/01/2010 04:50 AM, markus reichelt wrote: * Ron Johnson wrote: The issue is that I'm trying to read some 2-3 year old "movie" DVD-Rs and they're all at some point failing. Try another drive (best would be a dvd bur

Re: DVD Paranoia?

2010-05-06 Thread markus reichelt
* Ron Johnson wrote: > On 05/01/2010 04:50 AM, markus reichelt wrote: > >* Ron Johnson wrote: > > > >>The issue is that I'm trying to read some 2-3 year old "movie" > >>DVD-Rs and they're all at some point failing. > > > >Try another drive (best would be a dvd burner). > > > >Apart from that, yo

Re: DVD Paranoia?

2010-05-03 Thread Ron Johnson
On 05/02/2010 10:58 PM, Thomas Ferry wrote: On 04/30/2010 10:20 PM, Ron Johnson wrote: Is there such a DVD app analogous to cdparanoia? Or is it not possible due to the differing data, WAV vs. MPEG? The issue is that I'm trying to read some 2-3 year old "movie" DVD-Rs and they're all at some po

Re: DVD Paranoia?

2010-05-02 Thread Thomas Ferry
On 04/30/2010 10:20 PM, Ron Johnson wrote: Is there such a DVD app analogous to cdparanoia? Or is it not possible due to the differing data, WAV vs. MPEG? The issue is that I'm trying to read some 2-3 year old "movie" DVD-Rs and they're all at some point failing. Im not 100% on this one. Yo

Re: DVD Paranoia?

2010-05-01 Thread Mark Allums
On 5/1/2010 7:24 PM, Rob Owens wrote: On Sat, May 01, 2010 at 03:52:30PM -0500, Mark Allums wrote: If you are interested in DVDs under Debian, note that a useful thing to know about is the videolan project http://www.videolan.org/ They provide libdvdcss and libdvdplay, useful libraries to inst

Re: DVD Paranoia?

2010-05-01 Thread Rob Owens
On Sat, May 01, 2010 at 03:52:30PM -0500, Mark Allums wrote: > On 5/1/2010 12:45 PM, Ron Johnson wrote: >> On 05/01/2010 04:50 AM, markus reichelt wrote: >>> * Ron Johnson wrote: >>> The issue is that I'm trying to read some 2-3 year old "movie" DVD-Rs and they're all at some point failin

Re: DVD Paranoia?

2010-05-01 Thread Mark Allums
On 5/1/2010 4:07 PM, Ron Johnson wrote: If you are interested in DVDs under Debian, note that a useful thing to know about is the videolan project http://www.videolan.org/ They provide libdvdcss and libdvdplay, useful libraries to install, which are not included in Debian. (non-DFSG) I've al

Re: DVD Paranoia?

2010-05-01 Thread Ron Johnson
On 05/01/2010 03:52 PM, Mark Allums wrote: On 5/1/2010 12:45 PM, Ron Johnson wrote: On 05/01/2010 04:50 AM, markus reichelt wrote: * Ron Johnson wrote: The issue is that I'm trying to read some 2-3 year old "movie" DVD-Rs and they're all at some point failing. Try another drive (best would

Re: DVD Paranoia?

2010-05-01 Thread Mark Allums
On 5/1/2010 12:45 PM, Ron Johnson wrote: On 05/01/2010 04:50 AM, markus reichelt wrote: * Ron Johnson wrote: The issue is that I'm trying to read some 2-3 year old "movie" DVD-Rs and they're all at some point failing. Try another drive (best would be a dvd burner). Apart from that, you coul

Re: DVD Paranoia?

2010-05-01 Thread Ron Johnson
On 05/01/2010 04:50 AM, markus reichelt wrote: * Ron Johnson wrote: The issue is that I'm trying to read some 2-3 year old "movie" DVD-Rs and they're all at some point failing. Try another drive (best would be a dvd burner). Apart from that, you could try ddrescue and just plain copy the wh

Re: DVD Paranoia?

2010-05-01 Thread markus reichelt
* Ron Johnson wrote: > The issue is that I'm trying to read some 2-3 year old "movie" > DVD-Rs and they're all at some point failing. Try another drive (best would be a dvd burner). Apart from that, you could try ddrescue and just plain copy the whole disc to an iso imagefile. Also, check out v

Re: DVD Paranoia?

2010-05-01 Thread Sascha Silbe
On Fri, Apr 30, 2010 at 09:20:27PM -0500, Ron Johnson wrote: Is there such a DVD app analogous to cdparanoia? Or is it not possible due to the differing data, WAV vs. MPEG? The issue is that I'm trying to read some 2-3 year old "movie" DVD-Rs and they're all at some point failing. You coul

Re: DVD Paranoia?

2010-04-30 Thread Mark Allums
On 4/30/2010 9:20 PM, Ron Johnson wrote: Is there such a DVD app analogous to cdparanoia? Or is it not possible due to the differing data, WAV vs. MPEG? The issue is that I'm trying to read some 2-3 year old "movie" DVD-Rs and they're all at some point failing. I thought cdparanoia was DVDpa

Re: DVD/CD Read Issues

2010-04-27 Thread James Stuckey
Okay so I need to upgrade my kernel?

Re: DVD/CD Read Issues

2010-04-27 Thread Camaleón
On Tue, 27 Apr 2010 13:25:12 +0200, James Stuckey wrote: (...) > *Checking DMESG I see:* > [15945.169248] sr 2:0:0:0: [sr0] Result: hostbyte=DID_OK > driverbyte=DRIVER_SENSE > [15945.169253] sr 2:0:0:0: [sr0] Sense Key : Illegal Request [current] > [15945.169257] sr 2:0:0:0: [sr0] Add. Sense: Ill

Re: DVD/CD Read Issues

2010-04-27 Thread Boyd Stephen Smith Jr.
On Tuesday 27 April 2010 07:47:04 James Stuckey wrote: > On Tue, Apr 27, 2010 at 2:38 PM, Anand Sivaram wrote: > > Please reply to the list instead of reply to any person. > > > > Sorry about that. I'm using Gmail and I just typed my response in the > > box. > > I suppose I should use "reply to a

Re: DVD/CD Read Issues

2010-04-27 Thread James Stuckey
On Tue, Apr 27, 2010 at 2:38 PM, Anand Sivaram wrote: > Please reply to the list instead of reply to any person. > > I am not sure why this is happening. But I have noticed that all cdroms > are not equal. Some disks give out read error on some drives, where as they > work on other drives. You

  1   2   3   4   5   6   7   >