Friday, March 11, 2011

Red Hat Enterprise Linux 6 display problem with nVidia Graphics

We had installed Red Hat Enterprise Linux 6 Client Edition for testing and found out that display wouldn't come sometimes. The system had a nVidia Graphics Chipset (GeForce 6150). We found that there was some problem with the nouveau driver in the kernel. After many trial and error, we solved the problem in following steps :-

Step 1 :- Edit the file /etc/grub.conf

Step 2 :- To disable the nouveau driver in the kernel, add with a space rdblacklist=nouveau at last to the line beginning with the word kernel.

Step 3 :- Download the latest driver for your chipset from nvidia.com. We got ours at http://www.nvidia.co.in/object/linux-display-ia32-260.19.44-driver-in.html You can check first from Supported products tab of the link whether your product is supported by the driver we used for our desktop.

Step 4 :- After you have downloaded the file NVIDIA-Linux-x86-260.19.44.run, change to the directory containing the downloaded file, and as the root user run the executable:
# cd yourdirectory
# sh NVIDIA-Linux-x86-260.19.44.run
 
Step 5 :- After the installation, reboot the machine and hopefully the display will start functioning normally.


Monday, April 19, 2010

Running wireless internet services of BSNL/Airtel/Idea using Huawei E156G 3g Wireless USB Modem (Dongle) on Red Hat Enterprise Linux 5 (RHEL 5)

Huawei E156G 3G Wireless HSDPA USB modems (dongles) are very easy to install in Windows Operating System but many may find it difficult to operate it in Red Hat Enterprise Linux Client Edition 5.x. These dongles whether it comes packaged with BSNL, Airtel or Idea simcards are generally Huawei E156G Wireless USB 3G Modems.
Whenever we plugin the dongle in a system installed with Red Hat Enterprise Linux 5.x, it will recognize it as a disk drive. The kernel 2.6.18-x available with Red Hat Enterprise Linux is not able to recognize it as a modem (it can be checked using the command lsusb ). The kernel version 2.6.20 or higher have the capability to recognize it as a modem.  Operating System like Ubuntu 9.10 and Fedora 11 have kernel version higher than 2.6.20 and these modems are detected smoothly in these OS. So what do we do? I have created a small and simple step by step guide for the impatient lot who can't wait for RHEL version 6 to release. Simply follow the steps below to recompile the kernel and use the wireless modem :-

Step 1:- Login into the system as root and goto www.kernel.org and download the kernel version 2.6.27.46
Step 2:- Make sure that the package ncurses-devel, gcc, wvdial and kppp are installed.
Step 3:- Copy the linux-2.6.27.46.tar.bz2 file to /usr/src
Step 4:- Issue the command in terminal:- tar jxvf linux-2.6.27.46.tar.bz2 to untar and uncompress the file in the directory /usr/src
Step 5:- Goto the directory using cd in terminal /usr/src/linux-2.6.27.46 and issue the command:- make menuconfig
Step 6:- Just save and come out and issue the command in terminal :- make
Step 7:- Issue the command in terminal:- make modules
Step 8:- Issue the command in terminal:- make modules_install
Step 9:- Issue the command in terminal:- make install
Step 10:- Reboot the system and you will see the new kernel appear in the grub bootloader list. Select the new kernel and boot.
Step 11:- Login as root user and plugin in the Huawei USB wireless modem (the dongle).
Step 12:- Issue the command in terminal:- lsusb to view the device trail. You will find that OS has started detecting the dongle as a modem.
Step 13:- You will see that a device named ttyUSB0 is created in the folder /dev
Step 14:- At this stage we can use either wvdial or kppp program to connect to internet. You have to open a terminal each time to use wvdial whereas kppp is GUI based and has a neat graphical statistics display. Choice is yours.

Using wvdial
Step 15 (a):- Issue the command in terminal:- wvdial and you will see that the modem is detected.
Step 15 (b):- Issue the command in terminal:- wvdialconf /etc/wvdial.conf
Step 15 (c):- Edit the file wvdial.conf in /etc folder using gedit or vi editor
Step 15 (d):- Uncomment the lines having Phone, Username and Password by removing ;
Step 15 (e):- Change  the Phone to *99#
Step 15 (f):- Change the Username and Password to dummy or anything you like as it doesn't authenticate with these parameters but it should be there.
Step 15 (g):- Add a line below Init2 like:- Init3 = AT + CGDCONT=1,"IP","bsnlnet"
Note :- For Idea replace "bsnlnet" with "internet" and for Airtel replace "bsnlnet" with "airtelgprs".


Using KPPP
Step 16 (a):- Goto Applications -> Internet -> KPPP (Start KPPP)
Step 16 (b):- Click on Configure and goto Modems and Select New
Step 16 (c):- Give a new Modem name say 'Huawei'
Step 16 (d):- Select Modem device as /dev/ttyUSB0
Step 16 (e):- Select Connection Speed as 9600 bauds
Step 16 (f):- Now goto Modem tab and click on Query Modem and you will see that the modem responds. Close the window.
Step 16 (g):- Now click the Modem Commands button and for using BSNL services put the the following string in Initialization string 2 :-  AT + CGDCONT=1,"IP","bsnlnet". For Airtel services simply replace "bsnlnet" with "airtelgprs" and for Idea services replace the string "bsnlnet" with "internet". Press OK and come out.
Step 16 (h):- Now goto Accounts tab and select New.
Step 16 (i):- Select Manual Setup
Step 16 (j):- Give a name to the new connection say 'BSNL'
Step 16 (k):- Besides the Phone Number text box use the Add button to add a phone number as *99#
Step 16 (l):- Put any value in Username and Password as it does not authenticate with these parameters. 

Step 16 (m):- Save the configuration by pressing OK and click on Connect to use.

Thats it! Enjoy surfing internet!


Disadvantages of using the technique of compiling new kernel :-
1. The system becomes slow as it is not an optimized kernel and may take more time to boot.
2. You may get 'no buffer' error while using any terminal command. Maybe some options have to be selected while using menuconfig which I have not figured out yet. (Any help will be appreciated).

Saturday, May 31, 2008

MySql 5 wouldn’t start in Fedora Core 4 with selinux enabled

I was trying to install mysql 5 in Fedora Core 4, I cannot recall the version but probably it was 5.0.19. The installation went off smoothly but mysql wouldn't start up. Then I figured out that it was due to selinux and after disabling it mysql would start working.

In contrast Fedora Core 5 is very fast and mysql 5.0.18 comes packaged with it. It works flawlessly in FC 5.

Networking with Linux.

For the past 5-6 years I have been using Linux mostly Red Hat and Fedora Core Linux Distribution. The experience has been a very pleasant one. This operating system has been growing in features and performance in leaps and bounds. Today it has excellent gui for almost every work. This operating system can be used in conjunction with different opensource and free softwares to implement a very low cost networking solution for :-

  • Gateway Server (with iptables).
  • Firewalls (with iptables)
  • Proxy Server (with squid)
  • Gateway server with caching (iptables with squid).
  • Url filtering (squid guard with squid).
  • Name Server (with bind).
  • DHCP server.
  • Dial-up Server.
  • Web server.
  • Mail Server.
  • FTP Server.
  • LDAP Server.
  • Database Server.
  • Shared file system with NFS and Samba.
  • Logging.

The above table depicts few solutions that can be implemented using Linux and in reality Linux has much to offer. In short we can say Linux as System and Network Administrators' paradise. And I am sure in times to come it will have lot more to offer.

Saturday, July 15, 2006

Configuring Wi-fi connection with BSNL DataOne Broadband on a laptop with RHEL 4 and Huawei WA1003A DSL Router

I had installed Red Hat Enterprise Linux 4 (WS or Desktop) in HP nx6130 with onboard Intel Pro 2200BG Wireless Card. Rpm ipw2200-firmware (for HP nx6130) is required to be installed in your laptop and can be found at http://rpm.pbone.net If you are using any other card, then firmware for that particular should be installed.

Start the network configuration fron System Settings -> Network. Add a New Device and then select Wireless Connection and press next, your card should be visible here (in my case it was "Intel Corporation PRO/Wireless 2200 BG (eth1)". Select this card and press forward and in the SSID just enter WA1003A and then press forward. In the next, screen you need to put in the network settings. Select static IP address and give the IP Adddress 192.168.1.2 with subnet mask 255.255.255.0 and gateway as 192.168.1.1 In the DNS setting, add the following two addresses 61.1.96.69 and 61.1.96.71 This is all you have to do in the laptop part.

Now you have to configure you Huawei WA1003A DSL router. Connect the LAN (CAT5) cable between the laptop (in the other ethernet(eth0) port) and router. Open the network configuration setting and give the IP Address 192.168.1.3 to eth0 with subnet mask 255.255.255.0 Save the configuration and activate the eth0 Open browser and enter 192.168.1.1 as url and you will get Huawei Configurations page. Enter admin as user and admin as password. Goto Setup and click PVC0 link at the left hand corner. Change the connection type from Bridge to pppoe. You will get an option of username and password. Enter the user name and password you got from BSNL for accessing their DataOne service. Press Apply and goto Advanced and then Tools and press Save All and then press Restart. Ping the address 192.168.1.1 from the laptop after deactivating your eth0 connection and disconnecting your LAN cable. If you get a reply then your Wi-fi connection in the laptop is ready. Start browsing and ENJOY! This procedure may also work for Fedora but I haven't tested it.

Monday, May 15, 2006

Problems faced in Fedora Core 5 for Adding and Removing Software.

I had finished downloading the new Fedora Core 5 a few days back and was very excited to try it out. The installation went off very smoothly and was very pleasing to my eyes. The operating system loading was very fast and I presume it took half the time it used to be in Fedora Core 4.

The problem with the system was the Add/Remove program (Pirut) in Fedora Core 5. It connects to the internet for adding any package or updating it. In my country the internet connectivity is a costly affair. So to make Pirut use the local packages in my CDs, I created a directory /var/yum/Fedora/RPMS and copied all the rpms in the CD nos. 1,2,3,4 and 5 to the folder /var/yum/Fedora/RPMS and the repodata folder in 1st disk to /var/yum/ folder.

Then I edited the file named fedora-core.repo in /etc/yum.repo.d/ and inserted few lines like

[Fedora-Core-5-local-install]
name=Fedora Core $releasever - $basearch
baseurl=file:///var/yum
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

and changed all the other enabled=1 to enabled=0 in this file and all the files with *.repo in /etc/yum.repos.d/ and then I have been able to install packages using Add/Remove Software (Pirut) ever since.

Please note :- Don't forget to copy repodata folder in FC 5 disk 1 or you would be seeing repomd.xml error.