Find the answer to your Linux question:
Page 1 of 5 1 2 3 4 5 LastLast
Results 1 to 10 of 41
Well, I dumped my other OS (no need to mention who it is...but you know) leaving it on one hard drive and Linux on my other. I succesfuly installed Xubuntu ...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Posts
    20

    Exclamation NEED Xubuntu internet connection help

    Well, I dumped my other OS (no need to mention who it is...but you know) leaving it on one hard drive and Linux on my other.

    I succesfuly installed Xubuntu on the hard drive and ran all the diagnostics, it read 0 errors, so I assume it installed fine.

    The problem is, no matter what I do, I can't get to the net! The INTERNETZ!

    I can't ping my router even, yet at the top right corner there there is the two computers icon that represents the network status..hmm..

    I need help very badly, I don't know if it's even detecting my card, yet when I type the "lspci" (something like that) code it lists my Realtek RTL8139...does that mean it's communicating correctly?

    On a side note, I had the same problem with Ubuntu. After I installed it I tried each desktop (Gnome, Xclient, Failsafe Gnome...) and I can't remember how, but I got the internetz to work, but only for ONE session, never to connect again.

    ANY help will be appreciated, I'm seconds away from hiring someone to rob me by the hour just to get online.

    Thanks.

  2. #2
    Linux Enthusiast Manchunian's Avatar
    Join Date
    Dec 2007
    Location
    France but my heart stays in Britain
    Posts
    675
    Hi there!

    Can you open a terminal and fire up the following command:

    Code:
    ifconfig
    Copy the results and post them here.

    Also, do you have a static or a dynamic Internet connection?
    Distribution: Archlinux
    Processor: 3 x Amd 64 bit
    Ram: 4 GB
    Graphics card: Nvidia GeForce 9800 GT

  3. #3
    Just Joined!
    Join Date
    Jun 2008
    Posts
    20
    Well, how can I copy and paste if I can't connect to the net? If I could do that I wouldn't be asking for help here. XD

    (typed out by hand)


    eth0 Link encap:Ethernet HWaddr 00:13:d4:d9:73:44
    inet6 addr: fe80::213:d4ff:fed9:7344/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
    Interrupt:17 Base address:0xdc00

    eth0:avahi Link encap:Ethernet HWaddr 00:13:d4:d9:73:44
    inet addr:169.254.7.103 Bcast:169.254.255.255 Mask:255.255.0.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    Interrupt:17 Base address:0xdc00

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:192 errors:0 dropped:0 overruns:0 frame:0
    TX packets:192 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:14416 (14.0 KB) TX bytes:14416 (14.0 KB)

  4. #4
    Just Joined!
    Join Date
    Jun 2008
    Posts
    20
    *sigh*

    I went into Windows and used the Device Manager and set my card's option "Wake-on-LAN" something something and clicked enable, no difference.

    To answer your question I has a DHCP setting but again, I can't even ping my router or reach 192.168.1.1/.0.1 in my browser.

  5. #5
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,298
    Can you post the contents of /etc/network/interfaces
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  6. #6
    Just Joined!
    Join Date
    Jun 2008
    Posts
    20
    it says Permission Denied, when I try sudo /etc/network/interfaces it says command not found.

  7. #7
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,298
    Sorry, I should have been more specific,

    run the following command to list the contents to a terminal window

    Code:
    sudo cat /etc/networking/interfaces
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  8. #8
    Just Joined!
    Join Date
    Jun 2008
    Posts
    20
    cat: /etc/networking/interfaces: No such file or directory

  9. #9
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,298
    DOH!

    Code:
    sudo cat /etc/network/interfaces
    It's networking when restarting!!
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  10. #10
    Just Joined!
    Join Date
    Jun 2008
    Posts
    20
    THANK YOU!

    auto lo
    iface lo inet loopback



    iface eth0 inet dhcp
    address 192.168.1.102
    netmask 255.255.255.0
    gateway 192.168.1.1

    auto eth0

Page 1 of 5 1 2 3 4 5 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...