* 2.4.0+aic7xxx doesn't boot, 2.2.17 OK
@ 2001-01-16 11:47 Igor Mozetic
2001-01-16 12:41 ` 2.4.0+aic7xxx doesn't boot, 2.2.17 neither Julien Gaulmin
2001-01-16 16:42 ` 2.4.0+aic7xxx doesn't boot, 2.2.17 OK Anders Peter Fugmann
0 siblings, 2 replies; 4+ messages in thread
From: Igor Mozetic @ 2001-01-16 11:47 UTC (permalink / raw)
To: linux-kernel
Intel C440GX+ with on-board Adaptec AIC-7896 fails to boot 2.4.0:
SCSI bus is being reset for host 0 channel 0
SCSI host 0 channel 0 reset (pid 0) timed out - trying harder
... ad infinitum ...
In contrast, this is what I get from the 2.2.17 boot:
(scsi0) <Adaptec AIC-7896/7 Ultra2 SCSI host adapter> found at PCI 0/12/0
(scsi0) Wide Channel A, SCSI ID=7, 32/255 SCBs
(scsi0) Downloading sequencer code... 392 instructions downloaded
(scsi1) <Adaptec AIC-7896/7 Ultra2 SCSI host adapter> found at PCI 0/12/1
(scsi1) Wide Channel B, SCSI ID=7, 32/255 SCBs
(scsi1) Downloading sequencer code... 392 instructions downloaded
scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.31/3.2.4
<Adaptec AIC-7896/7 Ultra2 SCSI host adapter>
scsi1 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.1.31/3.2.4
<Adaptec AIC-7896/7 Ultra2 SCSI host adapter>
scsi2 : SCSI host adapter emulation for IDE ATAPI devices
scsi : 3 hosts.
(scsi0:0:0:0) Synchronous at 40.0 Mbyte/sec, offset 31.
Vendor: IBM Model: DNES-309170W Rev: SA30
Type: Direct-Access ANSI SCSI revision: 03
Detected scsi disk sda at scsi0, channel 0, id 0, lun 0
(scsi0:0:6:0) Synchronous at 10.0 Mbyte/sec, offset 15.
Vendor: SONY Model: CD-R CDU948S Rev: 1.0j
Type: CD-ROM ANSI SCSI revision: 02
Detected scsi CD-ROM sr0 at scsi0, channel 0, id 6, lun 0
Vendor: Model: ATAPI CDROM Rev: 120N
Type: CD-ROM ANSI SCSI revision: 02
Detected scsi CD-ROM sr1 at scsi2, channel 0, id 0, lun 0
scsi : detected 3 SCSI generics 2 SCSI cdroms 1 SCSI disk total.
Any quick hint what to try?
-Igor Mozetic
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: 2.4.0+aic7xxx doesn't boot, 2.2.17 neither
2001-01-16 11:47 2.4.0+aic7xxx doesn't boot, 2.2.17 OK Igor Mozetic
@ 2001-01-16 12:41 ` Julien Gaulmin
2001-01-16 16:42 ` 2.4.0+aic7xxx doesn't boot, 2.2.17 OK Anders Peter Fugmann
1 sibling, 0 replies; 4+ messages in thread
From: Julien Gaulmin @ 2001-01-16 12:41 UTC (permalink / raw)
To: linux-kernel
In linux-kernel, you wrote:
> Intel C440GX+ with on-board Adaptec AIC-7896 fails to boot 2.4.0:
>
> SCSI bus is being reset for host 0 channel 0
> SCSI host 0 channel 0 reset (pid 0) timed out - trying harder
> ... ad infinitum ...
>
> In contrast, this is what I get from the 2.2.17 boot:
I've got the same problem with the same hardware _but_ on 2.2.17
although 2.0.96 used to work fine.
Can I have your .config and your AIC firmware version in order to make a
little comparison.
Any other idea about the problem?
julien
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.4.0+aic7xxx doesn't boot, 2.2.17 OK
2001-01-16 11:47 2.4.0+aic7xxx doesn't boot, 2.2.17 OK Igor Mozetic
2001-01-16 12:41 ` 2.4.0+aic7xxx doesn't boot, 2.2.17 neither Julien Gaulmin
@ 2001-01-16 16:42 ` Anders Peter Fugmann
2001-01-17 9:00 ` Igor Mozetic
1 sibling, 1 reply; 4+ messages in thread
From: Anders Peter Fugmann @ 2001-01-16 16:42 UTC (permalink / raw)
To: igor.mozetic; +Cc: linux-kernel
I saw the exact same problem on my Adaptec scsi controller.
I initially solved the problem setting the data transfer rate from
80Mb/s to 40MB/s, but I see that yours is already 40MB/s, so this is not
an option for you.
Later I saw an announcement from Justin T. Gibbs, who, I beleive, is
currently developing an opensource driver for Adaptec.
You can find his patches for the Adaptec aic7xxx driver, for both 2.4.0
and 2.2.8 at: http://people.FreeBSD.org/~gibbs/linux/
The patch makes all problems go away, and all my dics on the Adaptc
controller is now running at full speed. (Great job Gibbs.)
I hope this helps you.
Regards
Anders Fugmann
Igor Mozetic wrote:
> Intel C440GX+ with on-board Adaptec AIC-7896 fails to boot 2.4.0:
>
> SCSI bus is being reset for host 0 channel 0
> SCSI host 0 channel 0 reset (pid 0) timed out - trying harder
> ... ad infinitum ...
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.4.0+aic7xxx doesn't boot, 2.2.17 OK
2001-01-16 16:42 ` 2.4.0+aic7xxx doesn't boot, 2.2.17 OK Anders Peter Fugmann
@ 2001-01-17 9:00 ` Igor Mozetic
0 siblings, 0 replies; 4+ messages in thread
From: Igor Mozetic @ 2001-01-17 9:00 UTC (permalink / raw)
To: linux-kernel
Anders Peter Fugmann writes:
> Later I saw an announcement from Justin T. Gibbs, who, I beleive, is
> currently developing an opensource driver for Adaptec.
> You can find his patches for the Adaptec aic7xxx driver, for both 2.4.0
> and 2.2.8 at: http://people.FreeBSD.org/~gibbs/linux/
>
> The patch makes all problems go away, and all my dics on the Adaptc
> controller is now running at full speed. (Great job Gibbs.)
Yes, this solves the problem, thanks.
-Igor Mozetic
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-01-17 9:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-16 11:47 2.4.0+aic7xxx doesn't boot, 2.2.17 OK Igor Mozetic
2001-01-16 12:41 ` 2.4.0+aic7xxx doesn't boot, 2.2.17 neither Julien Gaulmin
2001-01-16 16:42 ` 2.4.0+aic7xxx doesn't boot, 2.2.17 OK Anders Peter Fugmann
2001-01-17 9:00 ` Igor Mozetic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox