L.V.Gandhi wrote:

<snip>
> # The loopback network interface
> auto lo
> iface lo inet loopback
> 
> # The primary network interface
> allow-hotplug eth0
> # auto eth0
> iface eth0 inet dhcp
> pre-up ifconfig eth0 up
> pre-up grep -q ndiswrapper /proc/modules || modprobe ndiswrapper
> wireless_essid "mohan"
> wireless_key "xxxxxxxxxx"
> wireless_mode managed
> post-up ifmetric wlan0 5
 <snip> 
> How to get connected while booting with wireless? Why I get no eth0
> initially? How to get eth0 intially?

The reason why you do not get eth0 AUTOmatically, is that you have commented
out the "auto eth0" statement.
Remove the "#" in front of the "# auto eth0" and it'll happen.

Best regards
Jan

-- 
** Do NOT use the reply-to address. You'll end up in the trash can
** Mail me at: jan A.T schledermann D0T org 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to