i had a look into his site, couldnt find the login part, but reading what he has there pointed me in the right direction, that and looking at my /var/log/messages after inserting my cf ethernet...
i found in /etc/pcmcia/
network and network.opts
made some changes and now it assigns an ip automatically apon insert or boot without even having to login ! swell
network.opts:
# Network adapter configuration
#
# The address format is "scheme,socket,instance,hwaddr".
#
# Note: the "network address" here is NOT the same as the IP address.
# See the Networking HOWTO. In short, the network address is the IP
# address masked by the netmask.
#
case "$ADDRESS" in
*,*,*,*|default,*,*,*)
BOOTP=n
DHCP=n
IPADDR=192.168.129.201
start_fn () { return; }
stop_fn () { return; }
;;
esac