Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: smiley1635 on June 13, 2006, 03:55:57 PM

Title: How to get CardReset working (pmcia reset bug)
Post 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
Title: Re: How to get CardReset working (pmcia reset bug)
Post by: patrik on June 13, 2006, 09:31:21 PM
Have you inserted the card properly before? CardReset only returns successfully if a card is in the PCMCIA-slot.


/Patrik
Title: Re: How to get CardReset working (pmcia reset bug)
Post by: amigagr on June 13, 2006, 09:39:57 PM
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.
Title: Re: How to get CardReset working (pmcia reset bug)
Post by: LawlessPPC on June 13, 2006, 11:22:22 PM
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
Title: Re: How to get CardReset working (pmcia reset bug)
Post by: smiley1635 on June 14, 2006, 12:35:24 AM
thanks, will try these out once i have my ateobus configured
Title: Re: How to get CardReset working (pmcia reset bug)
Post by: ncafferkey on June 14, 2006, 02:06:46 AM
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.