All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Minor 2.4.3 Adaptec Driver Problems
  2001-03-31 20:42 Minor 2.4.3 Adaptec Driver Problems Earle Nietzel
@ 2001-03-31 15:08 ` Justin T. Gibbs
  2001-04-01  4:21   ` Earle Nietzel
  2001-04-02 18:02 ` Giuliano Pochini
  1 sibling, 1 reply; 10+ messages in thread
From: Justin T. Gibbs @ 2001-03-31 15:08 UTC (permalink / raw)
  To: Earle Nietzel; +Cc: linux-kernel

>I just got 2.4.3 up a running (on Abit BP6 Dual Celeron ) and
>it reorderd my SCSI id's. Take a look. I don't like that my ZIP drive
>becomes sda because if I ever remove it then I'll @#$% my harddrive dev
>mappings again and have to change them again. Adaptec Driver 6.1.5
>:-(

Upgrade to version 6.1.8 of the aic7xxx driver from here.  This was
fixed just after 6.1.5 was released:

http://people.FreeBSD.org/~gibbs/linux

Use the 2.4.3-pre6 patch.

--
Justin

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Minor 2.4.3 Adaptec Driver Problems
@ 2001-03-31 20:42 Earle Nietzel
  2001-03-31 15:08 ` Justin T. Gibbs
  2001-04-02 18:02 ` Giuliano Pochini
  0 siblings, 2 replies; 10+ messages in thread
From: Earle Nietzel @ 2001-03-31 20:42 UTC (permalink / raw)
  To: linux-kernel

I just got 2.4.3 up a running (on Abit BP6 Dual Celeron ) and
it reorderd my SCSI id's. Take a look. I don't like that my ZIP drive
becomes sda because if I ever remove it then I'll @#$% my harddrive dev
mappings again and have to change them again. Adaptec Driver 6.1.5
:-(

<2.4.3
Detected scsi disk sda at scsi0, channel 0, id 6, lun 0
Detected scsi disk sdb at scsi0, channel 0, id 10, lun 0
Detected scsi removable disk sdc at scsi1, channel 0, id 0, lun 0
Detected scsi CD-ROM sr0 at scsi1, channel 0, id 1, lun 0
Detected scsi CD-ROM sr1 at scsi1, channel 0, id 2, lun 0

>2.4.3
Detected scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Detected scsi CD-ROM sr0 at scsi0, channel 0, id 1, lun 0
Detected scsi CD-ROM sr1 at scsi0, channel 0, id 2, lun 0
Detected scsi disk sdb at scsi1, channel 0, id 6, lun 0
Detected scsi disk sdc at scsi1, channel 0, id 10, lun 0

I am not a participant on this mail list so please mail replies directly to
me.

Earle


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Minor 2.4.3 Adaptec Driver Problems
  2001-03-31 15:08 ` Justin T. Gibbs
@ 2001-04-01  4:21   ` Earle Nietzel
  0 siblings, 0 replies; 10+ messages in thread
From: Earle Nietzel @ 2001-04-01  4:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: Justin T. Gibbs

> >I just got 2.4.3 up a running (on Abit BP6 Dual Celeron ) and
> >it reorderd my SCSI id's. Take a look. I don't like that my ZIP drive
> >becomes sda because if I ever remove it then I'll @#$% my harddrive dev
> >mappings again and have to change them again. Adaptec Driver 6.1.5
> >:-(
>
> Upgrade to version 6.1.8 of the aic7xxx driver from here.  This was
> fixed just after 6.1.5 was released:
>
> http://people.FreeBSD.org/~gibbs/linux
>
> Use the 2.4.3-pre6 patch.

I upgraded to the level 6.1.8 but It is still booting the scsi generic(sg)
driver before my hard drives. I have verified that I am using Rev 6.1.8 from
dmesg.

I did applied patch 2.4.3-pre6 on a stock 2.4.3 kernel.

ideas?
Earle
(please email me directly)



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Minor 2.4.3 Adaptec Driver Problems
  2001-04-01 20:09 ` Earle Nietzel
@ 2001-04-01 12:31   ` Marko Kreen
  0 siblings, 0 replies; 10+ messages in thread
From: Marko Kreen @ 2001-04-01 12:31 UTC (permalink / raw)
  To: Earle Nietzel; +Cc: Justin T. Gibbs, linux-kernel

On Sun, Apr 01, 2001 at 01:09:30PM -0700, Earle Nietzel wrote:
> > Umm.  This isn't an aic7xxx driver problem at all.  The SCSI layer
> > determines the order of bus attachment *amongst* the various
> > SCSI HBA (or SCSI HBA like) drivers in the system.  In this case,
> > it has decided to probe your IDE devices as SCSI devices first.
> > Why it does this I don't really know (link order perhaps???).  One
> > way around this would be to put your IDE driver into an initial
> > ram disk and compile the aic7xxx driver directly into the kernel.


> It really wouldn't make a big deal but I consider my cdroms and zip drives
> to be removable devices and if I ever decided to remove my zip my scsi ids
> will change. Removing a harddrive is not the same as removing a zip!
> 
> Are there other people with the same problem?

Yes, I have ide-scsi compiled in for cd-writer, so 2.4.3 did not
boot on my machine (that is, could  not mount anything).

Not nice.

-- 
marko


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Minor 2.4.3 Adaptec Driver Problems
       [not found] <200103312307.f2VN73s55018@aslan.scsiguy.com>
@ 2001-04-01 20:09 ` Earle Nietzel
  2001-04-01 12:31   ` Marko Kreen
  0 siblings, 1 reply; 10+ messages in thread
From: Earle Nietzel @ 2001-04-01 20:09 UTC (permalink / raw)
  To: Justin T. Gibbs; +Cc: linux-kernel

> Umm.  This isn't an aic7xxx driver problem at all.  The SCSI layer
> determines the order of bus attachment *amongst* the various
> SCSI HBA (or SCSI HBA like) drivers in the system.  In this case,
> it has decided to probe your IDE devices as SCSI devices first.
> Why it does this I don't really know (link order perhaps???).  One
> way around this would be to put your IDE driver into an initial
> ram disk and compile the aic7xxx driver directly into the kernel.

My IDE and AIC7xxx drivers are compiled in to the kernel. I normally conpile
system dependent drivers into the kernel and leave the rest modules when
possible.

> This should force the system to assign the devices the other way
> around.

In all prior versions of the kernel 2.4.3 I have never had this problem. I
have both 2.4.2 & 2.4.3 and when booting from one to the other 2.4.2 orders
my SCSI id's correctly and 2.4.3 doesn't.

It really wouldn't make a big deal but I consider my cdroms and zip drives
to be removable devices and if I ever decided to remove my zip my scsi ids
will change. Removing a harddrive is not the same as removing a zip!

Are there other people with the same problem?

Earle

If you need any more info don't hesitate to ask.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Minor 2.4.3 Adaptec Driver Problems
  2001-03-31 20:42 Minor 2.4.3 Adaptec Driver Problems Earle Nietzel
  2001-03-31 15:08 ` Justin T. Gibbs
@ 2001-04-02 18:02 ` Giuliano Pochini
  2001-04-03 20:59   ` Ben Ford
                     ` (2 more replies)
  1 sibling, 3 replies; 10+ messages in thread
From: Giuliano Pochini @ 2001-04-02 18:02 UTC (permalink / raw)
  To: Earle Nietzel; +Cc: linux-kernel


> I just got 2.4.3 up a running (on Abit BP6 Dual Celeron ) and
> it reorderd my SCSI id's. Take a look. I don't like that my ZIP drive
> becomes sda because if I ever remove it then I'll @#$% my harddrive dev
> mappings again and have to change them again. Adaptec Driver 6.1.5
> :-(

That's what ext2 volume labels are for.


Bye.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Minor 2.4.3 Adaptec Driver Problems
  2001-04-02 18:02 ` Giuliano Pochini
@ 2001-04-03 20:59   ` Ben Ford
  2001-04-03 21:50   ` Alan Cox
  2001-04-05  4:26   ` Earle Nietzel
  2 siblings, 0 replies; 10+ messages in thread
From: Ben Ford @ 2001-04-03 20:59 UTC (permalink / raw)
  To: Giuliano Pochini; +Cc: Earle Nietzel, linux-kernel

Giuliano Pochini wrote:

>> I just got 2.4.3 up a running (on Abit BP6 Dual Celeron ) and
>> it reorderd my SCSI id's. Take a look. I don't like that my ZIP drive
>> becomes sda because if I ever remove it then I'll @#$% my harddrive dev
>> mappings again and have to change them again. Adaptec Driver 6.1.5
>> :-(
> 
> 
> That's what ext2 volume labels are for.
> 
> 
> Bye.
> 
If you use ext2 . . . .



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Minor 2.4.3 Adaptec Driver Problems
  2001-04-02 18:02 ` Giuliano Pochini
  2001-04-03 20:59   ` Ben Ford
@ 2001-04-03 21:50   ` Alan Cox
  2001-04-03 22:01     ` Justin T. Gibbs
  2001-04-05  4:26   ` Earle Nietzel
  2 siblings, 1 reply; 10+ messages in thread
From: Alan Cox @ 2001-04-03 21:50 UTC (permalink / raw)
  To: Giuliano Pochini; +Cc: Earle Nietzel, linux-kernel

> > I just got 2.4.3 up a running (on Abit BP6 Dual Celeron ) and
> > it reorderd my SCSI id's. Take a look. I don't like that my ZIP drive
> > becomes sda because if I ever remove it then I'll @#$% my harddrive dev
> > mappings again and have to change them again. Adaptec Driver 6.1.5
> > :-(
> 
> That's what ext2 volume labels are for.

Volume labels dont help for all cases. Its a bug in the 6.1.5 adaptec driver
which (to save Justin pointing it out) is fixed in 6.1.8

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Minor 2.4.3 Adaptec Driver Problems
  2001-04-03 21:50   ` Alan Cox
@ 2001-04-03 22:01     ` Justin T. Gibbs
  0 siblings, 0 replies; 10+ messages in thread
From: Justin T. Gibbs @ 2001-04-03 22:01 UTC (permalink / raw)
  To: Alan Cox; +Cc: Giuliano Pochini, Earle Nietzel, linux-kernel

>Volume labels dont help for all cases. Its a bug in the 6.1.5 adaptec driver
>which (to save Justin pointing it out) is fixed in 6.1.8

Actually, there is a component of this related to link order which is
fixed in the upcoming 6.1.9 driver release.  The 7895, channel B
primary issue, is fixed in 6..1.8.

--
Justin

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Minor 2.4.3 Adaptec Driver Problems
  2001-04-02 18:02 ` Giuliano Pochini
  2001-04-03 20:59   ` Ben Ford
  2001-04-03 21:50   ` Alan Cox
@ 2001-04-05  4:26   ` Earle Nietzel
  2 siblings, 0 replies; 10+ messages in thread
From: Earle Nietzel @ 2001-04-05  4:26 UTC (permalink / raw)
  To: Giuliano Pochini; +Cc: linux-kernel, Ben Ford, Alan Cox, Justin T. Gibbs

>
> That's what ext2 volume labels are for.
>

That is really not a great solution although it's half OK.

Here's why?

You can put labels on all your ext2 partitons but what happens on:
    cdroms
    zip drives
and probably most important:
    swap
but lets just say anything other than ext2 partition.

Also you can't put a LABEL in LILO either.

This is probably great for those people who use ide only, but then again
people who had ide only machines were not affected by v2.4.3!

Good try though!!!

Earle


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2001-04-04 19:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-31 20:42 Minor 2.4.3 Adaptec Driver Problems Earle Nietzel
2001-03-31 15:08 ` Justin T. Gibbs
2001-04-01  4:21   ` Earle Nietzel
2001-04-02 18:02 ` Giuliano Pochini
2001-04-03 20:59   ` Ben Ford
2001-04-03 21:50   ` Alan Cox
2001-04-03 22:01     ` Justin T. Gibbs
2001-04-05  4:26   ` Earle Nietzel
     [not found] <200103312307.f2VN73s55018@aslan.scsiguy.com>
2001-04-01 20:09 ` Earle Nietzel
2001-04-01 12:31   ` Marko Kreen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.