Comment 11 for bug 724556

Revision history for this message
Peter Belew (peterbe) wrote :

Actually, networking works, but network-manager etc aren't working, so you don't get an IP or netmask or default gateway. See bug #724594 - manually set the network up, for example:

ifconfig eth0 192.168.2.43 netmask 255.255.255.0
route add default gw 192.168.2.2

This works for an Ethernet port. You may have to set up /etc/resolv.conf.

It may work for wireless, but that's a bit more complicatd.