Bonjour
J’ai une connection wifi (madwifi) qui fonctionne bien mais je souhaite supprimer la wifi (à cause des ondes) et utiliser une connection filaire.
Mais impossible d’avoir internet avec ce port ethernet interne à l’ordinateur ???
edit: ifconfig -a
[quote]eth1 Link encap:Ethernet HWaddr 00:18:f3:97:32:41
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interruption:23 Adresse de base:0x2000
[/quote]
mais eth1 n’apparaît pas avec ifconfig
Pour /etc/network/interfaces :
[quote][# The loopback network interface
auto lo
iface lo inet loopback
auto eth1
iface eth1 inet static
#j’ai encore ces 2 lignes pour avoir internet avec la wifi)
auto ath0
iface ath0 inet static
address 192.168.0.1
netmask 255.255.255.0
broadcast 192.168.0.255
network 192.168.0.0
gateway 192.168.0.254
wpa-conf /etc/wpa_supplicant.conf
wpa-driver wext
[/quote]
avec lswh[quote]product: MCP51 Ethernet Controller [10DE:269]
vendor: nVidia Corporation [10DE]
bus info: pci@0000:00:14.0
logical name: eth1
version: a3
serial: 00:18:f3:97:32:41
size: 100000000
capacity: 1000000000
width: 32 bits
clock: 66MHz
capabilities:
bridge,
Power Management,
bus mastering,
PCI capabilities listing,
ethernet,
Physical interface,
Media Independant Interface,
10MB/s,
10MB/s (full duplex),
100MB/s,
100MB/s (full duplex),
1GB/s (full duplex),
Auto-negotiation
configuration:
autonegotiation: on
broadcast: yes
driver: forcedeth
driverversion: 0.61
duplex: full
latency: 0
link: yes
maxlatency: 20
mingnt: 1
module: forcedeth
multicast: yes
port: MII
speed: 100MB/s
this device has been disabled[/quote]
pour le module forcedeth [quote]# lsmod | grep forcedeth
forcedeth 54032 0[/quote]
C’est bien eth1 (et non eth0) udev le monte comme ca[quote]# cat /etc/udev/rules.d/z25_persistent-net.rules
This file was automatically generated by the /lib/udev/write_net_rules
program, probably run by the persistent-net-generator.rules rules file.
You can modify it, as long as you keep each rule on a single line.
Firewire device 0011d80000eec17e (ohci1394)
SUBSYSTEM==“net”, DRIVERS=="?*", ATTRS{address}==“00:11:d8:00:00:ee:c1:7e”, NAME=“eth0”
PCI device 0x10de:0x0269 (forcedeth)
SUBSYSTEM==“net”, DRIVERS=="?*", ATTRS{address}==“00:18:f3:97:32:41”, NAME=“eth1”
PCI device 0x168c:0x0013 (ath_pci)
SUBSYSTEM==“net”, DRIVERS=="?*", ATTRS{address}==“00:0f:b5:8c:92:65”, ATTRS{type}==“1”, NAME=“ath0”
[/quote]
J’ai testé sur un noyau 2.6.24 et 2.6.26
J’ai même réinstallé windows sur une partition pour constater que cette carte ethernet fonctionne.
edit: Je n’ai pas de problème avec zenwalk.
Merci de me donner un coup de main.