Bonjour,
Ca fait 2 jours que j'essaie d'installer une carte Wifi sur une debian sarge pour me connecter a ma freebox sans le cable.
J'ai installé une carte a base de chipset RT2500:
0000:01:07.0 Network controller: RaLink Ralink RT2500 802.11 Cardbus Reference Card (rev 01)
|
J'ai été sur le site de RaLink et j'ai téléchargé les drivers pour ce chpiset.
L'installation du module s'est bien passé ( make && make install)
L'utilitaire de configuration pose problème: la compilation est ok mais quand je le lance ./RaConfig255 j'ai une fenetre qui me dit: Error Device driver not found.
un lsmod montre que le module est bien chargé:
Module Size Used by
orinoco_pci 5376 0 orinoco 41740 1 orinoco_pci
hermes 7808 2 orinoco_pci,orinoco
nvidia 3918108 12 af_packet 17416 2 analog 10400 0 parport_pc 32068 0 evdev 7552 0 8250_pnp 8192 0 8250 31652 1 8250_pnp
serial_core 19584 1 8250
pcspkr 3432 0 emu10k1_gp 2944 0 gameport 3840 2 analog,emu10k1_gp
rt2500 177348 1 ehci_hcd 29192 0 ohci_hcd 19464 0 usbcore 107128 3 ehci_hcd,ohci_hcd
w83l785ts 5908 0 asb100 22036 0 i2c_sensor 3072 2 w83l785ts,asb100
i2c_nforce2 5760 0 lirc_serial 12000 1 lirc_dev 11788 1 lirc_serial
vfat 11520 0 fat 35996 1 vfat
|
Aprés moultes recherches, j'ai mis un alias dans /etc/modprobe.d/rt2500
et modifié /etc/network/interfaces:
[spoiler]auto ra0
iface ra0 inet static
wireless_essid airlan
wireless_key1 Fxxxxxxxxxxxxxxxxxxxxxxxx8
wireless_defaultkey 1
address 192.168.0.20
netmask 255.255.255.0
gateway 192.168.1.254
[/fixed]
mais quand je lance /etc/init.d/networking restart
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...Internet Systems Consortium DHCP Client V3.0.1
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Listening on LPF/eth0/00:04:4b:80:80:03
Sending on LPF/eth0/00:04:4b:80:80:03
Sending on Socket/fallback
DHCPRELEASE on eth0 to 192.168.0.254 port 67
ifup: interface lo already configured
Internet Systems Consortium DHCP Client V3.0.1
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Listening on LPF/eth0/00:04:4b:80:80:03
Sending on LPF/eth0/00:04:4b:80:80:03
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPOFFER from 192.168.0.254
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.0.254
bound to 192.168.0.10 -- renewal in 359852 seconds.
Error for wireless request "Set Encode" (8B2A) :
SET failed on device ra0 ; Invalid argument.
Error for wireless request "Set Encode" (8B2A) :
SET failed on device ra0 ; Invalid argument.
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device ra0 ; Invalid argument.
SIOCADDRT: Network is unreachable
Failed to bring up ra0.
done.
|
Je ne comprends pas, la clé WEP est juste et l'ESSID aussi mais ca passe pas!
pour info:
seldon:~# ifconfig
eth0 Lien encap:Ethernet HWaddr 00:04:4B:80:80:03
inet adr:192.168.0.10 Bcast:192.168.0.255 Masque:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3255 errors:0 dropped:0 overruns:0 frame:0
TX packets:3332 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000 RX bytes:2251478 (2.1 MiB) TX bytes:544879 (532.1 KiB)
Interruption:22 Adresse de base:0xc000 lo Lien encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:146 errors:0 dropped:0 overruns:0 frame:0
TX packets:146 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0 RX bytes:9883 (9.6 KiB) TX bytes:9883 (9.6 KiB)
ra0 Lien encap:Ethernet HWaddr 00:0C:F6:0C:0F:0C
inet adr:192.168.0.20 Bcast:192.168.0.255 Masque:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:130 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000 RX bytes:0 (0.0 b) TX bytes:5200 (5.0 KiB)
Interruption:19 Adresse de base:0xc000
|
seldon:~# iwconfig lo no wireless extensions.
eth0 no wireless extensions.
ra0 no wireless extensions.
|
Voila, moi y en a pas comprendre alors si quelqu'un pouvait prendre 5minutes a m'expliquer ca serait sympa