answersLogoWhite

0


Best Answer

For modern (pretty much anything that doesn't use an ISA slot) LAN cards, there is probably no need to do anything from the Linux side. Most LAN cards are already supported in the Linux kernel, and modern distros typically use udev to automatically assign a name (such as eth0, eth1, etc...). Assuming your system does not do this, for whatever reason, here is a relatively simple method for setting up a new network card:

1. Look at the dmesg on startup to see what module your network card uses (such as rt8139).

2. Try activating the interface manually, by issuing the command "ifconfig " If you have no other NICs on your computer, it is probably called "eth0"; otherwise, increment the number accordingly. If the command doesn't return anything, it probably worked, otherwise the card is not at that number or is not working.

3. Modify /etc/modules and add the following:

alias

4. Modify /etc/network/interfaces and add the following:

auto

iface inet dhcp

5. Restart your network, either by rebooting, or running '/etc/init.d/networking restart'

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you install a LAN card in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you enable LAN card Ethernet - eth0 in Linux?

ifconfig eth0 up


How do you set up the ip address of lan card in Linux?

ifconfig <if device> inet <ip address>


What is an onboard LAN?

An onboard LAN is a built-in ethernet adapter on mother board, if you have an onboard LAN, then, there is no need to install another ethernet card for your purpose.


How do you configure a Vega card in Linux?

If you are using Red Hat 8 or more then install your Vega card and then boot into linux. Red Hat should automatically be able to configure it. If not then find out whether that Vega card is supported in the Linux that you are using. Also find out the driver of your Vega card for Linux .... from the manufacturer's web site.


What are the Types of LAN card?

tow tyap of lan card


What is ralink rt2860 wireless lan card?

it is a wireless lan card


How do you know that the LAN card on your laptop is functioning or not?

lan card is a part of the pc.


How do you set IP Address of a LAN card in Linux?

Assuming you're not using DHCP (in which case it would be set automatically), you would use:ifconfig eth0 10.10.0.1substituting the correct interface card and IP address, of course.


What is lan card how we can find lan card in computer?

There is no such thing as a LAN card. LAN stands for Local Area Network. The card which communicates with a LAN is called an "Ethernet" card. This Ethernet card/controller may be a separate card but in modern computers is more likely to be a single chip built onto the motherboard. The presence of the chip/card will be indicated by an RJ45 connector/socket on the back of the computer.


After we finished install Linux os in laptops.what driver we should install?

after we finished install Linux OS at laptops.What driver we should install?can u give me the list?


Is putty install in Linux?

You do not need to install PuTTY in Linux as there are built-in utilities that can do PuTTY's job (ssh, telnet)


Can you install Linux and keep Windows?

Yes, install Windows first, then whichever distribution of Linux you want second.