Re: [FSO] Wifi in M5 no longer functioning

2009-02-04 Thread Oleg Sadov
04/02/2009 10:51 +, Andy Green wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Somebody in the thread at some point said:
> 
> |> r...@om-gta02:~# ifup eth0
> |> WPA: Configuring Interface
> |> ioctl[SIOCSIWENCODEEXT]: Operation not supported
> |> ioctl[SIOCSIWENCODEEXT]: Operation not supported
> |> ioctl[SIOCSIWENCODEEXT]: Operation not supported
> |> ioctl[SIOCSIWENCODEEXT]: Operation not supported
> |> udhcpc (v1.13.2) started
> |> run-parts: /etc/udhcpc.d/00avahi-autoipd exited with code 1
> |> Sending discover...
> |> Sending discover...
> |> Sending discover...
> |> No lease, failing
> |>
> |> I don't _think_ it's a configuration issue, as my setup hasn't changed
> |> since M4 and I'm using the same config files.
> |
> | I'm afraid the new kernel broke something then. Can you try an older
> one to
> | make sure?
> 
> What's dmesg have to say about all this excitement?
> 
> # iwconfig
> # iwlist eth0 scan

In my FSO M5-equiped FR eth0 visible by iwconfig and my WiFi points
successfully scaned by iwlist.

> Since the previous Jan 5th basis I understood the kernel had, there are
> relatively few patches.  The main change is WLAN driver is now in modules.

But, seems like I found another unpleasant bug :(

I tryed setting up direct WiFi network access (without hardware Access
Points) for FR by hands (I successfully used such scenario for
configuring wireless-networking for some OLPCs & traditional notebooks):

# iwconfig eth0 mode ad-hoc
# iwconfig eth0 essid "my-wifi"
# iwconfig eth0
eth0  AR6000 802.11g  ESSID:"my-wifi"  
  Mode:Ad-Hoc  Frequency:2.457 GHz  Cell: 4E:72:EC:8E:38:88   
  Bit Rate=1 Mb/s   Tx-Power=15 dBm   Sensitivity=0/3  
  Retry:on   
  Encryption key:off
  Power Management:off
  Link Quality:0/94  Signal level:-95 dBm  Noise level:-96 dBm
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

# iwconfig eth0 channel 1
# iwconfig eth0 key restricted 1234567890 
# iwconfig eth0
eth0  AR6000 802.11g  ESSID:""  
  Mode:Ad-Hoc  Frequency:2.457 GHz  Cell: 4E:72:EC:8E:38:88   
  Bit Rate=1 Mb/s   Tx-Power=15 dBm   Sensitivity=0/3  
  Retry:on   
  Encryption key:1234-5678-90   Security mode:restricted
  Power Management:off
  Link Quality:0/94  Signal level:-95 dBm  Noise level:-97 dBm
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

I lost my ESSID at this step and try setting up this one once again:

# iwconfig eth0 essid "my-wifi"

After that system hangs up and blinking by red LED in AUX button.

Seems like "restricted" key is key point for this situation -- with open
key all works good.

Can someone try to reproduce this situation? May be something wrong with
my hardware...

--Oleg

> # lsmod
> 
> I guess check eth0 is still assigned to WLAN with
> 
> # ifconfig -a
> 
> as well.
> 
> - -Andy
> 
> 
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.9 (GNU/Linux)
> Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
> 
> iEYEARECAAYFAkmJc00ACgkQOjLpvpq7dMpX+gCfTgXFLwakVt0dVmIt1hf1n2yZ
> LrkAn1Co5KbBV/xyBFANa8Ts9xT2jYaB
> =B4zW
> -END PGP SIGNATURE-
> 
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: [FSO] Wifi in M5 no longer functioning

2009-02-04 Thread Oleg Sadov

В Срд, 04/02/2009 в 15:57 +, Andy Green пишет:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Somebody in the thread at some point said:
> 
> |> In my FSO M5-equiped FR eth0 visible by iwconfig and my WiFi points
> |> successfully scaned by iwlist.
> |
> | Since the previous Jan 5th basis I understood the kernel had, there are
> | relatively few patches.  The main change is WLAN driver is now in modules.
> |
> |> But, seems like I found another unpleasant bug :(
> 
> I never met a pleasant one :-)
> 
> |> I tryed setting up direct WiFi network access (without hardware Access
> |> Points) for FR by hands (I successfully used such scenario for
> |> configuring wireless-networking for some OLPCs & traditional notebooks):
> |
> |> # iwconfig eth0 mode ad-hoc
> |> # iwconfig eth0 essid "my-wifi"
> |> # iwconfig eth0
> |> eth0  AR6000 802.11g  ESSID:"my-wifi"
> |>   Mode:Ad-Hoc  Frequency:2.457 GHz  Cell: 4E:72:EC:8E:38:88
> |>   Bit Rate=1 Mb/s   Tx-Power=15 dBm   Sensitivity=0/3
> |>   Retry:on
> |>   Encryption key:off
> |>   Power Management:off
> |>   Link Quality:0/94  Signal level:-95 dBm  Noise level:-96 dBm
> |>   Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
> |>   Tx excessive retries:0  Invalid misc:0   Missed beacon:0
> |
> |> # iwconfig eth0 channel 1
> |> # iwconfig eth0 key restricted 1234567890
> |> # iwconfig eth0
> |> eth0  AR6000 802.11g  ESSID:""
> |>   Mode:Ad-Hoc  Frequency:2.457 GHz  Cell: 4E:72:EC:8E:38:88
> |>   Bit Rate=1 Mb/s   Tx-Power=15 dBm   Sensitivity=0/3
> |>   Retry:on
> |>   Encryption key:1234-5678-90   Security mode:restricted
> |>   Power Management:off
> |>   Link Quality:0/94  Signal level:-95 dBm  Noise level:-97 dBm
> |>   Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
> |>   Tx excessive retries:0  Invalid misc:0   Missed beacon:0
> |
> |> I lost my ESSID at this step and try setting up this one once again:
> |
> |> # iwconfig eth0 essid "my-wifi"
> |
> |> After that system hangs up and blinking by red LED in AUX button.
> 
> Right, panicked.
> 
> |> Seems like "restricted" key is key point for this situation -- with open
> |> key all works good.
> |
> |> Can someone try to reproduce this situation? May be something wrong with
> |> my hardware...
> 
> No it shouldn't panic anyway.
> 
> Can you open a Trac bug about this, just cut and paste your description
> here is fine.

Unfortunately, my account (linux-ink) don't have permissions for
publishing bugs at:

https://docs.openmoko.org/trac/newticket

I got:
Error: Forbidden
TICKET_CREATE privileges are required to perform this operation

This bug published at http://trac.freesmartphone.org on Ticket #344

> If we can reproduce it with a debug board it's probably not too hard to
> make the panic go away anyway.
> 
> Ad-hoc is relatively uncommon so it makes sense it's going to show more
> bugs.
> 
> - -Andy
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.9 (GNU/Linux)
> Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
> 
> iEYEARECAAYFAkmJutYACgkQOjLpvpq7dMpb/gCfZHfm8QsObsaVshBJM8UNosUb
> kPwAn2TW7us9Iv5i7Yj3ug8apUFs7/PH
> =m9Cl
> -END PGP SIGNATURE-
> 
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: [FSO] Wifi in M5 no longer functioning

2009-02-04 Thread Oleg Sadov
04/02/2009 19:26 +0300, Oleg Sadov wrote:
> В Срд, 04/02/2009 в 15:57 +, Andy Green пишет:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > Somebody in the thread at some point said:
> > 
> > |> In my FSO M5-equiped FR eth0 visible by iwconfig and my WiFi points
> > |> successfully scaned by iwlist.
> > |
> > | Since the previous Jan 5th basis I understood the kernel had, there are
> > | relatively few patches.  The main change is WLAN driver is now in modules.
> > |
> > |> But, seems like I found another unpleasant bug :(
> > 
> > I never met a pleasant one :-)
> > 
> > |> I tryed setting up direct WiFi network access (without hardware Access
> > |> Points) for FR by hands (I successfully used such scenario for
> > |> configuring wireless-networking for some OLPCs & traditional notebooks):
> > |
> > |> # iwconfig eth0 mode ad-hoc
> > |> # iwconfig eth0 essid "my-wifi"
> > |> # iwconfig eth0
> > |> eth0  AR6000 802.11g  ESSID:"my-wifi"
> > |>   Mode:Ad-Hoc  Frequency:2.457 GHz  Cell: 4E:72:EC:8E:38:88
> > |>   Bit Rate=1 Mb/s   Tx-Power=15 dBm   Sensitivity=0/3
> > |>   Retry:on
> > |>   Encryption key:off
> > |>   Power Management:off
> > |>   Link Quality:0/94  Signal level:-95 dBm  Noise level:-96 dBm
> > |>   Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
> > |>   Tx excessive retries:0  Invalid misc:0   Missed beacon:0
> > |
> > |> # iwconfig eth0 channel 1
> > |> # iwconfig eth0 key restricted 1234567890
> > |> # iwconfig eth0
> > |> eth0  AR6000 802.11g  ESSID:""
> > |>   Mode:Ad-Hoc  Frequency:2.457 GHz  Cell: 4E:72:EC:8E:38:88
> > |>   Bit Rate=1 Mb/s   Tx-Power=15 dBm   Sensitivity=0/3
> > |>   Retry:on
> > |>   Encryption key:1234-5678-90   Security mode:restricted
> > |>   Power Management:off
> > |>   Link Quality:0/94  Signal level:-95 dBm  Noise level:-97 dBm
> > |>   Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
> > |>   Tx excessive retries:0  Invalid misc:0   Missed beacon:0
> > |
> > |> I lost my ESSID at this step and try setting up this one once again:
> > |
> > |> # iwconfig eth0 essid "my-wifi"
> > |
> > |> After that system hangs up and blinking by red LED in AUX button.
> > 
> > Right, panicked.
> > 
> > |> Seems like "restricted" key is key point for this situation -- with open
> > |> key all works good.
> > |
> > |> Can someone try to reproduce this situation? May be something wrong with
> > |> my hardware...
> > 
> > No it shouldn't panic anyway.
> > 
> > Can you open a Trac bug about this, just cut and paste your description
> > here is fine.
> 
> Unfortunately, my account (linux-ink) don't have permissions for
> publishing bugs at:
> 
> https://docs.openmoko.org/trac/newticket
> 
> I got:
> Error: Forbidden
> TICKET_CREATE privileges are required to perform this operation

I got verification message from the OpenMoko Trac and publish this bug
report under the Ticket #2227.

> This bug published at http://trac.freesmartphone.org on Ticket #344
> 
> > If we can reproduce it with a debug board it's probably not too hard to
> > make the panic go away anyway.
> > 
> > Ad-hoc is relatively uncommon so it makes sense it's going to show more
> > bugs.
> > 
> > - -Andy
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v1.4.9 (GNU/Linux)
> > Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
> > 
> > iEYEARECAAYFAkmJutYACgkQOjLpvpq7dMpb/gCfZHfm8QsObsaVshBJM8UNosUb
> > kPwAn2TW7us9Iv5i7Yj3ug8apUFs7/PH
> > =m9Cl
> > -END PGP SIGNATURE-
> > 
> > ___
> > support mailing list
> > support@lists.openmoko.org
> > https://lists.openmoko.org/mailman/listinfo/support
> 
> 
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support