Ubuntu Networking :: Flaky Wireless Since Enabling WPA2
Oct 26, 2010
I've got a BCM 4312 card on a Dell laptop running 10.04 and an Apple Airport network. Since I configured the Airport to use "WPA2 Personal" Authentication, my connection is flaky: it drops for no apparent reason and sometimes I can't connect at all. When authentication is turned off, the connection is rock solid.
Here's an example from the syslog of a failed attempt to connect:
Code:
Oct 26 19:31:24 firefly NetworkManager: <info> Activation (eth1) starting connection 'Auto Rittenhouse'
Oct 26 19:31:24 firefly NetworkManager: <info> (eth1): device state change: 3 -> 4 (reason 0)
[Code]....
View 5 Replies
ADVERTISEMENT
Oct 14, 2010
I have an Asus EeePC 1005HA and I remember there was a way to fix this problem in the older version of Ubuntu but since this is the latest how would I go about fixing this problem?
View 9 Replies
View Related
May 6, 2010
After updating to 10.04, I was able to connect easily to my network. However after getting a new router "Linksys WRT610Nv2", I was initially able to set up my wireless "WPA & WPA2 Personal"-encrypted network, but for whatever reason it stopped working completely.
My Asus EeePC 1000H does recognize my network, but its does not want to connect anymore, whatever I try. If I use no encryption, or go wired, everything works well. If I go on other networks everything is ok. I even reinstalled Passwords and Encryption Keys. Other computers (Windows-bad XP and Vista, laptop and desktop [sorry, but working on it to get rid of them!]) have no problems, either wired or wireless connecting with my network. Booting under 9.10, everything works ok as well. In Ubuntu 10.04, going into Network Connections and Edit my network, this is what I see:
[Code]....
View 9 Replies
View Related
Mar 26, 2010
In my toshiba m900 with realtek wireless lan. i canot detect any network. should i see any network? i setup my access point using wpa2 in windows. how about the ubuntu 10.04? i mean do they support wpa2 and wireless issues?
View 9 Replies
View Related
Jul 6, 2011
I wanted to run a little media server in my house, shared with my laptop only, so I could free up space on my laptop drive. I took one of my Linux boxes out of my render farm and loaded up a minimal install, command line only of Ubuntu Lucid from the mini ISO (32 bit). I had to plug in a lan cable to install, but I wanted to move my box back out to the "farm" that doesn't have wired access to my intranet.
After much research, trial and error, this is what worked for me. My wireless card uses an Atheros AR5001X+ chip, and it works with the desktop cd out of the box. I found the "just works" desktop install uses the ath5k driver that is now included in Lucid, but I'm not using a desktop or window manager. I haven't tried this on server version, if you do, let others know what you had to install to get it to work.
The things I do tell you about, I instruct you as if you are a newbie, however I have left out some things that users should know or be able to lookup easily, like if you want a static address instead of using dhcp. You may not need all of the steps or you may have to do more research and troubleshooting.
Find your wireless card (you may need to lookup what to do if it is not recognized at all)List all pci devices, only show network devices (-v verbose, -vv very verbose): >>lspci -vv | grep Network List all hardware (| less lets you pause at each page - arrow keys, page down/up to navigate, q to quit) >>lshw | less
[Code]...
View 1 Replies
View Related
Sep 1, 2011
In setting up wireless connections I have ran into an array of problems. First, when I installed the new OS on my laptop I had to get the correct drivers and firmware for it to display and connect to any connections, had no problem here connecting to a secure wireless network (WPA or WPA2). I then installed Ubuntu on my desktop and had to find the correct driver for the Netgear WNDA3100v2 USB adapter, got it all installed with the Windows Wireless Drivers tool or w/e it is. This made all the available connections come up. I tried connecting with the WPA password I was given for the network and will not connect.
I had the guy managing the network change the one I connect to, to a WEP Passphrase Shared Key thinking this would solve my issue, still nothing. And also in doing so, now my laptop will not connect to the wireless network using the Passphrase. I do not want to go back to Windows, and I will be getting rid of my Lan connection soon so i need a solution to fix this wireless connection problem.
View 9 Replies
View Related
Jul 21, 2010
I am using the Fedora 13 Live USB on my Gateway MT6451 laptop. All the major things you want to work on a laptop with linux actually work! Even my Broadcom wireless card! But even though I can see wireless networks and connect to ones that are open with no problem, I can't actually connect to my Hidden WPA2 network. I put all the information in and it connects, shows a good signal, but doesn't acquire the correct IP. I have a 192.168.X.X address range on my network, but it shows a 10.X.X.X ip and no Gateway address.
If I can get this one thing working I will definitely be installing Fedora.
View 9 Replies
View Related
Jul 5, 2011
I keep getting a "bad password" error message when trying to connect via wpa_supplicant to a wireless network (Apple Time Capsule WPA/WPA2 mixed).
Here's my wpa_supplicant.conf:
Code:
And the relevant line in the /etc/network/interfaces file:
Code:
The Time Capsule log contains the following error message--
Code:
So perhaps the password is somehow getting lost in translation from Ubuntu to the Time Capsule?
View 9 Replies
View Related
Apr 1, 2010
I've been having a network problem that I've been able to temporarily solve by rebooting the router, but even that can be shaky at times, and it can sometimes disturb others' internet activites, so I'd really like to tackle this while I can. I had an old thread about this, but it's ancient history by now, and plus which, I've got a bit more Linux experience and patience than I did before.
The basic problem is that NetworkManager will associate and connect to my home wireless network, but a) it won't let me ping the router or anywhere else ("Destination Host Unreachable"), and b) the connection lasts for maybe a couple minutes at most. If I reset the router, however, 9 times out of 10 it will associate and connect successfully and I can get online, but I have to run a constant ping to the router with a 10-second interval, otherwise it drops the connection, unless I'm doing a lot of other heavy network activity.
ping 192.168.1.1 (the router):
Code:
I've tried wpa_supplicant, but this is what I get (it's apparently unsuccessful...? ESSID/MAC addresses censored where necessary):
Code:
The last prompt line is included because I cancelled it myself; it didn't abort on its own. If left unmonitored, it basically keeps doing this over and over, with no visible network activity at all.
With NetworkManager, I can keep selecting the network's ESSID over and over, and it seems to reconnect, but I still can't ping out anywhere. I'm using a Netgear WN111v1 wireless adapter with ndiswrapper and the Windows drivers. I have no idea what the chipset is, and I doubt that Linux drivers exist for it, even if I knew what it was. The router is using WPA2 security (hence my trying wpa_supplicant)
lsusb:
Code:
ifconfig wlan0 (while connected; IP/MAC addresses censored where needed):
Code:
ifconfig wlan0 (while not connected; IP/MAC addresses censored where needed):
Code:
Code:
I only include this for format checking purposes. The commented out "psk" is the actual text passphrase, while the uncommented one is (presumably) a hex representation of the same key. Is this correct? I've never done this with wpa_supplicant before, I've only used NetworkManager (which is a pain in the @$$ because it requires X to run, and so it disconnects any time I log out/back in ).
Is there any hope of getting my wireless connection permanently working, so that I don't have to reset the router every time I need to reboot or log out/back in?
View 15 Replies
View Related
Apr 19, 2011
I've been having an issue for the last day or so. I have an HP Pavilion dv8000 running 10.10. Whenever I boot with the Wireless activated, it will lock about 3-4 seconds into the log-in screen (I'm guessing when it connects to my router). If I have the wireless deactivated (like now), I am able to use the ethernet connection, or (like now) use my phone to tether internet. But, as soon as I click the wireless to active, locks up. The wireless activity light flashes, but that's all.
I'm pretty good about updating whenever I use my laptop, but I think something in the most recent update may have broken my wireless connection.
View 5 Replies
View Related
May 23, 2011
i cannot connect to the internet wirlessly,only via eternet cable which works fine,it tells me my wirless is not enabled
View 13 Replies
View Related
Mar 10, 2011
I just want to setup adhoc network using the wireless card that came with the box but I'm having a hard time getting it up. I have gone through a lot of posts about wireless troubleshooting but nothing has solved it. Left clicking the network manager tray icon always says wireless network is disconnected. "Enable Wireless" is checked.
Some info:
Code:
rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
[Code]....
View 4 Replies
View Related
Jul 31, 2011
I've been having problems with the Atheros AR5001 wireless card in my EEE PC. Whenever I'm connected to an encrypted network of any description (WPA2 at home, WPA-PSK at work), the connection will drop out after some time, ask for the key again, then will drop out after a shorter time. This repeats until it's continuously asking for the key. This is no problem with an unencrypted connection. I've installed the madwifi module as per the instructions in this thread, but that doesn't seem to have helped.Ubuntu 10.04.3 LTS, 2.6.32-33-generic i686 kernel.
lspci:
Code:
01:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
ifconfig:
Code:
wlan0 Link encap:Ethernet HWaddr 00:25:d3:12:c3:37
inet addr:192.168.2.4 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::225:d3ff:fe12:c337/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
[code]....
View 9 Replies
View Related
Sep 1, 2010
I am trying to connect my desktop to my laptop over a non-internet connected LAN, but when i enable the LAN connection on my desktop (the one with the wireless) its internet stops working.
it is a very similar problem to this except that i am using ubuntu for the machine with the two connections.
right now i have my wireless on the 192.168.1.* address space, while the LAN is to be on 192.168.5.*
note: my goal is not to share internet with my laptop, just be able to connect to it and the internet at the same time.
desktop: ubuntu 9.10 , wireless and LAN
laptop: windows xp, LAN only
View 9 Replies
View Related
May 28, 2011
I just installed F15 on a laptop that previous had F12 working well. During install, it finds my wireless card and seems to set it up fine. The full install ran with the wireless active without any problem that I could see. Now, when I start up, I see Network Manager tells me that the wlan is active, but it doesn't show my specific network. If I click on the NM tray icon and open up the panel, my network is shown but it is not "active".
I can double click on it and it will become active - shows the little globe next to the antenna. This works fine for about 2 web pages worth and then FireFox 4 stops being able to find web pages. If I go back to the panel, double click on my wireless network (which looks like it is active already), and reactivate it, I can get the page I was looking for in FireFox, but within a couple of minutes it will stop.
Likewise with yum, while I'm installing software, I'll occasionally get errors like this:
[URL]: [Errno 14] curl#6 - "Couldn't resolve host"
If I reactivate my wireless network in the NM panel, it continues fine. Other computers/phones connected to this network seem to work fine. Is NM known to be problematic in F15?
View 14 Replies
View Related
Aug 24, 2010
I am wondering if WPA2 encryption in openSUSE 11.3 YAST is actually TKIP or AES? My wireless router uses the later. I keep having the problem of wireless authentication window popping up.
View 8 Replies
View Related
Sep 21, 2010
I'm trying to connect to a new router that has WPA2-PSK encryption.In the connection window Ubuntu presents when choosing the network from the wifi menu, there are only the 3 WEP options (40/128 bits, 128 bits, and dynamic) plus LEAP. But no WPA2-PSK or any other WPA..I know for sure my router is set to WPA2-PSK and not to WEP.
View 1 Replies
View Related
Jan 3, 2010
I'm relatively new to Linux. My netbook ran updates yesterday for Ubuntu and now I am unable to reconnect to wireless network connection. I am using WPA2 encrypted security. I am able to connect via wired LAN. Also, when I went to connect using USB mobile connection, I get an error "unable to mount location". I get the same error if I try to connect my external CD drive. I am using Ubuntu 8.04 with Gnome desktop (2.22.3) on a Dell Mini 9.My wireless device is using Broadcom STA Wireless driver for an 802.11 wireless card.
View 1 Replies
View Related
Jul 27, 2010
how can i connect to the wireless network(WPA/WPA2)? i dont have network manager,so help me with terminal. i download wpasusclinet,but help me from first.
View 8 Replies
View Related
Sep 20, 2010
So my university has two wireless servers that students can log into: VCU and VCU SafeNet. The regular VCU server works fine in most areas on campus but the library which I imagine I would be spending most of my time in between classes to do work and such. The connection quality for the unsecured server sucks ass there, and I do not use that term lightly. Other students have found success connecting in the library through the SafeNet server and the tech support man in the library was very nice in helping me setting up the security rules to connect to SafeNet in openSUSE.
However, I lack one little thing that would get me internet connection on crack at the library: GTC authentication for PEAP in WPA2. I did some research and found that GTC has not been implemented in the GUI of KNetworkManager even though it was implemented in NetworkManager. The guide that the tech support man printed out for me was for some earlier version of Ubuntu, so I know NetworkManager has had GTC support for a while now and KNetworkManager is still lacking this. I also found a patch for KNetworkManager, but have had no luck implementing it.
View 1 Replies
View Related
Dec 8, 2009
NetworkManager is a powerful tool for setting up a wlan connection, especially if you connect the laptop to multiple access points. One drawback is that the user accounts must be given access to the pass
phrase. Another is that there is no wlan connection in run level 3, because nm-applet is an X application.If you connect to the same access point all the time, e.g., your own wireless router, a permanent connection via ifcfg might be more convenient. It is controlled by root. All user accounts have wireless access without knowing the underlying details. Further, there is a wireless connection in run level 3. After a lot of trial and error and Google searches, I was able to put together this guide by splicing together one step used in Slackware (from Alienbob's web page) with other steps outlined in this online article http://home.roadrunner.com/~computer...hwireless.html.
It is assumed that the appropriate kernel module for the wlan card is installed and that
$ iwconfigshows a viable wlan0 interface. We are using DHCP. (If using static IP, edit ifcfg-wlan0.)The following steps work on a Compaq Presario F756NR notebook with a Atheros AR242x 802.11abg WLAN card using the ath5k kernel module (without madwifi). I am using 64-bit F12. All commands are executed as root.1. $ yum install wpa_supplicant dhclientProbably already installed, especially dhclient. If so, skip.2. $ cd /etc/sysconfig && vi wpa_supplicantInsert the following lines:
INTERFACES="-iwlan0"
DRIVERS="-Dwext"
OTHER_ARGS="-f /var/log/wpa_supplicant.log"
[code]....
View 1 Replies
View Related
Mar 10, 2011
I'm using the new opensuse 11.4 with KDE desktop. I can connect to my WPA2 personal network fine, but some other networks, like a WPA2 enterprise network connects, but no Internet(pinging too) resolves.
View 2 Replies
View Related
May 15, 2011
I had some difficulty getting Plasmoid to work on to connect to a WPA2-Enterprise Network. The Cert file is in DER format which is something like this "XXXX.cer" After I filed a bug report I got a respond to try the updated Plasmoid from this Repo:
Index of /repositories/KDE:/UpdatedApps/openSUSE_11.4 To use it you have to first install your certificate in openssl using terminal. First copy the certificate into the ssl directory (In OpenSUSE it is /etc/ssl/certs/)
1) sudo cp path_to_file /etc/ssl/certs/Then install it (If you don't do this it will fail) Source:http://gagravarr.org/writing/openssl...tml#Installing
2)sudo ln -s filename_of_certificate `openssl x509 -hash -noout -in filename_of_certificate`.0
3)Then after that when using Plasmoid to connect check the box use system certificate.
It should work like it worked for me but I still think certificate handling needs a lot of improvement.Pointing the cert directly from plasmoid does not work.
View 1 Replies
View Related
Jul 7, 2010
I followed [URL]..to set up my wireless network with WPA2 encryption. It works now and knemo says:Encryption: active. However, "iwconfig wlan0" says Encrytion key: off:
Code:
wlan0 IEEE 802.11abgn ESSID:"blitz"
Mode:Managed Frequency:2.472 GHz Access Point: 00:25:9C:DE:D3:7D
Bit Rate=0 kb/s Tx-Power=15 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
[Code]...
So is there anything wrong with that "Encryption key: off" statement? I suspect that encryption key only applies to WEP, but not to WPA2 encryption, but I am not sure. So my question is, can I ignore that statement and assume that my encryption is fine?
Besides, where does knemo read the information about encryption from? As I mentioned, knemo detects that the encryption is active. Are there any other commands to make sure that my encryption is safe and well?
View 7 Replies
View Related
Nov 15, 2010
Im trying to setup a radius server to use WPA2-Enterprise on a linksys wireless router. I have so far done the following from this link: [URL]... Im having trouble understanding/finding information on how to configure the configuration files so my radius server will work when somebody tries to authenticate.
View 3 Replies
View Related
Jun 11, 2009
Its seems Fedora 11 on eee pc 1000h cannot connect to any wireless type(Open, WPA2, WPA or WEP) of a hidden network(non broadcasting SSID). Though it can connect to visible ones(broadcasting SSID), since my college is on a hidden network this a problem for me. Though I can't really test if its just fedora 11 or rpmfusion drivers for it 1000h model related problem.
View 13 Replies
View Related
Jan 1, 2010
I'm relatively new to Linux.My netbook ran updates yesterday for Ubuntu and now I am unable to reconnect to wireless network connection.I am using WPA2 encrypted security.I am able to connect via wired LAN. Also, when I went to connect using USB mobile connection, I get an error "unable to mount location". I get the same error if I try to connect my external CD drive. I have tried to force mount but no luck.
View 17 Replies
View Related
Nov 3, 2010
After my previous stint with 10.10 I've gone back to 10.04 because it boots in 20 seconds instead of 70+ and 10.10 didn't really seem to offer much new stuff that I need. Except one thing. When 10.10 boots, it automatically connects to whatever wireless network is set to Auto. 10.04 however, doesn't. I have to right click the tray applet and click on "Enable Wireless" and only then does it connect to the Auto networks. After a reboot, it's forgotten that I've clicked on "Enable Wireless" and I have to do it all over again.
I've found this thread that seems to describe the same problem and the only working suggesting is to use wicd instead of network-manager.
Does anybody know of a way to make it work using network manager? Do you know what command clicking on "Enable Wireless" runs - if I could just run that in an init script, problem solved. I thought it would be; ifconfig wlan0 up but that doesn't seem to do anything at all (wlan0 is definitely the right adapter)
View 5 Replies
View Related
Sep 23, 2010
The university I go to uses a WPA2 wireless network that requires a netID and password to connect too. I installed wicd but I can't seem to connect to this network, is there a way to add this functionality to wicd, and if so, how do I do that (links to a how-to or guide would be nice, I've yet to find one).
Also, I spend most of my time on campus in the command line, so I'd like to know if there is a way to use command line utilities to connect to this network (again, a guide or how-to would be nice)
I can get online through my fedora live USB just fine (w/ network manager) but I'd rather get on directly from slackware.
View 3 Replies
View Related
Dec 11, 2010
I am using ubuntu 10.04 on lenovo g430, last night I switch off the device while it was connected to network and shut down the computer. But after that i switch on the device was disabled.I use to enable the device through Fn+F5 key which controls the device in windows but the keys does not work in ubuntu. I am using broadcom 802.11g device.
View 2 Replies
View Related