Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Debian 9 - incredible slow USB connection

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
mauric
Posts: 43
Joined: 2017-07-25 08:50

Debian 9 - incredible slow USB connection

#1 Post by mauric »

Hello
backside my Firewall running vpn Server, on this server
plugged a ttyUSB0 connetion to a router. i need to connect this.

connecting over vpn this explained way over "ttyUSB0" the connection will by establish quick.
But to work is impossible, realy to slow. the router will only work with text, no gui.

- Internet connection are good
- File Copy over VPN Server2Server will by 20Mb/s
- possible VPN increase the speed?

how i can increase this issue?
regards

mauric
Posts: 43
Joined: 2017-07-25 08:50

Re: Debian 9 - incredible slow USB connection

#2 Post by mauric »

i found the solution :-) thanks Mauri

root@HPT610: # cat CiscoStart.sh
modprobe -r ftdi_sio
modprobe -r pl2303
modprobe -r usbserial
modprobe ftdi_sio
modprobe pl2303
stty -F /dev/ttyUSB0 -a
stty -F /dev/ttyUSB0 9600 cs8 -cstopb -parenb
screen /dev/ttyUSB0 9600

solved :-) yes!!

mauric
Posts: 43
Joined: 2017-07-25 08:50

Re: Debian 9 - incredible slow USB connection

#3 Post by mauric »

mauric wrote:i found the solution :-) thanks Mauri

root@HPT610: # cat CiscoStart.sh
modprobe -r ftdi_sio
modprobe -r pl2303
modprobe -r usbserial
modprobe ftdi_sio
modprobe pl2303
stty -F /dev/ttyUSB0 -a
stty -F /dev/ttyUSB0 9600 cs8 -cstopb -parenb
screen /dev/ttyUSB0 9600

solved :-) yes!!
Don't say everything you know, but always know what you're saying.
from Matthias Claudius, August 15, 1740 in Reinfeld (Holstein); † January 21, 1815 in Hamburg)

Post Reply