Does anybody how to solve the NIC speed of the iconnect
The problem, it only works at 1000MB, and you can't change it. I think it's a driver issue???
The problem, it only works at 1000MB, and you can't change it. I think it's a driver issue???
Hi Richard,
You can try to setup eth0 negotiated speed with ethtool, for example :
Code:
# ethtool -s eth0 speed 100 duplex full
# ethtool -s eth0 speed 10 duplex half
# ethtool -s eth0 speed 10 duplex half
To make these settings permanent you need to create a script into the directory /etc/init.d/ directory and run update-rc.d command to update the script.
Tell us if it woks !
Ben




