[Cooker] /dev/dvd , ide-scsi, devfs

2003-01-26 Thread rcc

the /dev/dvd link is missing

/etc/devfs/dvd.conf points to an ide cd device but there's only a
generic device at the target dir. Same is true for rdvd.conf and, in my
case, hdc.conf. The desired cd device is at scsi as the my ide dvdrom is
now scsi. BTW, how do I turn that feature off? Kernel append only has
the burner for ide-scsi.

ah, and the nvidia line in modules.devfs is obsolete: NVdriver is now
simply nvidia

- Mark




Re: [Cooker] /dev/dvd , ide-scsi, devfs

2003-01-26 Thread John Danielson, II
rcc wrote:


the /dev/dvd link is missing

/etc/devfs/dvd.conf points to an ide cd device but there's only a
generic device at the target dir. Same is true for rdvd.conf and, in my
case, hdc.conf. The desired cd device is at scsi as the my ide dvdrom is
now scsi. BTW, how do I turn that feature off? Kernel append only has
the burner for ide-scsi.

ah, and the nvidia line in modules.devfs is obsolete: NVdriver is now
simply nvidia

- Mark


 

Mark, is this a combo drive, DVD and CD-RW??? Or a DVD burner??? My 
Mandrake uses my CD-RW subtype burner as SCSI also, but it does work-- 
for reading, sound CD play, and burning. I just told Mandrake 9.0 to use 
/dev/scd0 instead of /dev/cdrom for data reads.  Kscd thinks it has a 
SCSI CD-ROM for audio play. Burning will only happen in SCSI mode, was 
easiest to leave it that way all the time and that way Supermount and 
devfsd also work. Ditto for cooker, with a takeoff point from beta2.

With a combo drive, it is again easiest to run it as SCSI emulation on 
all the time AFAIK. I think, could be wrong and YMMV, that one or the 
other would be easiest to standardize on-- and burning software needs 
SCSI emulation on. My TDK behaves this way, my HP did also, and 
unfortunately I do not have the funds for Cendyne DV-RW right now (I 
spent money for more RAM instead).

John.

John Danielson.

--
Your favorite stores, helpful shopping tools and great gift ideas. 
Experience the convenience of buying online with Shop@Netscape! 
http://shopnow.netscape.com/





Re: [Cooker] /dev/dvd , ide-scsi, devfs

2003-01-26 Thread Francisco Alcaraz Ariza
Also you can start with hdc=ide-cd in the append line of lilo; it workes for 
me and I can now watch dvds using xine.



El Dom 26 Ene 2003 18:53, Pixel escribió:
 rcc [EMAIL PROTECTED] writes:
  the /dev/dvd link is missing
 
  /etc/devfs/dvd.conf points to an ide cd device but there's only a
  generic device at the target dir. Same is true for rdvd.conf and, in my
  case, hdc.conf. The desired cd device is at scsi as the my ide dvdrom is
  now scsi. BTW, how do I turn that feature off? Kernel append only has
  the burner for ide-scsi.

 your pb comes from the kernel ide-scsi handling. Either use
 ignore=hdc, or use another kernel :)

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
Campus de Espinardo
E-30100 Murcia
España (Spain)




Re: [Cooker] /dev/dvd , ide-scsi, devfs

2003-01-26 Thread rcc
On 26 Jan 2003 18:53:27 +0100
Pixel [EMAIL PROTECTED] wrote:

 rcc [EMAIL PROTECTED] writes:
 
  the /dev/dvd link is missing
  
  /etc/devfs/dvd.conf points to an ide cd device but there's only a
  generic device at the target dir. Same is true for rdvd.conf and, in
  my case, hdc.conf. The desired cd device is at scsi as the my ide
  dvdrom is now scsi. BTW, how do I turn that feature off? Kernel
  append only has the burner for ide-scsi.
 
 your pb comes from the kernel ide-scsi handling. Either use
 ignore=hdc, or use another kernel :)

hmm, I removed scsi_hostadapter from /etc/modules and that seems to have
restored the old behaviour with ide-scsi only on the drive specified in
append.

OTOH, this didn't fix my problem which is that the system slows down to
a crawl when reading DVDs. I had this behaviour once when I played with
scsi emu on ide readers which is why I suspected the scsi emu. Also,
with scsi enabled the kernel reports DMA off for both drives. Without
scsi, kernel reports UDMA(33) for the DVD.

Suppose I keep scsi emu on the DVD, do I then have to patch the
/etc/devfs/*.conf files to point at the right devices?

- Mark




Re: [Cooker] /dev/dvd , ide-scsi, devfs

2003-01-26 Thread rcc
On 26 Jan 2003 20:15:31 +0100
Pixel [EMAIL PROTECTED] wrote:

 rcc [EMAIL PROTECTED] writes:
 
  Suppose I keep scsi emu on the DVD, do I then have to patch the
  /etc/devfs/*.conf files to point at the right devices?
 
 yes!

oh well, more patches for my postinstall scripts :-/

anyway, DVD playback is fine now. Leaves me puzzled though... 

- Mark





Re: [Cooker] /dev/dvd , ide-scsi, devfs

2003-01-26 Thread Pixel
rcc [EMAIL PROTECTED] writes:

 the /dev/dvd link is missing
 
 /etc/devfs/dvd.conf points to an ide cd device but there's only a
 generic device at the target dir. Same is true for rdvd.conf and, in my
 case, hdc.conf. The desired cd device is at scsi as the my ide dvdrom is
 now scsi. BTW, how do I turn that feature off? Kernel append only has
 the burner for ide-scsi.

your pb comes from the kernel ide-scsi handling. Either use
ignore=hdc, or use another kernel :)





Re: [Cooker] /dev/dvd , ide-scsi, devfs

2003-01-26 Thread Pixel
rcc [EMAIL PROTECTED] writes:

 Suppose I keep scsi emu on the DVD, do I then have to patch the
 /etc/devfs/*.conf files to point at the right devices?

yes!




Re: [Cooker] /dev/dvd

2002-02-27 Thread Pixel

Borsenkow Andrej [EMAIL PROTECTED] writes:

  
   REGISTER  ^hdc$   CFUNCTION GLOBAL symlink hdc dvd
  ^^^
  $devname
   UNREGISTER^hdc$   CFUNCTION GLOBAL unlink dvd
  
 
 Ehh ... that's not going to work. /dev/hdc in never registered. You have
 to use

all i care is that it works ;p

 
 REGISTER ^ide/.../cd$

yeah, one day DrakX will know the devfs names...




RE: [Cooker] /dev/dvd

2002-02-27 Thread Borsenkow Andrej

 
 Borsenkow Andrej [EMAIL PROTECTED] writes:
 
   
REGISTER^hdc$   CFUNCTION GLOBAL symlink hdc dvd
   ^^^
   $devname
UNREGISTER  ^hdc$   CFUNCTION GLOBAL unlink dvd
   
 
  Ehh ... that's not going to work. /dev/hdc in never registered. You
have
  to use
 
 all i care is that it works ;p
 

Yeah, it is the case when it does it by mistake. When you do kill -HUP
devfsd it simulates REGISTER for everything it finds under /dev. So it
appears to work. Too easy to break by possible devfsd/devfs change

 
  REGISTER ^ide/.../cd$
 
 yeah, one day DrakX will know the devfs names...

Look in rc.sysinit there is shell function that builds devfs names for
IDE. It is trivial actually. For SCSI things are not as simple
unfortunately.

-andrej




Re: [Cooker] /dev/dvd

2002-02-26 Thread Cosmic Flo

it's what i do, but it's hard for a newbie.


From: Han [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] /dev/dvd
Date: Tue, 26 Feb 2002 08:46:34 +0100

garrick ([EMAIL PROTECTED]) wrote:
  Now that xine is in the main distro, is there a way to detect a cdrom as
  bing a DVD player and creating a /dev/dvd symlink at install time?

ln -s /dev/the/real/name/for/the/device /lib/dev-state/dvd



Groetjes, Han.
--
http://www.xs4all.nl/~hanb/software





=


_
Téléchargez MSN Explorer gratuitement à l'adresse 
http://explorer.msn.fr/intl.asp.





RE: [Cooker] /dev/dvd

2002-02-26 Thread Borsenkow Andrej

 
 it's what i do, but it's hard for a newbie.


is 

ln -s real-device-for-dvd /dev/dvd

better?

 
 
 From: Han [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [Cooker] /dev/dvd
 Date: Tue, 26 Feb 2002 08:46:34 +0100
 
 garrick ([EMAIL PROTECTED]) wrote:
   Now that xine is in the main distro, is there a way to detect a
cdrom as
   bing a DVD player and creating a /dev/dvd symlink at install time?
 
 ln -s /dev/the/real/name/for/the/device /lib/dev-state/dvd
 
 
 
 Groetjes, Han.
 --
 http://www.xs4all.nl/~hanb/software
 
 
 
 
 
 =
 
 
 _
 Téléchargez MSN Explorer gratuitement à l'adresse
 http://explorer.msn.fr/intl.asp.





RE: [Cooker] /dev/dvd

2002-02-26 Thread SI Reasoning

I believe he is trying to coax an automagic /dev/dvd
link so newbies can avoid being traumatized.

--- Borsenkow Andrej [EMAIL PROTECTED]
wrote:
  
  it's what i do, but it's hard for a newbie.
 
 
 is 
 
 ln -s real-device-for-dvd /dev/dvd
 
 better?
 
  
  
  From: Han [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: Re: [Cooker] /dev/dvd
  Date: Tue, 26 Feb 2002 08:46:34 +0100
  
  garrick ([EMAIL PROTECTED]) wrote:
Now that xine is in the main distro, is there
 a way to detect a
 cdrom as
bing a DVD player and creating a /dev/dvd
 symlink at install time?
  
  ln -s /dev/the/real/name/for/the/device
 /lib/dev-state/dvd
  
  
  
  Groetjes, Han.
  --
  http://www.xs4all.nl/~hanb/software
  
  
  
  
  
  =
  
  
 

_
  Téléchargez MSN Explorer gratuitement à l'adresse
  http://explorer.msn.fr/intl.asp.
 
 


=
SI Reasoning
[EMAIL PROTECTED]

A requirement of creativity is that it contributes to change.  Creativity keeps
the creator alive.

-FRANK HERBERT, unpublished notes

__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com




Re: [Cooker] /dev/dvd

2002-02-26 Thread Han

SI Reasoning ([EMAIL PROTECTED]) wrote:

:D

Goddamn get a crash-course quoting :D 

 I believe he is trying to coax an automagic /dev/dvd
 link so newbies can avoid being traumatized.
 
 --- Borsenkow Andrej [EMAIL PROTECTED]
 wrote:
   
   it's what i do, but it's hard for a newbie.
  
  
  is 
  
  ln -s real-device-for-dvd /dev/dvd
  
  better?
  
   
   
   From: Han [EMAIL PROTECTED]
   Reply-To: [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Subject: Re: [Cooker] /dev/dvd
   Date: Tue, 26 Feb 2002 08:46:34 +0100
   
   garrick ([EMAIL PROTECTED]) wrote:
 Now that xine is in the main distro, is there
  a way to detect a
  cdrom as
 bing a DVD player and creating a /dev/dvd
  symlink at install time?
   
   ln -s /dev/the/real/name/for/the/device
  /lib/dev-state/dvd
   
   
   
   Groetjes, Han.
   --
   http://www.xs4all.nl/~hanb/software
   
   
   
   
   
   =
   
   
  
 
 _
   T?l?chargez MSN Explorer gratuitement ? l'adresse
   http://explorer.msn.fr/intl.asp.
  
  
 
 
 =
 SI Reasoning
 [EMAIL PROTECTED]
 
 A requirement of creativity is that it contributes to change.  Creativity keeps
 the creator alive.
 
 -FRANK HERBERT, unpublished notes
 
 __
 Do You Yahoo!?
 Yahoo! Sports - Coverage of the 2002 Olympic Games
 http://sports.yahoo.com
 



Groetjes, Han.
-- 
http://www.xs4all.nl/~hanb/software




Re: [Cooker] /dev/dvd

2002-02-26 Thread Cosmic Flo

;)
Some people don't want to open a console and create, as root, the link, 
because they are not IT professionals.
Of course, the link is as ln -s /dev/cdrom /dev/dvd
It's a very appreciate feature in Lycoris'Desktop Linux : a DVD player out 
of the box.

From: Han [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] /dev/dvd
Date: Tue, 26 Feb 2002 11:47:55 +0100

SI Reasoning ([EMAIL PROTECTED]) wrote:

:D

Goddamn get a crash-course quoting :D

  I believe he is trying to coax an automagic /dev/dvd
  link so newbies can avoid being traumatized.
 
  --- Borsenkow Andrej [EMAIL PROTECTED]
  wrote:
   
it's what i do, but it's hard for a newbie.
   
  
   is
  
   ln -s real-device-for-dvd /dev/dvd
  
   better?
  
  
   
From: Han [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] /dev/dvd
Date: Tue, 26 Feb 2002 08:46:34 +0100

garrick ([EMAIL PROTECTED]) wrote:
  Now that xine is in the main distro, is there
   a way to detect a
   cdrom as
  bing a DVD player and creating a /dev/dvd
   symlink at install time?

ln -s /dev/the/real/name/for/the/device
   /lib/dev-state/dvd



Groetjes, Han.
--
http://www.xs4all.nl/~hanb/software

   
   
   
   
=
   
   
   
  
  _
T?l?chargez MSN Explorer gratuitement ? l'adresse
http://explorer.msn.fr/intl.asp.
  
  
 
 
  =
  SI Reasoning
  [EMAIL PROTECTED]
 
  A requirement of creativity is that it contributes to change.  
Creativity keeps
  the creator alive.
 
  -FRANK HERBERT, unpublished notes
 
  __
  Do You Yahoo!?
  Yahoo! Sports - Coverage of the 2002 Olympic Games
  http://sports.yahoo.com
 



Groetjes, Han.
--
http://www.xs4all.nl/~hanb/software




=

_
Rejoignez le plus grand service de messagerie au monde avec MSN Hotmail. 
http://www.hotmail.com/fr





RE: [Cooker] /dev/dvd

2002-02-26 Thread Borsenkow Andrej


 ;)
 Some people don't want to open a console and create, as root, the
link,
 because they are not IT professionals.
 Of course, the link is as ln -s /dev/cdrom /dev/dvd

wrong. Correct link (assuming you link to /dev/cdrom) must be

ln -s cdrom /dev/dvd

 It's a very appreciate feature in Lycoris'Desktop Linux : a DVD player
out
 of the box.
 
 From: Han [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [Cooker] /dev/dvd
 Date: Tue, 26 Feb 2002 11:47:55 +0100
 
 SI Reasoning ([EMAIL PROTECTED]) wrote:
 
 :D
 
 Goddamn get a crash-course quoting :D
 
   I believe he is trying to coax an automagic /dev/dvd
   link so newbies can avoid being traumatized.
  
   --- Borsenkow Andrej [EMAIL PROTECTED]
   wrote:

 it's what i do, but it's hard for a newbie.

   
is
   
ln -s real-device-for-dvd /dev/dvd
   
better?
   
   

 From: Han [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [Cooker] /dev/dvd
 Date: Tue, 26 Feb 2002 08:46:34 +0100
 
 garrick ([EMAIL PROTECTED]) wrote:
   Now that xine is in the main distro, is there
a way to detect a
cdrom as
   bing a DVD player and creating a /dev/dvd
symlink at install time?
 
 ln -s /dev/the/real/name/for/the/device
/lib/dev-state/dvd
 
 
 
 Groetjes, Han.
 --
 http://www.xs4all.nl/~hanb/software
 




 =



   
   _
 T?l?chargez MSN Explorer gratuitement ? l'adresse
 http://explorer.msn.fr/intl.asp.
   
   
  
  
   =
   SI Reasoning
   [EMAIL PROTECTED]
  
   A requirement of creativity is that it contributes to change.
 Creativity keeps
   the creator alive.
  
   -FRANK HERBERT, unpublished notes
  
   __
   Do You Yahoo!?
   Yahoo! Sports - Coverage of the 2002 Olympic Games
   http://sports.yahoo.com
  
 
 
 
 Groetjes, Han.
 --
 http://www.xs4all.nl/~hanb/software
 
 
 
 
 =
 
 _
 Rejoignez le plus grand service de messagerie au monde avec MSN
Hotmail.
 http://www.hotmail.com/fr





Re: [Cooker] /dev/dvd

2002-02-26 Thread Stéphane Teletchéa

Le Mardi 26 Février 2002 13:04, Borsenkow Andrej a écrit :
  ;)
  Some people don't want to open a console and create, as root, the

 link,

  because they are not IT professionals.
  Of course, the link is as ln -s /dev/cdrom /dev/dvd

 wrong. Correct link (assuming you link to /dev/cdrom) must be

 ln -s cdrom /dev/dvd

  It's a very appreciate feature in Lycoris'Desktop Linux : a DVD player

 out

  of the box.

Why not making o raw device for it, it would improve performances no ?
Let's say having :
ln -s cdrom /dev/dvd and
ln -s /dev/raw/raw1 /dev/rdvd

Stef




Re: [Cooker] /dev/dvd

2002-02-26 Thread Pixel

Cosmic Flo [EMAIL PROTECTED] writes:

 Xine need /dev/dvd as default for DVD player.

i'm going to handle /dev/dvd, wait and see :)




Re: [Cooker] /dev/dvd

2002-02-26 Thread Stéphane Teletchéa

Le Mardi 26 Février 2002 13:49, Pixel a écrit :
 Stéphane Teletchéa [EMAIL PROTECTED] writes:
  ln -s /dev/raw/raw1 /dev/rdvd

 what's this for?
OOPS !
i meant :
raw /dev/raw/raw1 /dev/rdvd.

It is meant for havind raw access to the device, which seems to be 
recommended in the case of a dvd player (xine recommends it).

Stef




Re: [Cooker] /dev/dvd

2002-02-26 Thread Pixel

Stéphane Teletchéa [EMAIL PROTECTED] writes:

 ln -s /dev/raw/raw1 /dev/rdvd

what's this for?




RE: [Cooker] /dev/dvd

2002-02-26 Thread Borsenkow Andrej

 
 Le Mardi 26 Février 2002 13:49, Pixel a écrit :
  Stéphane Teletchéa [EMAIL PROTECTED] writes:
   ln -s /dev/raw/raw1 /dev/rdvd
 
  what's this for?
 OOPS !
 i meant :
 raw /dev/raw/raw1 /dev/rdvd.
 

1. never create absolute symlinks!

 It is meant for havind raw access to the device, which seems to be
 recommended in the case of a dvd player (xine recommends it).
 

2. I have seen some reports about no notable difference ... in any case,
do you believe above line is enough to setup raw device?

 Stef





RE: [Cooker] /dev/dvd

2002-02-26 Thread Cosmic Flo

Aparently, you have good ideas for /dev/dvd link. Why don't include it in 
Mdk8.2 ?
newbies (and me) will be happy to read DVD ;)


From: Borsenkow Andrej [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED], 'Pixel' [EMAIL PROTECTED]
Subject: RE: [Cooker] /dev/dvd
Date: Tue, 26 Feb 2002 16:21:59 +0300

 
  Le Mardi 26 Février 2002 13:49, Pixel a écrit :
   Stéphane Teletchéa [EMAIL PROTECTED] writes:
ln -s /dev/raw/raw1 /dev/rdvd
  
   what's this for?
  OOPS !
  i meant :
  raw /dev/raw/raw1 /dev/rdvd.
 

1. never create absolute symlinks!

  It is meant for havind raw access to the device, which seems to be
  recommended in the case of a dvd player (xine recommends it).
 

2. I have seen some reports about no notable difference ... in any case,
do you believe above line is enough to setup raw device?

  Stef






=


_
Téléchargez MSN Explorer gratuitement à l'adresse 
http://explorer.msn.fr/intl.asp.





RE: [Cooker] /dev/dvd

2002-02-26 Thread Borsenkow Andrej

 
 Aparently, you have good ideas for /dev/dvd link. Why don't include it
in
 Mdk8.2 ?

Because it does not depend upon me in any way. 







Re: [Cooker] /dev/dvd

2002-02-26 Thread Stéphane Teletchéa

Le Mardi 26 Février 2002 14:53, Cosmic Flo a écrit :
 Aparently, you have good ideas for /dev/dvd link. Why don't include it in
 Mdk8.2 ?
 newbies (and me) will be happy to read DVD ;)


 From: Borsenkow Andrej [EMAIL PROTECTED]

 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED], 'Pixel' [EMAIL PROTECTED]
 Subject: RE: [Cooker] /dev/dvd
 Date: Tue, 26 Feb 2002 16:21:59 +0300
 
   Le Mardi 26 Février 2002 13:49, Pixel a écrit :
Stéphane Teletchéa [EMAIL PROTECTED] writes:
 ln -s /dev/raw/raw1 /dev/rdvd
   
what's this for?
  
   OOPS !
   i meant :
   raw /dev/raw/raw1 /dev/rdvd.
 
 1. never create absolute symlinks!
 
   It is meant for havind raw access to the device, which seems to be
   recommended in the case of a dvd player (xine recommends it).
 
 2. I have seen some reports about no notable difference ... in any case,
 do you believe above line is enough to setup raw device?
 

I didn't tested that thoroughly, but it seems that it improves it a little 
bit (noticeable on my slow computer, even 5% is quite an improvement, i'll 
let you know). fI don't know what is behind the raw stuff however.

Stef




Re: [Cooker] /dev/dvd

2002-02-26 Thread Peter Ruskin

On Tuesday 26 Feb 2002 09:31, Borsenkow Andrej wrote:
  it's what i do, but it's hard for a newbie.

 is

 ln -s real-device-for-dvd /dev/dvd

 better?

The real point here is that when booting, a DVD drive is detected.  So if 
the installer finds a DVD drive it ought to be really simple for it to 
make this link for you.  Redmond-Linux can do it - why not Mandrake?
  
  garrick ([EMAIL PROTECTED]) wrote:
Now that xine is in the main distro, is there a way to detect a
 cdrom as
bing a DVD player and creating a /dev/dvd symlink at install
time?
  
  ln -s /dev/the/real/name/for/the/device /lib/dev-state/dvd
  
  Groetjes, Han.

-- 
Peter Ruskin, Wrexham, Wales.  AMD Athlon XP 1600+, 512MB RAM.
Registered Linux User 219434.  Mandrake Linux release 8.1 (Vitamin) 
Kernel 2.4.8-34.1mdk-win4lin,  XFree86 4.1.0, patch level 21mdk.
KDE: 2.2.2.  Qt: 2.3.2.  Up 1 day 22 hours 24 minutes.




Re: [Cooker] /dev/dvd

2002-02-26 Thread Pixel

Peter Ruskin [EMAIL PROTECTED] writes:

 On Tuesday 26 Feb 2002 09:31, Borsenkow Andrej wrote:
   it's what i do, but it's hard for a newbie.
 
  is
 
  ln -s real-device-for-dvd /dev/dvd
 
  better?
 
 The real point here is that when booting, a DVD drive is detected.  So if 
 the installer finds a DVD drive it ought to be really simple for it to 
 make this link for you.  Redmond-Linux can do it - why not Mandrake?

done, done, done, done.




Re: [Cooker] /dev/dvd

2002-02-26 Thread Borsenkow Andrej

On ÷ÔÒ, 2002-02-26 at 18:54, Pixel wrote:
 Borsenkow Andrej [EMAIL PROTECTED] writes:
 
   
   Aparently, you have good ideas for /dev/dvd link. Why don't include it
  in
   Mdk8.2 ?
  
  Because it does not depend upon me in any way. 
 
 i'm taking care of this now :)
 
 by adding /etc/devfs/conf.d/dvd

So Thierry did it? Good! 

 
 REGISTER  ^hdc$   CFUNCTION GLOBAL symlink hdc dvd
 UNREGISTER^hdc$   CFUNCTION GLOBAL unlink dvd
 
 (using the good device instead of hdc)
 





Re: [Cooker] /dev/dvd

2002-02-26 Thread garrick

On Tue, Feb 26, 2002 at 10:08:33PM +0300, Borsenkow Andrej alleged:
 On ???, 2002-02-26 at 18:54, Pixel wrote:
  Borsenkow Andrej [EMAIL PROTECTED] writes:
  

Aparently, you have good ideas for /dev/dvd link. Why don't include it
   in
Mdk8.2 ?
   
   Because it does not depend upon me in any way. 
  
  i'm taking care of this now :)
  
  by adding /etc/devfs/conf.d/dvd
 
 So Thierry did it? Good! 
 
  
  REGISTER^hdc$   CFUNCTION GLOBAL symlink hdc dvd
  UNREGISTER  ^hdc$   CFUNCTION GLOBAL unlink dvd
  
  (using the good device instead of hdc)
  
 

This thread really made me laugh.  First, some people said just do this
simple thing, and then several others disagreed on how it should be
done. ROFL.  Good thing mdk8.2 will handle this for me :)

(and btw, making the link myself is not a problem. I was merely trying
to make mdk better)




Re: [Cooker] /dev/dvd

2002-02-26 Thread Peter Ruskin

On Tuesday 26 Feb 2002 13:21, Borsenkow Andrej wrote:
  Le Mardi 26 Février 2002 13:49, Pixel a écrit :
   Stéphane Teletchéa [EMAIL PROTECTED] writes:
ln -s /dev/raw/raw1 /dev/rdvd
  
   what's this for?
 
  OOPS !
  i meant :
  raw /dev/raw/raw1 /dev/rdvd.

 1. never create absolute symlinks!

  It is meant for havind raw access to the device, which seems to be
  recommended in the case of a dvd player (xine recommends it).

 2. I have seen some reports about no notable difference ... in any
 case, do you believe above line is enough to setup raw device?

  Stef

I use this in rc.local...
# Raw
raw /dev/raw/raw1 /dev/scd0
raw /dev/raw/raw2 /dev/scd1

... and it works very nicely thankyou.
-- 
Peter Ruskin, Wrexham, Wales.  AMD Athlon XP 1600+, 512MB RAM.
Registered Linux User 219434.  Mandrake Linux release 8.1 (Vitamin) 
Kernel 2.4.8-34.1mdk-win4lin,  XFree86 4.1.0, patch level 21mdk.
KDE: 2.2.2.  Qt: 2.3.2.  Up 2 days 2 minutes.




Re: [Cooker] /dev/dvd

2002-02-26 Thread Fabrice FACORAT

le mar 26-02-2002 à 13:49, Pixel a écrit :
 Stéphane Teletchéa [EMAIL PROTECTED] writes:
 
  ln -s /dev/raw/raw1 /dev/rdvd
 
 what's this for?

http://dvd.sourceforge.net/xine-howto/en_GB/html/howto-8.html#ss8.2

a way to speed up access for xine

-- 
http://linux-wizard.tuxfamily.org/index.html 
-
I'd horsewhip you if I had a horse.
-- Groucho Marx





RE: [Cooker] /dev/dvd

2002-02-26 Thread Borsenkow Andrej


 
  REGISTER^hdc$   CFUNCTION GLOBAL symlink hdc dvd
 ^^^
 $devname
  UNREGISTER  ^hdc$   CFUNCTION GLOBAL unlink dvd
 

Ehh ... that's not going to work. /dev/hdc in never registered. You have
to use

REGISTER ^ide/.../cd$

 - or -

REGISTER ^scsi/.../cd$

for that. 

-andrej




Re: [Cooker] /dev/dvd

2002-02-25 Thread Guillaume Cottenceau

garrick [EMAIL PROTECTED] writes:

 Now that xine is in the main distro, is there a way to detect a cdrom as
 bing a DVD player and creating a /dev/dvd symlink at install time?

can't it try with /dev/cdrom?
 

-- 
Guillaume Cottenceau - http://www.frozen-bubble.org/




Re: [Cooker] /dev/dvd

2002-02-25 Thread Cosmic Flo

Xine need /dev/dvd as default for DVD player.


From: Guillaume Cottenceau [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] /dev/dvd
Date: 25 Feb 2002 18:24:02 +0100

garrick [EMAIL PROTECTED] writes:

  Now that xine is in the main distro, is there a way to detect a cdrom as
  bing a DVD player and creating a /dev/dvd symlink at install time?

can't it try with /dev/cdrom?


--
Guillaume Cottenceau - http://www.frozen-bubble.org/




=

_
MSN Photos est le moyen le plus simple de partager, modifier et imprimer vos 
photos préférées. http://photos.msn.fr/Support/WorldWide.aspx





Re: [Cooker] /dev/dvd

2002-02-25 Thread Han

garrick ([EMAIL PROTECTED]) wrote:
 Now that xine is in the main distro, is there a way to detect a cdrom as
 bing a DVD player and creating a /dev/dvd symlink at install time?

ln -s /dev/the/real/name/for/the/device /lib/dev-state/dvd



Groetjes, Han.
-- 
http://www.xs4all.nl/~hanb/software




[Cooker] /dev/dvd link

2002-02-24 Thread Cosmic Flo

The DVD players, as Xine, needs /dev/dvd link.
Some distros can detect the DVD, as Lycoris' Desktop Linux.
Can we do the same, it will be greet for newbies who want to read DVDs (and 
for others too ;) ?

Thanks

_
Rejoignez le plus grand service de messagerie au monde avec MSN Hotmail. 
http://www.hotmail.com/fr





[Cooker] /dev/dvd

2002-02-23 Thread garrick

Now that xine is in the main distro, is there a way to detect a cdrom as
bing a DVD player and creating a /dev/dvd symlink at install time?