Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Tue 21 May 2013, 19:13
All times are UTC - 4
 Forum index » House Training » Users ( For the regulars )
can't find /dev/sr0
Moderators: Flash, Ian, JohnMurga
Post new topic   Reply to topic View previous topic :: View next topic
Page 1 of 1 [15 Posts]  
Author Message
spkslayer

Joined: 01 Dec 2011
Posts: 31
Location: Texas, US

PostPosted: 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
View user's profile Send private message 
spkslayer

Joined: 01 Dec 2011
Posts: 31
Location: Texas, US

PostPosted: Wed 11 Apr 2012, 04:11    Post subject:  

here is a pic of the /dev/dvd and /dev/cdrom
photo.JPG
Description  here is a pic of the /dev/dvd and /dev/cdrom
jpg

 Download 
Filename  photo.JPG 
Filesize  1.25 MB 
Downloaded  64 Time(s) 
Back to top
View user's profile Send private message 
PANZERKOPF

Joined: 16 Dec 2009
Posts: 249
Location: Earth

PostPosted: 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
View user's profile Send private message 
spkslayer

Joined: 01 Dec 2011
Posts: 31
Location: Texas, US

PostPosted: 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
View user's profile Send private message 
PANZERKOPF

Joined: 16 Dec 2009
Posts: 249
Location: Earth

PostPosted: 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
View user's profile Send private message 
spkslayer

Joined: 01 Dec 2011
Posts: 31
Location: Texas, US

PostPosted: 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
View user's profile Send private message 
spkslayer

Joined: 01 Dec 2011
Posts: 31
Location: Texas, US

PostPosted: Thu 12 Apr 2012, 21:36    Post subject:  

I think that /dev/sr0 is not there
Back to top
View user's profile Send private message 
rcrsn51


Joined: 05 Sep 2006
Posts: 7748
Location: Stratford, Ontario

PostPosted: 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
View user's profile Send private message 
spkslayer

Joined: 01 Dec 2011
Posts: 31
Location: Texas, US

PostPosted: 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
View user's profile Send private message 
rcrsn51


Joined: 05 Sep 2006
Posts: 7748
Location: Stratford, Ontario

PostPosted: 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
View user's profile Send private message 
spkslayer

Joined: 01 Dec 2011
Posts: 31
Location: Texas, US

PostPosted: 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
View user's profile Send private message 
rcrsn51


Joined: 05 Sep 2006
Posts: 7748
Location: Stratford, Ontario

PostPosted: Fri 13 Apr 2012, 06:03    Post subject:  

Do you have the Puppy ISO file?
Back to top
View user's profile Send private message 
SFR


Joined: 26 Oct 2011
Posts: 570

PostPosted: 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
View user's profile Send private message 
spkslayer

Joined: 01 Dec 2011
Posts: 31
Location: Texas, US

PostPosted: 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
View user's profile Send private message 
spkslayer

Joined: 01 Dec 2011
Posts: 31
Location: Texas, US

PostPosted: 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
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 1 of 1 [15 Posts]  
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » House Training » Users ( For the regulars )
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0649s ][ Queries: 13 (0.0118s) ][ GZIP on ]