Re: I want to force 1/2 duplex from my network card. How?

From: Andre Costa (acosta_at_ar.microlink.com.br)
Date: 03/30/04

  • Next message: Brian Tilley: "Re: No internet connection"
    Date: Tue, 30 Mar 2004 13:35:38 -0300
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    
    

    Hi Gilbert,

    On Tue, 30 Mar 2004 10:18:13 -0600 (CST)
    Gilbert Sebenste <sebenste@weather3.admin.niu.edu> wrote:

    > Hello all,
    >
    > Subject says it all. Auto-detect is giving me full duplex, but it
    > should really be 1/2 duplex. Redhat-config-network* doesn't do
    > anything for me to solve this. I want this to be "hard-coded", if you
    > will. Thanks for any advice. Running FC1, fully patched...

    First, you should provide at least some info about your network card...
    anyway, what you probably need is some module parameters (assuming NIC
    support is configured as a module on your system).

    eg. here with my nForce2 chipset, nvnet allows the following parameters:

    # modinfo nvnet
    filename: /lib/modules/2.4.22-1.2174.nptlcustom/kernel/drivers/net/nvnet.o
    description: "NVIDIA Corporation NVNET Ethernet Driver Version1.0.5 March 24, 2003"
    author: "NVIDIA (linux-nforce-bugs@nvidia.com"
    license: "NVIDIA"
    parm: speed int, description "Control speed by setting 0 for auto, 1 for 10 Mbps and 2 for 100 Mbps"
    parm: duplex int, description "Control duplex by setting 0 for auto, 1 for half and 2 for full"
    parm: optimization int, description "Control optimization by setting 0 for Throughput, 1 for CPU"

    You could then provide the above params (speed, duplex, optimization) on
    the /etc/modules.conf file. Maybe something similar can be done for your
    network card module.

    HTH

    Andre

    -- 
    Andre Oliveira da Costa
    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Brian Tilley: "Re: No internet connection"