under sabayon 4 lite MCE, I struggled alot among there days and now I finally got it up and running .
I was able to set up the connection under ubuntu really easily but I have some kind of a sabayon mod these days ...so i 'll stop the blablabla here and let's get to work:
the only thing you need to get the WANA internet connection with the LG ldu-800 3g+ modem is to copy past these lines in your wvdial.conf file (in filesystem etc/wvdial.conf) but don't run away just after copying this wait until i give you another stuff:
[Modem0]
Modem=/dev/ttyACM0
Baud=115200
SetVolume=0
Dial Command=ATDT
init1=ATZ
init2=AT+CRM=1
FlowControl= Hardware (CRTSCTS)
[Dialer wana]
Username=wana
Password=wana
Phone=#777
Stupid Mode=1
Inherits=Modem0
The problem is that in some distributions like sabayon the wvdial.conf dosen't exist so what to do?
simple just type in a terminal:
- Code: Select all
su
password
wvdialconf
There will be a text at the end telling you that wvdial.conf dosen't exist and it has just created a blank one great you have a wvdial.conf file now so open it as root copy past the lines a gave you on top and save.
Launch the connection by
- Code: Select all
su
password
wvdial wana
and you are connected man! no need for a driver linux kernel does it all for you!

