Guest User

Untitled

a guest
Jun 9th, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. ATDT*99#
  2. ERROR
  3. --> Invalid dial command.
  4. wvdial: utils/wvtask.cc:303: static int WvTaskMan::yield(int): Assertion
  5. *current_task->stack_magic == WVTASK_MAGIC' failed.
  6. Aborted
  7.  
  8. root@debian:/home/b# cat /etc/wvdial.conf
  9. [Dialer orange]
  10. Modem = /dev/ttyUSB1
  11. Phone = *99#
  12. Username =;
  13. Password =;
  14. Init1 = ATZ
  15. Init2 = AT+CGDCONT=1,"IP","internet","",0,0
  16. Auto DNS = on
  17. root@debian:/home/b#
  18.  
  19. root@debian:/home/b# dmesg | grep tty
  20. [ 0.000000] console [tty0] enabled
  21. [ 4.288912] usb 2-8: GSM modem (1-port) converter now attached to ttyUSB0
  22. [ 4.288990] usb 2-8: GSM modem (1-port) converter now attached to ttyUSB1
  23. root@debian:/home/b#
  24.  
  25. root@debian:/home/b# wvdial orange
  26. --> WvDial: Internet dialer version 1.61
  27. --> Initializing modem.
  28. --> Sending: ATZ
  29. ATZ
  30. OK
  31. --> Sending: AT+CGDCONT=1,"IP","internet","",0,0
  32. AT+CGDCONT=1,"IP","internet","",0,0
  33. OK
  34. --> Modem initialized.
  35. --> Sending: ATDT*99#
  36. --> Waiting for carrier.
  37. ATDT*99#
  38. ERROR
  39. --> Invalid dial command.
  40. wvdial: utils/wvtask.cc:303: static int WvTaskMan::yield(int): Assertion `*current_task->stack_magic == WVTASK_MAGIC' failed.
  41. Aborted
  42. root@debian:/home/b#
  43.  
  44. root@debian:/home/b# lsusb
  45. Bus 002 Device 002: ID 12d1:1506 Huawei Technologies Co., Ltd. Modem/Networkcard
  46. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  47. Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  48. Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  49. Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  50. Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  51. Bus 001 Device 003: ID 1a40:0101 Terminus Technology Inc. Hub
  52. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  53. Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  54. Bus 003 Device 002: ID 0bf8:1004 Fujitsu Siemens Computers
  55. Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  56. root@debian:/home/b#
Add Comment
Please, Sign In to add comment