参考:

http://pptpclient.sourceforge.net/howto-diagnosis.phtml#conventions

http://blog.chinaunix.net/uid-20609878-id-1915875.html

Couldn't set tty to PPP discipline: Invalid argument

Symptom: the following messages appear before connection is established:

Serial connection established.
Couldn't set tty to PPP discipline: Invalid argument
Hangup (SIGHUP)

Diagnosis: pppd has failed to change the pty over to run
it in PPP mode. This may be because you have no ppp_async
module built for your kernel. Most kernels are built with this
already, but if you have customised your kernel you may not have built
it.

Solution: rebuild your kernel with CONFIG_PPP_ASYNC set. While
you are at it, you should set CONFIG_PPP as well, and both should be
set to "m" so that they are built as modules. We've found they don't
work compiled statically.

重新配置内核(Device Drivers->Network device support->PPP support),把ppp相关的都选上。

最新文章

  1. POJ 题目1141 Brackets Sequence(区间DP记录路径)
  2. Qt Qwt之坐标轴移动
  3. 小谈 - web模仿手机打电话与正则表达式
  4. 卸载openfire
  5. 【转】Android Intent Action 大全
  6. JavaWeb项目开发案例精粹-第2章投票系统-003Dao层
  7. Java实现人民币大写精讲
  8. C#文本文件导入数据库
  9. C#设置程序自启动
  10. JavaScript之数组去重
  11. Struts2基础学习(二)—Action
  12. 随聊——Python的前世今生
  13. ●线段树题之wows
  14. JSP自定义方法库
  15. MPU9250九轴陀螺仪--读接口数据
  16. 【详记MySql问题大全集】四、设置MySql大小写敏感(踩坑血泪史)
  17. LPC-LINK 2 LPC4337 TQFP144 IO
  18. MySQLCouldn't find MySQL manager
  19. video元素和audio元素
  20. [ACM_模拟] UVA 12503 Robot Instructions [指令控制坐标轴上机器人移动 水]

热门文章

  1. redo文件一
  2. 在asp.net mvc中使用PartialView返回部分HTML段
  3. RPC框架motan: 通信框架netty( 1)
  4. Probabilistic SVM 与 Kernel Logistic Regression(KLR)
  5. 《Genesis-3D开源游戏引擎-FQA常见问题解答》2014年01月10号版本
  6. 内核源码分析之linux内核栈(基于3.16-rc4)
  7. hadoop-1.1.2集群搭建
  8. Hadoop学习笔记2---配置详解
  9. Linux下python升级步骤
  10. dao 获取表最大排序实现