Ubuntu Wireless On Boot Connect
Alright I've been trying to get my wireless network to connect on boot. After much fiddling with the interfaces file I've given up and chosen instead to create a little shell script that just runs the basic iwconfig commands. But now I have some free time and I'm trying to figure out exactally what part of the interfaces file is wrong
Here's the file
Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth1
# map eth0
# The primary network interface
iface eth1 inet dhcp
# wireless-* options are implemented by the wireless-tools package
wireless-mode managed
wireless-essid ""
wireless-key #########
# iface eth0 inet dhcp
iface eth0 inet dhcp
auto eth1