* [gentoo-user] Windows-only wireless AP?
@ 2009-07-07 8:34 Grant
2009-07-07 8:37 ` Alan McKinnon
2009-07-08 19:07 ` Paul Hartman
0 siblings, 2 replies; 7+ messages in thread
From: Grant @ 2009-07-07 8:34 UTC (permalink / raw
To: gentoo-user
I'm trying to connect to a WPA2 wireless router via wicd, but I can't
get past the authentication. The owner insists the password is
correct. I've spoken to the administrator and I was told the router
will connect Windows systems, some Mac systems, but no Linux systems.
Does this amount to the typical "Linux is not supported" response, or
could a router actually not work with Linux clients?
I've also tried to connect via /etc/init.d/net.wlan0 and
wpa_supplicant, but I can't get much information about how it's
failing because it is backgrounded. Could net.wlan0 work even though
wicd fails, and if so, how can I get more info from net.wlan0?
- Grant
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Windows-only wireless AP?
2009-07-07 8:34 [gentoo-user] Windows-only wireless AP? Grant
@ 2009-07-07 8:37 ` Alan McKinnon
2009-07-08 14:51 ` J. Roeleveld
2009-07-08 19:07 ` Paul Hartman
1 sibling, 1 reply; 7+ messages in thread
From: Alan McKinnon @ 2009-07-07 8:37 UTC (permalink / raw
To: gentoo-user; +Cc: Grant
On Tuesday 07 July 2009 10:34:07 Grant wrote:
> I'm trying to connect to a WPA2 wireless router via wicd, but I can't
> get past the authentication. The owner insists the password is
> correct. I've spoken to the administrator and I was told the router
> will connect Windows systems, some Mac systems, but no Linux systems.
> Does this amount to the typical "Linux is not supported" response, or
> could a router actually not work with Linux clients?
>
> I've also tried to connect via /etc/init.d/net.wlan0 and
> wpa_supplicant, but I can't get much information about how it's
> failing because it is backgrounded. Could net.wlan0 work even though
> wicd fails, and if so, how can I get more info from net.wlan0?
It's hard to see how a wireless router could bring that about without changing
how WPA2 works (then it isn't really WPA2 anymore is it?). It's a standard
protocol.
WPA2 does work with wicd - are you getting anything in the logs at all using
both methods?
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Windows-only wireless AP?
2009-07-07 8:37 ` Alan McKinnon
@ 2009-07-08 14:51 ` J. Roeleveld
2009-07-08 18:25 ` Stroller
0 siblings, 1 reply; 7+ messages in thread
From: J. Roeleveld @ 2009-07-08 14:51 UTC (permalink / raw
To: gentoo-user
On Tuesday 07 July 2009 10:37:36 Alan McKinnon wrote:
> On Tuesday 07 July 2009 10:34:07 Grant wrote:
> > I'm trying to connect to a WPA2 wireless router via wicd, but I can't
> > get past the authentication. The owner insists the password is
> > correct. I've spoken to the administrator and I was told the router
> > will connect Windows systems, some Mac systems, but no Linux systems.
> > Does this amount to the typical "Linux is not supported" response, or
> > could a router actually not work with Linux clients?
> >
> > I've also tried to connect via /etc/init.d/net.wlan0 and
> > wpa_supplicant, but I can't get much information about how it's
> > failing because it is backgrounded. Could net.wlan0 work even though
> > wicd fails, and if so, how can I get more info from net.wlan0?
>
> It's hard to see how a wireless router could bring that about without
> changing how WPA2 works (then it isn't really WPA2 anymore is it?). It's a
> standard protocol.
>
> WPA2 does work with wicd - are you getting anything in the logs at all
> using both methods?
Take the following with the usual grain of salt.
I don't use WPA myself, but I have seen issues with WEP-passwords where not
all systems convert it to the hash-value in the same way.
Try using the HEX-value for the WPA password rather then the "plain-text"
version.
Thanks,
Joost
ps. WEP is "ok" if you run a VPN over it :)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Windows-only wireless AP?
2009-07-08 14:51 ` J. Roeleveld
@ 2009-07-08 18:25 ` Stroller
0 siblings, 0 replies; 7+ messages in thread
From: Stroller @ 2009-07-08 18:25 UTC (permalink / raw
To: gentoo-user
On 8 Jul 2009, at 15:51, J. Roeleveld wrote:
> ...
> Take the following with the usual grain of salt.
> I don't use WPA myself, but I have seen issues with WEP-passwords
> where not
> all systems convert it to the hash-value in the same way.
>
> Try using the HEX-value for the WPA password rather then the "plain-
> text"
> version.
I'm pretty sure that only applies to WEP *not* to WPA.
Stroller.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Windows-only wireless AP?
2009-07-07 8:34 [gentoo-user] Windows-only wireless AP? Grant
2009-07-07 8:37 ` Alan McKinnon
@ 2009-07-08 19:07 ` Paul Hartman
2009-07-09 5:59 ` Grant
1 sibling, 1 reply; 7+ messages in thread
From: Paul Hartman @ 2009-07-08 19:07 UTC (permalink / raw
To: gentoo-user
On Tue, Jul 7, 2009 at 3:34 AM, Grant<emailgrant@gmail.com> wrote:
> I've also tried to connect via /etc/init.d/net.wlan0 and
> wpa_supplicant, but I can't get much information about how it's
> failing because it is backgrounded. Could net.wlan0 work even though
> wicd fails, and if so, how can I get more info from net.wlan0?
If you're using wpa_supplicant you can run wpa_gui which is a GUI for
wpa_supplicant :) or run wpa_supplicant in foreground with verbose
mode, it'll show more than you ever wanted to see...
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Windows-only wireless AP?
2009-07-08 19:07 ` Paul Hartman
@ 2009-07-09 5:59 ` Grant
2009-07-09 8:54 ` Neil Bothwick
0 siblings, 1 reply; 7+ messages in thread
From: Grant @ 2009-07-09 5:59 UTC (permalink / raw
To: gentoo-user
>> I've also tried to connect via /etc/init.d/net.wlan0 and
>> wpa_supplicant, but I can't get much information about how it's
>> failing because it is backgrounded. Could net.wlan0 work even though
>> wicd fails, and if so, how can I get more info from net.wlan0?
>
> If you're using wpa_supplicant you can run wpa_gui which is a GUI for
> wpa_supplicant :) or run wpa_supplicant in foreground with verbose
> mode, it'll show more than you ever wanted to see...
Thanks guys. They switched from WPA2 to WPA and now I can connect. I
remember having problems with another WPA2 network though. Has anyone
used wicd with WPA2?
- Grant
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Windows-only wireless AP?
2009-07-09 5:59 ` Grant
@ 2009-07-09 8:54 ` Neil Bothwick
0 siblings, 0 replies; 7+ messages in thread
From: Neil Bothwick @ 2009-07-09 8:54 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 404 bytes --]
On Wed, 8 Jul 2009 22:59:55 -0700, Grant wrote:
> Thanks guys. They switched from WPA2 to WPA and now I can connect. I
> remember having problems with another WPA2 network though. Has anyone
> used wicd with WPA2?
I am doing so to send this.
--
Neil Bothwick
WinErr 01B: Illegal error - You are not allowed to get this error.
Next time you will get a penalty for that.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-07-09 8:54 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-07 8:34 [gentoo-user] Windows-only wireless AP? Grant
2009-07-07 8:37 ` Alan McKinnon
2009-07-08 14:51 ` J. Roeleveld
2009-07-08 18:25 ` Stroller
2009-07-08 19:07 ` Paul Hartman
2009-07-09 5:59 ` Grant
2009-07-09 8:54 ` Neil Bothwick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox