iwi(4) not working

From: Jeremie Le Hen (jeremie_at_le-hen.org)
Date: 05/20/05

  • Next message: Mike Silbersack: "Re: iwi(4) not working"
    Date: Fri, 20 May 2005 21:35:28 +0200
    To: freebsd-net@FreeBSD.org
    
    

    Hi,

    I tried to use my integrated wireless network card. I get the
    iwicontrol(8) utility on Damien Bergamini's website [1], as well as
    the firmware tarball. I use CURRENT's iwi(4) driver, I guess it's
    the lastest revision as the driver of the website last changed during
    January 2005.

    iwi0@pci6:3:0: class=0x028000 card=0x27018086 chip=0x42208086 rev=0x05 hdr=0x00
        vendor = 'Intel Corporation'
        device = 'PRO/Wireless 2200BG Network Connection'
        class = network

    %%%
        jarjarbinks:root# sysctl net.wlan.debug=-1
        net.wlan.debug: -1 -> -1
        jarjarbinks:root# sysctl net.wlan.0.debug=-1
        net.wlan.0.debug: -1 -> -1
        
        jarjarbinks:root# kldload if_iwi
        iwi0: <Intel(R) PRO/Wireless 2200BG> mem 0xc8218000-0xc8218fff irq 17 at device 3.0 on pci6
        iwi0: Ethernet address: 00:12:f0:2c:f3:6e
        ieee80211_setup_node 0xc2288800<00:12:f0:2c:f3:6e> in scan table
        iwi0: [GIANT-LOCKED]
        
        jarjarbinks:root# iwicontrol -i iwi0 -d iwi-firmware-1.3/libdata/if_iwi/
        jarjarbinks:root# ifconfig iwi0 ssid cyb wepmode off
        jarjarbinks:root# ifconfig iwi0 up
        begin active scan in auto mode, scangen 2
        ieee80211_reset_scan: scan set: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 st art chan 255
        ieee80211_free_allnodes_locked: free all nodes in scan table
        node_reclaim: remove 0xc243d800<00:12:f0:2c:f3:6e> from scan table, refcnt 1
        ieee80211_next_scan: chan 255->1
        iwi0: received beacon from 00:0e:9b:46:da:82 rssi -77
        [00:0e:9b:46:da:82] new beacon on chan 1 (bss chan 1) "N9UF_TEL9COM"
        [00:0e:9b:46:da:82] caps 0x1 bintval 100 erp 0x0
        ieee80211_setup_node 0xc2445400<00:0e:9b:46:da:82> in scan table
        iwi0: received probe_resp from 00:0f:b5:25:5f:04 rssi -76
        [00:0f:b5:25:5f:04] new probe_resp on chan 3 (bss chan 3) "cyb"
        [00:0f:b5:25:5f:04] caps 0x21 bintval 100 erp 0x0
        ieee80211_setup_node 0xc2442000<00:0f:b5:25:5f:04> in scan table
        iwi0: received beacon from 00:0f:b5:25:5f:04 rssi -76

        jarjarbinks:sys# ifconfig iwi0
        iwi0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
            ether 00:12:f0:2c:f3:6e
            media: IEEE 802.11 Wireless Ethernet autoselect
            status: no carrier
            ssid cyb
            authmode OPEN privacy OFF txpowmax 100
    %%%

    I friend with an iBook can easily connect to this access-point. I don't
    understand why I can't get the associated status.
    Note that the shown MAC address is the correct one, thus the card seems
    to receive some beacon frames, it's not a ``link'' error.

    Regards,

    -- 
    Jeremie Le Hen
    < jeremie at le-hen dot org >< ttz at chchile dot org >
    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
    

  • Next message: Mike Silbersack: "Re: iwi(4) not working"