Amiga.org
Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: smiley1635 on June 13, 2006, 03:55:57 PM
-
Hi, I have a netgear MA401 and I need to get the cardpatch program working correctly.
I downloaded it from Aminet and put the cardreset thing into my C drawer.
No matter what lines I add to my startup-sequence I get an error with a returncode of 10
I have tried:
CardPatch
CardReset
---------
C:CardReset
---------
C:CardPatch
C:CardReset
Surely the second one should work.
Any ideas? Thanks
-
Have you inserted the card properly before? CardReset only returns successfully if a card is in the PCMCIA-slot.
/Patrik
-
at the top of ss type:
C:cardpatch
run >NIL: C:cardreset TICKS 50
of course you must have the cardpatch and the cardreset at your c: dir.
-
by the way these commands dont make the pcmcia work just lets the machine reboot without removing the card once you have used the pcmcia card
-
thanks, will try these out once i have my ateobus configured
-
The failat command at the start of your startup-sequence needs to have a parameter greater than 10. Try "failat 20". If it's still outputting an error, try "CardReset >NIL:" to hide the message.