É, não consegui avançar... e agora piorou tudo, no desespero instlei o v28 e o v29... agora acho que tem algo alterado no kernel... mas como meu linux ainda está em formato recém-instalado, posso reinstalá-lo para resolver qq coisa do tipo...
Sobre seus links, tentei mas sempre tem alguma hora q a instalação engasga, aí dá aqueles erros lindos de C, e a gente fica perdidaço...
Bom, tentei ver se conseguia alguma coisa, li os readmes dos seus links...
Aqui estão uns readmes falando sobre algo relacionado a Linux, tudo do meu cd de instalação que veio com o meu modem... não sei se tem a ver com meu caso...
________________________________________________________________________________________________
<RTL8169s/8110s Linux kernel driver>
Version: 2.3
Date: 2004-08-09
This is the Linux kernel driver released for
RealTek RTL8169s/8110s Gigabit Ethernet controller.
<Requirements>
- kernel source tree (supported versions 2.4.x or 2.6.x)
- compiler/binutils for kernel compilation
<Quick install with proper kernel settings>
Unpack the tarball :
unzip rtl8169_8110S_linuxdrv_vxx.zip
Change to the directory:
cd rtl8169_8110S_linuxdrv
If you are running the target kernel, then you should be
able to do :
make clean modules (as root or with sudo)
make install
depmod -a
<Force Media Speed>
The media can be forced to one of the 5 modes as follows.
Cmd: "insmod r8169 media = SET_MEDIA"
For example:
"insmod r8169 media = 0x04" will force PHY to operate in 100Mpbs Half-duplex.
SET_MEDIA can be:
_10_Half = 0x01
_10_Full = 0x02
_100_Half = 0x04
_100_Full = 0x08
_1000_Full = 0x10
Force media type for multiple cards could be performed as:
"insmod r8169 media=0x04,0x10"
which force PHY to operate at 100Mbps half-duplex and 1000Mbps full-duplex.
<Advanced feature>
- Supports Jumbo Frame
- Hardware Tx/Rx flow control
_____________________________________________________________________________________________________
Aqui tem outro readme...
_____________________________________________________________________________________________________
*************************************************
** Silan SC92031 PCI Fast Ethernet Adapter **
** **
** LINUX driver **
*************************************************
Introduction:
=============
The instructions are for linux driver installation. You must
compile the source code to generate sc92031.o and use insmod command to
insert sc92031.o as module.
Contents of the Subdirectory:
=============================
readme.txt This file.
sc92031.c The linux core driver source code file
Makefile Makefile for generating driver object file
Kernel Supported
================
This driver support linux kernel version 2.4.x/2.5.x now.
Installation
============
1) Create a temporary directory:
# mkdir /temp
2) Change to the temporary directory:
#cd /temp
3) Copy driver (sl_linux.tgz) from CD-ROM to the temporary directory, and follow the commands:
# mount -t iso9660 /dev/cdrom /mnt
# cp /mnt/sl_linux.tgz /temp
4) untar the archive file:
# tar xzvf sl_linux.tgz
# cd sc92031
5) Compile the driver source files and it will generate sc92031.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/)
# make install
6) Check configuration file (/etc/modules.conf or /etc/conf.modules,it
depend on your Linux distribution) for loading kernel modules. Make sure
there is the following content in the configuration file, where # is
interface number :
alias eth# sc92031
7) Reboot now:
shutdown -r now

Install your driver module (If the driver module is in the wrong place,
an error message will appear, and say that can't find the driver
module):
insmod sc92031.o

Use ifconfig command to assign the IP address, where # is network
interface number:
ifconfig eth# <IP>
9) Check the interface works:
ping <remote_host_IP>
Uninstallation
==============
Please enter the following commands to uninstall your driver:
# make uninstall
Module Parameter:
=================
The following parameters can be set when we install the driver module. You can add this parameters when
you execute 'insmod' command to install the driver
# insmod sc92031.o work_node =0x00
work_mode
work_mode is used for setting the speed and duplex mode of NIC.Value is as followed:
Autoselect 0x00
M10-half 0x01
M10-full 0x02
M100-half 0x04
M100-full 0x08
If you want to use other modes,it can be changed by the following steps:
# ifdown eth0
# rmmod sc92031
# insmod sc92031.o work_mode= ****
__________________________________________
É isso... fica dando uns erros de "não foi possível fazer stat de naoseioque", queria saber se vc tem algum a dica em relação ao q fazer quando aparece frases deste tipo...