Probleme avec ma carte réseau

Bonjour,

j’utilise Debian Sid sur mon HP ProBook 5310m .
J’ai des problèmes de connexion au réseau en ethernet. Quand je branche un câble réseau alors que le système est démarré la connexion ne se fait pas. Si je branche le câble avant d’allumer l’ordi, la connexion fonctionne desfois seulement.

Voici ce que me dit dmesg:

[ 11.076100] sky2 0000:03:00.0: eth0: phy I/O error [ 11.076143] sky2 0000:03:00.0: eth0: phy I/O error [ 11.076176] sky2 0000:03:00.0: eth0: phy I/O error [ 11.076211] sky2 0000:03:00.0: eth0: phy I/O error [ 11.076243] sky2 0000:03:00.0: eth0: phy I/O error [ 11.076277] sky2 0000:03:00.0: eth0: phy I/O error [ 11.076312] sky2 0000:03:00.0: eth0: phy I/O error [ 11.076345] sky2 0000:03:00.0: eth0: phy I/O error [ 11.076377] sky2 0000:03:00.0: eth0: phy I/O error [ 11.076409] sky2 0000:03:00.0: eth0: phy I/O error [ 11.076445] sky2 0000:03:00.0: eth0: phy I/O error [ 11.076567] sky2 0000:03:00.0: eth0: enabling interface [ 11.076709] ADDRCONF(NETDEV_UP): eth0: link is not ready

et lspci:

02:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection 03:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8072 PCI-E Gigabit Ethernet Controller (rev ff)

.
ifconfig retourne:

[code]root@makayabou-testing:/home/makayabou# ifconfig
eth0 Link encap:Ethernet HWaddr 00:26:22:b7:7d:c6
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:4294967295
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:4294967295 lg file transmission:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interruption:17

eth0:avahi Link encap:Ethernet HWaddr 00:26:22:b7:7d:c6
inet adr:169.254.9.98 Bcast:169.254.255.255 Masque:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
Interruption:17

lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:47 errors:0 dropped:0 overruns:0 frame:0
TX packets:47 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:16309 (15.9 KiB) TX bytes:16309 (15.9 KiB)

wlan0 Link encap:Ethernet HWaddr 00:24:d6:56:ad:8e
inet adr:192.168.1.33 Bcast:192.168.1.255 Masque:255.255.255.0
adr inet6: fe80::224:d6ff:fe56:ad8e/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2669 errors:0 dropped:0 overruns:0 frame:0
TX packets:2186 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:1889510 (1.8 MiB) TX bytes:422290 (412.3 KiB)
[/code]

Dans cette configuration, je ne parviens pas à me connecter au Net via ethernet.

Quelqu’un a-t-il une idée du problème?

merci

fais voir le fichier /etc/network/interfaces

Voici mon /etc/network/interfaces:

[code]# This file describes the network interfaces available on your system

and how to activate them. For more information, see interfaces(5).

The loopback network interface

auto lo
iface lo inet loopback

The primary network interface

allow-hotplug eth0
iface eth0 inet dhcp
[/code]

essaye:

et ensuite:

messages d’erreurs?

après recherches sur google,je pense qu’il faudra compiler le pilote pour ta carte réseau,les sources sont disponibles sur le site de marvel.

Tu es connecté sur wlan, essaie de couper le wifi pour te connecter en filaire ?

Hello,

thanks for all help.

I’ve followed your advices, so:

  • installing Wicd solves the problem.

  • ifup / down eth0 says:

root@makayabou-testing:/home/makayabou/Bureau# ifdown eth0 postconf: fatal: open /etc/postfix/main.cf: No such file or directory root@makayabou-testing:/home/makayabou/Bureau# ifup eth0 Reloading /etc/samba/smb.conf: smbd only. RTNETLINK answers: File exists postconf: fatal: open /etc/postfix/main.cf: No such file or directory

  • I didn’t find documents saying I had to compile drivers from marvell’s , but even trying:
root@makayabou-testing:/home/makayabou/Bureau# tar xfvj install_v10.91.2.3.tar.bz2 
DriverInstall/
DriverInstall/sk98lin.tar.bz2
DriverInstall/functions
DriverInstall/install.sh
DriverInstall/sk98lin.4
DriverInstall/README
root@makayabou-testing:/home/makayabou/Bureau# cd DriverInstall/
root@makayabou-testing:/home/makayabou/Bureau/DriverInstall# ls
functions  install.sh  README  sk98lin.4  sk98lin.tar.bz2
root@makayabou-testing:/home/makayabou/Bureau/DriverInstall# sh install.sh 
install.sh: 44: ./functions: Syntax error: "(" unexpected