Page 2 of 66 FirstFirst 12341252 ... LastLast
Results 11 to 20 of 654

Thread: HOWTO: ipw2200 + wpa

  1. #11
    Join Date
    Apr 2005
    Beans
    3

    Re: HOWTO: ipw2200 + wpa

    Hello everybody.
    Please forgive my poor Englich.
    So i have a Thinkpad T40 with Ubuntu Hoary. It's wonderful.
    Ubuntu is for me one of the best distribution and i want to keep it installed.
    I had the problem that my wlan only without encryption work "even without wep"
    I've tryed this how-to. and i become this.

    ###########################
    jhioui@Thinkpad:~$ sudo dmesg | grep ipw
    ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 1.1.0
    ipw2100: Copyright(c) 2003-2004 Intel Corporation
    ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
    jhioui@Thinkpad:~$ sudo wpa_supplicant -B -i eth0 -c /etc/wpa_supplicant.conf -D ipw -w -dd
    Initializing interface 'eth0' conf '/etc/wpa_supplicant.conf' driver 'ipw'
    Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
    Reading configuration file '/etc/wpa_supplicant.conf'
    Line: 3 - start of a new network block
    ssid - hexdump_ascii(len=12):
    53 6f 75 66 69 61 6e 65 57 4c 61 6e meinssid
    proto: 0x1
    scan_ssid=1 (0x1)
    key_mgmt: 0x2
    PSK (ASCII passphrase) - hexdump_ascii(len=13): [REMOVED]
    PSK (from passphrase) - hexdump(len=32): [REMOVED]
    Priority group 0
    id=0 ssid='meinssid'
    Daemonize..
    ########################

    but i still have no connection to my router. or i become no ip from my dhcp.
    I dont know what to do. What did i wrong??
    Please help me solve this. I don't want to use my wlan without encryption.
    Thank you All!!

  2. #12
    Join Date
    Apr 2005
    Beans
    514

    Re: HOWTO: ipw2200 + wpa

    Are you using the latest ipw2100 driver from http://ipw2100.sourceforge.net?
    If not, try to install it.
    You also have to download and install the latest firmware.
    You can follow my howto. It should be the same, even if you have ipw2100 and not ipw2200.
    Last edited by luca_linux; April 15th, 2005 at 04:58 PM.

  3. #13
    Join Date
    Apr 2005
    Beans
    3

    Re: HOWTO: ipw2200 + wpa

    Hello,
    I have the Latest IPW2100 driver and the latest firmware but it still not work. hier is my output:
    ##############################################
    ###########################
    jhioui@Thinkpad:~$ sudo dmesg | grep ipw
    ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 1.1.0
    ipw2100: Copyright(c) 2003-2004 Intel Corporation
    ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
    jhioui@Thinkpad:~$ sudo wpa_supplicant -B -i eth0 -c /etc/wpa_supplicant.conf -D ipw -w -dd
    Initializing interface 'eth0' conf '/etc/wpa_supplicant.conf' driver 'ipw'
    Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
    Reading configuration file '/etc/wpa_supplicant.conf'
    Line: 3 - start of a new network block
    ssid - hexdump_ascii(len=12):
    53 6f 75 66 69 61 6e 65 57 4c 61 6e meinssid
    proto: 0x1
    scan_ssid=1 (0x1)
    key_mgmt: 0x2
    PSK (ASCII passphrase) - hexdump_ascii(len=13): [REMOVED]
    PSK (from passphrase) - hexdump(len=32): [REMOVED]
    Priority group 0
    id=0 ssid='meinssid'
    Daemonize..
    ########################
    I do deactivate my Cable Network and try wpa_suppliccant but nothing happens?????

  4. #14
    Join Date
    Apr 2005
    Beans
    514

    Re: HOWTO: ipw2200 + wpa

    There's no error from your log.
    Are you sure you've set the right key or you're allowed to connect to the access point?

  5. #15
    Join Date
    Apr 2005
    Beans
    3

    Re: HOWTO: ipw2200 + wpa

    Hello,
    I'm really sure I've write allthings right. but it still not works my eth0 become no IP from DHCP.???
    But a lot of Thanks for your Help.

  6. #16
    Join Date
    Dec 2004
    Beans
    12

    Re: HOWTO: ipw2200 + wpa

    Hi all,

    I followed the howto (thank to you Luca).
    After a little fight with the old version of the driver, I finally get this after a reboot:
    Code:
    [domo@Xmas:~ $ dmesg | grep ipw
    ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.3
    ipw2200: Copyright(c) 2003-2004 Intel Corporation
    ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
    But, when I launched the wpa_supplicant, I get this loop

    Code:
    domo@Xmas:~ $ sudo wpa_supplicant -i eth1 -c /etc/wpa_supplicant.conf -D ipw -w -dd
    Initializing interface 'eth1' conf '/etc/wpa_supplicant.conf' driver 'ipw'
    Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
    Reading configuration file '/etc/wpa_supplicant.conf'
    Line: 1 - start of a new network block
    ssid - hexdump_ascii(len=7):
         72 61 62 61 6c 69 6e                              rabalin
    proto: 0x1
    scan_ssid=1 (0x1)
    key_mgmt: 0x2
    PSK - hexdump(len=32): [REMOVED]
    Priority group 0
       id=0 ssid='rabalin'
    Initializing interface (2) 'eth1'
    EAPOL: SUPP_PAE entering state DISCONNECTED
    EAPOL: KEY_RX entering state NO_KEY_RECEIVE
    EAPOL: SUPP_BE entering state INITIALIZE
    EAP: EAP entering state DISABLED
    EAPOL: External notification - portEnabled=0
    EAPOL: External notification - portValid=0
    wpa_driver_ipw_init is called
    Own MAC address: 00:0e:35:26:aa:bb
    wpa_driver_ipw_set_wpa: enabled=1
    wpa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
    wpa_driver_ipw_set_key: alg=none key_idx=1 set_tx=0 seq_len=0 key_len=0
    wpa_driver_ipw_set_key: alg=none key_idx=2 set_tx=0 seq_len=0 key_len=0
    wpa_driver_ipw_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
    wpa_driver_ipw_set_countermeasures: enabled=0
    wpa_driver_ipw_set_drop_unencrypted: enabled=1
    Setting scan request: 0 sec 100000 usec
    Wireless event: cmd=0x8b06 len=8
    RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
    RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
    Starting AP scan (specific SSID)
    Scan SSID - hexdump_ascii(len=7):
         72 61 62 61 6c 69 6e                              rabalin
    ioctl[SIOCSIWSCAN{,EXT}]: Operation not supported
    Failed to initiate AP scan.
    Setting scan request: 10 sec 0 usec
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    Scan timeout - try to get results
    Received 0 bytes of scan results (0 BSSes)
    Scan results: 0
    Selecting BSS from priority group 0
    No suitable AP found.
    Setting scan request: 5 sec 0 usec
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    Starting AP scan (broadcast SSID)
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    Scan timeout - try to get results
    Received 0 bytes of scan results (0 BSSes)
    Scan results: 0
    Selecting BSS from priority group 0
    No suitable AP found.
    .....
    the strange think is that I set the mode as ad-hoc, and after running wpa_supplicant the mode is unset

    Code:
    domo@Xmas:~ $ sudo iwconfig eth1
    eth1      unassociated  ESSID:"rabalin"  Nickname:"domo_node"
              Mode:Managed  Channel=0  Access Point: 00:00:00:00:00:00
              Bit Rate=0 kb/s   Tx-Power=20 dBm
              RTS thr:off   Fragment thr:off
              Encryption key:off
              Power Management:off
              Link Quality:0  Signal level:0  Noise level:0
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    Did wpa_supplicant don't support the ad-hoc mode ? or did I miss something ?

    (forgive my poor english as well )

  7. #17
    Join Date
    Nov 2004
    Beans
    213

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by domo
    Hi all,

    I followed the howto (thank to you Luca).
    After a little fight with the old version of the driver, I finally get this after a reboot:
    Code:
    [domo@Xmas:~ $ dmesg | grep ipw
    ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.3
    ipw2200: Copyright(c) 2003-2004 Intel Corporation
    ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
    But, when I launched the wpa_supplicant, I get this loop

    Code:
    domo@Xmas:~ $ sudo wpa_supplicant -i eth1 -c /etc/wpa_supplicant.conf -D ipw -w -dd
    Initializing interface 'eth1' conf '/etc/wpa_supplicant.conf' driver 'ipw'
    Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
    Reading configuration file '/etc/wpa_supplicant.conf'
    Line: 1 - start of a new network block
    ssid - hexdump_ascii(len=7):
         72 61 62 61 6c 69 6e                              rabalin
    proto: 0x1
    scan_ssid=1 (0x1)
    key_mgmt: 0x2
    PSK - hexdump(len=32): [REMOVED]
    Priority group 0
       id=0 ssid='rabalin'
    Initializing interface (2) 'eth1'
    EAPOL: SUPP_PAE entering state DISCONNECTED
    EAPOL: KEY_RX entering state NO_KEY_RECEIVE
    EAPOL: SUPP_BE entering state INITIALIZE
    EAP: EAP entering state DISABLED
    EAPOL: External notification - portEnabled=0
    EAPOL: External notification - portValid=0
    wpa_driver_ipw_init is called
    Own MAC address: 00:0e:35:26:aa:bb
    wpa_driver_ipw_set_wpa: enabled=1
    wpa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
    wpa_driver_ipw_set_key: alg=none key_idx=1 set_tx=0 seq_len=0 key_len=0
    wpa_driver_ipw_set_key: alg=none key_idx=2 set_tx=0 seq_len=0 key_len=0
    wpa_driver_ipw_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
    wpa_driver_ipw_set_countermeasures: enabled=0
    wpa_driver_ipw_set_drop_unencrypted: enabled=1
    Setting scan request: 0 sec 100000 usec
    Wireless event: cmd=0x8b06 len=8
    RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
    RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
    Starting AP scan (specific SSID)
    Scan SSID - hexdump_ascii(len=7):
         72 61 62 61 6c 69 6e                              rabalin
    ioctl[SIOCSIWSCAN{,EXT}]: Operation not supported
    Failed to initiate AP scan.
    Setting scan request: 10 sec 0 usec
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    Scan timeout - try to get results
    Received 0 bytes of scan results (0 BSSes)
    Scan results: 0
    Selecting BSS from priority group 0
    No suitable AP found.
    Setting scan request: 5 sec 0 usec
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    Starting AP scan (broadcast SSID)
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    Scan timeout - try to get results
    Received 0 bytes of scan results (0 BSSes)
    Scan results: 0
    Selecting BSS from priority group 0
    No suitable AP found.
    .....
    the strange think is that I set the mode as ad-hoc, and after running wpa_supplicant the mode is unset

    Code:
    domo@Xmas:~ $ sudo iwconfig eth1
    eth1      unassociated  ESSID:"rabalin"  Nickname:"domo_node"
              Mode:Managed  Channel=0  Access Point: 00:00:00:00:00:00
              Bit Rate=0 kb/s   Tx-Power=20 dBm
              RTS thr:off   Fragment thr:off
              Encryption key:off
              Power Management:off
              Link Quality:0  Signal level:0  Noise level:0
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    Did wpa_supplicant don't support the ad-hoc mode ? or did I miss something ?

    (forgive my poor english as well )
    Domo, How did you remove the old driver? when I install 1.0.3 I get the following:
    ipw2200: disagrees about version of symbol ieee80211_wx_set_encode
    ipw2200: Unknown symbol ieee80211_wx_set_encode
    ipw2200: disagrees about version of symbol ieee80211_wx_get_encode
    ipw2200: Unknown symbol ieee80211_wx_get_encode
    ipw2200: disagrees about version of symbol ieee80211_crypt_delayed_deinit
    ipw2200: Unknown symbol ieee80211_crypt_delayed_deinit
    ipw2200: disagrees about version of symbol ieee80211_wx_get_scan
    ipw2200: Unknown symbol ieee80211_wx_get_scan
    ipw2200: disagrees about version of symbol ieee80211_rx
    ipw2200: Unknown symbol ieee80211_rx
    ipw2200: disagrees about version of symbol ieee80211_rx_mgt
    ipw2200: Unknown symbol ieee80211_rx_mgt


    I have verified that I updated the firmware..

  8. #18
    Join Date
    Dec 2004
    Beans
    12

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by Darrena
    Domo, How did you remove the old driver? when I install 1.0.3 I get the following:
    ipw2200: disagrees about version of symbol ieee80211_wx_set_encode
    ipw2200: Unknown symbol ieee80211_wx_set_encode
    ipw2200: disagrees about version of symbol ieee80211_wx_get_encode
    ipw2200: Unknown symbol ieee80211_wx_get_encode
    ipw2200: disagrees about version of symbol ieee80211_crypt_delayed_deinit
    ipw2200: Unknown symbol ieee80211_crypt_delayed_deinit
    ipw2200: disagrees about version of symbol ieee80211_wx_get_scan
    ipw2200: Unknown symbol ieee80211_wx_get_scan
    ipw2200: disagrees about version of symbol ieee80211_rx
    ipw2200: Unknown symbol ieee80211_rx
    ipw2200: disagrees about version of symbol ieee80211_rx_mgt
    ipw2200: Unknown symbol ieee80211_rx_mgt


    I have verified that I updated the firmware..
    Darrena, as the INSTALL file say:

    Whenever you upgrade your driver, you need to make sure that your system
    no longer has older versions of the modules in various locations that
    could be found by modprobe instead of the new version. If you see
    problems about unresolved symbols, chances are good you have an old
    module someplace. You can typically find the offending modules via:

    % for i in ieee80211 ipw2200; do \
    find /lib/modules/`uname -r` -iname ${i}*; done

    And then you can go and remove whatever that finds.
    So basically, this command display all the file link with your old installation, you have to delete them all.
    I don't blame you, I passed more than 1 hours, try to find the info on google instead of reading the INSTALL file

    I don't understant what mean the second part of the Upgrading section of the INSTALL file:
    You should also check your kernel's configuration for any old
    declarations from old installs:

    % for i in IEEE80211 IPW; do \
    grep CONFIG_${i} \
    /lib/modules/`uname -r`/build/include/linux/autoconf.h; done
    I don't understand what they means by "check your kernel's configuration". And what else ?
    this is what I receive when I enter this command:
    domo@Xmas:~/data/setup/ipw2200/ipw2200-1.0.3 $ for i in IEEE80211 IPW; do \
    > grep CONFIG_${i} \
    > /lib/modules/`uname -r`/build/include/linux/autoconf.h; done
    #define CONFIG_IEEE80211_MODULE 1
    #undef CONFIG_IEEE80211_DEBUG
    #define CONFIG_IEEE80211_CRYPT_MODULE 1
    #define CONFIG_IEEE80211_WPA_MODULE 1
    #define CONFIG_IEEE80211_CRYPT_CCMP_MODULE 1
    #define CONFIG_IEEE80211_CRYPT_TKIP_MODULE 1
    #define CONFIG_IPW2100_MODULE 1
    #undef CONFIG_IPW2100_DEBUG
    #define CONFIG_IPW2100_PROMISC 1
    #undef CONFIG_IPW2100_LEGACY_FW_LOAD
    #define CONFIG_IPW2100_FS_AMILO_M7400_MODULE 1
    #define CONFIG_IPW2200_MODULE 1
    #undef CONFIG_IPW2200_DEBUG
    But I have know clue about what to do with this, so I let it like it was.
    Last edited by domo; April 17th, 2005 at 10:57 PM.

  9. #19
    Join Date
    Apr 2005
    Beans
    90

    Re: HOWTO: ipw2200 + wpa

    This WPA tutorial works like magic for me. Perhaps someone can put it at ubuntulinux.org`s wiki. It will help many people. Thank you very much.

  10. #20
    Join Date
    Apr 2005
    Beans
    514

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by domo
    Hi all,

    I followed the howto (thank to you Luca).
    After a little fight with the old version of the driver, I finally get this after a reboot:
    Code:
    [domo@Xmas:~ $ dmesg | grep ipw
    ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.3
    ipw2200: Copyright(c) 2003-2004 Intel Corporation
    ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
    But, when I launched the wpa_supplicant, I get this loop

    Code:
    domo@Xmas:~ $ sudo wpa_supplicant -i eth1 -c /etc/wpa_supplicant.conf -D ipw -w -dd
    Initializing interface 'eth1' conf '/etc/wpa_supplicant.conf' driver 'ipw'
    Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
    Reading configuration file '/etc/wpa_supplicant.conf'
    Line: 1 - start of a new network block
    ssid - hexdump_ascii(len=7):
         72 61 62 61 6c 69 6e                              rabalin
    proto: 0x1
    scan_ssid=1 (0x1)
    key_mgmt: 0x2
    PSK - hexdump(len=32): [REMOVED]
    Priority group 0
       id=0 ssid='rabalin'
    Initializing interface (2) 'eth1'
    EAPOL: SUPP_PAE entering state DISCONNECTED
    EAPOL: KEY_RX entering state NO_KEY_RECEIVE
    EAPOL: SUPP_BE entering state INITIALIZE
    EAP: EAP entering state DISABLED
    EAPOL: External notification - portEnabled=0
    EAPOL: External notification - portValid=0
    wpa_driver_ipw_init is called
    Own MAC address: 00:0e:35:26:aa:bb
    wpa_driver_ipw_set_wpa: enabled=1
    wpa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
    wpa_driver_ipw_set_key: alg=none key_idx=1 set_tx=0 seq_len=0 key_len=0
    wpa_driver_ipw_set_key: alg=none key_idx=2 set_tx=0 seq_len=0 key_len=0
    wpa_driver_ipw_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
    wpa_driver_ipw_set_countermeasures: enabled=0
    wpa_driver_ipw_set_drop_unencrypted: enabled=1
    Setting scan request: 0 sec 100000 usec
    Wireless event: cmd=0x8b06 len=8
    RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
    RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
    Starting AP scan (specific SSID)
    Scan SSID - hexdump_ascii(len=7):
         72 61 62 61 6c 69 6e                              rabalin
    ioctl[SIOCSIWSCAN{,EXT}]: Operation not supported
    Failed to initiate AP scan.
    Setting scan request: 10 sec 0 usec
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    Scan timeout - try to get results
    Received 0 bytes of scan results (0 BSSes)
    Scan results: 0
    Selecting BSS from priority group 0
    No suitable AP found.
    Setting scan request: 5 sec 0 usec
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    Starting AP scan (broadcast SSID)
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
    Scan timeout - try to get results
    Received 0 bytes of scan results (0 BSSes)
    Scan results: 0
    Selecting BSS from priority group 0
    No suitable AP found.
    .....
    the strange think is that I set the mode as ad-hoc, and after running wpa_supplicant the mode is unset

    Code:
    domo@Xmas:~ $ sudo iwconfig eth1
    eth1      unassociated  ESSID:"rabalin"  Nickname:"domo_node"
              Mode:Managed  Channel=0  Access Point: 00:00:00:00:00:00
              Bit Rate=0 kb/s   Tx-Power=20 dBm
              RTS thr:off   Fragment thr:off
              Encryption key:off
              Power Management:off
              Link Quality:0  Signal level:0  Noise level:0
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    Did wpa_supplicant don't support the ad-hoc mode ? or did I miss something ?

    (forgive my poor english as well )
    wpa_supplicant isn't currently able to support ad-hoc mode.

Page 2 of 66 FirstFirst 12341252 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •