Re: [Cooker] Problems with Scsi-Emulation (Air)

2000-01-26 Thread Guy T. Rice

Tim  Val Litwiller wrote:
 
 so if I just blew up my scd0 by using your command line below instead of checking to
 make sure that it was correct  " it should have been  ln -fs scd0 cdrom2"  how do I
 get back my scd0?

Oops!

./MAKEDEV scd0

(while root or su and cd'ed into the /dev directory, of couse...)

-- Guy T. Rice -- [EMAIL PROTECTED] --
 "Every human being should pursue his or her own dharma perfectly instead
 of following another's dharma imperfectly."  -- Hindu scriptures



Re: [Cooker] Problems with Scsi-Emulation (Air)

2000-01-25 Thread Tim Val Litwiller

so if I just blew up my scd0 by using your command line below instead of checking to
make sure that it was correct  " it should have been  ln -fs scd0 cdrom2"  how do I
get back my scd0?



"Guy T. Rice" wrote:

 Silvio Mazzaro wrote:
 
  Il lun, 24 gen 2000, webmedic ha scritto:
   Actually the cdburner will work just fine under 7.0 without recompiling the
   kernel.
 
  Without SCSI emulation enabled? And Generic SCSI Support enabled?
  My CD-RW... is IDE-ATAPI...
  If I'dont recompile the kernel, there'so no way to make it works(the CD-RW,
  I mean)

 Air will auto-detect most ATAPI CD-Writers and automatically add a line in
 lilo.conf to append something like "hdd=ide-scsi" so that SCSI emulation is
 automatically enabled.  Recompiling the kernel is unnecessary, support for
 this is provided in the stock kernel.

   Mine worked without doing anything.
 
  Is it SCSI or ATAPI?

 Mine is ATAPI, and it worked fine right out of the box for CD burning.
 However, I wasn't able to mount CD-ROMs normally using supermount (see
 below).

   For some reason my cdburner doesn't
   seem to like supermount though so I left it out.
 
  Mine too:

 The problem with supermount is actually a problem with Mandrake's
 installer.  Because it is enabling SCSI emulation for your CD-Writer, it
 should make /dev/cdrom2 (or whichever link corresponds to your CD-Writer) a
 link to /dev/scd0, but instead it makes a link to /dev/hdd (or whichever IDE
 drive it is), which makes the CD-Writer unusuable for _reading_ CD-ROMs.
 Execute these commands:

 cd /dev
 ln -fs cdrom2 scd0

 (replacing "cdrom2" with the appropriate link) and your CD-Writer will once
 again be readable, and will work fine with supermount.

 -- Guy T. Rice -- [EMAIL PROTECTED] --
  "Every human being should pursue his or her own dharma perfectly instead
  of following another's dharma imperfectly."  -- Hindu scriptures



Re: [Cooker] Problems with Scsi-Emulation (Air)

2000-01-24 Thread Axalon Bloodstone

On Mon, 24 Jan 2000, Silvio Mazzaro wrote:
[..]
 2)My ATAPI CD-RW doesen't works
 I've ricompiled the Kernel... to enable SCSI Emulation and SCSI Generic
 Support...leaving all untouched
 At Boot time the kernel recognize it, and all seems to work... even the
 cdrecord recognize it... but when i try to mount the device... it gives me
 errors... saying that "hdc: ide-scsi" option is not supported...

Well first you wasted time recompileing it's already there (and fully
setup, yay pixel :), but your getting this error most probably because you
still have the append="hdc=ide-scsi" in your lilo.conf. Going by the howto
(sounds to me what you've done), you don't need the append all cd's are
addressed via ide-scsi.  
 
 Is It a Kernel Bug?
 
 In /var/log/messages when I try to mount the device I've found also errors
 about modprobe "can't locate module block-major 33." or something like
 that...

Hmm what MB and ide, sounds like it detected the hpt controller?

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Problems with Scsi-Emulation (Air)

2000-01-24 Thread Silvio Mazzaro

Il lun, 24 gen 2000, Chmouel Boudjnah ha scritto:
 
  2)My ATAPI CD-RW doesen't works
  I've ricompiled the Kernel... to enable SCSI Emulation and SCSI Generic
  Support...leaving all untouched
  At Boot time the kernel recognize it, and all seems to work... even the
  cdrecord recognize it... but when i try to mount the device... it gives me
  errors... saying that "hdc: ide-scsi" option is not supported...
 
 what contain /etc/conf.modules ?
 

Nothing about scsi just the sound module... the eth0... and something else,
but nothing about.. scsi or scsi ide...

Ciao,
  Silvio



Re: [Cooker] Problems with Scsi-Emulation (Air)

2000-01-24 Thread Silvio Mazzaro

Il lun, 24 gen 2000, Axalon Bloodstone ha scritto:

 Well first you wasted time recompileing it's already there (and fully
 setup, yay pixel :)

Are you sure?

I DON'T WANT :) Ram Disks and other useless stuff (for me).. which take
precious kbyte of my RAM
The Kernel MUST BE recompiled...:)

Well... at Boot Time however It didn't recocgnize
it..., while now... according to the kernel... it seems to work as it did in
Mandrake 6.0...

But.

 , but your getting this error most probably because you
 still have the append="hdc=ide-scsi" in your lilo.conf. Going by the howto
 (sounds to me what you've done), you don't need the append all cd's are
 addressed via ide-scsi.  

Well... the setup did it... in automatic...
And however if i try to remove the append... the kernel doesn't recognize it...

  Is It a Kernel Bug?
  
  In /var/log/messages when I try to mount the device I've found also errors
  about modprobe "can't locate module block-major 33." or something like
  that...
 
 Hmm what MB and ide, sounds like it detected the hpt controller?

I don't know

Ciao,
  Silvio



Re: [Cooker] Problems with Scsi-Emulation (Air)

2000-01-24 Thread Thomas J. Hamman

On Tue, 25 Jan 2000, Silvio Mazzaro wrote:

 Il lun, 24 gen 2000, webmedic ha scritto:
  Actually the cdburner will work just fine under 7.0 without recompiling the
  kernel.
 
 Without SCSI emulation enabled? And Generic SCSI Support enabled? My
 CD-RW... is IDE-ATAPI... If I'dont recompile the kernel, there'so no
 way to make it works(the CD-RW, I mean)

I have no idea how the heck it could work without doing -anything- as
others have suggested, because if I don't append="hdc=ide-scsi" in my
lilo.conf then my drive just gets treated as IDE.

However, you don't need to recompile the kernel for SCSI emulation; typing
'modprobe ide-scsi' will load the module for it.


-Tom



Re: [Cooker] Problems with Scsi-Emulation (Air)

2000-01-24 Thread Guy T. Rice

Silvio Mazzaro wrote:
 
 Il lun, 24 gen 2000, webmedic ha scritto:
  Actually the cdburner will work just fine under 7.0 without recompiling the
  kernel.
 
 Without SCSI emulation enabled? And Generic SCSI Support enabled?
 My CD-RW... is IDE-ATAPI...
 If I'dont recompile the kernel, there'so no way to make it works(the CD-RW,
 I mean)

Air will auto-detect most ATAPI CD-Writers and automatically add a line in
lilo.conf to append something like "hdd=ide-scsi" so that SCSI emulation is
automatically enabled.  Recompiling the kernel is unnecessary, support for
this is provided in the stock kernel.

  Mine worked without doing anything.
 
 Is it SCSI or ATAPI?

Mine is ATAPI, and it worked fine right out of the box for CD burning. 
However, I wasn't able to mount CD-ROMs normally using supermount (see
below).

  For some reason my cdburner doesn't
  seem to like supermount though so I left it out.
 
 Mine too:

The problem with supermount is actually a problem with Mandrake's
installer.  Because it is enabling SCSI emulation for your CD-Writer, it
should make /dev/cdrom2 (or whichever link corresponds to your CD-Writer) a
link to /dev/scd0, but instead it makes a link to /dev/hdd (or whichever IDE
drive it is), which makes the CD-Writer unusuable for _reading_ CD-ROMs. 
Execute these commands:

cd /dev
ln -fs cdrom2 scd0

(replacing "cdrom2" with the appropriate link) and your CD-Writer will once
again be readable, and will work fine with supermount.

-- Guy T. Rice -- [EMAIL PROTECTED] --
 "Every human being should pursue his or her own dharma perfectly instead
 of following another's dharma imperfectly."  -- Hindu scriptures