[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux] pb avec 2 cartes réseau isa



Salut tlm,

Je voudrais monter un serveur avec 2 cartes reseau en isa. C'est le
meme modele et je ne vois pas trop comment le systeme les recoinnait.
Je charge la premiere avec modprobe ne io=0x240, j'ai tester la
connexion adsl, ca fonctionne. Maintenant, je ne sais pas comment
charger la 2eme. Dans le fichier genere pas pnpdump(ds /etc/isapnp.conf
comme dit sur lealinux, je l'attache), il est mis que l'io est aussi 
0x240. C'est normal? 

Qu'est ce qu'il faut que je mettes dans le /etc/conf.modules? est ce
que ca suffirait:
alias eth0 ne
alias eth1 ne

Cedric

[ Soyez précis dans vos sujets svp afin de déterminer directement  ]
[ le type de demande...                                            ]
[ Pour vous (dés)inscrire, aller sur http://unixtech.be/ml.php     ]
[ Archives de la mailing list: http://archives.unixtech.be/linux/  ]
[ http://unixtech.be              Contact: listmaster@unixtech.be  ]
# $Id: pnpdump.c,v 1.21 1999/12/09 22:28:33 fox Exp $
# Release isapnptools-1.21 (library isapnptools-1.21)
# 
# 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 45 e0 51 43 b4 16 02 89 14
# Board 2 has serial identifier b9 be 12 43 b4 16 02 89 14

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

# Card 1: (serial identifier 45 e0 51 43 b4 16 02 89 14)
# Vendor Id EDI0216, Serial Number 3763422132, checksum 0x45.
# Version 1.0, Vendor version 0.0
# ANSI string -->PLUG & PLAY ETHERNET CARD<--
#
# Logical device id EDI0216
#     Device supports I/O range check register
#
# 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 EDI0216/3763422132 (LD 0
#     Compatible device id PNP80d6
#     Logical device decodes 10 bit IO address lines
#         Minimum IO base address 0x0240
#         Maximum IO base address 0x03e0
#         IO base alignment 32 bytes
#         Number of IO addresses required: 32
# (IO 0 (SIZE 32) (BASE 0x0240) (CHECK))
#     IRQ 3, 4, 5, 10, 11, 12 or 15.
#         High true, edge sensitive interrupt
# (INT 0 (IRQ 3 (MODE +E)))
 (NAME "EDI0216/3763422132[0]{PLUG & PLAY ETHERNET CARD}")
# (ACT Y)
))
# End tag... Checksum 0x00 (OK)

# Card 2: (serial identifier b9 be 12 43 b4 16 02 89 14)
# Vendor Id EDI0216, Serial Number 3188868020, checksum 0xB9.
#     Version 1.0, Vendor version 0.0
#     ANSI string -->PLUG & PLAY ETHERNET CARD<--
#
# Logical device id EDI0216
#     Device supports I/O range check register
#
# 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 EDI0216/3188868020 (LD 0
#     Compatible device id PNP80d6
#     Logical device decodes 10 bit IO address lines
#         Minimum IO base address 0x0240
#         Maximum IO base address 0x03e0
#         IO base alignment 32 bytes
#         Number of IO addresses required: 32
# (IO 0 (SIZE 32) (BASE 0x0240) (CHECK))
#     IRQ 3, 4, 5, 10, 11, 12 or 15.
#         High true, edge sensitive interrupt
# (INT 0 (IRQ 3 (MODE +E)))
 (NAME "EDI0216/3188868020[0]{PLUG & PLAY ETHERNET CARD}")
# (ACT Y)
))
# End tag... Checksum 0x00 (OK)

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