index Previous Next



Downlaod and install the base:
Download the lates netinstall iso from the debian mirror burn to the cd, download the virtualbox:http://download.virtualbox.org/
and install the the iso to the virtualbox and it will get the network connection add the lastest debian version like unstable
mirrors to the /etc/apt/sources.list this is for debian sid:
deb http://ftp2.jp.debian.org/debian sid main contrib non-free
deb http://ftp2.jp.debian.org/debian unstable main contrib non-free
deb http://security.debian.org/debian-security testing/updates main contrib non-freeRun the apt-get update, first upgrade the kernel aptitude upgrade kenrel or do manually with:
aptitude install linux-image-new_versionand then do a full dist upgrade with aptitude full-upgrade
Now you can install any packages, first install the most necessary packages:
aptitude install wvdial vim make build-essentials dkms dpkg-dev linux-headers-$(uname -r)
dnsmasq rsync module-assistantNow can continue with the installation in the virtualbox or install to the hard disk, for the hard disk to get connected
to the internet install modem driver for hsfmodem install the hsfmodem-7.80.02.05-DiacoEdition.zip and edit
the /etc/wvdial.conf as:
[Dialer Defaults]
Modem Type = Analog Modem
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C0 &D2 +FCLASS=0
Phone =
Username =
Password =
Stupid Mode = on
Baud = 460800
New PPPD = yes
Modem = /dev/modem
ISDN = 0
PPPD Path = /usr/sbin/pppd
Carrier Check = no
Auto Reconnect = on
Downlaod the file wvdial.conf
