In linux, how is security? Vt6102? Card ?? Sakura? Red Union Linux System Portal

Source: Internet
Author: User
In linux, how is security? Vt6102? Card ?? Sakura? -Linux general technology-Linux technology and application information. For details, refer to the following section. This is the instruction file in the downloaded driver.
Via pci 10/100 Mb Fast Ethernet Adapter
**
** Linux Driver
**
** V3.28 Nov. 2001
**
**


Introduction:
==================

The instructions listed below are for linux driver installation. You must
Compile the source code to generate linuxfet. o and use insmod command
Insert linuxfet. o as module.


Contents of the Subdirectory:
==================================

Linux.txt This file.
Linuxfet.tar file except des following files
Makefile for generating driver object file
Linuxfet. h The linux driver header file
Linuxfet. c The linux driver source code file


Kernel Supported
======================
This driver supports linux kernel version 2.2.x and 2.4.x (2.4.1-2.4.6) now.

Installation
================
Please enter the following commands at the UNIX prompt. Remember, UNIX is
Case sensitive.

1) Create a temporary directory:
Mkdir/temp

2) Change to the temporary directory:
Cd/temp

2) Copy driver (linuxfet.tar) from DOS disk, (mcopy below is one tool in
Mtools, if you didn't install mtools, you can type
'Mount-t msdos/dev/fd0/mnt 'and use 'cp/mnt/linuxfet.tar/temp'
Command to copy the driver to the temporary directory ):
Mcopy a: linuxfet.tar. There is no problem here

3) untar the archive file:
Tar xvf linuxfet.tar is okay here

4) Compile the driver source files and it will generate linuxfet. o, and
Copy it to correct driver installation path (The installation directory
Is different in different kernel versions. In 2.4.x kernel, the path is
/Lib/modules/KERNEL_VERSION/kernel/drivers/net/, and in 2.2.x kernel,
The path is/lib/modules/KERNEL_VERSION/net/, the KERNEL_VERSION (see
Above) means the kernel version of your Linux distribution. If you don't
Know your kernel version, please run 'uname-R' command in command
Line. The kernel version will look like '2. 2.16 ', '2. 4.2-2smp' etc .):
This is the problem with make install. How can I compile the driver file to generate linuxfet. o? How can I solve this problem? In tar xvf linuxfet.tar, I got Makefile, linuxfet. h, and linuxfet. c.

[ This post was last edited by zhangcobi]
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.