| Author |
Message |
spkslayer
Joined: 01 Dec 2011 Posts: 31 Location: Texas, US
|
Posted: Wed 11 Apr 2012, 03:52 Post subject:
can't find /dev/sr0 |
|
I just got done watching a DVD movie on my puppy linux lucid 5.2.8 and I wanted to watch another and tryed it a couple times and it says this "Playback failure:
DVDRead could not open the disc "/dev/dvd".
Your input can't be opened:
VLC is unable to open the MRL 'dvd:///dev/dvd'. Check the log for details.
Playback failure:
DVDRead could not open the disc "/dev/dvd".
Your input can't be opened:
VLC is unable to open the MRL 'dvd:///dev/dvd'. Check the log for details."
I tryed all types of players.
i go to /dev and try to find /dev/dvd or /dev/cdrom and they are there but the icon is a tryangle with a big ! in the middle. win i click it it says "File doesn't exist, or I can't access it: /dev/dvd"
so I looked for /dev/sr0. and it is nowhere. /dev/sr1 through /dev/sr3 is there but no /dev/sr0.
I dont know wat happend i watched a movie and tryed to watch an other one and play a audio CD and this happend.
_________________ Apple is what broke the Windows, but Linux is what took the bite out of the Apple.
|
|
Back to top
|
|
 |
spkslayer
Joined: 01 Dec 2011 Posts: 31 Location: Texas, US
|
Posted: Wed 11 Apr 2012, 04:11 Post subject:
|
|
here is a pic of the /dev/dvd and /dev/cdrom
| Description |
here is a pic of the /dev/dvd and /dev/cdrom
|

Download |
| Filename |
photo.JPG |
| Filesize |
1.25 MB |
| Downloaded |
64 Time(s) |
|
|
Back to top
|
|
 |
PANZERKOPF
Joined: 16 Dec 2009 Posts: 249 Location: Earth
|
Posted: Wed 11 Apr 2012, 08:58 Post subject:
Re: can't find /dev/sr0 |
|
| spkslayer wrote: | I just got done watching a DVD movie on my puppy linux lucid 5.2.8 and I wanted to watch another and tryed it a couple times and it says this "Playback failure:
DVDRead could not open the disc "/dev/dvd".
|
/dev/dvd and /dev/cdrom just are simlinks to the real device. An exclaim in triangle means that simlinks are broken (because real device is missing or its name is changed).
Look in /proc/sys/dev/cdrom/info, determine a real device then create a simlink to the real device.
_________________ SUUM CUIQUE.
|
|
Back to top
|
|
 |
spkslayer
Joined: 01 Dec 2011 Posts: 31 Location: Texas, US
|
Posted: Wed 11 Apr 2012, 13:49 Post subject:
|
|
How do I create simlink?
_________________ Apple is what broke the Windows, but Linux is what took the bite out of the Apple.
|
|
Back to top
|
|
 |
PANZERKOPF
Joined: 16 Dec 2009 Posts: 249 Location: Earth
|
Posted: Wed 11 Apr 2012, 16:03 Post subject:
|
|
| spkslayer wrote: | | How do I create simlink? |
ln -s /path/file /path/simlink
For example, if your real device is /dev/sr0 :
rm /dev/cdrom (remove broken simlink)
ln -s /dev/sr0 /dev/cdrom (create new simlink)
or with single command:
ln -s -f /dev/sr0 /dev/cdrom (remove broken simlink then create new)
_________________ SUUM CUIQUE.
|
|
Back to top
|
|
 |
spkslayer
Joined: 01 Dec 2011 Posts: 31 Location: Texas, US
|
Posted: Thu 12 Apr 2012, 21:21 Post subject:
|
|
I just tryed that and nothing still the same
_________________ Apple is what broke the Windows, but Linux is what took the bite out of the Apple.
|
|
Back to top
|
|
 |
spkslayer
Joined: 01 Dec 2011 Posts: 31 Location: Texas, US
|
Posted: Thu 12 Apr 2012, 21:36 Post subject:
|
|
I think that /dev/sr0 is not there
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7747 Location: Stratford, Ontario
|
Posted: Thu 12 Apr 2012, 22:19 Post subject:
|
|
| Quote: | | I think that /dev/sr0 is not there |
Is this a frugal install? If so, go to the folder /initrd/pup_ro2/dev.
Locate the file sr0.
Open another window to /dev.
Drag the file from the first window to the second.
|
|
Back to top
|
|
 |
spkslayer
Joined: 01 Dec 2011 Posts: 31 Location: Texas, US
|
Posted: Thu 12 Apr 2012, 22:57 Post subject:
|
|
its a full install.
_________________ Apple is what broke the Windows, but Linux is what took the bite out of the Apple.
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7747 Location: Stratford, Ontario
|
Posted: Fri 13 Apr 2012, 00:02 Post subject:
|
|
In that case, get out your Puppy CD and mount it.
Click on the sfs file to mount it.
Go to its /dev folder and drag the sr0 file to your main /dev.
|
|
Back to top
|
|
 |
spkslayer
Joined: 01 Dec 2011 Posts: 31 Location: Texas, US
|
Posted: Fri 13 Apr 2012, 00:06 Post subject:
|
|
I dont have the Puppy disk and my computer wont read any disks
_________________ Apple is what broke the Windows, but Linux is what took the bite out of the Apple.
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7747 Location: Stratford, Ontario
|
Posted: Fri 13 Apr 2012, 06:03 Post subject:
|
|
Do you have the Puppy ISO file?
|
|
Back to top
|
|
 |
SFR

Joined: 26 Oct 2011 Posts: 570
|
Posted: Fri 13 Apr 2012, 07:05 Post subject:
|
|
| spkslayer wrote: | | I think that /dev/sr0 is not there |
You could try this:
| Code: | | mknod /dev/sr0 b 11 0 |
Out of curiosity I have deleted and recreated sr0 this way.
From here:
http://lists.debian.org/debian-68k/2002/08/msg00033.html
Greetings!
_________________ [O]bdurate [R]ules [D]estroy [E]nthusiastic [R]ebels => [C]reative [H]umans [A]lways [O]pen [S]ource
Omnia mea mecum porto.
|
|
Back to top
|
|
 |
spkslayer
Joined: 01 Dec 2011 Posts: 31 Location: Texas, US
|
Posted: Fri 13 Apr 2012, 21:44 Post subject:
|
|
Whoohoo thx that fixed it
_________________ Apple is what broke the Windows, but Linux is what took the bite out of the Apple.
|
|
Back to top
|
|
 |
spkslayer
Joined: 01 Dec 2011 Posts: 31 Location: Texas, US
|
Posted: Fri 13 Apr 2012, 22:04 Post subject:
|
|
Now after I did that it won't let me get on the Internet
|
|
Back to top
|
|
 |
|