Networking :: no internet connection



Thanks for your replies guys
I can use the internet now
i have to type this eveytime i reboot
sudo su
modprobe b44
exit
exit

I don't know what that means but it get the job done

Where can i find more information about the command ?
Is there a way to set it somewhere, so that i don't have to type it again everytime i log in?

Once again thanks for your help

You should be able to add the
modprobe b44

to your /opt/bootlocal.sh

Then upon backup/restore the command will run as root each time you boot up with restore.

The sudo su mean you are becoming the superuser (root)


original here.