LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   unable to port Wvdial in embedded ARM platform (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/unable-to-port-wvdial-in-embedded-arm-platform-834910/)

richejose 09-28-2010 04:27 AM

unable to port Wvdial in embedded ARM platform
 
Hi

I need to port the WVdial in ARM platform, kindly advice

actually i have ported wvdial 1.61 with the dependents openssl(openssl-0.9.8o),WVstreams-4.6.1, But while runing wvdial i got the following error.

"wvdial: utils/wvtask.cc:202: WvTaskMan::WvTaskMan(): Assertion `getcontext(&get_stack_return) == 0' failed."

i found the same issue mentioned in link

http://code.google.com/p/wvstreams/issues/detail?id=26

then, the patch mentioned in the link was updated in wvstreams 4.6.1, while running wvdialconf the serial modem was detected and saved in /etc/wvdial.conf, but while running wvdial i am getting the following message ,

--> WvDial: Internet dialer version 1.61
--> Warning: section [Dialer Defaults] does not exist in wvdial.conf.
--> Cannot open /dev/modem: No such file or directory
--> Cannot open /dev/modem: No such file or directory
--> Cannot open /dev/modem: No such file or directory

jf.argentino 10-03-2010 06:50 AM

Quote:

Cannot open /dev/modem: No such file or directory
generally /dev/modem is just a link pointing on one of the serial device /dev/ttySX or /dev/ttyAMX...

richejose 10-04-2010 12:55 AM

thank you

even though i create the link for the modem its not working.

before that while running wvdialconf the wvdial.conf file was created in /etc with respect to the modem connected in ttyS2 , but while running the wvdial it shows the below message , so kindly advice.

--> WvDial: section [Dialer Defaults] does not exist in wvdial.conf

jf.argentino 10-05-2010 01:54 PM

Quote:

WvDial: section [Dialer Defaults] does not exist in wvdial.conf
So add the "Dialer Defaults" to the configuration file...

richejose 10-06-2010 01:29 AM

thank you

Pls find below for the wvdial.config file

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Init3 = AT+CGDCONT=1,"IP","airtelgprs.com"
ISDN = 0
Modem Type = Analog Modem
Password = ""
Username = ""
Phone = *99#
Modem = /dev/ttyS2
Baud = 115200


Till now i am facing the same issue, kindly advice

--> WvDial: Internet dialer version 1.61
--> Warning: section [Dialer Defaults] does not exist in wvdial.conf.
--> Cannot open /dev/modem: No such file or directory
--> Cannot open /dev/modem: No such file or directory
--> Cannot open /dev/modem: No such file or directory

tomschuring 11-24-2010 08:47 PM

i'm having exactly the same problem.
did you end up figuring out how to fix this ?

richejose 11-25-2010 02:44 AM

no , I am using 2.6.18 kernel (not able to port wvdial), need to go with latest version


All times are GMT -5. The time now is 05:51 PM.