Saturday, October 30, 2010
A count of Installing Ubuntu 10.04
This was simple. It reminded of my college days when we had to do a lot more work while installing a linux version. Here are a few steps that me and my friends used to do then as I roughly recall (well, this was a decade ago) -
Just 3 commands fixed my wireless card issue with Ubuntu -
%sudo mkdir -p /etc/Wireless/RT2860STA/
%sudo touch /etc/Wireless/RT2860STA/RT2860STA.dat
%sudo service network-manager restart
The steps worked fine because my wireless card provider was RaLink and this was a Ubuntu workaround for that.
Cheers,
Manish.
- Create the partitions on Hard Drive to accommodate both Linux and Windows.
- Get a bootable CD ROM. I had RedHat from my friend.
- Boot from CD.
- Install
- Try to locate missing drivers if some components don't work. After step 4, just pray that things would work else this step was more tedious.
- Downloaded Ubuntu Installer for Windows from here. No HDD partitioning required. I already had Windows running. It is still just plain simple
- Install like any other Windows program
- Boot and you see Ubuntu alongside Windows. Done!
Just 3 commands fixed my wireless card issue with Ubuntu -
%sudo mkdir -p /etc/Wireless/RT2860STA/
%sudo touch /etc/Wireless/RT2860STA/RT2860STA.dat
%sudo service network-manager restart
The steps worked fine because my wireless card provider was RaLink and this was a Ubuntu workaround for that.
Cheers,
Manish.
Labels: RaLink, Ubuntu, wireless issue