Find the answer to your Linux question:
Results 1 to 6 of 6
Just installed 10.2 in a dual boot with Windoze. That's another problem...see post below. I access the internet thru my NIC card. Got the IP address and subnet from my ...
  1. #1
    Just Joined!
    Join Date
    Dec 2006
    Posts
    5

    NIC card not confugured properly

    Just installed 10.2 in a dual boot with Windoze. That's another problem...see post below.

    I access the internet thru my NIC card. Got the IP address and subnet from my Windoze to configure the card. Typed in the numbers correctly, but no joy.

    Any ideas for a GREEEEEN Noob.

    Thanks.

  2. #2
    Linux Guru AlexK's Avatar
    Join Date
    Feb 2005
    Location
    Earth
    Posts
    3,379
    what happens when you try to ping a site? Also how is your internet setup e.g. ADSL/Cable/Wireless through a router?
    Life is complex, it has a real part and an imaginary part.

  3. #3
    Just Joined!
    Join Date
    Dec 2006
    Posts
    5
    It is DSL thru a router.

    I don't know how to ping. an you help there, please.

  4. #4
    Just Joined!
    Join Date
    Dec 2006
    Posts
    4
    My total LINUX experience is about an hour now--

    I did stumble on this trying to get my wireless card to work...

    Under System or Utilities aplications-- open "network tools"

    Click the "ping" tab.

    now enter any web address eg. google.com-- I believe you can ping your router by entering its IP address.

    click ping

  5. #5
    Linux Guru AlexK's Avatar
    Join Date
    Feb 2005
    Location
    Earth
    Posts
    3,379
    Quote Originally Posted by gdt3822
    It is DSL thru a router.

    I don't know how to ping. an you help there, please.
    Open up a terminal, type this:
    Code:
    ping -c 4 www.google.com
    the -c 4 parts tells system to send 4 packets.
    Life is complex, it has a real part and an imaginary part.

  6. #6
    Just Joined!
    Join Date
    Jul 2004
    Posts
    8
    Quote Originally Posted by gdt3822
    Just installed 10.2 in a dual boot with Windoze. That's another problem...see post below.

    I access the internet thru my NIC card. Got the IP address and subnet from my Windoze to configure the card. Typed in the numbers correctly, but no joy.

    Any ideas for a GREEEEEN Noob.

    Thanks.
    What do you get when you type the following in Console:
    Code:
    ip a s
    &
    Code:
    netstat -rn

Posting Permissions

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