Click to See Complete Forum and Search --> : ethernet card - not detected?


Thommes
03-02-2001, 09:11 AM
:(
Hi!
which programme do i use to check whether my isa-card is detected?
I'm using Mandrake 7.1.
Regards,
Thommes

[ 02 March 2001: Message edited by: Thommes ]

Thommes
03-02-2001, 11:01 AM
I found the following in my isapnp.conf - file:
# $Id: pnpdump.c,v 1.21 1999/12/09 22:28:33 fox Exp $
# Release isapnptools-1.21b (library isapnptools-1.21b)
#
# This is free software, see the sources for details.
# This software has NO WARRANTY, use at your OWN RISK
#
# For details of the output file format, see isapnp.conf(5)
#
# For latest information and FAQ on isapnp and pnpdump see:
# http://www.roestock.demon.co.uk/isapnptools/
#
# Compiler flags: -DREALTIME -DNEEDSETSCHEDULER -DABORT_ONRESERR
# (for library: -DREALTIME -DNEEDSETSCHEDULER -DABORT_ONRESERR)
#
# Trying port address 0273
# Board 1 has serial identifier 4e 15 18 b6 7d e4 00 8c 0e
# Board 2 has serial identifier 6c 08 80 d8 82 95 50 6d 50

# (DEBUG)
(READPORT 0x0273)
(ISOLATE PRESERVE)
(IDENTIFY *)
(VERBOSITY 2)
(CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING

# Card 1: (serial identifier 4e 15 18 b6 7d e4 00 8c 0e)
# Vendor Id CTL00e4, Serial Number 353941117, checksum 0x4E.
# Version 1.0, Vendor version 1.0
# ANSI string -->Creative SB AWE64 PnP<--
# Vendor defined tag: 73 02 45 20
#
# Logical device id CTL0045
# Device supports vendor reserved register @ 0x38
# Device supports vendor reserved register @ 0x39
# Device supports vendor reserved register @ 0x3a
# Device supports vendor reserved register @ 0x3b
# Device supports vendor reserved register @ 0x3d
# Device supports vendor reserved register @ 0x3f
#
# Edit the entries below to uncomment out the configuration required.
# Note that only the first value of any range is given, this may be changed if required
# Don't forget to uncomment the activate (ACT Y) when happy

(CONFIGURE CTL00e4/353941117 (LD 0
(DMA 0 (CHANNEL 0))
(DMA 1 (CHANNEL 0))
(INT 0 (IRQ 5 (MODE +E)))
(IO 0 (SIZE 8) (BASE 0x220))
(NAME "Creative Labs SoundBlaster AWE64(c)")
(ACT Y)
))
# End tag... Checksum 0x00 (OK)

# Card 2: (serial identifier 6c 08 80 d8 82 95 50 6d 50)
# Vendor Id TCM5095, Serial Number 142661762, checksum 0x6C.
# Version 1.0, Vendor version 1.0
# ANSI string -->3Com 3C509B EtherLink III<--
#
# Logical device id TCM5095
# Device supports I/O range check register
# Device supports vendor reserved register @ 0x38
# Device supports vendor reserved register @ 0x39
# Device supports vendor reserved register @ 0x3a
# Device supports vendor reserved register @ 0x3b
# Device supports vendor reserved register @ 0x3d
# Device supports vendor reserved register @ 0x3f
#
# Edit the entries below to uncomment out the configuration required.
# Note that only the first value of any range is given, this may be changed if required
# Don't forget to uncomment the activate (ACT Y) when happy

(CONFIGURE TCM5095/142661762 (LD 0
# Compatible device id PNP80f7
# IRQ 3, 5, 7, 9, 10, 11, 12 or 15.
# High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 3 (MODE +E)))
# Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x0210
# Maximum IO base address 0x03e0
# IO base alignment 16 bytes
# Number of IO addresses required: 16
# (IO 0 (SIZE 16) (BASE 0x0210) (CHECK))
(NAME "TCM5095/142661762[0]{3Com 3C509B EtherLink III}")
# (ACT Y)
))
# End tag... Checksum 0x00 (OK)

# Returns all cards to the "Wait for Key" state
(WAITFORKEY)


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
==========================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

It seems like Linux Mandrake 7.1 recongnizes the card, but hardrake 0.5.3 hasn't listed any "Network Device Card".

Any suggestions?

Thommes :)

FORTRAN gy
03-02-2001, 03:32 PM
Use pnpdump to get all the info on your ISA PNP cards. The documentation for isapnptools tells you how to run the output through grep to clean it up for use as an isapnp.conf file. You replace the commands in the new .conf file with PEEK commands, run isapnp, and you will find the correct parameters for isapnp to use on startup. The documentation spell all of this out clearly. Hope this doesn't sound like RTFM, but I don't remember all the details.