Re: Problem with DHCP on linux with NTL STB
Finally managed to solve this problem. As Jaycee mentioned, I had to change the network card settings to use 10Mbps/half duplex mode. This is done by using 'ethtool' available on linux. The command I used is
ethtool -s eth0 speed 10 duplex half autoneg off
It's working perfectly since then. Many thanks to Paul, Jaycee and BBKing.
cheers
prop90.
|