#101 Le 26/03/2008, à 19:58
- mastermokey
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
voilà ce que ça donne ds l'interface....
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
auto eth2
iface eth2 inet dhcp
auto ath0
iface ath0 inet dhcp
auto wlan0
iface wlan0 inet static
address 169.254.1.1
netmask 255.255.255.0
#Réseau 192.168.2.0 régler l'adresse de l'imprimante sur ce réseau par ex: #192.168.2.3
gateway 169.254.1.189
pre-up iwconfig wlan0 mode ad-hoc
wireless-essid roro
Hors ligne
#102 Le 26/03/2008, à 20:05
- Imagine
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
Si tu n'as bien qu'une carte ethernet comme je le pense, tu peux supprimer
auto eth1
iface eth1 inet dhcpauto eth2
iface eth2 inet dhcpauto ath0
iface ath0 inet dhcp
(pas indispensable)
Transforme
pre-up iwconfig wlan0 mode ad-hoc
en
#pre-up iwconfig wlan0 mode ad-hoc
cette ligne ne sera plus lue au redémarrage du réseau
sudo /etc/init.d/networking restart
pour relancer le réseau et poste les retours
L'imprimante ne fonctionnera pas encore, on verra ça après
Dernière modification par Imagine (Le 26/03/2008, à 20:06)
Hors ligne
#103 Le 26/03/2008, à 20:12
- mastermokey
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
seb@seb-desktop:~$ sudo /etc/init.d/networking restart
Password:
* Reconfiguring network interfaces... Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Listening on LPF/eth0/00:1a:92:69:fe:ff
Sending on LPF/eth0/00:1a:92:69:fe:ff
Sending on Socket/fallback
DHCPRELEASE on eth0 to 172.20.230.5 port 67
Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Listening on LPF/eth0/00:1a:92:69:fe:ff
Sending on LPF/eth0/00:1a:92:69:fe:ff
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPOFFER from 10.17.0.1
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 10.17.0.1
bound to 89.2.173.147 -- renewal in 6022 seconds.
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device wlan0 ; Network i
Hors ligne
#104 Le 26/03/2008, à 20:25
- Imagine
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
essaie d'ajouter
wireless-mode ad-hoc
juste avant
wireless-essid roro
A la place de
pre-up iwconfig wlan0 mode ad-hoc
en fait
puis
sudo /etc/init.d/networking restart
Hors ligne
#105 Le 26/03/2008, à 20:49
- mastermokey
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
ds l'interface ça donne:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto wlan0
iface wlan0 inet static
address 169.254.1.1
netmask 255.255.255.0
#Réseau 192.168.2.0 régler l'adresse de l'imprimante sur ce réseau par ex: #192.168.2.3
gateway 169.254.1.189
wireless-mode ad-hoc
wireless-essid roro
et ds le terminal:
seb@seb-desktop:~$ sudo /etc/init.d/networking restart
Password:
* Reconfiguring network interfaces... Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Listening on LPF/eth0/00:1a:92:69:fe:ff
Sending on LPF/eth0/00:1a:92:69:fe:ff
Sending on Socket/fallback
DHCPRELEASE on eth0 to 172.20.230.5 port 67
Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Network is down.
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device wlan0 ; Network is down.
Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Listening on LPF/eth0/00:1a:92:69:fe:ff
Sending on LPF/eth0/00:1a:92:69:fe:ff
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPOFFER from 10.17.0.1
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 10.17.0.1
bound to 89.2.173.147 -- renewal in 5631 seconds.
Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Network is down.
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device wlan0 ; Network is down.
[ ok ]
seb@seb-desktop:~$
Hors ligne
#106 Le 26/03/2008, à 20:59
- Imagine
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
Sous Dapper j'avais eu du mal avec Interfaces si je me rappelle bien
commente les 2 lignes qui posent problème en ajoutant # devant
# wireless-mode ad-hoc
# wireless-essid roro
puis
sudo /etc/init.d/networking restart
Dernière modification par Imagine (Le 26/03/2008, à 21:00)
Hors ligne
#107 Le 26/03/2008, à 21:02
- mastermokey
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
seb@seb-desktop:~$ sudo /etc/init.d/networking restart
* Reconfiguring network interfaces... Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Listening on LPF/eth0/00:1a:92:69:fe:ff
Sending on LPF/eth0/00:1a:92:69:fe:ff
Sending on Socket/fallback
DHCPRELEASE on eth0 to 172.20.130.5 port 67
Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Listening on LPF/eth0/00:1a:92:69:fe:ff
Sending on LPF/eth0/00:1a:92:69:fe:ff
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
DHCPOFFER from 10.17.0.1
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 10.17.0.1
bound to 85.68.190.225 -- renewal in 6490 seconds.
Hors ligne
#108 Le 26/03/2008, à 21:03
- Imagine
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
iwconfig
Hors ligne
#109 Le 26/03/2008, à 21:18
- mastermokey
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
seb@seb-desktop:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 RT73 WLAN ESSID:""
Mode:Managed Frequency=2.412 GHz Bit Rate:54 Mb/s
RTS thr:off Fragment thr:off
Link Quality=0/100 Signal level:-121 dBm Noise level:-115 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
sit0 no wireless extensions.
Hors ligne
#110 Le 26/03/2008, à 21:27
- Imagine
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
On progresse, la clé démarre
On va vérifier que tu peux joindre l'imprimante puis on automatisera tout ça
sudo iwconfig wlan0 essid roro
s'il n'y a pas d'erreur [edit : corrigé]
sudo iwconfig wlan0 mode ad-hoc
poste les retours
Dernière modification par Imagine (Le 26/03/2008, à 21:33)
Hors ligne
#111 Le 26/03/2008, à 21:29
- mastermokey
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
seb@seb-desktop:~$ sudo iwconfig wlan0 essid roro
Password:
seb@seb-desktop:~$ sudo iwconfig wlan0
wlan0 RT73 WLAN ESSID:"roro"
Mode:Managed Frequency=2.412 GHz Bit Rate:54 Mb/s
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=0/100 Signal level:-121 dBm Noise level:-115 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
seb@seb-desktop:~$
Hors ligne
#112 Le 26/03/2008, à 21:32
- Imagine
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
J'ai oublié un bout dans la 2me commande
sudo iwconfig wlan0 mode ad-hoc
Hors ligne
#113 Le 26/03/2008, à 21:35
- mastermokey
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
OK...ça imprime !
cette fois si je touche à rien..je redemarre pas
Hors ligne
#114 Le 26/03/2008, à 21:37
- Imagine
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
Ça va être dur, tu laisses l'ordinateur allumé 24h/24 ?
Hors ligne
#115 Le 26/03/2008, à 21:41
- mastermokey
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
...et donc je fais quoi ?....j'ai trop peur de tt faire foirer comme hier
Hors ligne
#116 Le 26/03/2008, à 21:43
- Imagine
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
Pour automatiser tout ça
sudo gedit /etc/rc.local
c'est un fichier qui permet de passer des commandes en mode superutilisateur à la fin du démarrage de l'ordinateur
avant
exit 0
rajoute les 2 lignes
iwconfig wlan0 essid roro
iwconfig wlan0 mode ad-hoc
Au prochain démarrage tu devrais avoir l'imprimante directement
Hors ligne
#117 Le 26/03/2008, à 21:45
- Imagine
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
Je m'en sers pour passer mon wifi en 54M
Hors ligne
#118 Le 26/03/2008, à 21:50
- Imagine
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
Si tu as un peu de temps, teste ce soir, je reste connecté
Hors ligne
#119 Le 26/03/2008, à 21:52
- mastermokey
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
bon j'ai rentré les commandes...je redemarre ?
Hors ligne
#120 Le 26/03/2008, à 22:00
- mastermokey
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
bon je sais pas trop ce que ça donne...mais ça marche plus là....j'ai rien redémarré pourtant juste rentré les commandes et refait un test avec une page
eb@seb-desktop:~$ iwconfig wlan0 essid roro
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device wlan0 ; Operation not permitted.
seb@seb-desktop:~$ iwconfig wlan0 mode ad-hoc
Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Operation not permitted.
seb@seb-desktop:~$
Hors ligne
#121 Le 26/03/2008, à 22:03
- Imagine
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
iwconfig
Hors ligne
#122 Le 26/03/2008, à 22:06
- mastermokey
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
ça semble etre bon pourtant
eb@seb-desktop:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 RT73 WLAN ESSID:"roro"
Mode:Ad-Hoc Frequency=2.462 GHz Cell: 1E:86:1A:CF:D0:78
Bit Rate:11 Mb/s
RTS thr:off Fragment thr:off
Link Quality=95/100 Signal level:-44 dBm Noise level:-107 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
sit0 no wireless extensions.
Hors ligne
#123 Le 26/03/2008, à 22:13
- Imagine
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
Ça n'imprime pas ?
Ton imprimante n'a pas changé d'IP comme hier ?
Hors ligne
#124 Le 26/03/2008, à 22:15
- Imagine
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
ifconfig wlan0
Hors ligne
#125 Le 26/03/2008, à 22:15
- mastermokey
Re : [RéSOLU]probleme avec imprimante brother DCP-750CW
si c'est bon, ça imprime (j'ai redemarrer l'imprimante)...et l'IP n'a pas changé
et donc pour stabiliser il y a quelques chose à faire ?......je peux eteindre l'ordi sans risque ?
Hors ligne