View previous topic :: View next topic |
Author |
Message |
bruor Apprentice
Joined: 08 Jul 2003 Posts: 239
|
Posted: Fri Oct 01, 2004 4:55 am Post subject: kernel 2.6 && inic-940p |
|
|
trying to see if i can get an older initio 50 pin only pci scsi card to work with 2.6, in the gentoo-soruces 2.4, there is CONFIG_SCSI_INITIO that has support for this, in 2.6, there is only the CONFIG_SCSI_INIA100 that supports the newer cards. does anyone know whether or not the kernel has any driver that will work with this card? its actually an siig ap-10 card that i dug up but as long as the chipset matches, and i can find a driver, i dont forsee a problem... |
|
Back to top |
|
|
hecatomb Guru
Joined: 02 Sep 2004 Posts: 525
|
Posted: Fri Oct 01, 2004 1:35 pm Post subject: |
|
|
I looked through the Kconfig file in drivers/scsi and found this:
Quote: | ...
config SCSI_INITIO
tristate "Initio 9100U(W) support"
depends on PCI && SCSI && BROKEN
... |
init/Kconfig wrote: | ...
config CLEAN_COMPILE
bool "Select only drivers expected to compile cleanly" if EXPERIMENTAL
...
config BROKEN
bool
depends on !CLEAN_COMPILE
... |
So you have to deselect 'Code maturity level options ---> Select only drivers expected to compile cleanly' to be able to use the old driver.
Sorry I have no idea if this driver will compile and do his work correctly.
So it's your turn to test this if you want! |
|
Back to top |
|
|
bruor Apprentice
Joined: 08 Jul 2003 Posts: 239
|
Posted: Fri Oct 01, 2004 4:30 pm Post subject: |
|
|
thanks a bunch, i didnt realize that there were other places to look for that kind of info, i thought i could see everything cy cat .config | grep INITIO
thanks again ill give it a shot and post back on the results in case anyone needs to see this one day... |
|
Back to top |
|
|
bruor Apprentice
Joined: 08 Jul 2003 Posts: 239
|
Posted: Mon Oct 04, 2004 1:31 am Post subject: |
|
|
the above hint did work for my box, i have a scsi cd burner up and running perfectly as well as an old hp dat24 drive. |
|
Back to top |
|
|
|