Ethernet Card PCI DEC 21040/41

D&V Adam mikiad@interlog.com
Mon Mar 22 21:27:48 1999


Hi,

I've some problems configuring my ethernet on a PC with following
configuration (hw/sw):
hw: HP Pavilion, AMD K6(tm) 3D processor, PCI.
sw: Win '98 on /dev/hda1; RedHat 5.2 on /dev/hda4.

A) In win 98, from Control Panel:
     PCI DEC 21041 & SIS 7001 PCI to USB Open Host Controller
     have both the same  interrupt, irq=3.
I can't change the interrupt if Ethernet card from BIOS or win 98.

B) In /proc/pci (RedHat), my Ethernet card has assigned the irq 255, the

same
as the Sis 7001 Controller. Here, I enclosed the relevant info regarding

my ethernet card:

---

%>cat /etc/conf.modules
alias eth0 tulip
alias sound cs4232
alias midi opl3
options opl3 io=0x388
options cs4232 io=0x534 irq=5 dma=1,0 mpu_base=0x330 mpu_irq=9
options tulip  io=0xf880

---

%> ifconfig eth0
eth0      Link encap:Ethernet HWaddr 00:80:C8:46:01:CA
          inet addr:194.106.1.10  Bcast:194.106.1.255
          Mask:255.255.255.0
          BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0
          Interrupt:255 Base address:0xf880

---

%> cat /proc/pci:
PCI devices found:
  Bus  0, device  19, function  0:
    VGA compatible controller: SIS 5597/5598 VGA
    (...)
  Bus  0, device  10, function  0:
    Ethernet controller: DEC DC21041 (rev 33).
      Medium devsel.  Fast back-to-back capable.
      IRQ 255.  Master Capable.  Latency=64.
      I/O at 0xf880.
      Non-prefetchable 32 bit memory at 0xfedeec00.
  Bus  0, device   1, function  2:
    USB Controller: Silicon Integrated Systems
    (...)
  Bus  0, device   1, function  1:
    IDE interface: Silicon Integrated Systems 85C5513 (rev 208).
      Fast devsel.  IRQ 255.  Master Capable.  Latency=64.
      I/O at 0x1f0.      I/O at 0x3f4.
      I/O at 0x170.      I/O at 0x374.      I/O at 0xfcf0.
  Bus  0, device   1, function  0:
    ISA bridge: Silicon Integrated Systems 85C503 (rev 1).
      Medium devsel.  Master Capable.  No bursts.
  Bus  0, device   0, function  0:
    Host bridge: Silicon Integrated Systems 5597/5598 Host (rev 16).
      Medium devsel.  Master Capable.  Latency=32.
---

I used the all tulip versions from tulip pages ! all failed !
Please help.