Установил wvdial, теперь при конекте выдает следующее:
Код:
dc@orangepipc:~$ sudo /usr/local/bin/dreampi --no-daemon
[sudo] password for dc:
AFO routing enabled
Starting dcvoip process - Thanks Shuouma!
Starting dcgamespy process - Thanks Shuouma!
Detecting connection and modem...
Detected device ttyACM0 with speed 460800
Internet connected and device found!
Dreamcast IP: 192.168.1.98
Opening serial interface to ttyACM0
ATZ0
OK
ATE0
OK
AT+FCLASS=8
OK
AT+VLS=1
OK
AT+VSM=1,8000
OK
AT+VTX
CONNECT
Heard: 0
ATH0
OK
ATZ0
OK
ATE0
OK
ATZ0
OK
ATE0
OK
ATA
CONNECT 38400
Call answered!
Connected
Serial interface terminated
Trying to delete UPnP port mapping for Planet Ring (1028/UDP)
Trying to delete UPnP port mapping for Planet Ring (1285/UDP)
Trying to delete UPnP port mapping for The Next Tetris: Online Edition (3512/TCP)
Trying to delete UPnP port mapping for The Next Tetris: Online Edition (3512/UDP)
Trying to delete UPnP port mapping for Ooga Booga (6001/UDP)
Trying to delete UPnP port mapping for PBA Tour Bowling 2001 / Starlancer (6500/UDP)
Trying to delete UPnP port mapping for Planet Ring (7648/UDP)
Trying to delete UPnP port mapping for Alien Front Online (7980/UDP)
Trying to delete UPnP port mapping for ChuChu Rocket! (9789/UDP)
Trying to delete UPnP port mapping for PBA Tour Bowling 2001 (13139/UDP)
Trying to delete UPnP port mapping for World Series Baseball 2K2 (13713/UDP)
Trying to delete UPnP port mapping for Worms World Party (17219/TCP)
Trying to delete UPnP port mapping for World Series Baseball 2K2 (37171/UDP)
Trying to delete UPnP port mapping for PBA Tour Bowling 2001 / Starlancer (47624/TCP)
Trying to delete UPnP port mapping for PBA Tour Bowling 2001 / Starlancer (2300-2400/TCP)
Trying to delete UPnP port mapping for PBA Tour Bowling 2001 / Starlancer (2300-2400/UDP)
Trying to create UPnP port mapping for Planet Ring (1028/UDP)
Trying to create UPnP port mapping for Planet Ring (1285/UDP)
Trying to create UPnP port mapping for The Next Tetris: Online Edition (3512/TCP)
Trying to create UPnP port mapping for The Next Tetris: Online Edition (3512/UDP)
Trying to create UPnP port mapping for Ooga Booga (6001/UDP)
Trying to create UPnP port mapping for PBA Tour Bowling 2001 / Starlancer (6500/UDP)
Trying to create UPnP port mapping for Planet Ring (7648/UDP)
Trying to create UPnP port mapping for Alien Front Online (7980/UDP)
Trying to create UPnP port mapping for ChuChu Rocket! (9789/UDP)
Trying to create UPnP port mapping for PBA Tour Bowling 2001 (13139/UDP)
Trying to create UPnP port mapping for World Series Baseball 2K2 (13713/UDP)
Trying to create UPnP port mapping for Worms World Party (17219/TCP)
Trying to create UPnP port mapping for World Series Baseball 2K2 (37171/UDP)
Trying to create UPnP port mapping for PBA Tour Bowling 2001 / Starlancer (47624/TCP)
Trying to create UPnP port mapping for PBA Tour Bowling 2001 / Starlancer (2300-2400/TCP)
Trying to create UPnP port mapping for PBA Tour Bowling 2001 / Starlancer (2300-2400/UDP)
Exception in thread background thread for pid 4709:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 1540, in wrap
fn(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 2459, in background_thread
handle_exit_code(exit_code)
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 2157, in fn
return self.command.handle_command_exit_code(exit_code)
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 815, in handle_command_exit_code
raise exc
ErrorReturnCode_1:
RAN: /usr/bin/tail -f /var/log/messages -n 1
STDOUT:
STDERR:
/usr/bin/tail: cannot open '/var/log/messages' for reading: No such file or directory
/usr/bin/tail: no files remaining
Something went wrong...
Traceback (most recent call last):
File "/usr/local/bin/dreampi", line 551, in main
return process()
File "/usr/local/bin/dreampi", line 522, in process
for line in sh.tail("-f", "/var/log/messages", "-n", "1", _iter=True):
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 863, in next
self.wait()
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 792, in wait
self.handle_command_exit_code(exit_code)
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 815, in handle_command_exit_code
raise exc
ErrorReturnCode_1:
RAN: /usr/bin/tail -f /var/log/messages -n 1
STDOUT:
STDERR:
/usr/bin/tail: cannot open '/var/log/messages' for reading: No such file or directory
/usr/bin/tail: no files remaining
Stopping dcgamespy process
Stopping dcvoip process
ARPING 192.168.1.99 from 192.168.1.253 eth0
Sent 1 probes (1 broadcast(s))
Received 0 response(s)
ARPING 192.168.1.98 from 192.168.1.253 eth0
Sent 1 probes (1 broadcast(s))
Received 0 response(s)
AFO routing disabled
Dreampi quit successfully