Re: [gentoo-user] Android tether and wpa_supplicant

2010-05-14 Thread Bartosz Szatkowski
It was working on network manager + ubuntu, but i cant connect on my
gentoo+wicd box. 

You have to change mode to Ad-Hoc at Your Gentoo Box :) its working (i
haven't tested it with encryption, but plaint just works)
-- 
Bartosz Szatkowski
KeyFP: 1568 D5A7 B14C 0727 1C61 ACFB ABDE C08A DDB7 1F70

The freedom to improve the program, and release your improvements to the
public, so that the whole community benefits (freedom 3)




Re: [gentoo-user] Android tether and wpa_supplicant

2010-05-06 Thread Mick
On Wednesday 05 May 2010 13:52:20 Fredrik Andersson wrote:
 Hi fellow gentoo users
 
 I'm trying to connect my laptop to my HTC Hero using wpa_supplicant,
 has anyone done this?
 
 this is what I see in wpa_cli when I do scan_result
 
 #bssid / frequency / signal level / flags / ssid
 #02:23:76:81:26:67  2412240 [IBSS]  G1
 
 And according to the example wpa_supplicant.conf this should allow me
 to connect to a IBSS network.
 network={
ssid=G1
mode=1
frequency=2412
proto=WPA
key_mgmt=NONE
pairwise=NONE
group=TKIP
#psk=abcdefghijklm
 }
 
 I have tried the connection in Windows and that works, so the phone is
  working.
 
 Any help is greatly appreciated :)

If you're using WPA you should define a passphrase.  You seem to have 
commented out your psk.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Android tether and wpa_supplicant

2010-05-05 Thread Fredrik Andersson
Hi fellow gentoo users

I'm trying to connect my laptop to my HTC Hero using wpa_supplicant,
has anyone done this?

this is what I see in wpa_cli when I do scan_result

#bssid / frequency / signal level / flags / ssid
#02:23:76:81:26:67      2412    240     [IBSS]  G1

And according to the example wpa_supplicant.conf this should allow me
to connect to a IBSS network.
network={
       ssid=G1
       mode=1
       frequency=2412
       proto=WPA
       key_mgmt=NONE
       pairwise=NONE
       group=TKIP
       #psk=abcdefghijklm
}

I have tried the connection in Windows and that works, so the phone is working.

Any help is greatly appreciated :)