View previous topic :: View next topic |
Author |
Message |
Re[s]eT n00b


Joined: 25 Oct 2004 Posts: 35 Location: Nice
|
Posted: Sun Mar 09, 2008 10:38 am Post subject: [hardware] nVidia CK8S Ethernet Controller (résolu) |
|
|
Salut tout le monde,
j'ai des soucis pour faire marcher mon interface réseau correctement, voici ce que donne mon lspci:
Code: |
00:05.0 Bridge: nVidia Corporation CK8S Ethernet Controller (rev a2)
Subsystem: ASUSTeK Computer Inc. Unknown device 80a7
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 17
Memory at ff6fc000 (32-bit, non-prefetchable) [size=4K]
I/O ports at ec00 [size=8]
Capabilities: [44] Power Management version 2
|
Vous avez une idée sur le driver réseau à utiliser  _________________ Caleçon qui gratte, morpions qui squattent.
Last edited by Re[s]eT on Sat Mar 22, 2008 10:06 pm; edited 1 time in total |
|
Back to top |
|
 |
chris256 n00b


Joined: 04 Jun 2006 Posts: 21
|
Posted: Sun Mar 09, 2008 12:04 pm Post subject: |
|
|
Salut ,
Chez moi c'est forcedeth :
Code: | 00:05.0 Bridge: nVidia Corporation CK8S Ethernet Controller (rev a2)
Subsystem: Giga-byte Technology Unknown device e000
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 20
Memory at fc000000 (32-bit, non-prefetchable) [size=4K]
I/O ports at b800 [size=8]
Capabilities: [44] Power Management version 2
Kernel driver in use: forcedeth
Kernel modules: forcedeth
|
_________________ Sorry for my bad English , I'm French . |
|
Back to top |
|
 |
Re[s]eT n00b


Joined: 25 Oct 2004 Posts: 35 Location: Nice
|
Posted: Sun Mar 09, 2008 12:16 pm Post subject: |
|
|
t'as quel kernel?
j'ai cherché forcedeph avant de faire mon post mais je ne l'ai pas trouvé ... _________________ Caleçon qui gratte, morpions qui squattent. |
|
Back to top |
|
 |
chris256 n00b


Joined: 04 Jun 2006 Posts: 21
|
Posted: Sun Mar 09, 2008 12:32 pm Post subject: |
|
|
Zen-sources , il y a un post dans "unsupported software" mais de mémoire il était dispo dans tout les noyaux que j'ai testé ( vanilla , gentoo-sources ... ) , que te renvoie un :
Code: | grep -i forcedeth /boot/config |
Code: | localhost chris # grep -i forcedeth /boot/config-x86_64-2.6.24-zen1-r3
CONFIG_FORCEDETH=m
# CONFIG_FORCEDETH_NAPI is not set
|
Code: | localhost chris # modinfo forcedeth
filename: /lib/modules/2.6.24-zen1-r3/kernel/drivers/net/forcedeth.ko
license: GPL
description: Reverse Engineered nForce ethernet driver
author: Manfred Spraul <manfred@colorfullife.com>
|
_________________ Sorry for my bad English , I'm French . |
|
Back to top |
|
 |
Re[s]eT n00b


Joined: 25 Oct 2004 Posts: 35 Location: Nice
|
Posted: Sun Mar 09, 2008 1:16 pm Post subject: |
|
|
C'est bon je l'ai trouvé merci de l'info, dès que je peux je recompile mon kernel histoire de voir si tout est ok cette fois ci _________________ Caleçon qui gratte, morpions qui squattent. |
|
Back to top |
|
 |
|