View Single Post
Old 07-08-2005, 22:31   #11
prop90
Inactive
 
Join Date: Jul 2005
Posts: 7
prop90 is an unknown quantity at this point
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.
prop90 is offline   Reply With Quote