Hello everyone,
I have been using 8.10 since the first alpha and never had any issues ... until now.
Yesterday I updated the the system. (on alphas it was ~ 100+ MB updates, but this was less) since everything was working fine, i tried a program "Crub(Crust or something) remover" that came with ubuntu-desktop. Everything worked fine... Until I rebooted.
Now I have no network (wired). Can't browse the internet, can't use my ftp, can't even ping my router.
Is there any other solution apart from re-installing?
thanks in advance
after much man reading and a bit googling, it worked after:
I have been using 8.10 since the first alpha and never had any issues ... until now.
Yesterday I updated the the system. (on alphas it was ~ 100+ MB updates, but this was less) since everything was working fine, i tried a program "Crub(Crust or something) remover" that came with ubuntu-desktop. Everything worked fine... Until I rebooted.
Now I have no network (wired). Can't browse the internet, can't use my ftp, can't even ping my router.
Is there any other solution apart from re-installing?
thanks in advance
after much man reading and a bit googling, it worked after:
Code:
#! /bin/bash #setting the IP ifconfig eth0 192.168.0.1 #setting the gateway route add default gw 192.168.0.99 # End.
Comment