Hello! I have FreeBSD 4.1 release. My computer is a laptop, so I use pccards. I found that with /stand/sysinstall the lan can be configured automatically, but for pccards it doesn't work. So, after a debugging of the scripts (just because I like automation and ease of use) I found a mistake in /etc/pccard_ether. I have changed the line 43 and added a new line before, so that line 43 is now line 44. This is the line 43 (the new line 44) after my changes: ' ifconfig ${interface} ${configuration} $* ' And this is the line I added before the line 43 (the new line 43): ' eval configuration=\$ifconfig_${interface} ' I don't now if this problem has been solved before sending this email, but my hope is that I can help. Please, forgive my english. Sincerely yours, Braulio Jose Solano To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message