Fedora Networking :: 14 - Connection To Wlan Is Cut After About 5 Minutes?
Jan 10, 2011
I installed Fedora 14 yesterday via the installation DVD with 3,3 GB. Everything worked fine and when I connected to my wlan and entered the WEP key I got access to the internet. But after about 5 minutes, to connection just got cut and I was again asked for the WEP passkey. But when I entered it this time, the connection failed and I was just asked again (with the same key entered, it even got it saved from last time). As you can think, this is quite annoying, since the time I have internet is not even enough to get some updates done.
Ah, and by the way: The time I have internet it just is unbelievably slow. On my Windows partation, I don't have this problem. I do have a small hint what might be the problem: When I was using Ubuntu, I always had a similar problem, but it did not even connect to my wlan once. The solution was to blacklist some driver, but since I don't know if this might be the problem on Fedora too and if the drivers are the same as on Ubuntu and since I really have no idea about the syntax of the terminal here, I was not daring to try this out.
I recently got a laptop computer and installed 64 bit fedora 11. I can make wireless connections fine but for my ISP I require a dial in using an username and password. On my desktop this is easy I just make a DSL connection under network manager and select eth0 my wired network card as the hardware and away I go. But now I can't select the wireless card as my hardware connection so my DSL keeps on trying to connect through eth0 which is obviously not plugged in. How do I go about making this connection? I have searched google and other people have this problem but I haven't seen any replies. I have tried using pppoe-setup and manually setting the hardware as wlan0 but this doesn't seem to work as under network manager it just defaults back to eth0.
I have an Acer Aspire One 110 with Ubuntu 10.10 Netbook Edition, after i upgraded to 10.10 the wireless network connection is lost about 10 minutes after login, and I can't get it back without rebooting.
I have fedora 10 and am having problems with the wireless access. My computer uses the Realtek Semiconductor Corp. RTL8187B Wireless Adapter. It connects to the network, it gets an ip address and a broadcast address, but it loses connection within 3 min. I'm also new dealing with linux and fedora.
I'm running Fedora 12 on an Acer Aspire One with KDE. The built-in wireless works without a problem EVERYWHERE except at work. It's a shared wireless connection using WPA/WPA2 security.I can connect but it's "hit-and-miss" if I can do anything with it. Somedays it works well for a few minutes then has a period of inactivity - then slow - randomly receives...It worked flawlessly when the computer was running Windows7 no one else has connectivity issues but I'm the only one using Linux.
Hello, I've installed OpenSwan with xl2tpd on my server, and set it up for roadwarriors connecting using certificates.
My server is Debian 5.0.8, I am running xl2tpd 1.2.0, and Openswan IPsec 2.4.12, my clients are all Windows, and I am testing my setup on a Windows 7 client.
I have no problem connecting to the server, but after some time the connection drops. I removed the idle option from the ppp config but it does not make any difference.
Even when I create constant traffic with ping -t the connection drops also.
I have no problems reconnecting right away.
I have been hacking at this for a couple of days, reading every post I can find, but I have not found a solution to my problem.
After days of trying to get a TL-WN321G usb driver to install in Hardy Heron, it finally arrived in the proper place. In trying to then set it up, I got as far as enabling roaming mode, and the icon showed that the system had made a connection to my Belkin-ASDL-G router. I launched Firefox, which momentarily showed Google home page(where I'd been last when using a wired lan), then it changed to "Server not found". I've tried rebooting several times, but it remains the same. Each time the dongle led lights up, the icon shows it trying to make a connection to the correct network, but it fails to do so.
On another pc on this network, I looked in the router settings for DHCP client list, and this client has now vanished from the list where it had been showing before. Possible complications may come from a setting in the client list that still shows up with the same host name, generated by an earlier attempt with a different usb dongle.
So two questions - do I need to find out how to remove the old client first, if so how ? And secondly, does anyone recognize the symptoms and can offer a solution ?
I have a Acer Aspire 7535-5020 laptop with a Atheros AR5B91 wireless adapter & lose my connection after about 10 minutes.The only way to reconnect is by rebooting.I read in another thread that installing the linux-backports-modules-karmic would solve the problem.However when I try to install it I get the message, Error Dependency is notsatisfiable:Linux-backports-Modules-2.6.31-22 generic.
Having struggled to get the wireless connection at least working I find it drops out after 15 minutes or so. When I check for wireless connections I can see none at all and the "Disable/Enable wireless conncection" has disappeared, the Network one is still there. I get an auto reconnection if I reboot and all is well for another 15 minutes. Is there any way i can recover the situation without a reboot? I am trying to install the hplip-3.11.5 driver for my new wireless printer,the program take a while to install and by the time it has started looking for the printer the connection has dropped out. I can't be sure but I don't think it was dropping out before I connected the printer using my wired pc. All good fun but I'd like to get it sorted so I can get the engine back in my motorbike, the sort of technology I prefer!
I have a problem with my wlan connection. it works for few seconds, then stops for few seconds and then starts again (without interaction from my side). I run Ubuntu 10.4 Lucid. The issue started few days ago. Using ethernet, there is no problem. The problem does not exist with other computers i have, there wifi and internet work continuously and flawless. I ping my wlan router. one sees that connection to the wlan router starts and stops every few seconds... (of course, internet connection then behaves analogous)
Quote:
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data. 64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=1.30 ms 64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=1.21 ms
I'm running Ubuntu 10.10. I have a problem with any client side network communication from any java based program/application. I've tried to run the following code:
Code: public static void main(String[] args) throws Exception { long start = System.currentTimeMillis(); Socket s = new Socket("ubuntuforums.org", 80); System.out.println("1. connection created in "+ (System.currentTimeMillis() - start)/1000.0 +" s"); s.close(); start = System.currentTimeMillis(); s = new Socket("ubuntuforums.org", 80); System.out.println("2. connection created in "+ (System.currentTimeMillis() - start)/1000.0 +" s"); s.close(); }
The result is the following: Code: 1. connection created in 189.31 s 2. connection created in 0.085 s
I've tried both java-1.6.0-openjdk and java-6-sun-1.6.0.24 with almost the same results. During the extremely long 189 seconds, the processor is doing almost nothing (java thread has 0 %). I've tried also a wireshark to check what is going on, but the first packet was released after those 189 seconds. There is nothing in log files, I have no exceptions or errors, and the connections work (after the first long delay) just fine.
I just installed the Natty Beta and plugged in a Netgear WG111v3 USB wifi adapter. It is using the RTL8187B driver and worked out of the box. The problem it loses my connection every few minutes. Sometimes not for 10 or 15, sometimes like a minute or less. After it loses the connection, I have to uncheck "enable wireless" (which I assume is the equivalent of bringing down my wireless interface) and then check it again before it will let me reconnect. I don't want to try ndiswrapper because the card works great when it works, including monitor mode and packet injection!
I do have a problem with my internet connection at home, I've a Huawei router and ubuntu 10. When I connect to the internet whether wireless or wired I become able to surf the internet for less than 10 min then it cuts off! and to be able to surf it again I need to restart the whole system!
I used this command to restart the networking but in vain Code: sudo /etc/init.d/networking restart
On windows I do not face this problem with the same internet connection. I do not face it either when I'm using my campus wireless connections using ubuntu/windows!, so the problem is related to my home connection+ my OS.
I created a wireless ad hoc network using network manager. That was simple. I have friend who doesn't have a wireless card, and still would like to join the LAN. It would be nice if he could have a different IP address Is this possible?
I am new ubuntu user . I installed - ubuntu desktop v9.10 32bit. I have BSNL (Indian Telephone service) broadband connection. In Windows 7, BSNL broadband connection is working fine.
Now in ububtu I try to establish ADSL connection using following command: "sudo pppoeconf". It open a console based wizard and I'm able to create the connection. But this connection is sustain hardly 4~3 minute, after that it is disconnected. So, Again i have go through the same process again and again.
I am setting up a fresh Fedora 10 install on an older computer for a roommate and have one odd little problem, everything else appears to be working just fine.
The network connection drops after about 2 minutes (somewhere between 90-120 seconds). This only happens in the installed Fedora 10; it does not happen at all when I boot a Kubuntu LiveCD.
Here's what I know:
The machine is a Dell Dimenision 4500, 2.0 GHz, 512Mb ram.
The ethernet card is 21x4x DEC-Tulip compatible 10/100 Ethernet.
Unplugging the ethernet cord and plugging it back in allows the network interface to come back up, grabs the right IP, but only holds it for another two minutes.
ifconfig and route show all the right info while the connection is good, but inet disappears once it goes down.
'ifdown eth0' and 'ifup eth0' do not bring it back up.
I have a Dell 1545 laptop with ubuntu 9.1 32-bit installed (the 64-bit had a bug with the wireless drivers which is why I have not used it). Initially, the laptop worked well with the wireless (a sky router with WPA security) but now, the wireless signal drops after a couple of minutes of usage. I have to reboot the laptop or sometimes reboot the router as well to regain the wireless signal. I am using the Broadcom STA proprietary wireless driver.
I have an older dell inspiron 6400 as well with the same OS and driver and it works perfectly without any problems for hours / days.
I buy a new usb network adapter (Through DX), when I try to use it in ubuntu or BackTrack4 Final it is working, and connecting networks even with WPA encryption. But after few minuts it stops working totally. It is showing that I'm connected to the AP but web sites do not respond.
Notes: - I have another PCI Wireless adapter which works fine.
- The problematic adapter works great on windows.
- A driver CD came with it, including a linux driver which I wasn't succesfully installed.
- A BackTrack3 Disc came with it, claming by the instructions that the adapter will work with it. I didn't try it because i have backtrack 4 final.
It took me dozens of surfing the web hours, and too many restarts,
I dual boot windows xp and ubuntu 10.04 LTS and the wireless card works perfectly fine in xp so I know its not a hardware/network issue. In ubuntu, it detects wireless networks, will connect to network and work for about 20 seconds.
[Code]....
and it continues on after this alternating between a normal 20ms and high ping over 200ms. The connection refuses to load anything off the internet/local network.
I have been having trouble with Ubuntu 11.04 when connecting to the Internet via Wireless Networking. It will connect, and has good speed once it connects, however it takes upward of 10 minutes and over 20 times of me clicking 'Connect'.
Is there a way to connect to a wireless network quicker? My network is unsecured and without a keyring. It is not only slow connecting to my network, but the network of other's.
I have an LG R-450 laptop with Ubuntu 10.04 installed in it. When I connect him to a network (either LAN or Wireless) it stays connected for a few minutes and then Just disconnects (without showing any sign of disconnection except no internet/skype/dropbox). Only way to renew connection is after startup. The network controller is SIS 191 Gigabit Ethernet adapter.
I installed Fedara 15 yesterday. I was running Fedora 13 before. Since I did the fresh install, my wireless network runs really really slow, i.e. a few KBs every 30 seconds whereas it ran at full speed in F13. I couldn't find the reason for it. I now tried the live-CD for Fedora 14 and it runs at full speed out of the box (whereas F15 is slow even with all updates installed). Does somebody know a solution?
Laptop: Lenovo X201 Network Card: Ultimate-N 6300
I gathered uname, iwconfig, lspci and dmesg output for both, Fedara 15 and Fedora 14. But as the number of links is limited here in the forum they're all linked here: [URL]
I am newbie to linux, I am dealing with Fedora core 13. I have already succeedded in building an ad hoc network and a WLAN network. My next step is to get some networking statistics such delay, throughput, etc. So, I need traffic to flow through the network for both multimedia traffic and bulk data traffic. How to send files between nodes on the network (I found commands ftp, rcp but do not know whether they are the correct choice for this). ID their any application to perform this?
Also, I want to perform some video streaming between two nodes to study the behavior of real time data transfer. Is thier any application to perform this?
I have been using FC10, it works well with wlan for sometime and goes inactive after some time and hence network goes unavailable. Even after few attempts to reconnect doesn't help. Rebooting helps in bringing it back temporarily.
Installed F14 on my daughters HP Pavilion a131On. I rebooted multiple times. Do I need to activate something? I'm new to all of this but read through many threads to do as much as I could myself. I used the GUI to load the rt3070 drivers rather than rpm. The GUI is easier I think and should be equivalent. Please let me know what else I need to do. Fedora has been great on my Lenovo but this usb wlan stuff has been a pain.