You are trying to install the
3connect WINDOWS software onto a Linux PC, it's not going to work, and is not needed.
In 10.04Open a terminal and type:
sudo gedit /etc/wvdial.conf
gedit will open and you should see something like -
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttySL0
ISDN = 0
; Phone = <Target Phone Number>
; Password = <Your Password>
; Username = <Your Login Name>
Change it so it reads:
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
Baud = 9600
New PPPD = yes
Modem = /dev/ttyUSB0
ISDN = 0
Phone = *99#
Password = Anything
Username = Anything
and save it.
Now press Alt + F2 (keycombo), and when the
Run Application box opens, type:
and click the Run button (notice the capital D in this command)
You should be connected now.
Now open the package manager (synaptic) and install
gnome-ppp, and use the settings above to configure it.
From now on, use GNOME-PPP to connect to the internet.
Or you can continue to use the
Alt + F2 and
wvdial Defaults method.
BTW for screenshots, can you use -
Applications->Accessories->Screen shot
and put the tick in
Select area to grab to keep the picture size down a bit, or just copy and paste the text.