Re: [Linux: SCSI-Controller] LILO with aha152x

1999-10-20 Thread Bryan Scaringe
Sounds like you have to load the modules for the Zip drive and the
SCSI-CDROM.  Not sure what the syntax is, though, since I don't use
SCSI.

Bryan

On 19-Oct-99 Michelle Konzack wrote:
 Hello and thanks to all, which had helped me.
 (7 and some doubled Mails).
 
 Please one more time:   I am on the List and I do not like if
 I get all Answers as CC two times.
 
 The entry 'append' was not in the /etc/lilo.conf and I have added
 them in a new line as append=aha152x=0x340,11...
 ... and it works properly...
 
 But now I can not get my Drives but they are detect correctly as:
 
 Iomega ZIP-Drivesda at scsi0id=5
 CD-Rom CDU-76S  sr0 at scsi0id=6
 
 The directory  /cdrom is allready there and /zip100 I have created.
 I had tried to mount the CD-Rom (Whit Debian-CD and DLD-CD) but
 it tell me every time that sr0 is unknown.
 
 The same is with my ZIP-Drive sda
 
 What do I wrong ???
 
 
 Michelle
 
 P.S.:   The thing with the 'appand' had helped some of us in 
 Strasbourg. Many thanks from all.
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] 
 /dev/null


Re: [Linux: SCSI-Controller] LILO with aha152x

1999-10-20 Thread Keith G. Murphy
Michelle Konzack wrote:
 
 Hello and thanks to all, which had helped me.
 (7 and some doubled Mails).
 
 Please one more time:   I am on the List and I do not like if
 I get all Answers as CC two times.

It's the kind of Courtesy Copy that is no courtesy, right?  ;-) 
[cut]
 
 But now I can not get my Drives but they are detect correctly as:
 
 Iomega ZIP-Drivesda at scsi0id=5
 CD-Rom CDU-76S  sr0 at scsi0id=6
 
 The directory  /cdrom is allready there and /zip100 I have created.
 I had tried to mount the CD-Rom (Whit Debian-CD and DLD-CD) but
 it tell me every time that sr0 is unknown.
 
 The same is with my ZIP-Drive sda
 
 What do I wrong ???
 
Have you tried MAKEDEV?  Maybe the devices did not get created in /dev.
[cut]


[Linux: SCSI-Controller] LILO with aha152x

1999-10-19 Thread Michelle Konzack
Hello and nice afternoon.

OK, now I was able to get my 'stupid' SCSI-Controller running
but only from my Rescue-Disk.  :-((

If I start with my Rescue-Disk and I use the following parameter

linux aha152x=0x340,11

it finds my Sony-CD-Rom at ID4.

But if I bot from harddisk the aha152x is not there.

Please can anyone tell me, how I get the prompt at LILO ???

Anyone told me, I must edit /etc/lilo.conf, insert 'prompt' and 
then run LILO.

Nothing has changed, but Linux cry for a WD-SCSI-Controller, 
but it does not exist.

Oh yes, I have the same problem with ALL distributions like 
DLD, RedHat, Debian, SuSe, DosLinux, Slackware, ...

I get tired from this...

Thanks for your Help
Michelle


Re: [Linux: SCSI-Controller] LILO with aha152x

1999-10-19 Thread Nathan E Norman
On Tue, 19 Oct 1999, Michelle Konzack wrote:

 : Hello and nice afternoon.
 : 
 : OK, now I was able to get my 'stupid' SCSI-Controller running
 : but only from my Rescue-Disk.  :-((
 : 
 : If I start with my Rescue-Disk and I use the following parameter
 : 
 : linux aha152x=0x340,11
 : 
 : it finds my Sony-CD-Rom at ID4.
 : 
 : But if I bot from harddisk the aha152x is not there.
 : 
 : Please can anyone tell me, how I get the prompt at LILO ???

You need to hit one of the shift keys as soon as you see the LILO:
prompt.  

 : Anyone told me, I must edit /etc/lilo.conf, insert 'prompt' and 
 : then run LILO.

This parameter controls how long LILO waits for a keystroke in tenths of
a second (e.g. prompt=20 waits two seconds).

I think you really want an appends line instead.  Try this line in
your /etc/lilo.conf:

  append=aha152x=0x340,11

Run lilo as root, and reboot.

--
Nathan Norman
MidcoNet  410 South Phillips Avenue  Sioux Falls, SD
mailto:[EMAIL PROTECTED]   http://www.midco.net
finger [EMAIL PROTECTED] for PGP Key: (0xA33B86E9)



RE: [Linux: SCSI-Controller] LILO with aha152x

1999-10-19 Thread Andrew Hately
...
 If I start with my Rescue-Disk and I use the following parameter

 linux aha152x=0x340,11

Are you using a VLbus card with one of these built in? A something-or-other
VL300?
If so what is the ide controller chipset? (other than hopeless)

 But if I boot from harddisk the aha152x is not there.

in /etc/lilo.conf
add this:

append=aha152x=0x340,11

If there is already an append statement, modify it thus:

append=whatever_was_there_before aha152x=0x340,11

then run lilo, then reboot.

Andrew


Re: [Linux: SCSI-Controller] LILO with aha152x

1999-10-19 Thread David Natkins
Look at the append parameter for LILO.

Michelle Konzack wrote:
 
 Hello and nice afternoon.
 
 OK, now I was able to get my 'stupid' SCSI-Controller running
 but only from my Rescue-Disk.  :-((
 
 If I start with my Rescue-Disk and I use the following parameter
 
 linux aha152x=0x340,11
 
 it finds my Sony-CD-Rom at ID4.
 
 But if I bot from harddisk the aha152x is not there.
 
 Please can anyone tell me, how I get the prompt at LILO ???
 
 Anyone told me, I must edit /etc/lilo.conf, insert 'prompt' and
 then run LILO.
 
 Nothing has changed, but Linux cry for a WD-SCSI-Controller,
 but it does not exist.
 
 Oh yes, I have the same problem with ALL distributions like
 DLD, RedHat, Debian, SuSe, DosLinux, Slackware, ...
 
 I get tired from this...
 
 Thanks for your Help
 Michelle
 
 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

-- 
David Natkins   
Email to: [EMAIL PROTECTED]
Fax to: (718) 488-1780
Phone:  (718) 403-2474


Re: [Linux: SCSI-Controller] LILO with aha152x

1999-10-19 Thread Michelle Konzack
Hello and thanks to all, which had helped me.
(7 and some doubled Mails).

Please one more time:   I am on the List and I do not like if
I get all Answers as CC two times.

The entry 'append' was not in the /etc/lilo.conf and I have added
them in a new line as append=aha152x=0x340,11...
... and it works properly...

But now I can not get my Drives but they are detect correctly as:

Iomega ZIP-Drivesda at scsi0id=5
CD-Rom CDU-76S  sr0 at scsi0id=6

The directory  /cdrom is allready there and /zip100 I have created.
I had tried to mount the CD-Rom (Whit Debian-CD and DLD-CD) but
it tell me every time that sr0 is unknown.

The same is with my ZIP-Drive sda

What do I wrong ???


Michelle

P.S.:   The thing with the 'appand' had helped some of us in 
Strasbourg. Many thanks from all.