OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [before_ORP/] [uclinux/] [uClinux-2.0.x/] [Documentation/] [networking/] [tlan.FAQ] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
1.      Q. Ifconfig reports "10Mbs Ethernet" for my 10/100Mbs card.  How do
2
           I get my card to run in 100Mbs mode?
3
 
4
        A. The "10Mbs Ethernet" is poorly named.  What this is really saying
5
           is that this device is some kind of Ethernet device (ie, uses
6
           ethernet style frames at the link layer).  Recent versions of
7
           ifconfig report this as simply "Ethernet".
8
 
9
           The TLAN driver is designed to autodetect 10Mbs vs. 100Mbs
10
           connections, and choose the higher speed.  The most sure way
11
           to determine what speed you are running at is to look at the
12
           100Mbs LED on the card, if your device has one.
13
 
14
 
15
2.      Q. My network card is using the same interrupt as my SCSI card.
16
 
17
        A. Some Compaqs set all PCI devices to the same interrupt by default.
18
           You can either change the interrupt used by one of the device
19
           with your Compaq configuration utility, or you can have the TLAN
20
           driver use the same type of interrupt handler:
21
 
22
           a. For module based use, add 'sa_int=1' to the command line, eg.:
23
                insmod tlan.o sa_int=1
24
 
25
           b. For compiled in kernel, set the 0x2 bit in the third part
26
              for the boot parameter for that device, eg.:
27
                ether=0,0,0x2,0,eth0
28
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.