Thank you vassorado and eriefisher.
eriefisher, I posted this issue I have a few days or week ago. I see the dhcp connecting alright at boot time but for some reason, after slim and login I have either to restart network (what I've been doing) or do any operation that requires inputing the password for it to activate/reactivate the network. This happens also in the newer Knoppix live-cd (6.0), it has the 'network-manager' applet but I have to restart the 'networking' service like in antiX or else it wont connect. In ubuntu, SliTaz, goblinX and I think Puppy too, auto-dhcp works alright.
Just to mention, I made this
Code: Select all
#!/bin/bash
/usr/bin/su-to-root -c /etc/init.d/networking restart
to test and it worked when clicked after the file permission was changed to be executable (although I suspect that it may have worked not by restarting the service but simply by having triggered a 'root' action).
I think I'll try vassorado's tip for starting it automatically, as it's what I'm looking for, then next time I say if it's been ok.