Wednesday, 03 November 2010 08:20

EeePC ralink 3090 Ubuntu  WiFi Solution Driver and fix. Wireless Driver

NOTE: Ralink ra3090 Wireless works out of the box with Ubuntu 11.10, if you have installed the third party driver, uninstall it and remove your modprobe blacklist. Reboot.

Went and grabbed a nice new $198.00 Eee PC 900AX. The device comes with Windows XP Home, which I removed after one boot, just to make sure the Eee PC worked out of the box.

The installation of Ubuntu Netbook Edition 10.10 on the Eee PCwas simple and easy. I started to check everything worked, all was spot on except when it came to suspend and Wake up. The Eee PC would suspend but not wake up. I use the suspend feature alot on my laptops, so this was annoying.

I suspected the wireless to be the issue as I tried Easy Peasy and the wireless didnt work, suspend did, nothing really worked to well using Easy Peasy.

Working on 10.XX to the latest Ubuntu Distribution 11:04. Each time you upgrade Ubuntu you need to re-install the rt3090 driver.

Ralink rt3090 - Ubuntu WiFi - Suspend and Wake fix for Eee PC Ubuntu. (10.XX to 11.04)

1. Make sure your Ubuntu system is totally updated.

2. Run the command: sudo lshw -C network (Takes a while, then note down the wireless details)

3. You will see the output for wireless,should be - Vendor: RA Link, Device RT3090

4. Fixing Suspend and Wake - Open Software centre and in the search box type - cdbs , install this and also the optional extras (devscripts etc).

5. Download the pre-built ralink WiFi DKMS package: RT3090 Ubuntu WiFi Driver

6. Install: sudo dpkg -i rt3090-dkms_2.3.1.4-0ubuntu0~ppa1_all.deb (it will take a while)

7. Append the below file.

sudo vi /etc/modprobe.d/blacklist.conf

Add this code into blacklist.conf :

# blacklist other Ralink modules in favour of 3090 DKMS mod
blacklist rt2860sta
blacklist rt2870sta
blacklist rt2800pci
blacklist rt2800usb
blacklist rt2x00lib
blacklist rt2x00pci
blacklist rt2x00usb

8. Reboot.

Once rebooted try your eeepc wifi on Ubuntu, try suspend and then wake and all should be working!

Another method:

 

sudo add-apt-repository ppa:markus-tisoft/rt3090
sudo apt-get update
sudo apt-get install dkms rt3090-dkms

All that is left to do is to blacklist default rt3090 driver module and all other driver modules that might interfere from loading at boot. We open /etc/modprobe.d/blacklist.conf:

gksudo gedit /etc/modprobe.d/blacklist.conf

Now we paste following code at the end of the blacklist.conf file:

# Blacklist conflicting RaLink driver modules
blacklist rt2800pci
blacklist rt2800lib
blacklist rt2x00usb
blacklist rt2x00pci
blacklist rt2x00lib
blacklist rt2860sta

 

 

 

 
Thursday, 22 July 2010 07:49

PHP 5.3 Web Hosting and Support Australia.

VALU have successfully upgraded 90% of the Linux shared hosting to PHP 5.3. Working with our clients, we provide a test enviroment to allow testing in 5.3 while still running their website on 5.2. This allowed over 170 sites to be simply moved to PHP 5.3. Having your website on PHP 5.3 Web Hosting, provides PHP 5.3 features and Security not available in PHP 5.2.

We support many web applications, including OSCommerce v3 Hosting on our PHP 5.3 Hosted Web Platforms.

Need help to move to PHP 5.3? We are here and have extensive knowledge with most CMS and BLOG software.

We offer Free migration to VALU if your website supports PHP 5.3.

VALU Web Hosting - Fast and Secure.

 
Wednesday, 21 July 2010 07:42

iOS 4.0.1 update breaks iphone 3G and 3GS

Why has the iphone gone slow since the updates to iOS 4.0.x ?

The iOS 4.0 update was recently delivered to iPhone 3G and Iphone 3GS users. Since the update many users are saying their phones now regularly lock up and take an eternity to perform basic tasks such as web browsing.

I have noticed a significant slow down on the Camera especially. Battery life seems to have gone worse.

While Apple does not permit people to downgrade to the previous version of iOS in iTunes, some sites have figured out a hack that allows people to revert to the older versions.

Apple said it recommended iPhone 3G owners update to iOS 4.0.1. It said anyone with issues could contact Apple on 133 622 or access their local Apple retail store.

iPhone revert to previous iOS - iPhone Hack

You could contact Apple iPhone Support on 133 622 or access your local Apple retail store.

 
Wednesday, 16 June 2010 21:27

XCACLS Change Multiple NTFS Permissions.

The best tool to change multiple folder permissions XCACLS (exe & .vbs). How to use XCACLS and save explorer crashing when changing multiple NTFS permissions.

Recently one of our Windows Server Customers asked us how to change multiple NTFS permissions on Hundreds of folders, remove inheritance from the root directory.

The simple solution was using xcacls. Run it as a batch file or from the cmd prompt.

How to do this:

Download the .exe - Microsoft XCACLS Download

Download the xcacls.vbs script - Microsoft XCACLS.vbs Download

Run both upon download, note where they extract to.

Copy xcacls.exe to system32

How to install and use xcacls.vbs - Microsoft KB Article

If working on a remote server from where  you install this, map the drive.

Example xcacls command:

To test all works: S:\>cscript c:\temp\xcacls\xcacls.vbs folder_name  (note path to xcacls.vbs)

You will receive and output telling successful and all the permissions for that folder.

Live tested Command example:

S:\>cscript c:\temp\xcacls\xcacls.vbs root_folder /S /E /i COPY

Removes inherit from each folder under the root_folder, copies existing permissions in the folders, only goes one dir down from root_folder.

i.e \\root_folder\many_folders\under_many_folders

Only many_folders is affected by the script. There are many xcacls switches available

xcacls.exe switches

xcacls.vbs switches

Saves Windows Explorer Crashing on huge permission changes. Its easy.

 
Sunday, 13 June 2010 13:06

JOOMLA 1.5  & PHP 5.3.x Fix.

We recently upgraded the Web Servers to the latest stable PHP Version 5.3.x. A Large Step Forward

If you are new to PHP 5.3, it is not simply a revision ; PHP 5.3 is an important step in the evolution of PHP. PHP 5.3 integrates namespaces, which itself is a major new OOP standard in the PHP arsenal, and due to be fully implemented within PHP 6. This version does not change the essential core 5.3 PHP engine, focusing on stability and security, with more than 100+ bug fixes and tweaks to the overall PHP framework.

We advised on this upgrade to our clients via email over the last months. It went seamlessly until Joomla sites reported issues. Our Support Team went straight to work to resolve the Joomla and PHP 5.2.x Web site issues.

There were a couple of minor things we needed to do for most sites. We have listed the fixes for those that need to fix no menus showing in Joomla.

First Solution is to upgrade to the latest Joomla Version. This is a simple process of backing up your site, then copying the "upgrade" file across and overwriting your originals, if you have customised the files you must add the customs code after the upgrade and check all still works. It is pretty easy, just dont overwrite your configuration file.

If you cannot see your menus in Joomla, go into the configuration and turn off caching.

Extensions->Module manager->mod_mainmenu->Module parameters->

There is also a fix posted for older versions, yet we have not tested this : Code Fix

We hope that helps you upgrade Joomla easily.

 

 
<< Start < Prev 1 2 3 4 5 6 7 Next > End >>

Page 2 of 7