Page 33 of 66 FirstFirst ... 23313233343543 ... LastLast
Results 321 to 330 of 654

Thread: HOWTO: ipw2200 + wpa

  1. #321
    Join Date
    Aug 2005
    Location
    the nethelands
    Beans
    19
    Distro
    Ubuntu 6.10 Edgy

    Re: HOWTO: ipw2200 + wpa

    Luca, I did as you said.. See below a log ..
    I see I got the MAC of the router within iwconfig..
    And the MAC of my laptop in wpa_supplicant command..
    My channel set on the router is 13, but I see below a mentioned channel 0..
    is that right?
    What's next?

    I'm spending some hours with reading threads on this topic and other sources... but it's too tricky for me as a newbie.

    bleers@bleers:~$ sudo wpa_supplicant -B -i eth1 -c /etc/wpa_supplicant.conf -D ipw -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'
    ctrl_interface='/var/run/wpa_supplicant'
    Line: 4 - start of a new network block
    ssid - hexdump_ascii(len=9):
    64 69 6e 6b 79 32 30 30 31 dinky2001
    scan_ssid=1 (0x1)
    proto: 0x1
    key_mgmt: 0x2
    PSK (ASCII passphrase) - hexdump_ascii(len=8): [REMOVED]
    PSK (from passphrase) - hexdump(len=32): [REMOVED]
    Priority group 0
    id=0 ssid='dinky2001'
    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:12:f0:b2:2e:a8
    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
    Daemonize..

    bleers@bleers:~$ iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

    eth1 unassociated ESSID:"dinky2001"
    Mode:Managed Channel=0 Access Point: 00:0F:B5:E1:C2:A8
    Bit Rate=0 kb/s Tx-Power=20 dBm
    Retry limit:7 RTS thrff Fragment thrff
    Power Managementff
    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

    sit0 no wireless extensions.
    bleers@bleers:~$
    Last edited by bleers; August 15th, 2005 at 11:49 PM.

  2. #322
    Join Date
    Aug 2005
    Location
    East Lansing, MI
    Beans
    503
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by gerbman
    I have the same problem when Ubuntu boots. It hangs for a few minutes when "Configuring network interfaces". It eventually moves on, and the wireless connection is up and running when the desktop is displayed. Any thoughts, luca_linux?
    Quote Originally Posted by luca_linux
    What AP have you got?
    Anyway is there any error or warning message in your dmesg?
    I'm connecting to a D-Link DI-524 router. I'm using DHCP and encryption is disabled, but I am running a MAC address filter. Here's a segment of my dmesg. Notice the last line (eth1 is my wireless card).

    Code:
    ieee80211_crypt: registered algorithm 'NULL'
    ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.0
    ipw2200: Copyright(c) 2003-2004 Intel Corporation
    ACPI: PCI interrupt 0000:03:03.0[A] -> GSI 17 (level, low) -> IRQ 17
    ipw2200: Detected Intel PRO/Wireless 2915ABG Network Connection
    NET: Registered protocol family 17
    NET: Registered protocol family 10
    Disabled Privacy Extensions on device c0313ce0(lo)
    IPv6 over IPv4 tunneling driver
    eth1: duplicate address detected!
    Thanks!

  3. #323
    Join Date
    Apr 2005
    Beans
    514

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by bleers
    Luca, I did as you said.. See below a log ..
    I see I got the MAC of the router within iwconfig..
    And the MAC of my laptop in wpa_supplicant command..
    My channel set on the router is 13, but I see below a mentioned channel 0..
    is that right?
    What's next?

    I'm spending some hours with reading threads on this topic and other sources... but it's too tricky for me as a newbie.
    Try to change the channel to something from 1 to 11.
    Then let me know.

  4. #324
    Join Date
    Apr 2005
    Beans
    514

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by gerbman
    I'm connecting to a D-Link DI-524 router. I'm using DHCP and encryption is disabled, but I am running a MAC address filter. Here's a segment of my dmesg. Notice the last line (eth1 is my wireless card).

    Code:
    ieee80211_crypt: registered algorithm 'NULL'
    ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.0
    ipw2200: Copyright(c) 2003-2004 Intel Corporation
    ACPI: PCI interrupt 0000:03:03.0[A] -> GSI 17 (level, low) -> IRQ 17
    ipw2200: Detected Intel PRO/Wireless 2915ABG Network Connection
    NET: Registered protocol family 17
    NET: Registered protocol family 10
    Disabled Privacy Extensions on device c0313ce0(lo)
    IPv6 over IPv4 tunneling driver
    eth1: duplicate address detected!
    Thanks!
    It seems like there's another device with the same IP either on your computer or on your network. Check it out and then let me know.

  5. #325
    Join Date
    Aug 2005
    Location
    East Lansing, MI
    Beans
    503
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: ipw2200 + wpa

    I'm connecting to a D-Link DI-524 router. I'm using DHCP and encryption is disabled, but I am running a MAC address filter. Here's a segment of my dmesg. Notice the last line (eth1 is my wireless card).

    Code:
    ieee80211_crypt: registered algorithm 'NULL'
    ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.0
    ipw2200: Copyright(c) 2003-2004 Intel Corporation
    ACPI: PCI interrupt 0000:03:03.0[A] -> GSI 17 (level, low) -> IRQ 17
    ipw2200: Detected Intel PRO/Wireless 2915ABG Network Connection
    NET: Registered protocol family 17
    NET: Registered protocol family 10
    Disabled Privacy Extensions on device c0313ce0(lo)
    IPv6 over IPv4 tunneling driver
    eth1: duplicate address detected!
    Thanks!
    Quote Originally Posted by luca_linux
    It seems like there's another device with the same IP either on your computer or on your network. Check it out and then let me know.
    The web interface to my router shows the router's address, my PC, and my laptop (I'm using the wireless with my laptop) as being distinct. I don't have wireless on my PC or the cabled connection on my laptop connected, so I'm confused as to where the duplicate address message is coming from.

  6. #326
    Join Date
    Jul 2005
    Location
    Greece
    Beans
    60
    Distro
    Ubuntu

    Re: HOWTO: ipw2200 + wpa

    hello
    i 'm having problems setting up wireless on my vaio s4hp laptop
    i followed lucas how to whithout the wpasupplcant (i ll try this later) and the installation whent fine

    iwconfig gives me the following

    lo no wireless extensions.

    eth0 no wireless extensions.

    eth1 unassociated ESSID:"mininet"
    Mode:Managed Channel=0 Access Point: 00:00:00:00:00:00
    Bit Rate=0 kb/s Tx-Power=20 dBm
    Retry limit:7 RTS thrff Fragment thrff
    Power Managementff
    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

    sit0 no wireless extensions.

    when i give

    dmesg | grep ipw

    i get

    ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.6
    ipw2200: Copyright(c) 2003-2004 Intel Corporation
    ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection

    the iwlist eth1 scan command gives me

    eth1 Scan completed :
    Cell 01 - Address: 00:C0:49:5D:90:4A
    ESSID:"mininet"
    Protocol:IEEE 802.11bg
    Mode:Master
    Channel:11
    Encryption keyn
    Bit Rate:54 Mb/s
    Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 24 36 48 54
    Quality=99/100 Signal level=-21 dBm
    Extra: Last beacon: 180ms ago

    when activate the wireless (and deactivate eth0) through Administration>Networing and set the connection to eth1 it cant connect to the router (us robotics 9160) in order to be able to connect to the internet

    i configure the connection (eth1) with a static IP

    can somebody help

    i tried modprobe ipw2200 led=1 but it didnt work
    also the rf_kil is 0

  7. #327
    Join Date
    Jun 2005
    Beans
    14

    Thumbs up Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by luca_linux
    What laptop have you got?
    Please forgive that I was annoying you so many times!
    Everything is again working flawlessly

    The sh remove_old was not working properly but I only had to delete two, three files manually, then again re-install as Luca told me to do.

    I'm quite stupdi, however happy now

  8. #328
    Join Date
    Apr 2005
    Beans
    514

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by gerbman
    The web interface to my router shows the router's address, my PC, and my laptop (I'm using the wireless with my laptop) as being distinct. I don't have wireless on my PC or the cabled connection on my laptop connected, so I'm confused as to where the duplicate address message is coming from.
    You said you've been using DHCP on your AP. Are you sure there's any IP set on Linux for eth1?
    Last edited by luca_linux; August 18th, 2005 at 10:42 AM.

  9. #329
    Join Date
    Apr 2005
    Beans
    514

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by 89c51
    hello
    i 'm having problems setting up wireless on my vaio s4hp laptop
    i followed lucas how to whithout the wpasupplcant (i ll try this later) and the installation whent fine

    iwconfig gives me the following

    lo no wireless extensions.

    eth0 no wireless extensions.

    eth1 unassociated ESSID:"mininet"
    Mode:Managed Channel=0 Access Point: 00:00:00:00:00:00
    Bit Rate=0 kb/s Tx-Power=20 dBm
    Retry limit:7 RTS thrff Fragment thrff
    Power Managementff
    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

    sit0 no wireless extensions.

    when i give

    dmesg | grep ipw

    i get

    ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.6
    ipw2200: Copyright(c) 2003-2004 Intel Corporation
    ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection

    the iwlist eth1 scan command gives me

    eth1 Scan completed :
    Cell 01 - Address: 00:C0:49:5D:90:4A
    ESSID:"mininet"
    Protocol:IEEE 802.11bg
    Mode:Master
    Channel:11
    Encryption keyn
    Bit Rate:54 Mb/s
    Extra: Rates (Mb/s): 1 2 5.5 6 9 11 12 18 24 36 48 54
    Quality=99/100 Signal level=-21 dBm
    Extra: Last beacon: 180ms ago

    when activate the wireless (and deactivate eth0) through Administration>Networing and set the connection to eth1 it cant connect to the router (us robotics 9160) in order to be able to connect to the internet

    i configure the connection (eth1) with a static IP

    can somebody help

    i tried modprobe ipw2200 led=1 but it didnt work
    also the rf_kil is 0
    Have you set the right gateway and DNS addresses up?
    As for the led, your Sony should be like my Asus: the led=1 flag doesn't work, because the led turning on/off is handled by ACPI. So look at /proc/acpi/, there should be a folder called "sony" (or something like that) and search for a file called "wlan" or "wled" or something like that. Then type at the console:
    Code:
    sudo echo "1" /proc/acpi/sony_folder/led_file
    where "sony_folder" and "led_file" are respective the folder and the file you've found.
    Let me know it that works.
    Last edited by luca_linux; August 18th, 2005 at 10:41 AM.

  10. #330
    Join Date
    Apr 2005
    Beans
    514

    Re: HOWTO: ipw2200 + wpa

    Quote Originally Posted by chruesu
    Please forgive that I was annoying you so many times!
    Everything is again working flawlessly

    The sh remove_old was not working properly but I only had to delete two, three files manually, then again re-install as Luca told me to do.

    I'm quite stupdi, however happy now
    Ok. I'm happy for you.
    Last edited by luca_linux; August 18th, 2005 at 10:40 AM.

Page 33 of 66 FirstFirst ... 23313233343543 ... 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
  •