| Author |
Message |
iw2evk
Joined: 08 Jan 2010 Posts: 66
|
Posted: Sat 09 Jul 2011, 09:03 Post subject:
puppy 5.2.5 don't recognize data DVD |
|
Hi at all,
i've a DATA dvd (contain ONLY software zipped ).
The first time i've loaded this DVD , i have viewed directory and unzip software.
Now puppy lucid 5.2.5 recognize the data DVD like a VIDEO DVD and startGNOME DVD mplayer ( whith error message, obviusly), so i cant't access to files/ directory store in dvd.
For make to recognize like data , whath is the solution (and if i load a TRUE dvd video can recognize it..)
Thanks
Roberto
|
|
Back to top
|
|
 |
Béèm

Joined: 21 Nov 2006 Posts: 11782 Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
|
Posted: Sat 09 Jul 2011, 09:11 Post subject:
|
|
I have to click on the sr0 icon on the desktop to mount it and to be able to see the data on such a DVD.
_________________ Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
|
|
Back to top
|
|
 |
iw2evk
Joined: 08 Jan 2010 Posts: 66
|
Posted: Sat 09 Jul 2011, 09:25 Post subject:
puppy 5.2.5 don't recognize data DVD |
|
No,
if i mount the cd (or klik on icon after mount ) start DVD reader..
|
|
Back to top
|
|
 |
Lookinglass360
Joined: 22 May 2009 Posts: 79 Location: Largo, Florida USA
|
Posted: Sat 09 Jul 2011, 09:32 Post subject:
puppy 5.25 don't reconize data dvd Subject description: Use pmount |
|
Hi iw2evk
I have run in to this also.
From the menu-Filesystem use pmount mount/unmount drives.
Then mplayer won't popup
Hope this helps!
Edit:
This seems to have been fixed in the development version
of 526... Thanks to their team!
|
|
Back to top
|
|
 |
iw2evk
Joined: 08 Jan 2010 Posts: 66
|
Posted: Sat 09 Jul 2011, 14:12 Post subject:
puppy 5.2.5 don't recognize data DVD |
|
Hi,
Done : nothind to do!
see image
| Description |
failure opening DVD DATA after pmount
|

Download |
| Filename |
dvd.png |
| Filesize |
67.79 KB |
| Downloaded |
100 Time(s) |
|
|
Back to top
|
|
 |
Béèm

Joined: 21 Nov 2006 Posts: 11782 Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
|
Posted: Sat 09 Jul 2011, 14:26 Post subject:
|
|
Lookingglass360 told you that it is an issue in lucid 5.25 and that you should install the pre-5.2.6 version, which is now 262.
_________________ Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
|
|
Back to top
|
|
 |
iw2evk
Joined: 08 Jan 2010 Posts: 66
|
Posted: Sun 10 Jul 2011, 07:14 Post subject:
puppy 5.2.5 don't recognize data DVD |
|
Hi,
downloaded and installed Lucid Puppy 5.2.5 Instant Update 001
Nothing change..
|
|
Back to top
|
|
 |
8-bit

Joined: 03 Apr 2007 Posts: 3012 Location: Oregon
|
Posted: Mon 11 Jul 2011, 00:04 Post subject:
|
|
You are trying to mount the DVD using the DVD device.
Instead, have you tried using Pmount and mounting /dev/sr0?
The reason I ask is that /dev/DVD may not be associated with /dev/sr0.
Also, have you ran menu, setup, CD/DVD Drive Wizard?
|
|
Back to top
|
|
 |
iw2evk
Joined: 08 Jan 2010 Posts: 66
|
Posted: Mon 11 Jul 2011, 07:13 Post subject:
puppy 5.2.5 don't recognize data DVD |
|
Hi,
You are trying to mount the DVD using the DVD device.
No, the first time i've click on sr0 icons and i can read/serf in DVD data directory.
The second time starting the dvdv reader and it's immpossible to change applicatio
Instead, have you tried using Pmount and mounting /dev/sr0?
Yes, no result . after mount start the dvd reader
The reason I ask is that /dev/DVD may not be associated with /dev/sr0.
Exact : the dev/sr0 semm not associable to dvd data type.Someone in the recognize system it's wrong or corrupt, because a DVD data its nota DVD video!
Also, have you ran menu, setup, CD/DVD Drive Wizard?
|
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 3687 Location: Charleston S.C. USA
|
Posted: Mon 11 Jul 2011, 14:00 Post subject:
|
|
Try this:
Right click on one of the drive icons on the desktop.
Select Run Desktop Drive Icon Manager
Select Icon Handler tab
Un-check Auto Detection.
Select OK.
Have to restart X server for changes to take effect.
menu->shutdown->Restart X server
_________________ I have found, in trying to help people, that the things they do not tell you, are usually the clue to solving the problem.
Puppy Help 101 An interactive tutorial for Puppy 5.2.5
|
|
Back to top
|
|
 |
iw2evk
Joined: 08 Jan 2010 Posts: 66
|
Posted: Mon 11 Jul 2011, 14:29 Post subject:
puppy 5.2.5 don't recognize data DVD |
|
Nothing again !
If i decheck the sr0 it's not mounted ..if i receck restart dvd viewer.
Tomorrow i try to spit files and save in 2 cdr and retry..
I due use this files , no more time to test..
Thanks to all
Roberto
|
|
Back to top
|
|
 |
Ted Dog

Joined: 13 Sep 2005 Posts: 983 Location: Heart of Texas
|
Posted: Wed 13 Jul 2011, 00:42 Post subject:
|
|
Find out what format it is in and force mount it to that type.
What I did to DVD's that are not standard ISO or DVD-video.
on a command line type
| Code: | | dd if=/dev/sr0 of=/tmp/whatami bs=10M count=1 |
using ROX explorer navigate to /tmp right click on whatami (near the bottom ) choose Properties or Cntrl-P
type of files system would be given like this:
| Code: |
ISO 9660 CD-ROM filesystem data UDF filesystem data (unknown version, id ' |
use that info to force a mount:
| Code: | | mount -t type_of_file_system /mnt/data /dev/sr0 |
|
|
Back to top
|
|
 |
|