Install NE2000 compatible NICs in Linux

Source: Internet
Author: User
Article Title: Install the NE2000 compatible Nic in Linux. Linux is a technology channel of the IT lab in China. Including desktop applications, Linux system management, kernel research, embedded systems, open source, and other basic categories. Currently, there are many NE2000 compatible NICs on the market, such as D-Link DE220p. If Linux cannot detect these NICs, you can install them manually. Take the D-Link DE220p Nic as an example. In Red hat Linux6.0 and Turbo Linux, you can install it like this: first, check the NIC's IO port number and irp number, and then start to enter Linux, in/etc/rc. d/rc. in the sysinit file, add the following statement (assume that the nic io is 0x240, and the irp is 0x5 ):

Modprobe ne. o io = 0x240 irq = 5

Then start Linux.

For Slackware Linux, You can edit the/etc/rc. d/rc. modules file, remove the comment symbol "#" before the NE2000 NIC driver, and set the nic I/O number, that is:

/Sbin/modprobe ne io = 0x240
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.