[quote=“belga”]poste les retours de
sudo lshw -C network
ifconfig
cat /etc/network/interfaces
[/quote]
note1 : dans le doute, j’ai laissé la reponse concernant le filaire
sonal@sonal-laptop:~$ sudo lshw -C network
*-network
description: Wireless interface
product: PRO/Wireless 3945ABG Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:0c:00.0
logical name: eth2
version: 02
serial: 00:18:de:38:d2:05
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ipw3945 driverversion=1.2.1dmpr firmware=13.0 1:0 () latency=0 link=yes module=ipw3945 multicast=yes wireless=IEEE 802.11g
*-network
description: Ethernet interface
product: BCM4401-B0 100Base-TX
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth1
version: 02
serial: 00:15:c5:6b:5d:90
size: 100MB/s
capacity: 100MB/s
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=b44 driverversion=1.01 duplex=full ip=192.168.1.123 latency=64 link=yes module=b44 multicast=yes port=twisted pair speed=100MB/s
*-network DISABLED
description: IEEE1394 interface
physical id: 2
logical name: eth0
serial: 43:4f:c0:00:14:ba
capabilities: ieee1394 physical
configuration: broadcast=yes driver=eth1394 multicast=yes
note2 : dans le doute j’ai laissé les réponses concernant le filaire
[code]sonal@sonal-laptop:~$ sudo ifconfig
eth1 Lien encap:Ethernet HWaddr 00:15:C5:6B:5D:90
inet adr:192.168.1.123 Bcast:192.168.1.255 Masque:255.255.255.0
adr inet6: fe80::215:c5ff:fe6b:5d90/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:184 errors:0 dropped:0 overruns:0 frame:0
TX packets:183 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:84260 (82.2 KiB) TX bytes:35177 (34.3 KiB)
Interruption:17
eth2 Lien encap:Ethernet HWaddr 00:18:DE:38:D2:05
adr inet6: fe80::218:deff:fe38:d205/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:102 errors:4 dropped:4 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:24126 (23.5 KiB) TX bytes:472 (472.0 b)
Interruption:17 Adresse de base:0xe000 Mémoire:dfdff000-dfdfffff
lo Lien 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:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:560 (560.0 b) TX bytes:560 (560.0 b)
[/code]
note3 : ici pas de reference à eth2 car je le fais fonctionner seulement avec networkmanager
[code]sonal@sonal-laptop:~$ cat /etc/network/interfaces
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 eth1
iface eth1 inet dhcp
[/code]