PolishPaul
July 28th, 2008, 02:36 PM
I'm having a problem where the wireless network does not automatically start upon boot up. I have to restart the network service and it works fine.
I have a Lenovo T61 laptop running Ubuntu 8.04. nic = PRO/Wireless 3945ABG Network Connection
The network interfaces file looks like this:
root@Atari130XL:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.1.130
netmask 255.255.255.0
gateway 192.168.1.1
#auto eth1
#iface eth1 inet dhcp
when i added the last 2 lines, it did not work. I simply restart network service and things work. I want to be able to boot up and just have the network start.
I'm honestly not sure how to even approach this problem - the card works, just doesn't start. I remember once reading something about enabling certain things after hibernation but i can't find the article.
I have a Lenovo T61 laptop running Ubuntu 8.04. nic = PRO/Wireless 3945ABG Network Connection
The network interfaces file looks like this:
root@Atari130XL:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.1.130
netmask 255.255.255.0
gateway 192.168.1.1
#auto eth1
#iface eth1 inet dhcp
when i added the last 2 lines, it did not work. I simply restart network service and things work. I want to be able to boot up and just have the network start.
I'm honestly not sure how to even approach this problem - the card works, just doesn't start. I remember once reading something about enabling certain things after hibernation but i can't find the article.