Announcement

Collapse
No announcement yet.

[Solved] Updates ate my network ;(

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [Solved] Updates ate my network ;(

    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:
    Code:
    #! /bin/bash
    
    #setting the IP 
     ifconfig eth0 192.168.0.1
    #setting the gateway
     route add default gw 192.168.0.99
    # End.
    Join the dark side<br />---------------------------------------------------------------------<br />Samsung NC10 netbook running<br />PCLinuxOS 2010 // Win XP

    #2
    Re: Updates ate my network ;(

    i think this one is posted hundred times ...

    https://bugs.launchpad.net/ubuntu/+s...er/+bug/278386

    try to setup your static ip settings via command line
    proc:Intel Pentium Dual&nbsp; CPU&nbsp; E2220&nbsp; @ 2.40GHz Cash Size 1024KB<br />hdd:Seagate Barracuda 7200.11 3GB/s 500GB<br />vc:Nvidia Zotac 8600 GT AMP edition 256MB GDDR3<br />ram:1 block Kingston 1GB DDR2/667 1 block JetRAM 1GB DDR2/667 Dual Channel mode<br />Fully Compatible with Kubuntu 8.1 + KDE 4.1.2 <br />Tested &amp; Appro

    Comment

    Working...
    X