Hello, My Lubuntu installation has been able to connect to a network secured with WPA2 and to another with WEP. My TDE installation, from the recent Exegnu live CD, can connect to the same WPA2 network but not to the WEP one - the authentication fails. Right now the WEP network is the only one available to me, and I hope to be able to use it to upgrade TDE. Does the following info suggest anything?
$ sudo lspci -vv | grep Wireless 03:00.0 Network controller: Intel Corporation Wireless 7260 (rev 83) Subsystem: Intel Corporation Dual Band Wireless-AC 7260
$ lsmod | grep iwl iwlmvm 189813 0 mac80211 630653 1 iwlmvm iwlwifi 169932 1 iwlmvm cfg80211 484040 3 iwlwifi,mac80211,iwlmvm
<part of /var/log/syslog> Dec 18 20:04:52 r dhclient: Internet Systems Consortium DHCP Client 4.3.1 Dec 18 20:04:52 r dhclient: Copyright 2004-2014 Internet Systems Consortium. Dec 18 20:04:52 r dhclient: All rights reserved. Dec 18 20:04:52 r dhclient: For info, please visit https://www.isc.org/software/dhcp/ Dec 18 20:05:35 r dhclient: Dec 18 20:05:35 r dhclient: Listening on LPF/wlan0/7c:7a:91:60:c0:07 Dec 18 20:05:35 r dhclient: Sending on LPF/wlan0/7c:7a:91:60:c0:07 Dec 18 20:05:35 r dhclient: Sending on Socket/fallback Dec 18 20:05:35 r dhclient: DHCPRELEASE on wlan0 to 10.2.96.1 port 67 Dec 18 20:05:35 r dhclient: send_packet: Network is unreachable Dec 18 20:05:35 r dhclient: send_packet: please consult README file regarding broadcast address. Dec 18 20:05:35 r dhclient: dhclient.c:2331: Failed to send 300 byte long packet over fallback interface. Dec 18 20:05:35 r kernel: [ 253.450550] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S Dec 18 20:05:35 r kernel: [ 253.451214] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S Dec 18 20:05:35 r kernel: [ 253.474679] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
- Robert
On 19 December 2014 at 22:07, Robert Peters robertpeters9@gmail.com wrote:
Hello, My Lubuntu installation has been able to connect to a network secured with WPA2 and to another with WEP. My TDE installation, from the recent Exegnu live CD, can connect to the same WPA2 network but not to the WEP one - the authentication fails. Right now the WEP network is the only one available to me, and I hope to be able to use it to upgrade TDE. Does the following info suggest anything?
<snip>
Ok, looks like no solution for this one. I've thought of 3 ways around it: - (using Lubuntu) manually fetch network-manager-tde and all its dependencies and install them in my TDE installation, in hopes of using it to make the connection. - try to find a wired connection or a network that uses WPA. - get the Ubuntu live CD, which looks more current than the Debian one that I installed from. Q: what is the effective difference between using the Debian and Ubuntu distros?
Robert
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
On 19 December 2014 at 22:07, Robert Peters robertpeters9@gmail.com wrote:
Hello, My Lubuntu installation has been able to connect to a network secured with WPA2 and to another with WEP. My TDE installation, from the recent Exegnu live CD, can connect to the same WPA2 network but not to the WEP one - the authentication fails. Right now the WEP network is the only one available to me, and I hope to be able to use it to upgrade TDE. Does the following info suggest anything?
<snip>
Ok, looks like no solution for this one. I've thought of 3 ways around it:
- (using Lubuntu) manually fetch network-manager-tde and all its
dependencies and install them in my TDE installation, in hopes of using it to make the connection.
- try to find a wired connection or a network that uses WPA.
- get the Ubuntu live CD, which looks more current than the Debian one
that I installed from. Q: what is the effective difference between using the Debian and Ubuntu distros?
Robert
Off the top of my head Ubuntu ships with non-free firmware by default and allows insecure operations (such as using WEP--WEP is practically useless and provides no real protection) by default. Debian has a more privacy- and security-conscious stance, and does not ship non-free firmware by default among other restrictions.
Personally I prefer the Debian approach, but that is due to my years of experience with Linux and my preference to know of potential security problems. Most users (including myself when I was just getting started so long ago) instead find this frustrating and spend long hours with Google trying to figure out why things are not working. ;-)
Tim
On 23 December 2014 at 08:19, Timothy Pearson kb9vqf@pearsoncomputing.net wrote: <snip>
Off the top of my head Ubuntu ships with non-free firmware by default and allows insecure operations (such as using WEP--WEP is practically useless and provides no real protection) by default. Debian has a more privacy- and security-conscious stance, and does not ship non-free firmware by default among other restrictions.
Personally I prefer the Debian approach, but that is due to my years of experience with Linux and my preference to know of potential security problems. Most users (including myself when I was just getting started so long ago) instead find this frustrating and spend long hours with Google trying to figure out why things are not working. ;-)
Tim
Thanks. I'll look for a wired connection or WPA-secured network and have a go at the Debian version. Robert
On 23/12/2014 01:07, Robert Peters wrote:
On 23 December 2014 at 08:19, Timothy Pearson kb9vqf@pearsoncomputing.net wrote:
<snip>
Off the top of my head Ubuntu ships with non-free firmware by default and allows insecure operations (such as using WEP--WEP is practically useless and provides no real protection) by default. Debian has a more privacy- and security-conscious stance, and does not ship non-free firmware by default among other restrictions.
Personally I prefer the Debian approach, but that is due to my years of experience with Linux and my preference to know of potential security problems. Most users (including myself when I was just getting started so long ago) instead find this frustrating and spend long hours with Google trying to figure out why things are not working. ;-)
Tim
Thanks. I'll look for a wired connection or WPA-secured network and have a go at the Debian version. Robert
I haven't been following the thread so apologies if I'm repeating stuff. As Tim says, firmware/security seem likely culprits. This link may help;
http://www.gc-linux.org/wiki/WL:Wifi_Configuration
Mike.
--