Ubuntu Linux - My First Experience

Posted By :- Jyothi M John

Hey Guys - I am writing a post after a long time. This time I got my hands on Ubuntu .

Ubuntu is the Best Desktop Solution from linux that I have ever seen. You can download Ubuntu from www.ubuntu.com . Installation is very smooth - it boot into a live desktop before you start installation - from which you can check out most of the installed S/W. Even after you have started the Installation, it asks you very few questions - the keyboard type - region - how do you want to partition the hard drive - and finally users and password. The installation almost took an hour.

Ubuntu Desktop

All the hardware is automatically recognized. But if you want to use the advanced functionality of some of the hardware for which proper drivers were not released - you will have to enable restricted drivers. I will come to that later, but first the features that it comes loaded with - Suit -for all your office documents, Firefox - Web Browsing, Evolution - email, Gimp - graphics editing, some games, and a few other standard programs. It comes integrated with - and picks up any in jiffy.

You should not have any problems again with your peripherals like printers and smart phones and cameras, if Ubuntu does not have a driver on it, it will try and search and download by itself. Only if you are using some very rare kind of hardware, is that you will run into trouble.

There is an interesting part in add remove programs under preferences - Restricted download and community maintained download. A lot of current applications and drivers that we use under Windows are copyrighted material. Like for example the DVD - decoding codect or the MP3 codect or some of the drivers for Graphics. Since none of the copyright holders are willing give their stuff away for free - somebody sat and decompiled the windows version and wrote a new one for . Once you enable the Restricted and community download - all this is available for automatic download and install.

And if you know how to play around with the configuration files - you can get a lot of other things to work - Like you can download WINE and install - which will allow you to run most of the standard windows programs on (MS Office, Corel Draw, Adobe Photoshop, NFS), Get your multichannel sound working…

Try it out and leave me your comments…

Add to Del.cio.us RSS Feed Add to Technorati Favorites Stumble It!
   www.sajithmr.com

Tags: , , , , , ,

Related posts

If you enjoyed this post, make sure you subscribe to my RSS feed!

How to Configure BSNL EVDO USB BroadBand in Linux

Configuring the USB in linux is very much similar to configuring any in . 3 steps are involved.

  1. Detecting the device
  2. Configuring .conf
  3. Dialling

In most cases the hardware is auto detected and drivers are automatically loaded. You can check your /dev/ directory for any of these files.

ttyusb0, ttyusb1, ttyusb2 ……

After plugging in he modem, a new device should appear. In most cases it ttyusb0. If no file is appearing then you will have to manually load the drivers by issuing the following command.

modprobe usbserial vendor=0×05c6 product=0×6000

This will load the drivers and make your new device visible in /dev/

Now add the following lines to your .conf

[Dialer Defaults]

Modem=/dev/ttyUSB0
Baud=115200
Dial Command = ATDT
Baud=115200
Dial Command = ATDT
init1=ATZ
init2=AT+CRM=1
Flow Control= Hardware (CRTSCTS)
Username = <your username>
Password = <your password>
Phone = #777
Stupid Mode = 1

Now try the command wvdial in your terminal. It should work.

Add to Del.cio.us RSS Feed Add to Technorati Favorites Stumble It!
   www.sajithmr.com

Tags: , , , , ,

Related posts

If you enjoyed this post, make sure you subscribe to my RSS feed!

TataIndicom USB internet configuration in Linux

Many of us have USB internet dongles from or Reliance. Here is how you can configure it to work with .

Edit the /etc/.conf file to add these extra lines.

[Dialer Defaults]

Modem=/dev/ttyUSB0
Baud=115200
Dial Command = ATDT
Baud=115200
Dial Command = ATDT
init1=ATZ
init2=AT+CRM=1
Flow Control= Hardware (CRTSCTS)
Username = internet
Password = internet
Phone = #777
Stupid Mode = 1

The line  Modem=/dev/ttyUSB0  needs to be changed according to your machine settings. To find out the exact device, follow the procedure.

  1.  unplug the device
  2. goto /dev/
  3. plug the device
  4. type ls and find the latest device detected
  5. replace the /dev/ttyUSB0 with the new device path

For all the above settings including the phone number, username and password are correct. You need not change anything except for the modem name.

Ping me if you have any troubles configuring your wireless modem.

Add to Del.cio.us RSS Feed Add to Technorati Favorites Stumble It!
   www.sajithmr.com

Tags: ,

Related posts

If you enjoyed this post, make sure you subscribe to my RSS feed!

Close
E-mail It