Monday, March 15, 2010

Linux Desktop: Running WvDial without Root Permission

wvdial without root permission in linuxWvDial in combination with PPP is the best dialup internet solution for any Linux Desktop. There are a couple of ppp-frontends such as gnome-ppp and kppp for dialup internet access, but none are as versatile, configurable and intelligent as WvDial. However, the biggest turndown in WvDial is - it asks for root permission (except Mepis, Warren has done wonders to Mepis wherein you just have to enter wvdial, no need to be root at all). Everytime you need to do su or sudo wvdial and enter root password, it's a pain for no perceivable gain. Fortunately, you can get rid of it following a few simple tweaks.

1. Install ppp and wvdial using your distribution's repository. Let the package manager pull-in all the dependencies.
2. Generate/configure valid wvdial.conf file in /etc
For my idea net setter edge-enabled Huawei wireless modem I had to customize my wvdial.conf as mentioned below.

[Dialer Defaults]
Modem=/dev/ttyUSB0
Baud = 115200
Init 1 = AT+CGMM
Init 2 = AT+CMEE=1
Init 3 = ATE0
Init 4 = AT^HS=0,0
Init 5 = AT+CFUN?
Init 6 = AT+CLCK="SC",2
Init 7 = AT+CPIN?
Init 8 = AT+CLCK="SC",2
Modem Type = USB MODEM
Phone=*99#
Username = 9990146746
Password = 6746
New PPPD = yes
Dial Command=ATDT
Stupid Mode=1
ISDN=0

3. Open terminal, be a root user (su or sudo) and do:

adduser USERNAME dip
adduser USERNAME dialout

where USERNAME is your userlogin name.

4. Locate pppd (generally it's /usr/sbin/pppd) with root permission run the following commands in a terminal

chmod o+x pppd
chmod g+s pppd

5. Finally, change permissions of pap-secrets and chap-secrets

chown USERNAME /etc/ppp/pap-secrets
chown USERNAME /etc/ppp/chap-secrets

You're done!

Now open a terminal and run wvdial as a non-previleged (non-root) user.

running wvdial without root privilege

Tuesday, March 9, 2010

PCLinuxOS 2010 Rocks Even in the Beta Stage

PCLinuxOS 2010 Beta

The wait is over! Tex and the Rippers announced PCLinuxOS 2010 on 6th March, 2010. Final iso is very close.

PCLinuxOS-2010.beta1 has gathered all the goodies: latest 2.6.32.8 kernel with BFS scheduler, full ext4 support, KDE 4.4.1 SC and the latest applications. Besides, users having more than 4Gig of RAM can pull in a PAE kernel from the repo.

In many ways pclos 2010 is a big leap/rewrite for faster startup, better hardware detection/configuration and consistent/unified look across KDE/GTK2 themes. 2010 edition carries plymouth bootsplash and speedboot technology. Needless to say, it still bears the tex-stability and -usability, the halmarks of this distro.

I am using the beta for last 3 days and not experienced a bit of problem till now. You can use it too though the official suggestion is to use its final.

Please visit www.pclinuxos.com for more.Link
Some Download links:
http://distro.ibiblio.org/pub/linux/distributions/texstar/pclinuxos/live-cd/english/preview/pclinuxos-2010-beta1.iso
http://ftp.heanet.ie/pub/pclinuxos/live-cd/english/preview/pclinuxos-2010-beta1.iso
http://ftp.sh.cvut.cz/MIRRORS/pclinuxos/live-cd/english/preview/pclinuxos-2010-beta1.iso
http://distrib-coffee.ipsl.jussieu.fr/pub/linux/pclinuxos/live-cd/english/preview/pclinuxos-2010-beta1.iso

Size: 693.91 mb
md5sum – c027f63d211304059b522433e2a48a16

How about this