Find the answer to your Linux question:
Results 1 to 6 of 6
I have an older pc that I installed Suse 9.0 on. But the Ethernet card was not configured automatically. The card is a D-Link DFE-530TX. How can find out what ...
  1. #1
    Just Joined!
    Join Date
    Feb 2005
    Posts
    13

    How can I setup Ethernet card manually

    I have an older pc that I installed Suse 9.0 on. But the Ethernet card was not configured automatically. The card is a D-Link DFE-530TX. How can find out what my IP address is to configure the card manually, in yast and is there anything else I need to know?

  2. #2
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Do you use DHCP or do you have a static IP? Do you use cable, dsl...?

    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  3. #3
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    Use YaST, if you don't use DHCP you probably need to set your ip manually from YaST.

    You can also use "ifconfig"
    Code:
    ifconfig eth0 <your ip here> netmask <your netmask here>
    Set some nameserver on /etc/resolv.conf
    Code:
    pico /etc/resolv.conf
    
    Add some DNSs in this format
    
    nameserver  <the ip>
    Without the <> of course
    Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
    Linux User #425940

    Don't PM me with questions, instead post in the forums

  4. #4
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    One more thing I thought of...does Suse recognize your card? Is the module built into the 9.0 kernel and is it loaded at boot?

    Any reason you are using 9.0 (it's pretty old)?

    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  5. #5
    Just Joined!
    Join Date
    Feb 2005
    Posts
    13
    Thanks ifconfig showed me everything that I needed.

  6. #6
    Just Joined!
    Join Date
    Feb 2005
    Posts
    13
    Thanks for the help. I had to manually setup my IP address in yast, everything is working. To answer your question about why I am using Suse 9.0. I thought 10.1 would be to much of a memory hog. I only have 256MB on this system. This is just a old computer of mine that I thought I would use to get to know Linux with.

Posting Permissions

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