我想安装sis191驱动!

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
tanglueyi
帖子: 3
注册时间: 2008-12-21 2:11

我想安装sis191驱动!

#1

帖子 tanglueyi » 2009-07-23 22:53

代码: 全选

+------------------------------------------------------------------------------+
|*                                                                            *|
|* Copyright (c) 2007, Silicon Integrated Systems Corp.  All rights reserved. *|
|*                                                                            *|
|* README file for SiS 190/191 Linux Driver                                   *|
|*                                                                            *|
+------------------------------------------------------------------------------+

June 01, 2007

Table of Contents
=================

  Introduction
  Limitations
  Packaging
  Requirement
  Building Driver From Source File
  Loading and Unloading Driver
  Driver Settings


Introduction
============
  This is the Linux device driver released for SiS190/191 Ethernet controllers,
  which are listed as following.

    1. SiS191 Gigabit Ethernet Controller (Integrated in SiS968/966 South Bridge)
    2. SiS190 Fast Ethernet Controller (Integrated in SiS966L South Bridge)


Limitations
============
  The current version of the driver has been tested on 2.6.x kernels.
  The driver may not compile on kernels older than 2.4.x. 
  Testing is concentrated on i386 and x86_64 architectures.


Packaging
=========

  Makefile : Makefile for building modules
  README.TXT : This document
  sis190.c : Driver source file
  sis190.h : Driver header file

Requirement
===========

  Linux 2.6.x kernel source or kernel header must be prepared for building object.


Building Driver From Source File
================================

  make
  make install   (as root privilege)
  depmod -a      (as root privilege)
  reboot

Loading and Unloading Driver
=============================

  Loading:
      modprobe sis190.ko

  Unloading:
      rmmod sis190


Driver Settings
===============

  For debug purpose, you can get more messages via 'debug' parameter:

    insmod sis190.ko debug=(2-4)


Tested O.S.
==========
FC6, RedFlag5.0NE, Ubuntu6.10, Suse10.1, Mandriva2007 and Red Hat Enterprise4 Update4 (07/11/2007)
:em06 我下的驱动包里有makefile, sis190.c, sis190.h 文件还有就是上面的这篇readme请教怎么安装, 我E文不好, 谢谢指点
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

Re: 我想安装sis191驱动!

#2

帖子 hcym » 2009-07-23 22:57

难怪E文不好

sis=SOS

:em04
头像
smallapple
论坛版主
帖子: 7868
注册时间: 2009-03-28 15:12

Re: 我想安装sis191驱动!

#3

帖子 smallapple » 2009-07-23 22:59

打开终端,cd 到进入驱动包目录下,运行
make
sudo make install
sudo depmod -a
重启
加载模块
sudo modprobe sis190.ko
tanglueyi
帖子: 3
注册时间: 2008-12-21 2:11

Re: 我想安装sis191驱动!

#4

帖子 tanglueyi » 2009-07-23 23:41

smallapple 写了:打开终端,cd 到进入驱动包目录下,运行
make
sudo make install
sudo depmod -a
重启
加载模块
sudo modprobe sis190.ko
先谢1个,但是造这样做的话,就有一堆错误了
thyndi
帖子: 1
注册时间: 2009-10-22 20:28

Re: 我想安装sis191驱动!

#5

帖子 thyndi » 2009-10-22 20:31

楼主你的驱动在哪儿下载的啊?

或者能不能给我mail一个:kyxklin@yahoo.cn

传说这个是要和内核一起编的,我也在学习中。

有些编译内核的技术文章,楼主可以搜一搜。
回复