can't find /dev/sr0

Using applications, configuring, problems
Post Reply
Message
Author
spkslayer
Posts: 31
Joined: Fri 02 Dec 2011, 02:10
Location: Texas, US

can't find /dev/sr0

#1 Post by spkslayer »

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.
spkslayer
Posts: 31
Joined: Fri 02 Dec 2011, 02:10
Location: Texas, US

#2 Post by spkslayer »

here is a pic of the /dev/dvd and /dev/cdrom
PANZERKOPF
Posts: 282
Joined: Wed 16 Dec 2009, 21:38
Location: Earth

Re: can't find /dev/sr0

#3 Post by PANZERKOPF »

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.
spkslayer
Posts: 31
Joined: Fri 02 Dec 2011, 02:10
Location: Texas, US

#4 Post by spkslayer »

How do I create simlink?
Apple is what broke the Windows, but Linux is what took the bite out of the Apple.
PANZERKOPF
Posts: 282
Joined: Wed 16 Dec 2009, 21:38
Location: Earth

#5 Post by PANZERKOPF »

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.
spkslayer
Posts: 31
Joined: Fri 02 Dec 2011, 02:10
Location: Texas, US

#6 Post by spkslayer »

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.
spkslayer
Posts: 31
Joined: Fri 02 Dec 2011, 02:10
Location: Texas, US

#7 Post by spkslayer »

I think that /dev/sr0 is not there
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#8 Post by rcrsn51 »

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.
spkslayer
Posts: 31
Joined: Fri 02 Dec 2011, 02:10
Location: Texas, US

#9 Post by spkslayer »

its a full install.
Apple is what broke the Windows, but Linux is what took the bite out of the Apple.
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#10 Post by rcrsn51 »

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.
spkslayer
Posts: 31
Joined: Fri 02 Dec 2011, 02:10
Location: Texas, US

#11 Post by spkslayer »

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.
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#12 Post by rcrsn51 »

Do you have the Puppy ISO file?
User avatar
SFR
Posts: 1800
Joined: Wed 26 Oct 2011, 21:52

#13 Post by SFR »

spkslayer wrote:I think that /dev/sr0 is not there
You could try this:

Code: Select all

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 ... 00033.html

Greetings!
[color=red][size=75][O]bdurate [R]ules [D]estroy [E]nthusiastic [R]ebels => [C]reative [H]umans [A]lways [O]pen [S]ource[/size][/color]
[b][color=green]Omnia mea mecum porto.[/color][/b]
spkslayer
Posts: 31
Joined: Fri 02 Dec 2011, 02:10
Location: Texas, US

#14 Post by spkslayer »

Whoohoo thx that fixed it
Apple is what broke the Windows, but Linux is what took the bite out of the Apple.
spkslayer
Posts: 31
Joined: Fri 02 Dec 2011, 02:10
Location: Texas, US

#15 Post by spkslayer »

Now after I did that it won't let me get on the Internet
Post Reply