[Mand. 10.0] Install Build Prism2.5 USB pour Zyxel ZyAir B-220 (wlan)

Install Build Prism2.5 USB pour Zyxel ZyAir B-220 (wlan) [Mand. 10.0] - Installation - Linux et OS Alternatifs

Marsh Posté le 23-08-2004 à 17:58:41    

Bonjour  
 
J'ai récemment installé un réseau wireless chez moi. J'ai acheté un récepteur ZyXel sous forme de clef usb (ZyAIR B-220 Stick USB)  
Sous Windows Xp je n'ai eu aucun problème à l'installer mais sous Mandrake 10.0 version Officiel, je n'ai pas réussi.... Il faut aussi dire que je suis un newbie en ce qui concerne linux.  
J'ai essayer avec ce driver (http://linux-lc100020.sourceforge.net/) version 0.3.  
 
Pouvez-vous me guider dans les commandes à effectuer ?  
 
Merci d'avance


Message édité par Davjack le 06-09-2004 à 17:13:37

---------------
Asta la vista miam miam !!!
Reply

Marsh Posté le 23-08-2004 à 17:58:41   

Reply

Marsh Posté le 23-08-2004 à 18:19:06    

Tu télécharges l'archive, et tu fais comme expliqué dans les fichiers README / INSTALL / FAQ
 
Je l'ai fait pour voir et ça a l'air très bien documenté.
A moins que otn probleme soit la méconnaissance de l'anglais?

Reply

Marsh Posté le 24-08-2004 à 08:08:05    

Mon problème est d'activer le pilote.
 
Je suis coincé là !
http://www.davjack.com/wireless/config_prism2_usb.png

Reply

Marsh Posté le 24-08-2004 à 16:59:51    

si il n'y a pas de valeurs à fournir ( cf doc ), tu peux faire suivant.


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 24-08-2004 à 19:44:57    

Le problème c'est que si je fait suivant, ça revient en arrière (sélection du pilote....).
 
Y a t'il une autre possibilité pour activer ce pilote ?

Reply

Marsh Posté le 25-08-2004 à 22:46:12    

J'ai essayer de faire un make all du pilote Zydas mais j'ai eu l'erreur ci-dessous. Que ce passe t'il et que dois-je faire ?
 

Citation :

[root@localhost wlan]# make all
set -e; for d in src doc man etc; do make -C $d ; done
make[1]: Entering directory `/home/davjack/wlan/src'
set -e; for d in mkmeta p80211 prism2 shared wlanctl wland nwepgen wlancfg; do make -C $d ; done
make[2]: Entering directory `/home/davjack/wlan/src/mkmeta'
gcc -E -M -I../include -I/usr/src/linux/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 -DZD -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ ../shared/p80211types.c -o obj/p80211types.o
gcc -c -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DZD -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ ../shared/p80211metamsg.c -o obj/p80211metamsg.o
gcc -c -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DZD -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ ../shared/p80211metamib.c -o obj/p80211metamib.o
../shared/p80211metamib.c:2693: warning: excess elements in struct initializer
../shared/p80211metamib.c:2693: warning: (near initialization for `p80211meta_mib_p2Table[5]')
gcc -c -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DZD -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ ../shared/p80211meta.c -o obj/p80211meta.o
gcc -c -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DZD -I../include -I/usr/src/linux/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 -DZD -I../include -I/usr/src/linux/include -D__LINUX_WLAN__ mkmetastruct.c -o obj/mkmetastruct.o
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]: Leaving directory `/home/davjack/wlan/src/mkmeta'
make[2]: Entering directory `/home/davjack/wlan/src/p80211'
if test ! -d /home/davjack/wlan/src/p80211/../.tmp_versions; then \
        cp -rf /usr/src/linux/.tmp_versions /home/davjack/wlan/src/p80211/../ ; \
fi
cp: ne peut évaluer `/usr/src/linux/.tmp_versions': No such file or directory
make[2]: *** [default] Erreur 1
make[2]: Leaving directory `/home/davjack/wlan/src/p80211'
make[1]: *** [all] Erreur 2
make[1]: Leaving directory `/home/davjack/wlan/src'
make: *** [all] Erreur 2

Reply

Marsh Posté le 26-08-2004 à 13:30:29    

up

Reply

Marsh Posté le 26-08-2004 à 14:28:43    

les sources du noyau sont installé ? ( package kernel-source )
 
de toute façon essaie avant d'installer les dernières versions des outils mdk car certains pbs avec la conf du wireless ont été corrigé.
 
Tu dl les packages, tu les mets dans une partition windows en FAT32 de préférence. ensuite tu vas sous linux, tu ouvres un terminal.
Depuis ce terminal tu te rend sur ta partoche ( accessible via /mnt/win_c, /mnt/win_d, etc ... ) et tu une fois dans le rep où tu as mis ces rpms, tu fais :
urpmi *.rpm
 
voici les packages :
ftp://ftp.proxad.fr/pub/Distribut [...] k.i586.rpm
ftp://ftp.proxad.fr/pub/Distribut [...] k.i586.rpm
 
ftp://ftp.proxad.fr/pub/Distribut [...] k.i586.rpm
ftp://ftp.proxad.fr/pub/Distribut [...] k.i586.rpm
 
ftp://ftp.proxad.fr/pub/Distribut [...] noarch.rpm
ftp://ftp.proxad.fr/pub/Distribut [...] noarch.rpm
ftp://ftp.proxad.fr/pub/Distribut [...] noarch.rpm


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 31-08-2004 à 16:03:53    

Il y a toujours le même problème.... :(


---------------
Asta la vista miam miam !!!
Reply

Marsh Posté le 31-08-2004 à 18:39:16    

tu as installé le package kernel-source ? et qui plus est qui a la même version que ton noyau ?
 
rpm -q kernel-source
uname -r


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 31-08-2004 à 18:39:16   

Reply

Marsh Posté le 03-09-2004 à 17:17:40    

J'ai repris à zéro et je ne sais pourquoi, ça a marché cette fois ! J'ai pu faire le "make config", "make all" et "make install". J'ai installé le pilote Build Prism2.5 USB pour mon Zyxel ZyAir B-220 USB
 
Mais maintenant je suis coincé.... :??:  
 
Je ne sais et ne comprend pas trop quoi faire pour activer le pilote (je suis pas très fort en anglais, surtout quand ça parle technique en informatique....  :( )
 
On me dis de faire ça :

Citation :

Configuring:
 
NOTE:  linux-wlan-ng does not fully implement the wireless extensions
       interface.  This means that you can't use iwconfig and its kin to  
       set things up.  Instead, read on!
 
As of linux-wlan-ng 0.1.16-pre5, the configuration and launch scripts have
been largely re-written.  pcmcia/rc/hotplug now all use a common library  
of routines and use the same set of configuration files.
 
Now, everything relevant exists in /etc/wlan/*
 
/etc/wlan/wlan.conf:
 
 This file maps between wlan devices and network IDs, and contains
 the names of all devices that should be initialized by the hotplug
 and rc scripts.
 
/etc/wlan/wlancfg-*
 
 These files are per-network configurations.  This makes it easy to  
 switch between different SSIDs and the various settings they may
 require, like WEP keys and whatnot.
 
The bare minimum you need to do to configure your system after a fresh driver
install:
 
0)  Nothing whatsoever.  out-of-the-box, the driver will attempt to associate
    with any access point within range.
 
However, we highly recommend setting up a configuration specifically for
your network, using the following method:
 
0)  This example assumes your network name/SSID is "MyHomeNetwork"
1)  cp /etc/wlan/wlancfg-DEFAULT /etc/wlan/wlancfg-MyHomeNetwork
2)  edit /etc/wlan/wlan.conf and change the SSID_wlan0 line to:
 SSID_wlan0="MyHomeNetwork"
3)  edit /etc/wlan/wlancfg-MyHomeNetwork, and make any necessary changes  
    necessary to support your network, such as WEP and whatnot.


 
En claire, ça veut dire quoi ?  :sweat:


---------------
Asta la vista miam miam !!!
Reply

Marsh Posté le 03-09-2004 à 17:19:48    

J'allais oublier... Il y a aussi ça comme info :

Citation :

FOR USB USERS:
 
A) Make sure your kernel usb support is running
B) Plug in the Prism2.x USB device
C) Run 'modprobe prism2_usb prism2_doreset=1' to load the driver into memory.
D) Run 'wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable' to initialize the
   driver+MAC functions.
E) Run 'wlanctl-ng wlan0 lnxreq_autojoin ssid=<your ssid> authtype=opensystem'
   to enable the MAC in Infrastructure Station mode.
F) Run 'ifconfig wlan0 <your IP address>'
 
Or, you can use the provided hotplug scripts, if your distribution has
hotplug support.  :)  
 
IMPORTANT: Due to an issue with some versions of the Prism USB firmware,
the driver usually needs to perform a port reset.  
 
Some combinations of usb low-level drivers, kernel releases, and
hardware don't like this, and usually end up generating a kernel OOPS.
newer kernels are much better in this regard.  In particular, Intel usb
controllers are the most trouble-prone.
 
The OOPS is due to bugs in the linux USB core, and newer kernels
(2.4.19 and later) behave much better in this regard.
 
However, the good news is that primary firmware 1.1.2 seems to resolve
the need for the port reset to begin with.  Contact your vendor to
request this update.
 
Also, using the 'Alt. UHCI' controller driver (uhci.o) is broken with  
kernels older than 2.4.22 due to a bug in the controller driver.


 
Pour mon noyau, c'est celui d'origine de Mandrake 10.0 version officiel (2.6.3).


---------------
Asta la vista miam miam !!!
Reply

Marsh Posté le 05-09-2004 à 20:24:54    

up


---------------
Asta la vista miam miam !!!
Reply

Marsh Posté le 06-09-2004 à 14:57:20    

mets le titre du drivers dans le titre.
 
moi je ne peux t'aider davantage.
si tu veux compiler un drivers il faut le package kernel-source qui correspond à la version de ton drivers. si le pilote ne supporte pas le noyau 2.6, alors installe el noyau 2.4 ( il y en a un livrée dans les CD de la mdk ) et installe le kernel-source qui lui correspond, boote dessus et reessaie.


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 06-09-2004 à 17:10:17    

En fait, ce qui me pose problème, c'est que je ne comprend pas comment fonctionne l'installation d'un driver sous linux.... (je viens de Windows, comme beaucoup de monde :( )
J'arrive à l'installer mais je ne sais pas comment ça se passe pour activer le driver (sous windows, tout se fait automatiquement)....
En gros, que faire après l'installation pour activer le driver ?
 
Ps. Je change le titre ;)


---------------
Asta la vista miam miam !!!
Reply

Marsh Posté le 07-09-2004 à 11:00:10    

ils te disent des commandes à taper dans un terminal en tant que root. essaie les


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed