Hi,
i start micro core from my dos partition by runnig:
"linld image=c:\fdos\vmlinuz initrd=c:\fdos\microc~1.gz vga=791 cl=@c:\fdos\config.lnx"
in wich "config.lnx" has:
norestore
waitusb=0
home=sda3
opt=sda3
tce=sda3
noswap
nodhcp
noutc
host=zemir
user=paskali
laptop
acpi_backlight=vendor
multivt
I load at startup these extensions:
libssl-0.9.8.tcz
pppd.tcz
wvstreams.tcz
wvdial.tcz
usb-serial-3.0.3-tinycore.tcz
bzip2-lib.tcz
links-cli.tcz
then i start internet connection with my usb Onda modem (N101E gprs/edge) with wvdial; i wrote two simple scrips, "windgo" and "windstop" and put them on "/home/.local/bin/", they are:
windgo
#!/bin/sh
sudo wvdial -C /home/paskali/wind.conf &
and windstop
#!/bin/sh
sudo pkill -9 -f wvdial
"wind.conf" is my personal wvdial confing file, it include:
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,"IP","internet.wind"
Modem = /dev/ttyUSB0
Phone = *99#
Idle Seconds = 0
Password = CARD
Username = CARD
Modem Type = Analog Modem
Carrier Check = no
Stupid Mode = 1
Compuserve = 0
Baud = 230400
New PPPD = yes
PPPD Path=/usr/local/sbin/pppd
Auto DNS = 1
Dial Command = ATDT
Ask Password = 0
ISDN = 0
Therefore i start internet connection by run "windgo", modem does work fine, i see its flash lighting, i am sure it is connected; however, when i am trying to surf on the web for example with links web browser, i am not able to open any site, i have always message: "host not found"
Why?