carte wifi PCMCIA

Julien Motch julienmotch at skynet.be
Mar 19 Avr 21:02:59 UTC 2005


Tapes d'abord la commande "iwconfig" afin de voir si une carte est
détecté. Si tel est le cas, édite le fichier '/etc/network/interfaces'
et dans la partie consacré à ton interface (généralement wlan0) rajoute
les options relatives à ta configuration wifi. ces options sont toutes
de la forme wireless-<option>. Ex: wireless-mode Ad-hoc.

Je te file mon fichier pour example.
auto lo
iface lo inet loopback

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
        script grep
        map wlan0

# The primary network interface
iface wlan0 inet static
        address 192.168.0.2
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
        gateway 192.168.0.1
        # wireless-* options are implemented by the wireless-tools
package
        wireless-mode Ad-hoc
        wireless-essid maison
        wireless-rate auto
        wireless-channel 10
        # dns-* options are implemented by the resolvconf package, if
installed
        dns-nameservers 195.238.2.21 195.238.2.22

Le mardi 19 avril 2005 à 21:16 +0200, moup a écrit :
> quelqu'un aurait-il écrit un post sur l'installation d'un réseau wifi ?
> 
> Ubuntu hoary ne détecte pas mon réseau wifi basée sur la freebox.
> Il s'agit d'une carte PCMCIA sur un portable Toshiba qui marche nickel 
> sur Ubuntu mais le réseau wifi ne fonctionne pas !
> 
> Quelqu'un peut m'aider ?
> 
> D'avance merci
> 
> Moup
> 
-------------- section suivante --------------
Une pièce jointe autre que texte a été nettoyée...
Nom: signature.asc
Type: application/pgp-signature
Taille: 189 octets
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-fr/attachments/20050419/6dbac6e2/attachment.pgp>


Plus d'informations sur la liste de diffusion ubuntu-fr