Re: Totally confused - eth0, eth1, eth2, no connection
my experience (confirmed by attending this forum) is that wep is pretty troublesome.
in any case, it's obsolete and too easy to break, so better go with wpa.
mine works like a charm both in psk and enterprise mode.
as for knetworkmanager and the other tools...
i don't know.
i guess you can try other stuff, but this is the one that should work.
before knetworkmanager i used wlassistant.
then came 7.04 with wpa support and knetworkmanager.
everything worked out of the box for me (well, as soon as intel patched their microcode).
actually, you could simply use iwlist and iwconfig from command line.
or ifdown and ifup...
you don't need the guis.
gutsy beta is no benchmark.
it's beta.
my virtual machine (just upgraded) doesn't even boot anymore...
so...to sum up:
your hardware works alright.
your driver looks alright.
your iwlist scan gives the expected result (on eth2...so that's what you should have in your config file).
your signal is excellent.
sorry, but i don't see why it shouldn't work.
oh, alright, we haven't checked if wpasupplicant is installed...
pls, issue:
that's something you need to have installed if you want to use wpa.
once you've made sure wpasupplicant is installed,
remove everything from /etc/network/interfaces
and only leave lo, eth0 and eth2 (the rest is useless):
make sure your router be set up to use wpa-psk.
make sure you've entered a passphrase for it.
make sure you've set it up to use dhcp.
start your box, log in kde, start knetworkmanager.
if it doesn't work...i don't know...
the only other thing that comes to mind is to remove all security and try and connect.
if that doesn't work either, then at least we know your issue is not the encryption
and you can move from there.
sorry!
my experience (confirmed by attending this forum) is that wep is pretty troublesome.
in any case, it's obsolete and too easy to break, so better go with wpa.
mine works like a charm both in psk and enterprise mode.
as for knetworkmanager and the other tools...
i don't know.
i guess you can try other stuff, but this is the one that should work.
before knetworkmanager i used wlassistant.
then came 7.04 with wpa support and knetworkmanager.
everything worked out of the box for me (well, as soon as intel patched their microcode).
actually, you could simply use iwlist and iwconfig from command line.
or ifdown and ifup...
you don't need the guis.
gutsy beta is no benchmark.
it's beta.
my virtual machine (just upgraded) doesn't even boot anymore...
so...to sum up:
your hardware works alright.
your driver looks alright.
your iwlist scan gives the expected result (on eth2...so that's what you should have in your config file).
your signal is excellent.
sorry, but i don't see why it shouldn't work.
oh, alright, we haven't checked if wpasupplicant is installed...
pls, issue:
Code:
dpkg-query -l '*wpa*'
once you've made sure wpasupplicant is installed,
remove everything from /etc/network/interfaces
and only leave lo, eth0 and eth2 (the rest is useless):
Code:
auto lo iface lo inet loopback address 127.0.0.1 netmask 255.0.0.0 auto eth0 iface eth0 inet dhcp auto eth2 iface eth2 inet dhcp
make sure you've entered a passphrase for it.
make sure you've set it up to use dhcp.
start your box, log in kde, start knetworkmanager.
if it doesn't work...i don't know...
the only other thing that comes to mind is to remove all security and try and connect.
if that doesn't work either, then at least we know your issue is not the encryption
and you can move from there.
sorry!
Comment