Re: set speed to network card 10Mbps / 100 Mbps , full duplex

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 9 Nov 2005 19:31:58 -0500
Suwarat Rattakul <suwarat@xxxxxxxxx> wrote:

> Hi,
> 
> I want to set my NIC to run in 10Mbps or 100 Mbps and it is using
> 3c905c Vortex driver that comes with knoppix 3.8.
> 
> ifconfig eth0 192.168.6.5 media 10baseT

Set speed with ethtool, ifconfig speed changes are not supported.

> 
> Error results return said "port: SIOCSIFMAP: Operation not supported".
> 
> I am using kernel 2.6.11.
> 
> I downloaded 3c59x.c and tried to compile and got a lot of errors.  So
> I could not use the updated download from
> http://www.scyld.com/vortex.html this website.

Use the driver that already in the kernel source. It is more
recent.

> 
> I try to use traffic control program "tc"
> 
> tc add dev eth0 tcf rate 10000 burst 1000000 limit 1000000
> 
> This also return me an error said "RTNETLINK answers: Invalid argument"
> 

Probably the sch_tcf was not built into the kernel.

-- 
Stephen Hemminger <shemminger@xxxxxxxx>
OSDL http://developer.osdl.org/~shemminger
-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux