Date: Wed, 17 Jan 2001 11:34:38 -0600 (CST) From: =?iso-8859-1?Q?Braulio_Jos=E9_Solano_Rojas?= <bsolano@anubis.ecci.ucr.ac.cr> To: freebsd-hackers@freebsd.org, freebsd-net@freebsd.org Subject: I have found an error in pccard_ether and I think I solved it. Message-ID: <Pine.GSO.4.05.10101171133330.16867-100000@anubis>
next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.05.10101171133330.16867-100000>