#1 Le 16/01/2005, à 15:22
- Benko
Impossible d'installer les drivers linux-wlan
Bonjour,
J'ai installé ubuntu hier sur mon portable. Tout semble très bien mais je n'arrive pas à installer les drivers de linux-wlan.
La configuration se passe bien mais ensuite lorsque je lance : make install, alors là tout plante
Ca me donne ça :
root@ubuntu:/home/eliben/linux-wlan-ng-0.2.1pre25 # make install
find . -name .depend -exec rm {} ;
set -e; for d in src doc man etc; do make -C $d install ; done
make[1]: entrant dans le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre25/src »
set -e; for d in p80211 prism2 shared wlanctl wland nwepgen mkmeta wlancfg; do make -C $d install ; done
make[2]: entrant dans le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre25/src/p80211 »
mkdir -p /lib/modules/2.6.8.1-4-386/linux-wlan-ng/net
cp p80211.ko /lib/modules/2.6.8.1-4-386/linux-wlan-ng
cp: ne peut évaluer `p80211.ko': Aucun fichier ou répertoire de ce type
make[2]: *** [install] Erreur 1
make[2]: quittant le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre25/src/p80211 »
make[1]: *** [install] Erreur 2
make[1]: quittant le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre25/src »
make: *** [install] Erreur 2
Quelqu'un pourrait m'aider ????
Merci
Benko
-----------------------------------------------------------------------------------
MacBook black 2,2 (Santa Rosa) - 4 Go RAm - ubuntu Gusty - HP OfficeJet 7410 - Clavier Mac Bluetooth
Hors ligne
#2 Le 16/01/2005, à 17:16
- DiCiCat
Re : Impossible d'installer les drivers linux-wlan
Essaie de compiler plutot le driver wlan-ng-0.2.1pre21, il se compile tres bien sur warty
Les versions suivantes sembles surtout prevu pour e compiler sur les kernels 2.6.9.
De plus ubuntu inclu deja le driver wlan-ng, mais il est vrai que pour utiliser une carte usb, il vaut mieu recompiler le driver au moins une fois pour installer les script du drivers qui fonctionne mieux. Par contre, inutile de recompiler a chaque changement de noyau .
Hors ligne
#3 Le 16/01/2005, à 17:39
- Benko
Re : Impossible d'installer les drivers linux-wlan
Merci, je viens de réessayer avec le wlan-ng 0.2.1 pre 21 mais j'ai le même souci au moment du "make install".
Il me renvoie toujours ça :
root@ubuntu:/home/eliben/linux-wlan-ng-0.2.1pre21 # make install
find . -name .depend -exec rm {} \;
set -e; for d in src doc man etc; do make -C $d install ; done
make[1]: entrant dans le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre21/src »
set -e; for d in p80211 prism2 shared wlanctl wland nwepgen mkmeta wlancfg; do make -C $d install ; done
make[2]: entrant dans le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre21/src/p80211 » /linu/linux-wlan-ng
cp: ne peut évaluer `p80211.ko': Aucun fichier ou répertoire de ce type
cp: omission du répertoire `make'
make[2]: *** [install] Erreur 1
make[2]: quittant le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre21/src/p80211 »
make[1]: *** [install] Erreur 2
make[1]: quittant le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre21/src »
make: *** [install] Erreur 2
Benko
-----------------------------------------------------------------------------------
MacBook black 2,2 (Santa Rosa) - 4 Go RAm - ubuntu Gusty - HP OfficeJet 7410 - Clavier Mac Bluetooth
Hors ligne
#4 Le 16/01/2005, à 20:01
- Benko
Re : Impossible d'installer les drivers linux-wlan
En plus j'avais eu un premier problème pour indiquer les sources du noyau au driver
je lui ai indiqué comme chemin usr/src/linux-headers-2.6.8.1-4-386
C'est bon ça ?
Benko
-----------------------------------------------------------------------------------
MacBook black 2,2 (Santa Rosa) - 4 Go RAm - ubuntu Gusty - HP OfficeJet 7410 - Clavier Mac Bluetooth
Hors ligne
#5 Le 16/01/2005, à 20:18
- DiCiCat
Re : Impossible d'installer les drivers linux-wlan
Les sources c'est bon, mais a tu indiquer le bon emplacement pour l'installation des modules? c'est la question suivante il me semble. L'emplacement a definir c'est /lib/modules/2.6.8xxxxxxxx (verifie avec un ls /lib/modules)
Hors ligne
#6 Le 16/01/2005, à 20:27
- Benko
Re : Impossible d'installer les drivers linux-wlan
Oui, je pense regarde ce que donne l'install depuis le début
root@ubuntu:/home/eliben/linux-wlan-ng-0.2.1pre21 # make config
-------------- Linux WLAN Configuration Script -------------
The default responses are correct for most users.
Build Prism2.x PCMCIA Card Services (_cs) driver? (y/n) [y]: n
Build Prism2 PLX9052 based PCI (_plx) adapter driver? (y/n) [n]: n
Build Prism2.5 native PCI (_pci) driver? (y/n) [n]: n
Build Prism2.5 USB (_usb) driver? (y/n) [y]: y
Linux source directory [/usr/src/linux-headers-2.6.8.1-4-386]:
The kernel source tree is version 2.6.8.1-4-386.
Kernel 2.5/2.6 support is highly experimental.
The current kernel build date is Fri Jan 14 11:19:34 2005.
Alternate target install root directory on host [make install]:
Module install directory [/lib/modules/2.6.8.1-4-386]:
It looks like you have a System V init file setup.
./Configure: line 456: [: make: binary operator expected
Prefix for build host compiler? (rarely needed) []:
Build for debugging (see doc/config.debug) (y/n) [n]:
Configuration successful.
root@ubuntu:/home/eliben/linux-wlan-ng-0.2.1pre21 # make all
set -e; for d in src doc man etc; do make -C $d ; done
make[1]: entrant dans le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre21/src »
set -e; for d in mkmeta p80211 prism2 shared wlanctl wland nwepgen wlancfg; do make -C $d ; done
make[2]: entrant dans le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre21/src/mkmeta »
gcc -E -M -I../include -I/usr/src/linux-headers-2.6.8.1-4-386/include -D__LINUX_WLAN__ ../shared/p80211types.c ../shared/p80211metamsg.c ../shared/p80211metamib.c ../shared/p80211meta.c mkmetadef.c ../shared/p80211types.c ../shared/p80211metamsg.c ../shared/p80211metamib.c ../shared/p80211meta.c mkmetastruct.c > .depend
make[2]: quittant le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre21/src/mkmeta »
make[2]: entrant dans le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre21/src/mkmeta »
mkdir -p obj
make[2]: quittant le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre21/src/mkmeta »
make[2]: entrant dans le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre21/src/p80211 »
if test ! -d /home/eliben/linux-wlan-ng-0.2.1pre21/src/p80211/../.tmp_versions; then
cp -rf /usr/src/linux-headers-2.6.8.1-4-386/.tmp_versions /home/eliben/linux-wlan-ng-0.2.1pre21/src/p80211/../ ;
fi
cp: ne peut évaluer `/usr/src/linux-headers-2.6.8.1-4-386/.tmp_versions': Aucun fichier ou répertoire de ce type
make[2]: *** [default] Erreur 1
make[2]: quittant le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre21/src/p80211 »
make[1]: *** [all] Erreur 2
make[1]: quittant le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre21/src »
make: *** [all] Erreur 2
Benko
-----------------------------------------------------------------------------------
MacBook black 2,2 (Santa Rosa) - 4 Go RAm - ubuntu Gusty - HP OfficeJet 7410 - Clavier Mac Bluetooth
Hors ligne
#7 Le 17/01/2005, à 09:59
- DiCiCat
Re : Impossible d'installer les drivers linux-wlan
Oui exacte,
Le driver cherche un dossier .tmp_versions qui ne se creer que lorsque l'on compile le noyaux.
C'est un petit probleme connu de compilation de ce driver.
Pour resoudre le pb tu as deux choses a faire.
1 - faire un make xconfig (ou make menuconfig) a partir de ton repertoire de headers et charger la config de ton kernel (le fichier config que tu trouve dans /boot). ferme xconfig en sauvegardant la config.
2 - lance un make modules et arrete le au bout de quelques secondes, ca va justement te creer ce fameux dossier .tmp_versions.
Par contre, je ne sais pas si cela fonctionne a partir des headers (il te faudra peut etre les sources completes).
Voila, tu ne devrais pas rencontrer d'autres soucis
Hors ligne
#8 Le 22/01/2005, à 08:25
- Benko
Re : Impossible d'installer les drivers linux-wlan
Merci DiCiCat, mais c'est quoi exactement les instruction xconfig et make menuconfig.
Je suis vraiment novice et je ne saurai pas vraiment les utiliser.
Tu pourrais détailler plus s'il te plait ?
Merci
benko
Benko
-----------------------------------------------------------------------------------
MacBook black 2,2 (Santa Rosa) - 4 Go RAm - ubuntu Gusty - HP OfficeJet 7410 - Clavier Mac Bluetooth
Hors ligne
#9 Le 22/01/2005, à 08:36
- Benko
Re : Impossible d'installer les drivers linux-wlan
Je viens d'essayer...marche pas. Ca fait la même chose
Benko
-----------------------------------------------------------------------------------
MacBook black 2,2 (Santa Rosa) - 4 Go RAm - ubuntu Gusty - HP OfficeJet 7410 - Clavier Mac Bluetooth
Hors ligne
#10 Le 23/01/2005, à 13:47
- DiCiCat
Re : Impossible d'installer les drivers linux-wlan
Alors creer le dossier .tmp_versions à la main directement à la racine de tes sources en entrant
mkdir /usr/src/linux-headers-2.6.8.1-4-386/.tmp_versions
en console root.
ensuite relance la compilation du drivers, ca devrait etre bon.
Hors ligne
#11 Le 23/01/2005, à 20:37
- Benko
Re : Impossible d'installer les drivers linux-wlan
Marche toujours pas...
root@ubuntu:/home/eliben/linux-wlan-ng-0.2.1pre25 # mkdir /usr/src/linux-headers-2.6.8.1-4-386/.tmp_versions
root@ubuntu:/home/eliben/linux-wlan-ng-0.2.1pre25 # make config
-------------- Linux WLAN Configuration Script -------------
The default responses are correct for most users.
Build Prism2.x PCMCIA Card Services (_cs) driver? (y/n) [y]: n
Build Prism2 PLX9052 based PCI (_plx) adapter driver? (y/n) [n]: n
Build Prism2.5 native PCI (_pci) driver? (y/n) [n]: n
Build Prism2.5 USB (_usb) driver? (y/n) [y]: y
Linux source directory [/usr/src/linux-headers-2.6.8.1-4-386]:
The kernel source tree is version 2.6.8.1-4-386.
Kernel 2.5/2.6 support is highly experimental.
The current kernel build date is Fri Jan 14 11:19:34 2005.
Alternate target install root directory on host []:
Module install directory [/lib/modules/2.6.8.1-4-386]:
It looks like you have a System V init file setup.
Prefix for build host compiler? (rarely needed) []:
Build for debugging (see doc/config.debug) (y/n) [n]:
Configuration successful.
root@ubuntu:/home/eliben/linux-wlan-ng-0.2.1pre25 # make all
set -e; for d in src doc man etc; do make -C $d ; done
make[1]: entrant dans le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre25/src »
set -e; for d in mkmeta p80211 prism2 shared wlanctl wland nwepgen wlancfg; do make -C $d ; done
make[2]: entrant dans le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre25/src/mkmeta »
gcc -E -M -I../include -I/usr/src/linux-headers-2.6.8.1-4-386/include -D__LINUX_WLAN__ ../shared/p80211types.c ../shared/p80211metamsg.c ../shared/p80211metamib.c ../shared/p80211meta.c mkmetadef.c ../shared/p80211types.c ../shared/p80211metamsg.c ../shared/p80211metamib.c ../shared/p80211meta.c mkmetastruct.c > .depend
mkdir -p obj
gcc -c -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I../include -I/usr/src/linux-headers-2.6.8.1-4-386/include -D__LINUX_WLAN__ ../shared/p80211types.c -o obj/p80211types.o
../shared/p80211types.c: Dans la fonction « p80211_totext_displaystr »:
../shared/p80211types.c:272: attention : format long unsigned int, arg UINT32 (arg 3)
../shared/p80211types.c: Dans la fonction « p80211_totext_octetstr »:
../shared/p80211types.c:477: attention : format long unsigned int, arg UINT32 (arg 3)
../shared/p80211types.c: Dans la fonction « p80211_totext_int »:
../shared/p80211types.c:669: attention : format long unsigned int, arg unsigned int (arg 4)
../shared/p80211types.c:687: attention : format long unsigned int, arg UINT32 (arg 3)
../shared/p80211types.c: Dans la fonction « p80211_totext_enumint »:
../shared/p80211types.c:884: attention : format long unsigned int, arg UINT32 (arg 3)
../shared/p80211types.c: Dans la fonction « p80211_totext_getmibattribute »:
../shared/p80211types.c:1082: attention : format long unsigned int, arg UINT32 (arg 3)
../shared/p80211types.c:1097: attention : format long unsigned int, arg UINT32 (arg 3)
../shared/p80211types.c: Dans la fonction « p80211_totext_setmibattribute »:
../shared/p80211types.c:1177: attention : format long unsigned int, arg UINT32 (arg 3)
../shared/p80211types.c:1192: attention : format long unsigned int, arg UINT32 (arg 3)
../shared/p80211types.c: Dans la fonction « p80211_totext_intarray »:
../shared/p80211types.c:1559: attention : format long unsigned int, arg UINT32 (arg 3)
../shared/p80211types.c:1577: attention : format long unsigned int, arg unsigned int (arg 3)
../shared/p80211types.c:1577: attention : format long unsigned int, arg unsigned int (arg 3)
../shared/p80211types.c: Dans la fonction « p80211_totext_bitarray »:
../shared/p80211types.c:1772: attention : format long unsigned int, arg UINT32 (arg 3)
../shared/p80211types.c:1796: attention : format long unsigned int, arg unsigned int (arg 3)
../shared/p80211types.c: Dans la fonction « p80211_fromtext_bitarray »:
../shared/p80211types.c:1869: attention : format long unsigned int, arg UINT32 (arg 3)
../shared/p80211types.c: Dans la fonction « p80211_totext_macarray »:
../shared/p80211types.c:1970: attention : format long unsigned int, arg UINT32 (arg 3)
gcc -c -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I../include -I/usr/src/linux-headers-2.6.8.1-4-386/include -D__LINUX_WLAN__ ../shared/p80211metamsg.c -o obj/p80211metamsg.o
gcc -c -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I../include -I/usr/src/linux-headers-2.6.8.1-4-386/include -D__LINUX_WLAN__ ../shared/p80211metamib.c -o obj/p80211metamib.o
gcc -c -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I../include -I/usr/src/linux-headers-2.6.8.1-4-386/include -D__LINUX_WLAN__ ../shared/p80211meta.c -o obj/p80211meta.o
gcc -c -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I../include -I/usr/src/linux-headers-2.6.8.1-4-386/include -D__LINUX_WLAN__ mkmetadef.c -o obj/mkmetadef.o
gcc -o mkmetadef obj/p80211types.o obj/p80211metamsg.o obj/p80211metamib.o obj/p80211meta.o obj/mkmetadef.o
cat mkmetadefhead.txt > ../include/wlan/p80211metadef.h
./mkmetadef >> ../include/wlan/p80211metadef.h
echo "#endif" >> ../include/wlan/p80211metadef.h
gcc -c -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I../include -I/usr/src/linux-headers-2.6.8.1-4-386/include -D__LINUX_WLAN__ mkmetastruct.c -o obj/mkmetastruct.o
mkmetastruct.c: Dans la fonction « main »:
mkmetastruct.c:93: attention : format long int, arg UINT32 (arg 2)
mkmetastruct.c:104: attention : format long int, arg UINT32 (arg 2)
mkmetastruct.c:116: attention : format long int, arg UINT32 (arg 2)
mkmetastruct.c:121: attention : format long int, arg UINT32 (arg 3)
mkmetastruct.c:129: attention : format long int, arg UINT32 (arg 2)
mkmetastruct.c:136: attention : format long int, arg UINT32 (arg 3)
mkmetastruct.c:142: attention : format long int, arg UINT32 (arg 2)
mkmetastruct.c:149: attention : format long int, arg UINT32 (arg 3)
gcc -o mkmetastruct obj/p80211types.o obj/p80211metamsg.o obj/p80211metamib.o obj/p80211meta.o obj/mkmetastruct.o
cat mkmetastructhead.txt > ../include/wlan/p80211metastruct.h
./mkmetastruct >> ../include/wlan/p80211metastruct.h
echo "#endif" >> ../include/wlan/p80211metastruct.h
make[2]: quittant le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre25/src/mkmeta »
make[2]: entrant dans le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre25/src/p80211 »
if test ! -d /home/eliben/linux-wlan-ng-0.2.1pre25/src/p80211/../.tmp_versions; then \
if test -d /usr/src/linux-headers-2.6.8.1-4-386/.tmp_versions; then \
cp -rf /usr/src/linux-headers-2.6.8.1-4-386/.tmp_versions /home/eliben/linux-wlan-ng-0.2.1pre25/src/p80211/../ ; \
fi ; \
fi
make -C /usr/src/linux-headers-2.6.8.1-4-386 SUBDIRS=/home/eliben/linux-wlan-ng-0.2.1pre25/src/p80211 WLAN_SRC=/home/eliben/linux-wlan-ng-0.2.1pre25/src/p80211/ \
MODVERDIR=/home/eliben/linux-wlan-ng-0.2.1pre25/src/p80211/../.tmp_versions modules
make[3]: entrant dans le répertoire « /usr/src/linux-headers-2.6.8.1-4-386 »
CC [M] /home/eliben/linux-wlan-ng-0.2.1pre25/src/p80211/p80211mod.o
CC [M] /home/eliben/linux-wlan-ng-0.2.1pre25/src/p80211/p80211conv.o
/home/eliben/linux-wlan-ng-0.2.1pre25/src/p80211/p80211conv.c: Dans la fonction « skb_p80211_to_ether »:
/home/eliben/linux-wlan-ng-0.2.1pre25/src/p80211/p80211conv.c:505: attention : implicit declaration of function `eth_hdr'
/home/eliben/linux-wlan-ng-0.2.1pre25/src/p80211/p80211conv.c:505: error: invalid type argument of `->'
make[4]: *** [/home/eliben/linux-wlan-ng-0.2.1pre25/src/p80211/p80211conv.o] Erreur 1
make[3]: *** [_module_/home/eliben/linux-wlan-ng-0.2.1pre25/src/p80211] Erreur 2
make[3]: quittant le répertoire « /usr/src/linux-headers-2.6.8.1-4-386 »
make[2]: *** [default] Erreur 2
make[2]: quittant le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre25/src/p80211 »
make[1]: *** [all] Erreur 2
make[1]: quittant le répertoire « /home/eliben/linux-wlan-ng-0.2.1pre25/src »
make: *** [all] Erreur 2
root@ubuntu:/home/eliben/linux-wlan-ng-0.2.1pre25 #
Benko
-----------------------------------------------------------------------------------
MacBook black 2,2 (Santa Rosa) - 4 Go RAm - ubuntu Gusty - HP OfficeJet 7410 - Clavier Mac Bluetooth
Hors ligne
#12 Le 24/01/2005, à 09:58
- DiCiCat
Re : Impossible d'installer les drivers linux-wlan
J'ai deja dit plus haut que le pre25 ne se compile pas sur warty
Compile le pre21 ca doit marcher
Hors ligne
#13 Le 24/01/2005, à 18:57
- Benko
Re : Impossible d'installer les drivers linux-wlan
Fabuleux, ca a l'air de fonctionner avec le pre21. Merci Beaucoup.
J'ai compilé et paramétré mes fichiers.
Comment fait on pour se mettre en DHCP ? car je n'ai qu'un tutorial qui explique le coup en IPFIXE...
Benko
-----------------------------------------------------------------------------------
MacBook black 2,2 (Santa Rosa) - 4 Go RAm - ubuntu Gusty - HP OfficeJet 7410 - Clavier Mac Bluetooth
Hors ligne
#14 Le 24/01/2005, à 19:08
- coffee
Re : Impossible d'installer les drivers linux-wlan
tu laisse l'ip vide je crois
Nom d'un tupperware habillé en streetware mangeant de la confiture de pouère et qui se dite où est-ce que je suis ouère !
Tiens mon blog
Les blagues sous forme de fausses aides sont susceptible de ban (ex: rm)
Hors ligne
#15 Le 24/01/2005, à 19:35
- Benko
Re : Impossible d'installer les drivers linux-wlan
donc je ferai d'après toi : ifconfig wlan0 ?
C'est bien ça ?
Benko
-----------------------------------------------------------------------------------
MacBook black 2,2 (Santa Rosa) - 4 Go RAm - ubuntu Gusty - HP OfficeJet 7410 - Clavier Mac Bluetooth
Hors ligne
#16 Le 24/01/2005, à 20:52
- DiCiCat
Re : Impossible d'installer les drivers linux-wlan
Comme n'importe quelle carte reseau
un dhclient wlan0 en root te donnera une adresse ip via ton dhcp
sinon tu peut editer le fichier /etc/network/interfaces et rajouter un
auto wlan0
ifstat wlan0 dhcp
et ca devrait marcher
Hors ligne
#17 Le 24/01/2005, à 21:38
- Benko
Re : Impossible d'installer les drivers linux-wlan
heu...voici ce que ça donne avec un dhclient wlan0
root@ubuntu:/home/eliben # dhclient wlan0
Internet Systems Consortium DHCP Client V3.0.1rc14
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
sit0: unknown hardware address type 776
sit0: unknown hardware address type 776
Listening on LPF/wlan0/00:0a:e9:07:03:56
Sending on LPF/wlan0/00:0a:e9:07:03:56
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 18
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
si je fais un ifconfig, il me donne ça :
eth0 Lien encap:Ethernet HWaddr 00:0D:87:81:3A:E5
inet adr:192.168.1.4 Bcast:192.168.1.255 Masque:255.255.255.0
adr inet6: fe80::20d:87ff:fe81:3ae5/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:93 errors:0 dropped:0 overruns:0 frame:0
TX packets:97 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:81594 (79.6 KiB) TX bytes:9542 (9.3 KiB)
Interruption:5 Adresse de base:0xd800
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:11892 errors:0 dropped:0 overruns:0 frame:0
TX packets:11892 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:881500 (860.8 KiB) TX bytes:881500 (860.8 KiB)
wlan0 Lien encap:Ethernet HWaddr 00:0A:E9:07:03:56
adr inet6: fe80::20a:e9ff:fe07:356/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:22 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Benko
-----------------------------------------------------------------------------------
MacBook black 2,2 (Santa Rosa) - 4 Go RAm - ubuntu Gusty - HP OfficeJet 7410 - Clavier Mac Bluetooth
Hors ligne
#18 Le 25/01/2005, à 09:39
- DiCiCat
Re : Impossible d'installer les drivers linux-wlan
Apparament, je dirais que wlan0 ne trouve pas de dhcp.
Donc:
1) Est tu sur de bien avoir configurer /etc/wlan/wlan.conf et /etc/wlan/wlancfg-XXXXXXX ?
2) Est ce qu'un dhcp en accessible en wifi?
Hors ligne
#19 Le 25/01/2005, à 21:44
- Benko
Re : Impossible d'installer les drivers linux-wlan
1- non, je ne suis pas certain, mais comment l'être ?
2- Oui j'ai un dhcp accessible qui fonctionne très bien sous Windows.
Benko
-----------------------------------------------------------------------------------
MacBook black 2,2 (Santa Rosa) - 4 Go RAm - ubuntu Gusty - HP OfficeJet 7410 - Clavier Mac Bluetooth
Hors ligne
#20 Le 26/01/2005, à 10:22
- DiCiCat
Re : Impossible d'installer les drivers linux-wlan
Pour la configuration des deux fichiers, la methode a employer est assez claire dans le How to des sources du driver. En gros,
1) dans /etc/wlan/wlan.conf
- vers la fin du fichier il faut rentrer le nom (ID) de ton reseau sans fil a l'emplacement prevu.
2) creer un fichier /etc/wlan/wlancfg-XXXXX ou XXXX est le nom de ton ID reseau en recopiant le fichier wlancfg-DEFAULT.
3) editer ce fichier pour rentrer les informations qui vont bien
- mettre les booleen concernant le cryptage a True si tu utilise une clef wep
- rentrer la clef wep de ton reseau à la premiere ligne correspondante sous forme hexadecimale XX:XX:XX:XX:.... (un double point tous les deux caracteres)
- passer le mode ad-hoc en Y ou N selon que tu utilise ou non un point d'acces (N pour un point d'acces, Y pour connection carte à carte)
Une fois ceci fait, tu relance ton wlan0 (normallement un debranche/rebranche doit fonctionner ou alors /etc/init.d/networking restart)
Et tu tente un dhclient wlan0
Tu devrais te voir attribuer une adresse ip par ton dhcp. Si c'est bon, ne reste plus qu'a automatiser ca dans le /etc/network/interfaces.
Je pourrait eventuellement t'envoyer mes fichiers de config de /etc/wlan quand je serais sur ma machine si tu as encore des pb.
Hors ligne
#21 Le 27/01/2005, à 14:27
- Benko
Re : Impossible d'installer les drivers linux-wlan
Merci.
Je crois pourtant avoir bien configuré mes deux fichiers
Puis-je t'envoyer mes fichiers pour que tu regardes ?
Merci
Benoît
Benko
-----------------------------------------------------------------------------------
MacBook black 2,2 (Santa Rosa) - 4 Go RAm - ubuntu Gusty - HP OfficeJet 7410 - Clavier Mac Bluetooth
Hors ligne
#22 Le 27/01/2005, à 16:54
- DiCiCat
Re : Impossible d'installer les drivers linux-wlan
Envoit moi un message privé avec tes fichiers et je regarderais ca
Hors ligne
#23 Le 01/02/2005, à 10:32
- Benko
Re : Impossible d'installer les drivers linux-wlan
Ok, merci de m'avoir aidé. J'ai maintenant une belle adresse IP quand je fais un dhclient wlan0
Mais maintenant, je n'ai plus du tout de connexion à internet ni par réseau normal ni par le dongle sans fil...
Faut-il faire une manip particulière ? Tout d'un coup aurait-il perdu la passerelle ? le dns ????
Benko
-----------------------------------------------------------------------------------
MacBook black 2,2 (Santa Rosa) - 4 Go RAm - ubuntu Gusty - HP OfficeJet 7410 - Clavier Mac Bluetooth
Hors ligne
#24 Le 02/02/2005, à 16:55
- DiCiCat
Re : Impossible d'installer les drivers linux-wlan
Hummm, il faut verifier ton fichier /etc/network/interfaces
Pour moi, la carte reseau ethernet fonctionne tres bien avec ou sans ma wifi usb.
Essaye aussi de verifier dans l'interface graphique de configuration du reseau que ta carte ethernet est bien active.
Personnellement je suis en dhcp via une freebox (elle fait routeur et dhcp) et je n'ai rien parametrer de plus au niveau passerelle ou dns, mes cartes recoivent toutes les infos via le dhcp. Je n'ai pas edité d'autres fichiers, je n'ai pas toucher au resolv.conf.
Là j'avoue que je vais secher pour t'aider plus. Si cela ne resoud pas ton pb, essaye de demander de l'aide dans la section internet reseau
Dernière modification par DiCiCat (Le 02/02/2005, à 17:01)
Hors ligne