Find the answer to your Linux question:
Page 1 of 4 1 2 3 4 LastLast
Results 1 to 10 of 34
I just installed Ubuntu 10.04 on a empty hard drive. Here are my system specs Asus P6T-e x58 MB i7930 2.8ghz ATI 4850 Sapphire 6 gigs Corsair Ram i am ...
  1. #1
    Just Joined!
    Join Date
    Jun 2010
    Posts
    15

    Question Ethernet Problems

    I just installed Ubuntu 10.04 on a empty hard drive.
    Here are my system specs
    Asus P6T-e x58 MB
    i7930 2.8ghz
    ATI 4850 Sapphire
    6 gigs Corsair Ram

    i am trying to use the on board ethernet port and all it gives me is a red light an connectivity to my router at all. Is there something i'm missing here? I'm new to linux and any help is much appreciated. I did read some stuff about sky2 but was unsure what that did exactly.

  2. #2
    Linux Enthusiast Kloschüssel's Avatar
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    718
    * is the cable physically connected?
    * which interfaces are there (sudo ifconfig)?
    * is the interface up (sudo ifconfig ethX)?
    * if not up the interface (sudo ifconfig ethX up)

    At this point the ifconfig should run the dhclient (dhcp client) which will try to get an ip address configuration from your router device. If you use a static ip configuration set up your ip address statically (use a search engine to get that information).

  3. #3
    Just Joined!
    Join Date
    Jun 2010
    Posts
    15
    yes it was, i don't know how to set up the other stuff tho, i am brand new at linux lol.

  4. #4
    Linux Enthusiast Kloschüssel's Avatar
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    718
    yes it was what? I'm really bad in guessing.

    the commands i put in parenteses [()] are something you can type into a command line window like ash/bash/sh.

  5. #5
    Just Joined!
    Join Date
    Jun 2010
    Posts
    15
    As in yes it was plugged in. When I get back home I'll run those commads and see what comes up. I was reading the sticky about Sudo last night and ran the command fdisk -1 without sudo and with sudo. It gave ne te exact same results.

  6. #6
    Linux Enthusiast Kloschüssel's Avatar
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    718
    Quote Originally Posted by djriff View Post
    As in yes it was plugged in. When I get back home I'll run those commads and see what comes up. I was reading the sticky about Sudo last night and ran the command fdisk -1 without sudo and with sudo. It gave ne te exact same results.
    well, if you're superuser (i.e. root) it makes no difference. sudo just lets you execute commands like if you were a superuser. therefore it is also a short form of "superuserdo". therefore also beware what you execute as superuser. you are able to blow your fresh new installation to netherland.

  7. #7
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Keep in mind also, it seems you issued a typo. The command is
    Code:
    fdisk -l
    That a lowercase L for List, Not fdisk -1,
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  8. #8
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    Has your ethernet worked with other Linux installs? Or is this your first go at it?
    Use both of these commands, post back the output:
    Code:
    lspci
    ifconfig -a
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  9. #9
    Linux User hatebreed's Avatar
    Join Date
    May 2010
    Posts
    332
    maybe its just me but didn't you say that you had a red light on your ethernet port? if so, this isn't software related but rather hardware. You should have a green and amber light as soon as you plug in your cable to your card, whether it gets the ip or not.

  10. #10
    Just Joined!
    Join Date
    Jun 2010
    Posts
    15
    Quote Originally Posted by jayd512 View Post
    Has your ethernet worked with other Linux installs? Or is this your first go at it?
    Use both of these commands, post back the output:
    Code:
    lspci
    ifconfig -a
    was there anything in particular that you were looking for in th Zat output? Its quite long to type and as i'm using an iphone to post here that would take a long time to type up.

    when i typed Sudo ifconfig ethX it popped up with ethX: error fetching interfave information: Device not found. Thinking that X could be a number i tried 1 -5. All of it came up with that exact same dialog.

    Sudo ifconfig ethX up popped up with; ethX: ERROR while getting interface flags: No such device.

    i know it is hooked up properly on the MB everything else works fine, well minus the USB ports which is another issue i plan on solving after i can update my PC.

Page 1 of 4 1 2 3 4 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
  •  
...