Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Kernel] Plus de réseau: passage 2.6.8=>2.6.9 (non résolu
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
theturtle123
l33t
l33t


Joined: 19 Sep 2003
Posts: 621
Location: Lille, France

PostPosted: Tue Nov 16, 2004 8:47 am    Post subject: [Kernel] Plus de réseau: passage 2.6.8=>2.6.9 (non réso Reply with quote

salut
J'utilise les gentoo-dev-sources sur mon portable
jusqu'au 2.6.8-r1, pas de problèmes, tout marchait à merveille...
jusqu'au jour où, après ce fameux -r1, je n'ai plus eu de réseau mais un message étrange dans mes logs :
Code:
Nov 15 16:50:13 drum NETDEV WATCHDOG: eth0: transmit timed out
Nov 15 16:50:13 drum eth0: Transmit timeout, status 00000000 00000260
Nov 15 16:50:21 drum NETDEV WATCHDOG: eth0: transmit timed out
Nov 15 16:50:21 drum eth0: Transmit timeout, status 00000000 00000260

jusqu'à ce jour (2.6.9-r3), toujours pas de réseau...
Le chipset est un SiS900 (oui oui, j'ai bien le bon module dans le kernel)
j'ai essayé de :
* reloader ma conf du 2.6.8-r1 comme un barbare :arrow: rien
* me retapper tous les menus un par un pour voir si un nouveau truc aurait échappé à mes yeux :arrow: rien
* passer "noapic" au kernel :arrow: rien
* passer "acpi=off" au kernel :arrow: rien (ça a toujours marché avec l'acpi d'ailleurs)
* passer les deux précédents en même temps :arrow: rien

toutes ces manips viennent du forum gentoo ou de l'ami google... et comme je suis à court de pistes... j'appelle à l'aide :twisted:

theturtle, bloqué avec son 2.6.8-r1 :evil:
Back to top
View user's profile Send private message
colito
Guru
Guru


Joined: 03 Aug 2004
Posts: 569
Location: france (NIORT)

PostPosted: Tue Nov 16, 2004 8:59 am    Post subject: Reply with quote

Pas pouvoir t'aider...
c'est un peu bizarre comme truc, d'autant ke t'as l'air d'avoir essayé tout ce ki semble essayable de prime abord...

Passe sur un 2.6.7 ;)

Sinon, t'es sur ke t'as pas besoin de charger un module ou qch du genre?
Back to top
View user's profile Send private message
marvin rouge
Veteran
Veteran


Joined: 01 Aug 2004
Posts: 1422
Location: Villa Lumierrante, Zonelibre

PostPosted: Tue Nov 16, 2004 9:25 am    Post subject: Reply with quote

pareil, pas beaucoup d'aide à t'apporter. juste au hasard, WATCHDOG, c'est une option du kernel, ca, non ? t'as essayé de le supprimer ?
Back to top
View user's profile Send private message
theturtle123
l33t
l33t


Joined: 19 Sep 2003
Posts: 621
Location: Lille, France

PostPosted: Tue Nov 16, 2004 9:30 am    Post subject: Reply with quote

ha tiens j'avais pas pensé à ça...
je vais tenter et je vous dis :wink:
Back to top
View user's profile Send private message
theturtle123
l33t
l33t


Joined: 19 Sep 2003
Posts: 621
Location: Lille, France

PostPosted: Tue Nov 16, 2004 9:31 am    Post subject: Reply with quote

colito : ma carte est bien reconnue au boot, je peux la ifconfig et faire tout ce que je veux avec... sauf envoyer des paquets :twisted:
un peu génant pour une carte réseau :evil:
Back to top
View user's profile Send private message
theturtle123
l33t
l33t


Joined: 19 Sep 2003
Posts: 621
Location: Lille, France

PostPosted: Tue Nov 16, 2004 9:37 am    Post subject: Reply with quote

marvin rouge : WATCHDOG, je trouve pas dans le menu Networking du kernel... tu saurais pas où ça se trouve par hasard ?
dans un autre sous menu ?
en plus, en rechargeant ma config du 2.6.8-r1 qui marche parfaitement, je vois pas pourquoi ça marche pas... a priori rien de plus ne devrait être "coché"
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Tue Nov 16, 2004 9:41 am    Post subject: Reply with quote

comme ca de tete je suis pas sur, regarde dans character devices !
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
theturtle123
l33t
l33t


Joined: 19 Sep 2003
Posts: 621
Location: Lille, France

PostPosted: Tue Nov 16, 2004 9:51 am    Post subject: Reply with quote

je viens de regarder mais ce n'est pas coché
en fait le kernel envoie apparement le message WATCHDOG car il n'arrive pas à utiliser la carte réseau... si j'avais coché l'option WATCHDOG du kernel, il aurait rebooté la machine pour qu'elle soit au plus vite "up"
le WATCHDOG n'est donc pas apparement à prendre en compte, ça veut juste dire que le kernel "voit" qu'il ne peut pas utiliser ma carte réseau

Code:
CONFIG_WATCHDOG:                                                        x 
  x                                                                         x 
  x If you say Y here (and to one of the following options) and create a    x 
  x character special file /dev/watchdog with major number 10 and minor     x 
  x number 130 using mknod ("man mknod"), you will get a watchdog, i.e.:    x 
  x subsequently opening the file and then failing to write to it for       x 
  x longer than 1 minute will result in rebooting the machine. This         x 
  x could be useful for a networked machine that needs to come back         x 
  x online as fast as possible after a lock-up. There's both a watchdog     x 
  x implementation entirely in software (which can sometimes fail to        x 
  x reboot the machine) and a driver for hardware watchdog boards, which    x 
  x are more robust and can also keep track of the temperature inside       x 
  x your computer. For details, read <file:Documentation/watchdog/watchdog. x 
  x in the kernel source.
Back to top
View user's profile Send private message
treffer
Apprentice
Apprentice


Joined: 14 Dec 2004
Posts: 150

PostPosted: Tue Dec 14, 2004 8:50 am    Post subject: Reply with quote

Have a look at
https://forums.gentoo.org/viewtopic.php?t=226924&highlight=sis900

Quote:

[*] Local APIC on uniprocessors
[*] IO-APIC on uniprocessors
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum