ho un problema a far funzionare una scheda gigabit della us.robotics.
si tratta di questa scheda:
http://www.usr-emea.com/support/s-pr...itly&prod=7902
la distro è debian stable (3.1), e il problema è che non rileva in automatico la scheda e non so come fargliela rilevare.........
il kernel è il 2.6.8
sul sito usrobotics ho trovato queste istruzioni:
<RTL8169 Linux kernel driver>
Version: 2.0
Date: 2004-04-16
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 r8169_linuxdrv_vxx.zip
Change to the directory:
cd r8169
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
qualche suggerimento?