Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 04/04/2008, à 18:43

fly_in_the_sky

Ordinosor xubuntu problème avec carte réseau ISA

Bonjour,
J'ai installé Xubuntu 7.10 sur un vieux pentium 2

Ma carte réseau n'est pas reconnue car c'est une carte ISA.
module accton EN166X MPX2 ETHERNET CARD

J'ai suivit le tuto ISA, mais j'ai un problème car je n'arrive pas à charger le module .

voici un résumer de ce que j'ai fait ; (vous trouverai le fichier isapnp.conf en complet à la fin du message)

Apres avoir configurer mon fichier  isapnp.conf

espluga@espluga:~$ sudo isapnp /etc/isapnp.conf 
[sudo] password for espluga:
Board 1 has Identity 92 ff ff ff ff 25 80 63 0e:  CSC8025 Serial No -1 [checksum 92]
Board 2 has Identity 3c 00 54 11 c7 60 16 63 04:  ACC1660 Serial No 5509575 [checksum 3c]
/etc/isapnp.conf:282 -- Fatal - resource conflict allocating 32 bytes of IO at 200 (see /proc/ioports)
/etc/isapnp.conf:282 -- Fatal - IO range check attempted while device activated
/etc/isapnp.conf:282 -- Fatal - Error occurred executing request '<IORESCHECK> ' --- further action aborted

Changement du ioports

espluga@espluga:~$ sudo isapnp /etc/isapnp.conf 
[sudo] password for espluga:
Board 1 has Identity 92 ff ff ff ff 25 80 63 0e:  CSC8025 Serial No -1 [checksum 92]
Board 2 has Identity 3c 00 54 11 c7 60 16 63 04:  ACC1660 Serial No 5509575 [checksum 3c]
/etc/isapnp.conf:282 -- Fatal - resource conflict allocating 32 bytes of IO at 200 (see /proc/ioports)
/etc/isapnp.conf:282 -- Fatal - IO range check attempted while device activated
/etc/isapnp.conf:282 -- Fatal - Error occurred executing request '<IORESCHECK> ' --- further action aborted

apres avoir effacer (CHECK)

[

b]espluga@espluga:~$ sudo isapnp /etc/isapnp.conf
Board 1 has Identity 92 ff ff ff ff 25 80 63 0e:  CSC8025 Serial No -1 [checksum 92]
Board 2 has Identity 3c 00 54 11 c7 60 16 63 04:  ACC1660 Serial No 5509575 [checksum 3c]
ACC1660/5509575[0]{ACCTON EN166X MPX2 ETHERNET CARD}: Port 0x300; IRQ3 --- Enabled OK
[/b]

Ok jusque la tout va bien



Je ne sais pas comment s'appelle le module, alors j'ai essayer plusieurs truc mais rien n'a fonctionner,
j'ai rien trouver sur google ...

Est ce que vous s'avez m'aider ?

voici la list de nom de module que j'ai essayer :

espluga@espluga:~$ sudo modprobe +ACC1660 io=0x0300 IRQ=3
FATAL: Module +ACC1660 not found.
espluga@espluga:~$ sudo modprobe +ACC1660 io=0x300 IRQ=3
FATAL: Module +ACC1660 not found.
espluga@espluga:~$ sudo modprobe ACC1660 io=0x300 IRQ=3
FATAL: Module ACC1660 not found.
espluga@espluga:~$ sudo modprobe ACC166x io=0x300 IRQ=3
FATAL: Module ACC166x not found.
espluga@espluga:~$ sudo modprobe EN166x io=0x300 IRQ=3
FATAL: Module EN166x not found.
espluga@espluga:~$ sudo modprobe EN1660 io=0x300 IRQ=3

le tuto dit que pour trouver le nom du module je peux le trouver avec cette commande find /lib/modules | grep snd-*  (en remplacant snd par je ne sais quoi ??????)


voici mon fichier isapnp.conf :

# $Id: pnpdump_main.c,v 1.27 2001/04/30 21:54:53 fox Exp $
# Release isapnptools-1.26
# 
# 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 -DHAVE_PROC -DENABLE_PCI -DHAVE_SCHED_SETSCHEDULER -DHAVE_NANOSLEEP -DWANT_TO_VALIDATE
# 
# Trying port address 0273
# Board 1 has serial identifier 92 ff ff ff ff 25 80 63 0e
# Board 2 has serial identifier 3c 00 54 11 c7 60 16 63 04

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

# Card 1: (serial identifier 92 ff ff ff ff 25 80 63 0e)
# Vendor Id CSC8025, No Serial Number (-1), checksum 0x92.
# Version 1.0, Vendor version 0.4
# ANSI string -->Onboard PnP Audio<--
#
# Logical device id CSC0100
#     Device supports vendor reserved register @ 0x38
#     Device supports vendor reserved register @ 0x3d
#     Device supports vendor reserved register @ 0x3e
#     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 CSC8025/-1 (LD 0
#     ANSI string -->WSS/SB<--

# Multiple choice time, choose one only !

#     Start dependent functions: priority preferred
#       First DMA channel 1.
#             8 bit DMA only
#             Logical device is not a bus master
#             DMA may execute in count by byte mode
#             DMA may not execute in count by word mode
#             DMA channel speed type A
# (DMA 0 (CHANNEL 1))
#       Next DMA channel 0 or 3.
#             8 bit DMA only
#             Logical device is a bus master
#             DMA may execute in count by byte mode
#             DMA may not execute in count by word mode
#             DMA channel speed type A
# (DMA 1 (CHANNEL 0))
#       IRQ 5.
#             High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 5 (MODE +E)))
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0534
#             Maximum IO base address 0x0534
#             IO base alignment 4 bytes
#             Number of IO addresses required: 4
# (IO 0 (SIZE 4) (BASE 0x0534))
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0388
#             Maximum IO base address 0x0388
#             IO base alignment 8 bytes
#             Number of IO addresses required: 4
# (IO 1 (SIZE 4) (BASE 0x0388))
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0220
#             Maximum IO base address 0x0220
#             IO base alignment 32 bytes
#             Number of IO addresses required: 16
# (IO 2 (SIZE 16) (BASE 0x0220))

#       Start dependent functions: priority acceptable
#       First DMA channel 1 or 3.
#             8 bit DMA only
#             Logical device is not a bus master
#             DMA may execute in count by byte mode
#             DMA may not execute in count by word mode
#             DMA channel speed type A
# (DMA 0 (CHANNEL 1))
#       Next DMA channel 0, 1 or 3.
#             8 bit DMA only
#             Logical device is not a bus master
#             DMA may execute in count by byte mode
#             DMA may not execute in count by word mode
#             DMA channel speed type A
# (DMA 1 (CHANNEL 0))
#       IRQ 5, 7, 9, 10, 11, 12 or 15.
#             High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 5 (MODE +E)))
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0534
#             Maximum IO base address 0x0ffc
#             IO base alignment 4 bytes
#             Number of IO addresses required: 4
# (IO 0 (SIZE 4) (BASE 0x0534))
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0388
#             Maximum IO base address 0x0388
#             IO base alignment 8 bytes
#             Number of IO addresses required: 4
# (IO 1 (SIZE 4) (BASE 0x0388))
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0220
#             Maximum IO base address 0x0260
#             IO base alignment 32 bytes
#             Number of IO addresses required: 16
# (IO 2 (SIZE 16) (BASE 0x0220))

#       Start dependent functions: priority functional
#       First DMA channel 0, 1 or 3.
#             8 bit DMA only
#             Logical device is a bus master
#             DMA may execute in count by byte mode
#             DMA may not execute in count by word mode
#             DMA channel speed type A
# (DMA 0 (CHANNEL 0))
#       IRQ 5, 7, 9, 10, 11, 12 or 15.
#             High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 5 (MODE +E)))
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0534
#             Maximum IO base address 0x0ffc
#             IO base alignment 4 bytes
#             Number of IO addresses required: 4
# (IO 0 (SIZE 4) (BASE 0x0534))
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0388
#             Maximum IO base address 0x03c8
#             IO base alignment 8 bytes
#             Number of IO addresses required: 4
# (IO 1 (SIZE 4) (BASE 0x0388))
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0220
#             Maximum IO base address 0x0300
#             IO base alignment 32 bytes
#             Number of IO addresses required: 16
# (IO 2 (SIZE 16) (BASE 0x0220))

#     End dependent functions
 (NAME "CSC8025/-1[0]{WSS/SB              }")
# (ACT Y)
))
#
# Logical device id CSC0101
#     Device supports vendor reserved register @ 0x39
#     Device supports vendor reserved register @ 0x3d
#     Device supports vendor reserved register @ 0x3e
#     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 CSC8025/-1 (LD 1
#     ANSI string -->GAME<--

# Multiple choice time, choose one only !

#     Start dependent functions: priority preferred
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0200
#             Maximum IO base address 0x0200
#             IO base alignment 8 bytes
#             Number of IO addresses required: 8
# (IO 0 (SIZE 8) (BASE 0x0200))

#       Start dependent functions: priority acceptable
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0208
#             Maximum IO base address 0x0208
#             IO base alignment 8 bytes
#             Number of IO addresses required: 8
# (IO 0 (SIZE 8) (BASE 0x0208))

#     End dependent functions
 (NAME "CSC8025/-1[1]{GAME                }")
# (ACT Y)
))
#
# Logical device id CSC0110
#     Device supports vendor reserved register @ 0x38
#     Device supports vendor reserved register @ 0x3d
#     Device supports vendor reserved register @ 0x3e
#     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 CSC8025/-1 (LD 2
#     ANSI string -->CTRL<--
#     Logical device decodes 16 bit IO address lines
#         Minimum IO base address 0x0120
#         Maximum IO base address 0x03a8
#         IO base alignment 8 bytes
#         Number of IO addresses required: 8
# (IO 0 (SIZE 8) (BASE 0x0120))
 (NAME "CSC8025/-1[2]{CTRL                }")
# (ACT Y)
))
#
# Logical device id CSC0103
#     Device supports vendor reserved register @ 0x38
#     Device supports vendor reserved register @ 0x3d
#     Device supports vendor reserved register @ 0x3e
#     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 CSC8025/-1 (LD 3
#     ANSI string -->MPU<--

# Multiple choice time, choose one only !

#     Start dependent functions: priority preferred
#       IRQ 9.
#             High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 9 (MODE +E)))
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0330
#             Maximum IO base address 0x0330
#             IO base alignment 8 bytes
#             Number of IO addresses required: 2
# (IO 0 (SIZE 2) (BASE 0x0330))

#       Start dependent functions: priority acceptable
#       IRQ 9, 10, 11, 12 or 15.
#             High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 9 (MODE +E)))
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0330
#             Maximum IO base address 0x0360
#             IO base alignment 8 bytes
#             Number of IO addresses required: 2
# (IO 0 (SIZE 2) (BASE 0x0330))

#       Start dependent functions: priority functional
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0330
#             Maximum IO base address 0x03e0
#             IO base alignment 8 bytes
#             Number of IO addresses required: 2
# (IO 0 (SIZE 2) (BASE 0x0330))

#     End dependent functions
 (NAME "CSC8025/-1[3]{MPU                 }")
# (ACT Y)
))
# End tag... Checksum 0x00 (OK)

# Card 2: (serial identifier 3c 00 54 11 c7 60 16 63 04)
# Vendor Id ACC1660, Serial Number 5509575, checksum 0x3C.
#     Version 1.0, Vendor version 1.0
#     ANSI string -->ACCTON EN166X MPX2 ETHERNET CARD<--
#
# Logical device id @@@9519
#     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 ACC1660/5509575 (LD 0
#     Compatible device id PNP80d6
#     Logical device decodes 10 bit IO address lines
#         Minimum IO base address 0x0200
#         Maximum IO base address 0x03e0
#         IO base alignment 32 bytes
#         Number of IO addresses required: 32
(IO 0 (SIZE 32) (BASE 0x0300) )
#     IRQ 3, 4, 5, 9, 10, 11, 12 or 15.
#         High true, edge sensitive interrupt
(INT 0 (IRQ 3 (MODE +E)))
 (NAME "ACC1660/5509575[0]{ACCTON EN166X MPX2 ETHERNET CARD}")
(ACT Y)
))
# End tag... Checksum 0x00 (OK)

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

Merci d'avance


Je viens de trouver sur un site ceci : (http://www.nu2.nu/bootdisk/network/makedisk-old/)
ethne.cab (9KB)    Accton EN166x MPX2 PnP Ethernet Adapter EtherCombo/Coax/Pair    \lib\ndis    1.0    Jul 5, 2002

Je peut télécharger ce fichier, est ce que cela peut servir ?

Dernière modification par fly_in_the_sky (Le 07/04/2008, à 16:46)

Hors ligne

#2 Le 07/04/2008, à 16:45

fly_in_the_sky

Re : Ordinosor xubuntu problème avec carte réseau ISA

up

Hors ligne