Merci pour votre aide.
Faut il que j'installe la version 16?
Les résultats des manipulations demandées sont ci dessous
#!/bin/bash
#
# 2012 → 2016 - cracolinux
#
# v0.9
#
# LICENCE:
#
# LICENCE PUBLIQUE RIEN À BRANLER
# Version 1, Mars 2009
# Copyright (C) 2009 Sam Hocevar
# 14 rue de Plaisance, 75014 Paris, France
#
# La copie et la distribution de copies exactes de cette licence sont
# autorisées, et toute modification est permise à condition de changer
# le nom de la licence.
#
# CONDITIONS DE COPIE, DISTRIBUTION ET MODIFICATION
# DE LA LICENCE PUBLIQUE RIEN À BRANLER
#
# 0. Faites ce que vous voulez, j’en ai RIEN À BRANLER.
exec 3>&1
exec 1>~/wificheck.log
echo [code]
# cat /etc/lsb-release
echo -e "\n>> cat /etc/lsb-release \n"
cat /etc/lsb-release
# lsusb
echo -e "\n>> lsusb \n"
lsusb
# lspci -k -nn | grep -A 3 -i net
echo -e "\n>> lspci -k -nn | grep -A 3 -i net \n"
lspci -k -nn | grep -A 3 -i net
# sudo lshw -C network
echo -e "\n>> sudo lshw -C network \n"
sudo lshw -C network
# lsmod
echo -e "\n>> lsmod | sort \n"
lsmod | sort
echo
echo
# iwconfig
echo -e "\n>> iwconfig \n"
iwconfig
# ifconfig -a (merci à toutafai)
echo -e "\n>> ifconfig -a \n"
ifconfig -a
# sudo iwlist scan
echo -e "\n>> sudo iwlist scan \n"
sudo iwlist scan
# uname -r -m
echo -e "\n>> uname -r -m \n"
uname -r -m
# cat /etc/network/interfaces
echo -e "\n>> cat /etc/network/interfaces \n"
cat /etc/network/interfaces
# nm-tool
echo -e "\n>> nm-tool \n"
nm-tool
# nmcli dev wifi
echo -e "\n>> nmcli dev wifi \n"
nmcli dev wifi
# nmcli connection
echo -e "\n>> nmcli connection list (< 15.04) ou nmcli connection show (>= 15.04) \n"
nmcli c show 2>/dev/null || nmcli c list
# nmcli connection status
echo -e "\n>> nmcli connection status \n"
nmcli c status
# sudo rfkill list
echo -e "\n>> sudo rfkill list \n"
sudo rfkill list
echo
exec >&3-
echo "Le fichier wificheck.log a été crée dans "$HOME""
echo "Vous n'avez plus qu'à copier/coller son contenu sur le forum"
echo " accès →→ file:/"$HOME"/wificheck.log"[/code]
Configuration
margueret@margueret-Aspire-3630:~/Bureau$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
margueret@margueret-Aspire-3630:~/Bureau$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 046d:c00e Logitech, Inc. M-BJ58/M-BJ69 Optical Wheel Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
margueret@margueret-Aspire-3630:~/Bureau$ lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 661FX/M661FX/M661MX Host (rev 11)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] AGP Port (virtual PCI-to-PCI bridge)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS963 [MuTIOL Media IO] LPC Controller (rev 25)
00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2/3 SMBus controller
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 IDE Controller
00:02.6 Modem: Silicon Integrated Systems [SiS] AC'97 Modem Controller (rev a0)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS7012 AC'97 Sound Controller (rev a0)
00:03.0 USB controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.1 USB controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.3 USB controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91)
00:06.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 01)
00:0b.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter
margueret@margueret-Aspire-3630:~/Bureau$ lspci -k -nn | grep -A 3 -i net
00:04.0 Ethernet controller [0200]: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet [1039:0900] (rev 91)
Subsystem: Acer Incorporated [ALI] Device [1025:0082]
Kernel driver in use: sis900
00:06.0 CardBus bridge [0607]: ENE Technology Inc CB1410 Cardbus Controller [1524:1410] (rev 01)
--
00:0b.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)
Subsystem: AMBIT Microsystem Corp. TravelMate 2410 [1468:0312]
Kernel driver in use: wl
01:00.0 VGA compatible controller [0300]: Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter [1039:6330]
margueret@margueret-Aspire-3630:~/Bureau$ lspci -k
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 661FX/M661FX/M661MX Host (rev 11)
Kernel driver in use: agpgart-sis
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] AGP Port (virtual PCI-to-PCI bridge)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS963 [MuTIOL Media IO] LPC Controller (rev 25)
00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2/3 SMBus controller
Kernel driver in use: sis96x_smbus
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 IDE Controller
Subsystem: Acer Incorporated [ALI] Device 0082
Kernel driver in use: pata_sis
00:02.6 Modem: Silicon Integrated Systems [SiS] AC'97 Modem Controller (rev a0)
Subsystem: Acer Incorporated [ALI] Device 0082
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS7012 AC'97 Sound Controller (rev a0)
Subsystem: Acer Incorporated [ALI] Device 0082
Kernel driver in use: snd_intel8x0
00:03.0 USB controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
Subsystem: Acer Incorporated [ALI] Device 0082
Kernel driver in use: ohci-pci
00:03.1 USB controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
Subsystem: Acer Incorporated [ALI] Device 0082
Kernel driver in use: ohci-pci
00:03.3 USB controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
Subsystem: Acer Incorporated [ALI] Device 0082
Kernel driver in use: ehci-pci
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91)
Subsystem: Acer Incorporated [ALI] Device 0082
Kernel driver in use: sis900
00:06.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 01)
Subsystem: Acer Incorporated [ALI] Device 0082
Kernel driver in use: yenta_cardbus
00:0b.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
Subsystem: AMBIT Microsystem Corp. TravelMate 2410
Kernel driver in use: wl
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter
Subsystem: Acer Incorporated [ALI] Device 0082
margueret@margueret-Aspire-3630:~/Bureau$ sudo lshw -C network
[sudo] password for margueret:
Désolé, essayez de nouveau.
[sudo] password for margueret:
*-network:0
description: Ethernet interface
produit: SiS900 PCI Fast Ethernet
fabriquant: Silicon Integrated Systems [SiS]
identifiant matériel: 4
information bus: pci@0000:00:04.0
nom logique: eth0
version: 91
numéro de série: 00:16:36:41:56:b2
taille: 100Mbit/s
capacité: 100Mbit/s
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sis900 driverversion=v1.08.10 Apr. 2 2006 duplex=full ip=192.168.1.49 latency=173 link=yes maxlatency=11 mingnt=52 multicast=yes port=MII speed=100Mbit/s
ressources: irq:19 portE/S:2000(taille=256) mémoire:e2003000-e2003fff mémoire:40020000-4003ffff
*-network:1
description: Network controller
produit: BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller
fabriquant: Broadcom Corporation
identifiant matériel: b
information bus: pci@0000:00:0b.0
version: 02
bits: 32 bits
horloge: 33MHz
fonctionnalités: bus_master
configuration: driver=wl latency=64
ressources: irq:17 mémoire:e2004000-e2005fff
margueret@margueret-Aspire-3630:~/Bureau$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
margueret@margueret-Aspire-3630:~/Bureau$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 00:16:36:41:56:b2 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.49/24 brd 192.168.1.255 scope global eth0
valid_lft forever preferred_lft forever
inet6 2a01:cb15:831e:7d00:55bb:d00b:494d:9018/64 scope global temporary dynamic
valid_lft 1790sec preferred_lft 590sec
inet6 2a01:cb15:831e:7d00:216:36ff:fe41:56b2/64 scope global dynamic
valid_lft 1790sec preferred_lft 590sec
inet6 fe80::216:36ff:fe41:56b2/64 scope link
valid_lft forever preferred_lft forever
margueret@margueret-Aspire-3630:~/Bureau$ sudo iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
margueret@margueret-Aspire-3630:~/Bureau$ uname -r -m
3.13.0-32-generic i686
margueret@margueret-Aspire-3630:~/Bureau$ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
margueret@margueret-Aspire-3630:~/Bureau$ nm-tool
NetworkManager Tool
State: connected (global)
- Device: eth0 [Connexion filaire 1] ------------------------------------------
Type: Wired
Driver: sis900
State: connected
Default: yes
HW Address: 00:16:36:41:56:B2
Capabilities:
Carrier Detect: yes
Speed: 100 Mb/s
Wired Properties
Carrier: on
IPv4 Settings:
Address: 192.168.1.49
Prefix: 24 (255.255.255.0)
Gateway: 192.168.1.1
DNS: 192.168.1.1
IPv6 Settings:
Address: 2a01:cb15:831e:7d00:55bb:d00b:494d:9018
Prefix: 64
Gateway: fe80::42c7:29ff:fe33:48ea
Address: 2a01:cb15:831e:7d00:216:36ff:fe41:56b2
Prefix: 64
Gateway: fe80::42c7:29ff:fe33:48ea
Address: fe80::216:36ff:fe41:56b2
Prefix: 64
Gateway: fe80::42c7:29ff:fe33:48ea
DNS: fe80::42c7:29ff:fe33:48ea
DNS: 2a01:cb15:831e:7d00:42c7:29ff:fe33:48ea
margueret@margueret-Aspire-3630:~/Bureau$ sudo rfkill list
margueret@margueret-Aspire-3630:~/Bureau$ nmcli connection show
Usage: nmcli connection { COMMAND | help }
COMMAND := { list | status | up | down | delete }
list [id <id> | uuid <id>]
status [id <id> | uuid <id> | path <path>]
up id <id> | uuid <id> [iface <iface>] [ap <BSSID>] [--nowait] [--timeout <timeout>]
down id <id> | uuid <id>
delete id <id> | uuid <id>
Erreur : commande « con » « show » non valide.
margueret@margueret-Aspire-3630:~/Bureau$ nmcli connection list si nmcli connection show ne fonctionne pas
Paramètre inconnu : si
Paramètre inconnu : nmcli
Paramètre inconnu : connection
Paramètre inconnu : show
Paramètre inconnu : ne
Paramètre inconnu : fonctionne
Paramètre inconnu : pas
Erreur : aucun paramètre valide spécifié.
margueret@margueret-Aspire-3630:~/Bureau$