Asus epc and 3G internet via USB phone connection

Last week i took some time to add mobile 3G internet connectivity to my Epc using my Nokia e61 as a 3G modem.

My phone supports modem support using the USB data cable, bluetooth or the integrated WI-FI.

I plan to go for the cable first since i always carry one around and being mobile often means draining as less power as possible from both my Epc and my mobile phone.

First of all you need to make sure you have the Debian repositories in your /etc/apt/sources.lst and theninstall wvdial by using the install command apt-get install wvdial

After the installation you will need to modify your /etc/wvdial.conf in order to build up the internet connection.

This is just a basic example but it should work with the current Nokia phones:

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = USB Modem
Baud = 460800·
New PPPD = yes
Modem = /dev/ttyACM0
ISDN = 0
Phone = *99#
Password = blank
Username =blank

Select the Suite connection type on your phone when you connect it via the USB cable and then fire up wvdial.

Gnome SSH Tunnel Manager

If you use encrypted ssh tunnels a lot you may find this tool pretty interesting.

Gstm is a fully functional gui for managing all your ssh tunnels and redirects.I really like this on the EEE PC because it saves a lot of keyboard interaction.

A simple apt-get install gstm will immediately install the software package, providing you have the correct repositories.

bildschirmfoto-ssh-tunnel-manager.png bildschirmfoto-tunnel-properties.png

http://sourceforge.net/projects/gstm/ 

OpenSuse 10.3 – why am i even trying?

Why do i atempt to install OpenSuse when im perfectly happy with Debian and/or Ubuntu?

Curiosity of course! How is a distribution funded by a company that seems to agree to Microsoft’s claims in owning intellectual property from Linux doing in their development…

Pretty nice when your taking a first look. The installation is very user-friendly and hardware detection seems to be working pretty fine…. But i was just about to be proven wrong.

My first installation attempt from the DVD seemed to run without any flaws until the system was installed and Yast2 attempted to configure my hardware. After the first reboot Yast somewhow got totally messed up and took me directly to the display manager logon. The user add procedure is just about at the end of the installation so i didnt even have to chance to create a user.

All i had was a root account and by default, root login is disabled on both the console and the desktop. Several attempts on rescuing the installation failed and i traced to problem to an error in the Yast installation script.

Since pretty much everything on the box is controlled by Yast, i decided to give the installation another try.

The second installation attempt actually got nuked by the fact that the Yast installer was trying to mount my third hard drive (sdc) which was corrupted due to a system crash in Windows while i was installing the operating system on the first disk (sda)

The third attempt finally logged me on. The first thing i was interested in was the KDE4 Beta that you can optionally install in OpenSuSE 10.3 – dont… Its a waste of diskspace and seems to be a very buggy preview that launched a configuration dock and a panel that was bugged with no menus whatsoever working.

So i logged in and tried to access my wireless network. Yast stated, that the device was working fine and was all set up to connect only requiring WEP/WPA access credentials.  After about 10 tries i decided to use the oldschool method and try iwconfig.

The big surprise came and whether ifconfig nor iwconfig had a working wlan interface. Now if you have some experience with SuSE you probably know that working around Yast is not a very good idea…

For someone who is just starting to use Linux this would probably be very confusing and frustrating especially when your automatic assistant foo is stating that the device is properly installed and ready to use (somehow reminds me of Windows 😉 )

Ill try to find a solution and perhaps use a different wlan card.