Ubuntu Networking :: Wireless Won't Resume In 10.04

May 7, 2010

I've read many threads here on wireless problems in 10.04. I've got it updated as of this morning.

Symptom: wireless works perfectly - doesn't drop out and starts right up at boot. But if computer (Dell Latitude D505) goes to sleep, wireless won't resume. Network Manager shows wireless networking greyed out after waking.

Here's output that should be helpful:

xxx@xxx-laptop:~$ sudo lshw -C network
[sudo] password for xxx:
*-network:0
description: Network controller
product: BCM4309 802.11a/b/g

[Code]....

I've read in several other threads here that blacklisting the wireless driver file(s) may resolve the problem.

- What driver file(s) on the computer do I blacklist?

View 9 Replies


ADVERTISEMENT

Ubuntu Networking :: Wireless Lan Doesn't Resume?

Jan 19, 2010

I'm setting up an HTPC (Zotac IONITX-F in a Silverstone ML02-MXR case with remote) running XBMC on top of a minimal karmic install. So far I've managed to get everything running including the tricky stuff: wireless, lcdpro and lirc. I did have the same samba/dhcp conflict described in this thread, so I opted for a static IP solution instead of the usual dhcp connection with the router (D-link DIR-615) reserving an IP for the MAC-address. This is my /etc/network/interfaces file:

Code:
auto lo
iface lo inet loopback
# The primary network interface
#auto eth0
#iface eth0 inet dhcp

[Code]...

View 5 Replies View Related

Ubuntu Networking :: Enable Wireless Grayed Out After Resume From Suspect With BCM4312

Nov 2, 2010

I recently installed 10.10 Maverick on a lenovo S12, and I've been having problems with the wireless connection. First I installed the Broadcom B43 driver. This driver seems to work well except upon resume, I'm no longer connected, and wireless is disabled, and the 'enable wireless' is grayed out and I can't seem to find a way to enable it besides a restart.

I tried what is suggested in this post: [url]

Namely:

Code:

Put:


Code:

This doesn't seem to have any effect

I also tried the Broadcom STA driver. This was only better in that after resuming it tried to reconnect, but never managed to.

View 3 Replies View Related

Ubuntu Networking :: Wireless Rt2860 Fails To Resume After Suspend (11.04, Natty Narwhal)

May 6, 2011

I've been happily using this lappie with LTS but wanted to try out 11.04. It looks great but wireless has been an issue:

1. No wireless during install
2. Had to manually blacklist the rt2860pci etc modules
3. Wireless still not resuming after suspend

05:00.0 Network controller: Ralink corp. RT2860
Subsystem: Ralink corp. Device 2790
Physical Slot: 0-2
Flags: bus master, fast devsel, latency 0, IRQ 18

[code]...

The latter manual mod improved things slightly but still no cigar

View 7 Replies View Related

OpenSUSE Wireless :: Wireless Does Not Resume After Suspend?

Apr 27, 2011

I use KnetworkManager for wireless. Works great except that if laptopgoes into suspend the wireless does not work after resume anymore.NetworkManager log

Apr 27 20:24:42 linux-nfii NetworkManager[1433]: <info> (wlan0): device state change: 7 -> 8 (reason 0)
Apr 27 20:24:42 linux-nfii NetworkManager[1433]: <info> Policy set 'Morran' (wlan0) as

[code]....

View 9 Replies View Related

OpenSUSE Wireless :: Wlan0 Resume On Laptop Wake Up?

Aug 11, 2011

I've just a had laptop meltdown which resulted in the acquisition of a replacement (HP635) sporting a realtek wireless NIC. Found the drivers and installed them and all is well. HOWEVER, the card is not activated on wake from sleep mode. This is kind of astounding to me. Every crappy windows version that I've used can handle this situation. Many searches, however have failed to yield any help. After every resume from sleep mode I have to run ifup to start wlan0. Surely this is not the only way it can be? I have to assume that I'm not getting something simple, and someone here can point out my failing. or if you can just sympathize. running 11.4 here using the realtek 8192 driver set to start at boot time. Though none of the other settings have had any effect on this problem.

View 5 Replies View Related

OpenSUSE Wireless :: Make Things Quicker For Resume From Standby Or Hibernation?

Jul 1, 2010

Running Opensuse 11.1 on an HP laptop. When I resume from hibernation or standby, I usually have to wait for about a minute for the wireless card to find my router. Is there any way to speed up this time to connect process ?

Interestingly when I boot from cold, the wireless connection is most times ready to go as soon as the boot has finished. So just wondering how I can make things quicker for resume from standby or hibernation

View 4 Replies View Related

Ubuntu Networking :: How To Resume SSH Session After Disconnecting

Mar 7, 2010

I'm currently using putty on my laptop to control my headless server (both Ubuntu 8.04.) I'm running an rsync job that ran all night long and still going all day today so far. I need to restart my laptop, but if I do, I'll break the SSH connection. If I SSH back in, I won't see the same thing (rsync is showing me each file it's copying) that I'm seeing now. (At least I think that's true. Please correct me if I'm wrong.)

So I guess my questions are..Is there some way to restore my SSH session when reconnecting? (So I can resume seeing which file is being copied and - more importantly - when the rsync job (finally) finishes?If not, how else can I know when the rsync job finishes?

View 8 Replies View Related

Ubuntu Networking :: No Network After Resume From Sleep?

Mar 11, 2010

I'm sure this doesn't need a new thread but after searching for a bit I didn't find much about this. The problem is this;My system sleeps quite well, I can resume from sleep and get back to the desktop. However. the one thing that doesn't resume is > networking.I can disable> re-enable networking from the NM-applet and it tries again to connect but won't.I can sudo /etc/init.d/ networking restart, which essentially is the same as above. No connectionI've run ifconfig, and the connection is there but no address. Has this bug not been solved? Is it just a driver issue with my particular network card?It's the realtek 8201, part of the VT8237 chipset.Does anyone know what to do about this? I've been avoiding sleep mode on this computer for a very long time because of this bug.

View 9 Replies View Related

Ubuntu Networking :: Wicd Won't Connect After Suspend / Resume?

Apr 10, 2010

i just installed ubuntu 9.10 netbook remix on my acer aspireone ao532h netbook, and so far, it's been working beautifully. much better than the windows 7 starter edition that came with the machine. the only problem i've experienced so far had to do with the wireless connection. initially, the connection would drop during certain types of activities (e.g. downloading updates or programs, or even streaming videos videos) and the network manager would freeze so completely that i'd have to hard reboot. that seems to have been fixed by installing wicd (following a suggestion here: http://ubuntuforums.org/showthread.php?t=1135723&page=2), meaning that it hasn't disconnected in the several hours since i've been using it. however, wicd has a different problem: it disconnects after a suspend / resume cycle. this requires a reboot to fix also, as not only does it disconnect, but it looses awareness of the network altogether. obviously, this could be a real headache on a netbook that gets closed and opened frequently.

View 2 Replies View Related

Ubuntu Networking :: No WiFi APs After Resume From Suspend / Hibernate

Aug 30, 2010

After I resume from hibernate with my cpu frequency manually set to the highest settings (2ghz) the network manager shows not wifi APs. "wlan0" shows under both ifconfig and iwconfig but "iwlist wlan0 scan" says no results. "sudo iwlist wlan0 scan" also says no results. I've tried rmmod then modprobe with no luck. Rebooting is the only way I can get WiFi working.

I can get wifi working again by:
- rebooting
- changing the cpu scaling to a lower setting then hibernate/resume
- changing the cpu scaling to a lower setting then 'sudo rmmod ath9k; sudo modprobe ath9k;'

I am using Ubuntu 10.04 with Atheros ar5008 (AR5BXB72) using ath9k drives
Code:
$ lspci |grep Atheros
0e:00.0 Network controller: Atheros Communications Inc. AR5008 Wireless Network Adapter (rev 01)
Code:
$ uname -r
2.6.32-24-generic

View 9 Replies View Related

Ubuntu Networking :: RT2860sta No Wifi After Resume From Sleep?

Oct 13, 2010

When my akoya mini E1210 with UNR10.10 resumes after sleep my wifi searches forever and then cuts out. When I do iwconfig the card seems normal for about a minute and then I do iwconfig again it gives gives no id. Reboot and bang, everything perfect. Did make new driver from latest ralink driver, as explained by Sven ,but nu change. Also blacklisted the rt2800 and rt2x00.

Seems that after sleep the wifi card driver is not loaded. Worked like a charm in 9.10 and in 10.4 (upgrade from 9.10). After update to 10.10, it went wrong.

extra: when I do sudo ifconfig ra0 up I get the message "SIOCSIFFLAGS: Operation not permitted" Also, after hibernation, no luck...

in dmesg found that the mailbox keeps MCU active, and rt2860 could not be initialised.:

Quote:

maarten-laptop kernel: [ 1902.168454] ERROR!!! NICInitializeAdapter failed, Status[=0x00000001]
maarten-laptop kernel: [ 1902.168788] ERROR!!! H2M_MAILBOX still hold by MCU. command fail
maarten-laptop kernel: [ 1902.174003] !!! rt28xx Initialized fail !!!

When Evolution Mail is not used, everything is ok. I know this message is not related to mail, but it helps for a while. After longer period of sleep, same problem again. Firmware problem?

View 7 Replies View Related

Ubuntu Networking :: Lost Wired Connection After Resume?

Jun 27, 2011

So, when I booted up, the wired connection was automatically detected and in use. Whenever I suspend my computer and then resume it later I lose the wired connection. It is detected (seen) by Networkmanager, but I can never connect. I found a way to restore the connection, but it is manual and I was wondering if I could automate this process every time I resume. Details follow:

Laptop: HP dm1z, Natty 64bit. ethernet card:

Code:
#lspci|grep Ethernet
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Likely culprit (according to dmesg)

[Code].....

View 1 Replies View Related

CentOS 5 Networking :: Resume A Program On Vps?

Apr 16, 2011

I've just ordered my first vps with centos 5. I've got a minecraft server running through the provider's in house ssh client. After I close and reconnect to the session the server continues to run (which is great) but I can't give it any commands because I have no idea how to resume the session with a given program that's already running.

View 3 Replies View Related

Ubuntu Networking :: Wireless - Lost It - 'wmaster0 No Wireless Extensions', But Then Refers To Wlan0 As The Wireless Connection

Mar 28, 2010

A friend who switched ISP's gave me his old Linksys WRT54-G wireless router. I went through the installation procedure and had a wireless connection up and running - smiley face. I had security set up for WPA, and decided to upgrade it to WPA2. Another smiley face. When I went to connect (had already done so successfully), I noticed it referred to my wireless as Linksys - I was expecting to see the SSID. So I started playing around in Network Manager and now I have things all effed up.

Don't know exactly what I did, but now I have no wireless. So I ran a few commands (lshw -C network, iwconfig, ifconfig, and iwlist scan), and looking at the results I see what appear to be inconsistencies in the output. I've posted them below, and make the following observations:

1. Under the lshw it refers to my wireless connection logical name as wmaster0, and has the correct MAC address, etc.

2. Under the iwconfig it says, 'wmaster0 no wireless extensions', but then refers to wlan0 as the wireless connection (although it does not seem to be running).

3. Under ifconfig I see both a wlan0 and a wlan0:avahi. The wlan0 has no IP, the wlan0:avahi does, but it is incorrect.

[Code]...

View 7 Replies View Related

Ubuntu Networking :: Network Manager Will Not Auto-connect To New Network After Resume?

Jul 1, 2010

I recently fixed an annoying problem and I thought it would be nice to share my solution here. The problem was that after a cycle of suspend/resume, Network Manager would only auto-connect to the same network as it was previously connected to. So, for example, if I suspended my laptop at home, and then I went to school and resumed it, it would try to connect to the home network, and then just give up. It would not connect to the school network unless I explicitly told it to.irst, I'll describe the fix. If you're having this problem, you can this. Copy the following:

Code:
#!/bin/sh
case "$1" in

[code]....

View 5 Replies View Related

Ubuntu Networking :: Wireless Don't Work On Wireless 1390 WLAN Mini-card

Mar 30, 2010

I have a dell 1521 and I can't get internet working, I thing the driver is no working with ubuntu 9.10

View 1 Replies View Related

Ubuntu Networking :: Wireless The Trial Mode Is Working Great, But The Wireless Will Not Work?

Jul 21, 2010

I want to switch my laptop from XP to Ubuntu, but right now, i cant risk installing it. i dont want to have it partitioned so i can dual boot, so for now i only run the try-it-out mode.Before i consider installing though, i want to see if i can get everything to work ahead of time, that way im not regreting instalation. I have a Compaq Presario V2000 laptop, with 55GB hard drive and 516MB ram. So far, the trial mode is working great, but the wireless will not work. Ive tried to install the driver, but i am unable to do so. I have looked this up, and i have tried many things, and so far, none have worked.I was wondering if it was just part of the trial thing or not, but it is a Broadcom Wireless BCM4318 driver

View 9 Replies View Related

Ubuntu Networking :: Get Wireless Network Adapter To Be Read By 'Windows Wireless Drivers'

Nov 24, 2010

I recently reformatted and dual partitioned to both Windows 7 as well as ubuntu 10.10. Loading works fine and Windows 7 is 100% operational. I cannot seem to get my wireless network adapter to be read by Ubuntus 'Windows Wireless Drivers' gui. Here are the steps that I have done THUS far, to make sure that we are all on the right path. Before I go any further, my wireless network adapter is an old school WUSB11 Linksys Wireless Network Adapter (running version 2.6).

1) Downloaded and installed "ndiswrapper" from ubuntu's main website. I downloaded the common, utils and ndisgtk files and installed them accordingly.
2) I extracted these three files to the desktop of Ubuntu and accessed the terminal page.
3) From terminal I typed "cd Desktop" to change the directory to the desktop.
4) Next, I typed in "Sudo dpkg -i ndiswrapper-common_1.54-2ubuntu1_all.deb
Sudo dpkg -i ndiswrapper-utils-1.9_1.54-2ubuntu1_i386.deb
Sudo dpkg -i ndisgtk_0.8.5-1_i386.deb"
5) This installed Windows Wireless Drivers gui successfully and I can access it.
6) I have downloaded the driver files for the adapter from the cisco website and searched them for the required files needed.
7) After extracting the .INF file from the "Drivers" directory named "NETUSB.SYS" (I wasn't sure if the other associated files within the same folder needed to be present together with NETUSB so I moved everything to the desktop) I typed in "sudo ndiswrapper -i NETUSB.inf". After accessing the Windows Wireless Drivers gui I have noticed that the 'netusb' driver is present yet under it, the system states "Hardware present: No". This leads me to believe that maybe I installed incorrectly or my "fireware?" is not present? I was reading through the installation guide posted on the ubuntu website that in addition to the .INF file we also need the BIN file(s)? and SYS file(s)?.. The folder with the drivers for my adapter contains a BIN file but it is not within the "Drivers" section of the folder.
9) Upon mousing over the network Icon naturally my hardware is still not present.
10) From what I gather after the system finds the hardware I am to write into the terminal

[Code]....

View 2 Replies View Related

Ubuntu Networking :: No Wireless After Installing Ndiswrapper T61 With Intel 4965AGN Wireless Card

Dec 31, 2010

I have lenovo thinkpad, T61 with Intel 4965AGN wireless card. It is a N card, it works under N mode in windwos, but not in Ubuntu (10.10). I installed ndiswrapper and got the windows xp drivers for this card. the issue is that i got an error when installing the drivers and since then I cannot use wireless.

The error i got is: Code: Module could not be loaded. Error was: FATAL: Could not read '/lib/modules/2.6.35-24-generic/kernel/ubuntu/ndiswrapper/ndiswrapper.ko': No such file or director I unistalled the driver, but now under network connections no wireless connections appear, nothing. I cannot use wirless anymore.

View 9 Replies View Related

Ubuntu Networking :: Broadcom Wireless No Longer Recognizes Wireless Networks?

Jan 11, 2010

I've been running Karmic since it was officially released on my Dell Studio 17 (specs are in my signature) with a Broadcom wireless half mini wireless card.hen I installed Karmic, it gave me the option to install proprietary drivers for my video card as well as 2 Broadcom drivers, STA and one of the BC43 drivers. I installed all of these, and the only problems I had were with the audio. I spent a few days troubleshooting the audio and finally got PulseAudio set up for my card.

Almost 3 months later, I was making use of my wireless network at home, as I had done plenty of times over the previous 3 months, when I closed the lid (thus putting the computer into sleep mode) and took it to the hospital to stay with my fianc饠after her surgery. When I got to the hospital, I couldn't get their network to show up. Network Manager didn't even recognize the network. We had also brought my fianc饧s laptop (same machine with a slightly less powerful CPU and only 4 GB of RAM). She is running Windows 7, which detected the hospital's network with no problems.After trying to ad-hoc the hospital network with no success, I finally just gave up and played Sudoku and toyed with some graphics stuff in GIMP until we came home. Upon returning home, however, I was shocked that my card didn't even detect our home network.

I have been unsuccessful for the past 3 days in getting Network Manager to identify our wireless network. The wired network connects without issue and I am able to make use of a USB Belkin adapter, which identifies all 7 of the various wireless networks in my neighborhood, including our home network.While I would be able to simply carry my Belkin adapter with me in order to make use of wireless networks, I would really like to solve this problem with my Broadcom adapter. I've gone through the Ubuntu Wireless Network Troubleshooting guide, but I still can't get it to workOutput of lshw -C network:

Code:
*-network
description: Wireless interface

[code]...

View 8 Replies View Related

Ubuntu Networking :: 'Wireless Is Disabled' Using RealTek RTL8187 Wireless USB Adapter

May 25, 2010

I have just completed installing Ubuntu 10.04 LTS. When I click on teh network manager it shows:

Wired Network
disconnected
Wireless Network (Intel PRO/Wireless 2200BG [Calexico2])
wireless is disabled
Wireless Network (Manufacturer RealTek RTL8187 RTL8187 Wireless)

[Code]....

I want to be able to connect through the RealTek wireless adapted.

View 3 Replies View Related

Ubuntu Networking :: Typical Speed From Wireless To Wireless Computer On 802.11g Home?

Jun 14, 2010

I am having trouble with my home network, from one computer to another both using wireless g (Ubuntu 10.04) what transfer rate should I expect/hope for when copying a file from one computer to another? My speed is consistently 220 KBps am I correct in assuming this is pretty bad?

View 1 Replies View Related

Ubuntu Networking :: Wireless Unstable In 10.04 - AR5001 Wireless Network Adapter

Aug 30, 2010

I am severe wireless problems with Ubuntu 10.04 on my laptop.(Spec below)

I have just performed the first clean install since new. Installed a new Hard Drive as well. The machine and wifi was fine under Ubuntu 9.04.

It is booting much faster now but the wifi keeps dropping off.

Spec:

Machine - Acer Aspire 4310
Wireless card - *-network
description: Wireless interface
product: AR5001 Wireless Network Adapter
vendor: Atheros Communications Inc.

[Code].....

View 2 Replies View Related

Ubuntu Networking :: Wireless Script Is A Diagnostic Tool For Wireless - Connectivity

Apr 19, 2011

As promised the finished (pretty much finished) wireless script can be downloaded here the wireless_script is a diagnostic tool for wireless issues. It will return all relevant information to help diagnose a wireless connectivity problem, return connectivity stats and attempt to fix common problems such as blocks. It comes in cli - wireless_script_1.2.sh or gui - wireless_script_zenity_1.2.sh'

Let me know any issues you have with it. My contact details are in the readme.txt (also the wireless results.txt generated by running the script includes code tags for forums - so please copy and paste the whole document when pasting on forums to enable this function)

View 1 Replies View Related

Ubuntu Networking :: Wireless Card - WEP Encryption For Wireless Router Not Allow Me To Connect

May 5, 2011

wlan0 Authentication capabilities :

WPA
WPA2
CIPHER-TKIP
CIPHER-CCMP

Those are my authentication capabilities, obviously. I am using a WEP encryption for my wireless router and according to this, it will not allow me to connect. Is there anyway to allow that? The wireless card works just fine in Windows, even on the same network encryption type. Using a Intel Wireless/Pro 4965 ag. Note* this is my mother's router and whatnot. She won't change it the encryption type.

View 2 Replies View Related

Ubuntu Networking :: Pavilion Dv6 Wireless - Can't Find Local Wireless Networks

Jun 11, 2011

For some reason, ubuntu cannot find local wireless networks. In fact, the Broadcom wireless card Ralink RT5390 802.11b/g/n seems to be incompatible with ubuntu. I've tried numerous 'solutions' on the Internet, but none of them seem to work on my computer. Tutorials I've visited have recommended downloading the b43 drivers from the Synaptic package manager and also the bcmwl-kernal-source package. Nevertheless, the wireless never turns on and Additional Drivers never shows anything at all. After several exasperating hours of trying to get my wireless running I've decided to turn to the forum for help. I'm sure there's probably more information I should supply, but I'm honestly not sure what that would be.

View 2 Replies View Related

Ubuntu Networking :: Wireless Card - No Longer To Connect To A Wireless Network

Jun 17, 2011

The problem with my wireless network. I have Dell DV6 Pavilion 2115 eg laptop and i installed Ubuntu 11.4 and internet and wireless worked, until i reboted my system it has disapear. I cant no longer to connect to a wireless network. It dont shows me any wireless network. My wireless card is Atheros AR 9285 802.11b/g/n Wifi Adapter

View 9 Replies View Related

Ubuntu Networking :: Wireless: Can't Associate With Access Point In Kde, Wireless In Gnome Works Fine?

Apr 30, 2010

one of these "WiFi works in Gnome, not in KDE" threads, but I have been all over google and hundreds of threads across different sites and can't figure this one out.As mentioned, wireless is peachy in Gnome, unfortunately I like KDE and I'm more productive using it (when I have internet). Wired network works fine in KDE, and my network card

Code:
03:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100
Subsystem: Intel Corporation Device 1201

[code]....

View 1 Replies View Related

Ubuntu Networking :: Tenda W322P Wireless Card Crashing Wireless Router On Connect

Jun 30, 2011

I installed a Tenda W322P wireless card in my dual-boot PC running both Windows XP and Ubuntu 11.04. The card worked straight out of the box on XP, but does not function correctly under Ubuntu. My apologies for any missing/irrelevant information, I am having to post this from the Windows boot so the Ubuntu settings are not directly available at the same time as internet access.I followed the process detailed here htURL...to install and configure the driver (I believe from reading other sites that this card is the Ralink RT3062 chipset), blacklisted the original RT2860 driver that was in use (couldn't even get the card to scan for wireless networks with the default driver) and restarted the interface.

Since then, sudo iwlist scan can find my wireless router but when I attempt to connect to it, it seems to enter a loop of requesting the WEP key then pausing for a while before re-requesting the key. I know I have the key value correct because it is copied and pasted from the same text file I used to copy and paste into the passkey field on the Windows boot. Attempting to connect to the router using Ubuntu also has the rather unfortunate side-effect of crashing the wireless router, killing off all other device connections until the router has been reset.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved