[vortex] incorrect interrupt assignment?

ruben@nutz.nl ruben@nutz.nl
Wed, 11 Apr 2001 22:36:40 +0200


On Wed, Apr 11, 2001 at 10:54:58AM -0700, David S. H. Rosenthal wrote:

> I should stress that this exact LRP boot floppy has run correctly on many
> other machines with eepro100 and tulip interfaces including some on the same
> subnet as when I collected the following data,  and on older motherboards
> with 3c905 cards.

> eth0: 3Com 3c905C Tornado at 0xdc00,  00:01:03:c2:8a:4d, IRQ 3

Do you have somebody with Cisco-experience around? If so, you can try to see
if Cish works. http://www.tarball.net/cish/

I know for a fact that Cish works with 905C-cards. Cish was build by a
former collegue, and does more or less the same as LRP (is built on its
foundations, even). Its main feature is cisco IOS-compatible syntax, because
both he and I prefer IOS over UNIX-style configs.

Short example cisco IOS style config:

cable-masq# configure terminal
configure$ interface ethernet 0
interface% ip address 10.0.0.1 255.255.255.0
interface% no shutdown
interface% ^D
configure$ interface ethernet 1
interface% ip address 192.168.0.1 255.255.254.0
interface% no shutdown
interface% ^D
configure$ ^D

Your ethernet devices have now been configured. You can look at the
status of the interfaces by using the show interfaces command:

cable-masq# show interfaces ethernet
Ethernet0 is up, line protocol is up
  Link protocol is Ethernet, hardware address is 0800.0980.2b64
  Internet address is 10.0.0.1 255.255.255.0
  Interface loopback is not set, MTU is 1500 bytes
  Interrupt 9, io-address 0x360
  Output queue size: 100
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 frame errors
     0 input errors, 0 dropped, 0 overruns
     0 packets output, 0 carrier errors
     0 output errors, 0 dropped, 0 overruns
     0 collisions detected
Ethernet1 is up, line protocol is up
  Link protocol is Ethernet, hardware address is 0800.09c0.371b
  Internet address is 192.168.0.1 255.255.254.0
  Interface loopback is not set, MTU is 1500 bytes
  Interrupt 11, io-address 0x380
  Output queue size: 100
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 frame errors
     0 input errors, 0 dropped, 0 overruns
     0 packets output, 0 carrier errors
     0 output errors, 0 dropped, 0 overruns
     0 collisions detected


-- 
Ruben

A child can go only so far in life without potty training.  It is not
mere coincidence that six of the last seven presidents were potty
trained, not to mention nearly half of the nation's state legislators.
                -- Dave Barry