Ik heb besloten eens wat te gaan klooien met linux + samba, en ik wou het zetten op een p133 die ik hier nog heb staan. Het leek me het makkelijkst om dit via ftp te doen, aangezien m'n brander is overleden. Nu is het probleem, dat mijn netwerkkaart (isa ne1000) niet herkend wordt. Onder RedHat heb ik eenzelfde kaart ooit aan de gang gekregen met behulp van het volgende stukje, maar dat was nadat linux er al opstond.
Is het mogelijk om bij het starten van de installatieprocedure van diskette parameters zo op te geven dat de kaart wordt herkend?Problem: NE*000 driver reports `not found (no reset ack)' during boot probe.
Reason: This is related to the above change. After the initial verification that an 8390 is at the probed I/O address, the reset is performed. When the card has completed the reset, it is supposed to acknowedge that the reset has completed. Your card doesn't, and so the driver assumes that no NE card is present.
Solution: You can tell the driver that you have a bad card by using an otherwise unused mem_end hexidecimal value of 0xbad at boot time. You have to also supply a non-zero I/O base for the card when using the 0xbad override. For example, a card that is at 0x340 that doesn't ack the reset would use something like:
LILO: linux ether=0,0x340,0,0xbad,eth0
This will allow the card detection to continue, even if your card doesn't ACK the reset. If you are using the driver as a module, then you can supply the option bad=0xbad just like you supply the I/O address.