Re: [LA-discussions] Wifi sur FreeBSD 7.0 release avec Athéros AR5212.

[ Thread Index | Date Index | More linuxarverne.org/discussions Archives ]


On Mon, 2010-11-08 at 17:24 +0100, Romain Tartière wrote:
> On Mon, Nov 08, 2010 at 04:10:09PM +0100, PERIN Daniel Jean wrote:
> > ifconfig_ath0="inet 192.168.1.21 netmask 255.255.255.255.0 broadcast 192.168.1.255 wepmode on wepkey 0xkey"
>                                                                                                          ^^^
> On est d'accords, c'est pas "key" mais une série de caractères
> hexadécimaux (0x0123456789ABCDEF) ?
> 
> > ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
> >         ether 00:25:86:be:5b:f3
> >         media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/36Mbps)
> >         status: associated
> >         ssid Livebox-4a3c channel 11 (2462 Mhz 11g) bssid 00:16:41:bc:27:a5
> >         authmode OPEN privacy ON deftxkey UNDEF wepkey 1:104-bit txpower 31.5
> >         bmiss 7 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250
> >         roam:rssi11g 7 roam:rate11g 5 protmode CTS burst
> Pas d'IP ici...
> 
> > pangasus# ping -c4 192.168.1.1
> > PING 192.168.1.1 (192.168.1.1): 56 data bytes
> > ping: sendto: No route to host
> > ping: sendto: No route to host
> > ping: sendto: No route to host
> > ping: sendto: No route to host
> 
> ... donc ça marche pas, cohérent.
> 
> As tu redémarré ta machine entre les tests, ou au moins tué les dhclient
> qui tournaient en arrière plan ?
> 
> Grosso modo, les 3 commandes les plus utiles lors de la config du réseau
> c'est:
>   - pkill dhclient
>   - ifconfig <if> 0.0.0.0 down
>   - /etc/netstart
> 
> 
> R.
Deviendrais-tu méfiant?
Malgré mon grand âge j'avais compris que c'était bien ma clé en
hexadécimal qu'il fallait inclure, je n'ai pas perçu la nécessité de la
divulguer sur internet d'ou le mot key.(avec 0x devant).
Par contre pour la déclaration en dur du netmask je me suis trompé,
j'avais mis :255.255.255.255.0. Trop c'est trop.
Je redémarre systématiquement l'ordinateur entre chaque test. Ne
connaissais pas /etc/netstart.
Cable de re0 débranché ça ne marche toujours pas par le wifi mais
j'obtiens :

$ su root
Password:
pangasus# ifconfig -a
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
        ether 00:14:6c:81:db:f9
        media: Ethernet autoselect (none)
        status: no carrier
ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        ether 00:25:86:be:5b:f3
        inet 192.168.1.20 netmask 0xffffff00 broadcast 192.168.1.255
        media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/36Mbps)
        status: associated
        ssid Livebox-4a3c channel 11 (2462 Mhz 11g) bssid 00:16:41:bc:27:a5
        authmode OPEN privacy ON deftxkey UNDEF wepkey 1:104-bit txpower 31.5
        bmiss 7 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250
        roam:rssi11g 7 roam:rate11g 5 protmode CTS burst
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 
        inet6 ::1 prefixlen 128 
        inet 127.0.0.1 netmask 0xff000000 
pangasus# 
pangasus# 
pangasus# ping -c4 192.168.1.1
PING 192.168.1.1 (192.168.1.1): 56 data bytes

--- 192.168.1.1 ping statistics ---
4 packets transmitted, 0 packets received, 100.0% packet loss
pangasus# 
pangasus# 
pangasus# ifconfig ath0 up scan
SSID            BSSID              CHAN RATE   S:N     INT CAPS
Livebox-4a3c    00:16:41:bc:27:a5   11   54M -78:-90  100 EP   WME
pangasus# 
pangasus# 
pangasus# /etc/netstart
devd already running? (pid=466).
re0: no link .............. giving up
ifconfig: SIOCS80211: Invalid argument
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 
        inet6 ::1 prefixlen 128 
        inet 127.0.0.1 netmask 0xff000000 
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
        ether 00:14:6c:81:db:f9
        media: Ethernet autoselect (none)
        status: no carrier
ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        ether 00:25:86:be:5b:f3
        inet 192.168.1.20 netmask 0xffffff00 broadcast 192.168.1.255
        media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/36Mbps)
        status: associated
        ssid Livebox-4a3c channel 11 (2462 Mhz 11g) bssid 00:16:41:bc:27:a5
        authmode OPEN privacy ON deftxkey UNDEF wepkey 1:104-bit txpower 31.5
        bmiss 7 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250
        roam:rssi11g 7 roam:rate11g 5 protmode CTS burst
add net default: gateway 192.168.1.1
Additional routing options:.
pangasus# 
pangasus# 
pangasus# netstat -r
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            192.168.1.1        UGS         0        0   ath0
localhost          localhost          UH          0        0    lo0
192.168.1.0        link#2             UC          0        0   ath0

Internet6:
Destination        Gateway            Flags      Netif Expire
localhost          localhost          UHL         lo0
fe80::%lo0         fe80::1%lo0        U           lo0
fe80::1%lo0        link#3             UHL         lo0
ff01:3::           fe80::1%lo0        UC          lo0
ff02::%lo0         fe80::1%lo0        UC          lo0
pangasus# 

Daniel.




---
Liste de discussions de LinuxArverne
http://wiki.linuxarverne.org/listes_de_diffusion


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/