linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.0-test5-mm1 aha152x **still** doesn't work (fwd)
@ 2003-09-10 14:14 Bill Davidsen
  2003-09-10 16:20 ` Randy.Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Bill Davidsen @ 2003-09-10 14:14 UTC (permalink / raw)
  To: Linux-Kernel Mailing List


oddball:root> modprobe aha152x aha152x=0x340,9,7,1,1,1
SCSI subsystem initialized
aha152x: invalid module params io=0x340, irq=8,scsiid=7,reconnect=1,parity=1,sync=1,delay=1000,exttrans=0
FATAL: Error inserting aha152x 
(/lib/modules/2.6.0-test5-mm1/kernel/drivers/scsi/aha152x.ko): No such 
device


It happily looks at the "9" in the init string and says "irq=8" doesn't 
work. Works with the 2.4.18 kernel from RH7.3, so ??? The IRQ jumpers are 
soldered on the board.

Clearly if I had the option of using another board I would, that's not
going to happen for various reasons (administrative and technical).


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

* Re: 2.6.0-test5-mm1 aha152x **still** doesn't work (fwd)
  2003-09-10 14:14 2.6.0-test5-mm1 aha152x **still** doesn't work (fwd) Bill Davidsen
@ 2003-09-10 16:20 ` Randy.Dunlap
  2003-09-11 17:43   ` Bill Davidsen
  0 siblings, 1 reply; 3+ messages in thread
From: Randy.Dunlap @ 2003-09-10 16:20 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: linux-kernel

On Wed, 10 Sep 2003 10:14:37 -0400 (EDT) Bill Davidsen <davidsen@tmr.com> wrote:

| 
| oddball:root> modprobe aha152x aha152x=0x340,9,7,1,1,1
| SCSI subsystem initialized
| aha152x: invalid module params io=0x340, irq=8,scsiid=7,reconnect=1,parity=1,sync=1,delay=1000,exttrans=0
| FATAL: Error inserting aha152x 
| (/lib/modules/2.6.0-test5-mm1/kernel/drivers/scsi/aha152x.ko): No such 
| device
| 
| 
| It happily looks at the "9" in the init string and says "irq=8" doesn't 
| work. Works with the 2.4.18 kernel from RH7.3, so ??? The IRQ jumpers are 
| soldered on the board.
| 
| Clearly if I had the option of using another board I would, that's not
| going to happen for various reasons (administrative and technical).

Wow, looks odd alright.  What is CONFIG_PCMCIA?  (yes/no/module)
What is CONFIG_ISAPNP?  Just send me your .config file, please.

--
~Randy

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

* Re: 2.6.0-test5-mm1 aha152x **still** doesn't work (fwd)
  2003-09-10 16:20 ` Randy.Dunlap
@ 2003-09-11 17:43   ` Bill Davidsen
  0 siblings, 0 replies; 3+ messages in thread
From: Bill Davidsen @ 2003-09-11 17:43 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: linux-kernel

On Wed, 10 Sep 2003, Randy.Dunlap wrote:

> On Wed, 10 Sep 2003 10:14:37 -0400 (EDT) Bill Davidsen <davidsen@tmr.com> wrote:
> 
> | 
> | oddball:root> modprobe aha152x aha152x=0x340,9,7,1,1,1
> | SCSI subsystem initialized
> | aha152x: invalid module params io=0x340, irq=8,scsiid=7,reconnect=1,parity=1,sync=1,delay=1000,exttrans=0
> | FATAL: Error inserting aha152x 
> | (/lib/modules/2.6.0-test5-mm1/kernel/drivers/scsi/aha152x.ko): No such 
> | device
> | 
> | 
> | It happily looks at the "9" in the init string and says "irq=8" doesn't 
> | work. Works with the 2.4.18 kernel from RH7.3, so ??? The IRQ jumpers are 
> | soldered on the board.
> | 
> | Clearly if I had the option of using another board I would, that's not
> | going to happen for various reasons (administrative and technical).
> 
> Wow, looks odd alright.  What is CONFIG_PCMCIA?  (yes/no/module)
> What is CONFIG_ISAPNP?  Just send me your .config file, please.

Half an answer on the "8" and no clue on why it doesn't insert... The
modules.conf file and modprobe.conf file don't agree. Virtually certain
that I must have edited it after it was automatically created. Needless to
say modprobe.conf is wrong, this brings up the question of why it takes
the options from the file instead of believing the ones on the bloody
command line!

modules.conf:	options aha152x aha152x=0x340,9,7,1,1,1
modprobe.conf:	options aha152x aha152x=0x340,8,7,1,1,1

However, there is no change in the functionality, other than the change
from "=8" to "=9" and the device is still not found. Has there been a
change in the ability to share interrupts? I have tried ACPI on and off
(needed =force to get it on) in hopes of a better assignment of the NIC
and/or USB, they seem locked to 9 in 2.6. I will have to get a 2.4 kernel
booted again and see where everything falls with that.

-- 
bill davidsen <davidsen@tmr.com>
  CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.


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

end of thread, other threads:[~2003-09-11 17:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-10 14:14 2.6.0-test5-mm1 aha152x **still** doesn't work (fwd) Bill Davidsen
2003-09-10 16:20 ` Randy.Dunlap
2003-09-11 17:43   ` Bill Davidsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).