#76 Le 21/03/2008, à 23:24
- nesta12
Re : [resolu]Installation BCM5787
Pas de vue sur les connexion wifi au demarrage
nesta@nesta-laptop:~$ sudo iwlist scanning
[sudo] password for nesta:
lo Interface doesn't support scanning.eth0 Interface doesn't support scanning.
Warning: Driver for device ra0 has been compiled with an ancient version
of Wireless Extension, while this program support version 11 and later.
Some things may be broken...ra0 Interface doesn't support scanning.
nesta@nesta-laptop:~$ sudo /sbin/ifconfig ra0 up
nesta@nesta-laptop:~$ sudo iwlist scanning
lo Interface doesn't support scanning.eth0 Interface doesn't support scanning.
ra0 Scan completed :
Cell 01 - Address: 00:07:CB:82:8D:94
ESSID:"nesta"
Mode:Managed
Channel:11
Quality=100/100 Signal level:-37 dBm Noise level:-97 dBm
Encryption key:on
Bit Rates:54 Mb/snesta@nesta-laptop:~$
Soyez indulgent avec un newbie linuxien^^
TiW clan Wolfenstein
Hors ligne
#77 Le 21/03/2008, à 23:28
- vista sous belga
Re : [resolu]Installation BCM5787
arrives tu à te connecter??
#78 Le 21/03/2008, à 23:29
- nesta12
Re : [resolu]Installation BCM5787
je ne voit pas de reseaux wifi....
seulement en ligne de comande apres avoir fait le up....
Soyez indulgent avec un newbie linuxien^^
TiW clan Wolfenstein
Hors ligne
#79 Le 21/03/2008, à 23:33
- vista sous belga
Re : [resolu]Installation BCM5787
fais ceci
echo -e 'auto lo\niface lo inet loopback\n' | sudo tee /etc/network/interfaces
sudo /etc/init.d/networking restart
Reste à utiliser network-manager (deux tv en haut à droite dans Gnome)
Ca donnes ça N-M
#80 Le 21/03/2008, à 23:35
- nesta12
Re : [resolu]Installation BCM5787
se moque de moi network ne voit pas le wifi pourtant
nesta@nesta-laptop:~$ sudo iwlist scanninglo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
ra0 Scan completed :
Cell 01 - Address: 00:1E:4C:7C:0D:07
ESSID:"Livebox-8F38"
Mode:Managed
Channel:1
Quality=58/100 Signal level:-82 dBm Noise level:-97 dBm
Encryption key:on
Bit Rates:54 Mb/s
Cell 02 - Address: 00:07:CB:82:8D:94
ESSID:"nesta"
Mode:Managed
Channel:11
Quality=100/100 Signal level:-35 dBm Noise level:-97 dBm
Encryption key:on
Bit Rates:54 Mb/s
nesta@nesta-laptop:~$
Soyez indulgent avec un newbie linuxien^^
TiW clan Wolfenstein
Hors ligne
#81 Le 21/03/2008, à 23:39
- vista sous belga
Re : [resolu]Installation BCM5787
si tu as un bouton association sur la box active la avant de lancer la connexion
sudo iwconfig ra0 essid nesta
sudo iwconfig ra0 key la_clé_wep
sudo dhclient ra0 #donne le retour
#82 Le 21/03/2008, à 23:48
- nesta12
Re : [resolu]Installation BCM5787
nesta@nesta-laptop:~$ sudo dhclient ra0
Internet Systems Consortium DHCP Client V3.0.5
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/Listening on LPF/ra0/00:15:af:91:cd:75
Sending on LPF/ra0/00:15:af:91:cd:75
Sending on Socket/fallback
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 9
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
Soyez indulgent avec un newbie linuxien^^
TiW clan Wolfenstein
Hors ligne
#83 Le 21/03/2008, à 23:53
- vista sous belga
Re : [resolu]Installation BCM5787
retire le cryptage wep et autre (filtage mac etc...)
assure toi que tu es en dhcp et non io fixe
puis essaye
sudo /sbin/ifconfig ra0 up
sudo iwconfig ra0 essid nesta
sudo dhclient ra0 #donne le retour
#84 Le 21/03/2008, à 23:55
- nesta12
Re : [resolu]Installation BCM5787
je suis chez free je ne pense pas avoir le choix je suis obliger de crypter ma connexion
Soyez indulgent avec un newbie linuxien^^
TiW clan Wolfenstein
Hors ligne
#85 Le 21/03/2008, à 23:57
- vista sous belga
Re : [resolu]Installation BCM5787
a tu un bouton mode association sur la box?
#86 Le 21/03/2008, à 23:57
- nesta12
Re : [resolu]Installation BCM5787
non aucun bouton sur la box
Soyez indulgent avec un newbie linuxien^^
TiW clan Wolfenstein
Hors ligne
#87 Le 22/03/2008, à 00:00
- vista sous belga
Re : [resolu]Installation BCM5787
la clé en hexa, 64, 128??
#88 Le 22/03/2008, à 00:01
- nesta12
Re : [resolu]Installation BCM5787
hexa il me semble
Soyez indulgent avec un newbie linuxien^^
TiW clan Wolfenstein
Hors ligne
#89 Le 22/03/2008, à 00:03
- ilfiatbianco
Re : [resolu]Installation BCM5787
hexa il me semble
tu devrais avoir une page de configuration de la free??non?
une adresse à taper dans firefox pour accéder à la box
#90 Le 22/03/2008, à 00:06
- nesta12
Re : [resolu]Installation BCM5787
http://i43.servimg.com/u/f43/09/03/87/75/captur11.png
Soyez indulgent avec un newbie linuxien^^
TiW clan Wolfenstein
Hors ligne
#91 Le 22/03/2008, à 00:12
- vista sous belga
Re : [resolu]Installation BCM5787
change de canal, essaye la 6
puis
sudo ifconfig ra0 down
sudo ifconfig ra0 up
sudo iwconfig ra0 essid nesta
sudo iwconfig ra0 key la_clé_wep
sudo dhclient ra0 #donne le retour
#92 Le 22/03/2008, à 00:19
- nesta12
Re : [resolu]Installation BCM5787
nesta@nesta-laptop:~$ sudo dhclient ra0 #donne le retour
There is already a pid file /var/run/dhclient.pid with pid 6535
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.0.5
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/Listening on LPF/ra0/00:15:af:91:cd:75
Sending on LPF/ra0/00:15:af:91:cd:75
Sending on Socket/fallback
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 12
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
Soyez indulgent avec un newbie linuxien^^
TiW clan Wolfenstein
Hors ligne
#93 Le 22/03/2008, à 00:27
- vista sous belga
Re : [resolu]Installation BCM5787
tape
sudo gedit /etc/network/interfaces
rajoute après la boucle lo
iface ra0 inet dhcp
pre-up ifconfig ra0 up
wireless-essid nesta
wireless-key tape_la_clé_wep
auto ra0
enregistre et redémarre et donne
les retours de
sudo lshw -C network
iwconfig
#94 Le 22/03/2008, à 00:35
- nesta12
Re : [resolu]Installation BCM5787
nesta@nesta-laptop:~$ sudo lshw -C network
[sudo] password for nesta:
*-network
description: Network controller
product: RaLink
vendor: RaLink
physical id: 0
bus info: pci@0000:04:00.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=rt2860 latency=0 module=rt2860sta
*-network
description: Wireless interface
product: NetLink BCM5787M Gigabit Ethernet PCI Express
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:05:00.0
logical name: eth0
version: 02
serial: 00:a0:d1:c3:2f:2f
size: 100MB/s
capacity: 1GB/s
width: 64 bits
clock: 33MHz
capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation wireless
configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.77 duplex=full firmware=5787m-v3.23 ip=82.249.124.161 latency=0 link=yes module=tg3 multicast=yes port=twisted pair speed=100MB/s wireless=RT2860 Wireless
nesta@nesta-laptop:~$ iwconfig
lo no wireless extensions.eth0 no wireless extensions.
ra0 RT2860 Wireless ESSID:"" Nickname:"RT2860STA"
Mode:Auto Frequency=2.412 GHz Bit Rate=150 Mb/s
RTS thr:off Fragment thr:off
Link Quality:0 Signal level:0 Noise level:159
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0nesta@nesta-laptop:~$
Pour infos, je fait bcp de deplacement pro, et donc je me connecterai surtout ailleur que chez moi...
Soyez indulgent avec un newbie linuxien^^
TiW clan Wolfenstein
Hors ligne
#95 Le 22/03/2008, à 00:40
- vista sous belga
Re : [resolu]Installation BCM5787
oui les déplacements mais la on n'arrive pas à se connecter même en dur
tape
sudo ifconfig ra0 up
sudo ifdown ra0
sudo ifup ra0 #donne le retour
#96 Le 22/03/2008, à 00:42
- nesta12
Re : [resolu]Installation BCM5787
nesta@nesta-laptop:~$ sudo ifconfig ra0 up
nesta@nesta-laptop:~$ sudo ifdown ra0
There is already a pid file /var/run/dhclient.ra0.pid with pid 4502
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.0.5
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/Listening on LPF/ra0/00:15:af:91:cd:75
Sending on LPF/ra0/00:15:af:91:cd:75
Sending on Socket/fallback
Error for wireless request "Set Encode" (8B2A) :
SET failed on device ra0 ; Network is down.
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device ra0 ; Network is down.
nesta@nesta-laptop:~$ sudo ifup ra0 #donne le retour
There is already a pid file /var/run/dhclient.ra0.pid with pid 134519120
Internet Systems Consortium DHCP Client V3.0.5
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/Listening on LPF/ra0/00:15:af:91:cd:75
Sending on LPF/ra0/00:15:af:91:cd:75
Sending on Socket/fallback
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 6
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
Soyez indulgent avec un newbie linuxien^^
TiW clan Wolfenstein
Hors ligne
#97 Le 22/03/2008, à 00:47
- vista sous belga
Re : [resolu]Installation BCM5787
tape
echo -e 'auto lo\niface lo inet loopback\n' | sudo tee /etc/network/interfaces
dans
Système→Administration→Réseau
vois tu le wifi?
#98 Le 22/03/2008, à 00:49
- nesta12
Re : [resolu]Installation BCM5787
oui toute a fait je le voit
Soyez indulgent avec un newbie linuxien^^
TiW clan Wolfenstein
Hors ligne
#99 Le 22/03/2008, à 00:50
- vista sous belga
Re : [resolu]Installation BCM5787
essaye de le paramtrer de la
#100 Le 22/03/2008, à 00:58
- nesta12
Re : [resolu]Installation BCM5787
sans succes
Soyez indulgent avec un newbie linuxien^^
TiW clan Wolfenstein
Hors ligne