Re: [expert] ide-scsi question

2001-11-16 Thread Ricardo Castanho de O. Freitas

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 15 Nov 2001, Darren King wrote:

Have you added the extra 'space'?
like:
append= hdc=ide-scsi
- ^

[]s Ricardo Castanho

I added a cdrw to my system.  I added hdc=ide-scsi to lilo.conf, ran
lilo and added the alias scsi_adapter ide-scsi to modules.conf.
Now what.  cdrecord-scanbus does not see it so I can burn to it yet.
Darren

- -- 
==
Linux user # 102240 = Machine # 96125 = Seti@home user
==
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Made with pgp4pine 1.75-6

iEYEARECAAYFAjv1PHQACgkQ9I0k95pf9XupWwCbBxBndEtHgaZQNAqu3f1RxAqo
8wAAn0WZ5/ZUew7wipA5YYpsoxO+cfE5
=ptGv
-END PGP SIGNATURE-





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] ide-scsi question

2001-11-16 Thread Hoyt Duff

On Thursday 15 November 2001 06:20 pm, you wrote:


 If you find that you need append=quiet back into lilo.conf, I think
 only white space is needed.


What does quiet do?

It it still useful to use

ide0=0x1f0

and

floppy=daring

with Mandrake (both are suppose to force the use of faster ide and floppy 
drivers respectively).

Hoyt



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] ide-scsi question

2001-11-15 Thread Darren King

I added a cdrw to my system.  I added hdc=ide-scsi to lilo.conf, ran
lilo and added the alias scsi_adapter ide-scsi to modules.conf.

Now what.  cdrecord-scanbus does not see it so I can burn to it yet.

Darren






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] ide-scsi question

2001-11-15 Thread J. C. Woods

Darren King wrote:
 
 I added a cdrw to my system.  I added hdc=ide-scsi to lilo.conf, ran
 lilo and added the alias scsi_adapter ide-scsi to modules.conf.
 
 Now what.  cdrecord-scanbus does not see it so I can burn to it yet.
 
 Darren
 

Do a cat /proc/devices. Do you have a character device called sg? Do
you have block devices called loop and sr? These you will need to
burn. Do a lsmod. Do you have sg and loop in the kernel? If some
of these issues are a bit abstruse, you do have a CD Burning-How-To, you
might want to check this out

good luck,

-- 
J. Craig Woods
UNIX/NT SA

-Art is the illusion of spontaneity-



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Vs: [expert] ide-scsi question

2001-11-15 Thread Jarmo


- Original Message - 
From: Darren King [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 15, 2001 12:02 PM
Subject: [expert] ide-scsi question


 I added a cdrw to my system.  I added hdc=ide-scsi to lilo.conf, ran
 lilo and added the alias scsi_adapter ide-scsi to modules.conf.
 
 Now what.  cdrecord-scanbus does not see it so I can burn to it yet.
 
 Darren

Hi

Did you do it: append=hdc=ide-scsi ??

jarmo
 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] ide-scsi question

2001-11-15 Thread Darren King

The problem was that I added hdc=ide-scsi to an existing append line in
lilo.conf, it already said append=quiet so I just added a comma and then
hdc=ide-scsi.  Guess it didn't like that.  I added hdc=ide-scsi as the
only append item and it worked fine.

Darren

On Thu, 2001-11-15 at 22:34, J. C. Woods wrote:
 Darren King wrote:
  
  I added a cdrw to my system.  I added hdc=ide-scsi to lilo.conf, ran
  lilo and added the alias scsi_adapter ide-scsi to modules.conf.
  
  Now what.  cdrecord-scanbus does not see it so I can burn to it yet.
  
  Darren
  
 
 Do a cat /proc/devices. Do you have a character device called sg? Do
 you have block devices called loop and sr? These you will need to
 burn. Do a lsmod. Do you have sg and loop in the kernel? If some
 of these issues are a bit abstruse, you do have a CD Burning-How-To, you
 might want to check this out
 
 good luck,
 
 -- 
 J. Craig Woods
 UNIX/NT SA
 
 -Art is the illusion of spontaneity-
 
 
 

 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] ide-scsi question

2001-11-15 Thread Chris Spackman

On Fri, Nov 16, 2001 at 07:44:45AM +1100, Darren King wrote:
 The problem was that I added hdc=ide-scsi to an existing append line in
 lilo.conf, it already said append=quiet so I just added a comma and then
 hdc=ide-scsi.  Guess it didn't like that.  I added hdc=ide-scsi as the
 only append item and it worked fine.
 
 Darren

IIRC, you don't need the comma. just put a space. Mine looks like this:

append= hdc=ide-scsi devfs=nomount


-- 
Chris and Yoshiko Spackman

www.openhistory.org
[EMAIL PROTECTED]  (English)
[EMAIL PROTECTED]   (Japanese)

I will not be pushed, filed, stamped, indexed, briefed, debriefed, or
numbered. My life is my own.
-The Prisoner



msg7/pgp0.pgp
Description: PGP signature


Re: [expert] ide-scsi question

2001-11-15 Thread J. C. Woods

Darren King wrote:
 
 The problem was that I added hdc=ide-scsi to an existing append line in
 lilo.conf, it already said append=quiet so I just added a comma and then
 hdc=ide-scsi.  Guess it didn't like that.  I added hdc=ide-scsi as the
 only append item and it worked fine.
 
 Darren

If you find that you need append=quiet back into lilo.conf, I think
only white space is needed. 

Does anyone know if grub requires the same kind of append statements for
IDE SCSI simulation to be put into grub.conf?


-- 
J. Craig Woods
UNIX/NT SA

-Art is the illusion of spontaneity-



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] ide-scsi question

2001-11-15 Thread Mitch Thompson

-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

You can put the 'quiet' back in, but don't use a comma, like this:

append= idebus=66  hdc=ide-scsi devfs=mount failsafe

On Thursday 15 November 2001 14:44, Darren King wrote:
 The problem was that I added hdc=ide-scsi to an existing append line in
 lilo.conf, it already said append=quiet so I just added a comma and then
 hdc=ide-scsi.  Guess it didn't like that.  I added hdc=ide-scsi as the
 only append item and it worked fine.

 Darren

 On Thu, 2001-11-15 at 22:34, J. C. Woods wrote:
  Darren King wrote:
   I added a cdrw to my system.  I added hdc=ide-scsi to lilo.conf, ran
   lilo and added the alias scsi_adapter ide-scsi to modules.conf.
  
   Now what.  cdrecord-scanbus does not see it so I can burn to it yet.
  
   Darren
 
  Do a cat /proc/devices. Do you have a character device called sg? Do
  you have block devices called loop and sr? These you will need to
  burn. Do a lsmod. Do you have sg and loop in the kernel? If some
  of these issues are a bit abstruse, you do have a CD Burning-How-To, you
  might want to check this out
 
  good luck,
 
  --
  J. Craig Woods
  UNIX/NT SA
 
  -Art is the illusion of spontaneity-
 
  
 
 
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iQIXAwUBO/ROrtGDyPawr2auFAOwqgf8Cx+578EVm8A1wbEPDK6o9yM1KMyMcHh7
O+rJHqgerwRlO2rqMXjf4D+h+tN+vZq7G+ST05V5qwhiHVhCNzNfiv4eZly8o1m1
fOnPPQOr6UeinJ45EYFOSUUIW9lYhs8+uv+gLrRMJSxxyKme1wYB7m8XZSFWPauT
YorMhOTyArIUvp7aRULvnSBnsJpmC7nn1zyQR/RvMhyeZTo2QHNt2kWSthl4EAag
xvv5DHvuwrxS/8etIgiyTGpnmV2Zuk/QtTdLGMlYv7lMg4asgLol0twuAiTB52zh
vowX49HgpnNgl1/hLA7/F53Zs2U5nm4qXidthkBzyuVKLfMPLQpX5wf9HtdtBiM6
AHXI48nCKOfgeIseJPWY16+kdldDzYX2cPwuvGB9sNyO/mErn9dn/6dOrsxluUox
diesE9muF1jEoRLQA8SVRsE4ZxdiOJJQOroOhxyvznY0rRYwNimD19L/iXswSg4g
aPpHmRTY4nVNB+m94d6CEx2+ZzN+H6bvua0XPZ3iyNHekswJ+5eof9Ca+MtwQ3Y8
Gk6sjoV7zbIkYYaM6kACAzPKw8Oi4a0H8QKZfc2Bwauii/tynq90nahVbuD0EFXc
AwmucgevhIik6P5+I8uHHu0uKVUSxq6pOB7tcEzU6nFRfLfHXH9OQfiNf/ScCSGa
SwGA2lR/Z1sZlA==
=54Be
-END PGP SIGNATURE-



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] ide-scsi question

2001-11-15 Thread Larry Sword

J. C. Woods wrote:
 
 Darren King wrote:
 
  The problem was that I added hdc=ide-scsi to an existing append line in
  lilo.conf, it already said append=quiet so I just added a comma and then
  hdc=ide-scsi.  Guess it didn't like that.  I added hdc=ide-scsi as the
  only append item and it worked fine.
 
  Darren
 
 If you find that you need append=quiet back into lilo.conf, I think
 only white space is needed.
 
 Does anyone know if grub requires the same kind of append statements for
 IDE SCSI simulation to be put into grub.conf?

It does require the statement, hdc=ide-scsi, but is entered a bit
different that in lilo.conf. If you look in the /boot/grub you may find
that you have the grub boot files.

Larry


--
Sword'sEdge
VoiceMail/Fax: (858) 860-6406 x1587



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com