- Open Settings
- Navigate to Wireless & networks > Wi-Fi settings
- Press the menu button on phone
- From the menu, select 'Advanced'
- Open 'Wi-Fi sleep policy'
- Select the option that suits your need ( I set it to 'Never' )
I note down things I come across each day, with my views on it. It can be anything that I feel I should write.
Saturday, 22 March 2014
[Solved] Cyanogenmod 7.2.0.1 - WIFI disconnects after display is off
Monday, 26 March 2012
[Solved]: Ubuntu 11.10 wireless very slow in Dell XPS M1530
In one of my previous posts about slow internet connection experienced in Ubuntu 11.04, I could not solve the problem and finally I had to downgrade my laptop to Ubuntu 10.10.
Today's post is about slow wireless connection experienced in my Dell XPS M1530 laptop after installing Ubuntu 11.10 and how this problem was solved.
In my laptop I have installed Ubuntu on dual boot, along with Vista SP2. The wireless speed from Vista SP2 was fairly fast (after I manage to open a browser and try to download in Windows after long wait to boot and finally another long wait after double clicking on the browser application). So I concluded, the slow wireless speed in Ubuntu is something to do with the driver of the wireless adapter that is installed. From the information I got from lspci command, I searched for Linux driver for my wireless adapter, but I couldn't find any. Finally I got information about an utility in Ubuntu that allows installation of drivers which are released by the manufacturers for Windows OS. That is brilliant. I gave it a shot and got excellent speed in my WiFi connection.
I am listing below the steps that I followed to fix the wireless problem and get the WiFi connection to full speed on my laptop.- Downloaded the drivers (.exe files) from dell.com for Windows OS. These driver packages (.exe files) are self extracting zip files, which can be opened and extracted using Archive Manager in Ubuntu
- Extract the downloaded drivers
- Using 'Package Manager', search for 'ndisgtk' and install ndisgtk
- Open 'Wireless Network Drivers', and click 'Install New Driver'
- Locate the .inf file from the extracted location above and click 'Install'
- In the 'Wireless Network Drivers' the driver will be listed with status Hardware Present: Yes
Hope this helps. :-)
Friday, 8 July 2011
An error occured in avast! engine: Invalid argument
An error occurred in avast! engine: Invalid argument
Solved:
In older kernels the maximum size of SHM block was limited to a certain number of bytes, that is being exceeded by the database. We need to increase the size of the SHM block to accommodate the large database
The command to be executed in the terminal is as follows. When executing the command it will ask for the root password.
sudo sysctl -w kernel.shmmax=128000000
The above command provided me with a temporary solution to the problem I was facing. After I restarted my machine, if I wanted to open avast, I had to type the command again. To get away with this, there is another way.
Add the line kernel.shmmax = 128000000 to the bottom of the sysctl.conf text file.
How to update the sysctl.conf file:
- Go to 'etc' folder, select sysctl.conf file
- With the sysctl.conf file selected, press Alt + F2. This will open the 'Run application' dialog
- Type gksu gedit
- Add kernel.shmmax = 128000000 to the file and save
Thursday, 23 June 2011
Calendar Active Exchange Sync on Android : Client/server conversion error
This is how I solved the problem:
- In my phone, I navigated to Settings > Applications > Manage Applications. Selected 'All' tab which shows all the applications.
- After that I scrolled to Calendar in the list I did the following
- Seleted and opened the Calendar from the list.
- Clicked on 'Clear Data'.
- I repeated steps above 2(a) and 2(b) for 'Calendar Storage', 'Calendar Sync Adapter' & 'Calendar Widget' in the list of applications, that I had opened in step 1.
- I clicked the 'Home' button on my phone to go to the home screen. Then again navigated to Settings > Accounts & Sync > Exchange ActiveSync.
- Unchecked 'Sync calendar'
- Clicked 'Sync now' (synced Mail & Contacts only)
- Checked 'Sync calendar'
- Clicked 'Sync now' again. (synced Mail, Calendar & Contacts)
But not sure why a calendar item if I modify in my phone cannot be synced to the calendar in the exchange server.
Tuesday, 24 May 2011
VM Player - Disk space - Shrinked
I could not possibly find what would have gone wrong, because inside the virtual machine, the disk space utilized was not compensating to the usage of the host disk space usage.
Things I have done to get the disk space usage within limit.
- Open VM Player, select the virtual machine, Click Edit Virtual Machine Properties.
- Select the disk drive and from the utilities dropdown list select "Defragment Disk"
- After starting the virtual machine, open the VM tools and go to "Shrink", select the disks to shrink and shrink.
- Problem I faced while shrinking was, there should be enough space available in the host drive for the shrink to happen.
Sunday, 22 May 2011
Video/Audio Problem - Google Talk
Recently I found in google support forum, that the settings can be changed to configure the camera and microphone.
How I did it is, in gmail go to Settings > Chat.
Make necessary changes in the set of available devices and click Save.
Bingo!
Tuesday, 17 May 2011
VM Player - Freeze Intermittently - Problem
I started troubleshooting the issue, around the clue that the VM player needs network access, but what for I was not clear. Some of the candidates that were considered for further investigation were
Local Folder Map
Internet Access
The local folder map was stroked off from the list as I found it did not have anything to do with the recent LAN change.
The next candidate was Internet Access, and it was the right candidate to put my effort to find the root cause of the problem. In the preferences of the VM Player, I had opted for software updates. I unchecked the checkboxes that made the VM player to check for updates and finally the VM player performance problem was fixed.