Karsten Keil wrote a hack called "pcitst" for setting the right io ports for the card.
Alas, this module was written for the 2.2 kernel serie, and doesn't work with the 2.4 one.
I'm not enough competent to port it for the new serie.
Does someone know about a new version of pcitst ?
This is really painful to keep stuck to the 2.2 serie, cause some new package are no more compatible with it (nfs, cdrecord ...)
I thought that a way to solve the problem would be to manually set the io using setpci.
I've started my box with the old kernel.
In order to know the wrong detected settings, I typed "lspci -vv -s 10.0" and I got this :
00:10.0 Network controller: PLX Technology, Inc.: Unknown device 1152 (rev 01)
Subsystem: PLX Technology, Inc.: Unknown device 1152
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Interrupt: pin A routed to IRQ 5
Region 0: Memory at dfffff80 (32-bit, non-prefetchable)
Region 1: I/O ports at d880
Region 2: I/O ports at dff0
After having loaded the pcitst module in order to get the working settings, I obtained :
(...)
Region 0: Memory at dfffff80 (32-bit, non-prefetchable)
Region 1: I/O ports at 6100
Region 2: I/O ports at dff0
Region 3: [virtual] I/O ports at 6200
After rebooting whith my 2.4.17 kernel, I naively tried
"setpci -d 10b5:1152 BASE_ADDRESS_1=0x6101 BASE_ADDRESS_3=0x6201"
but didn't get what I had expected.
I get
(...)
Region 1: I/O ports at d880
Which isn't what I meant.
Does anyone have a clue ?
Since I do not belong to the lkmailing list,
could you please CC any answer to my address (whithout the _no_spam_, of course).
Thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/