On 07/15/2015 03:37 AM, 'Artur Festyn' via BeagleBoard wrote:
> Hi Peter.
> It is not carrier. I am pinging in the same time and there is no packets lost.
> Also ppp doesn't report anything and works as if connected.
>
> It is also not a website problem.
Because you're mimicking the setup on a non-BBB and it works fine?
> I can't use CTS and RTS of any UARTS because I am using those pins.
>
> 115200
This may be too fast for XON/XOFF flow control; what happens if you run 38400?
> I don't know what DCD means, but I will find out and answer your question.
DCD is the carrier pin from the modem.
> At least it works, wget can finish after n tries.
> Before the 8250 patch BBB was constantly crashing,
That's very odd because you're not using the serial driver that patch was for.
ttyO<n> are device nodes created by the omap-serial driver; my patch is for
the 8250_omap driver which creates ttyS<n> device nodes.
> 2015-07-15 0:08 GMT+01:00 Peter Hurley <
pe...@hurleysoftware.com <mailto:
pe...@hurleysoftware.com>>:
>
> On 07/13/2015 03:29 AM, 'Artur Festyn' via BeagleBoard wrote:
> > I am using pure xon xoff flow control. Modem doesn't have RTS CTS connected.
> > I have applied your
http://www.spinics.net/lists/linux-omap/msg119478.html
> > but I am not sure if it is relevant.
> > I am just trying and trying to make it work.
>
> The errors below seem like carrier loss.
> That patch is for a different driver, and I can't see how it would apply
> to this situation anyway.
>
> What baud rate are you trying to run s/w flow control at?
> Why not connect up RTS/CTS?
> Can you monitor the DCD output from the modem?
>
> Regards,
> Peter Hurley
>
>
> > 2015-07-13 8:27 GMT+01:00 Artur Festyn <
fes...@googlemail.com <mailto:
fes...@googlemail.com> <mailto:
fes...@googlemail.com <mailto:
fes...@googlemail.com>>>:
> > Connecting to
download.thinkbroadband.com <
http://download.thinkbroadband.com> <
http://download.thinkbroadband.com> (
download.thinkbroadband.com <
http://download.thinkbroadband.com> <
http://download.thinkbroadband.com>)|80.249.9 9.148|:80... connected.
> > HTTP request sent, awaiting response... 206 Partial Content
> > Length: 104857600 (100M), 102175455 (97M) remaining [application/zip]
> > Saving to: '100MB.zip.1'
> >
> > 100MB.zip.1 5%[> ] 5.04M 5.58KB/s in 7m 2s
> >
> > 2015-07-13 07:04:24 (6.04 KB/s) - Connection closed at byte 5289637. Retrying.
> >
> > --2015-07-13 07:04:26-- (try: 3)
http://download.thinkbroadband.com/100MB.zip
> > Connecting to
download.thinkbroadband.com <
http://download.thinkbroadband.com> <
http://download.thinkbroadband.com> (
download.thinkbroadband.com <
http://download.thinkbroadband.com> <
http://download.thinkbroadband.com>)|80.249.9 9.148|:80... connected.
> > HTTP request sent, awaiting response... 206 Partial Content
> > Length: 104857600 (100M), 99567963 (95M) remaining [application/zip]
> > Saving to: '100MB.zip.1'
> >
> > 100MB.zip.1 7%[+ ] 7.55M 6.58KB/s in 6m 46s
> >
> > 2015-07-13 07:11:14 (6.32 KB/s) - Connection closed at byte 7915442. Retrying.
> >
> > --2015-07-13 07:11:17-- (try: 4)
http://download.thinkbroadband.com/100MB.zip
> > Connecting to
download.thinkbroadband.com <
http://download.thinkbroadband.com> <
http://download.thinkbroadband.com> (
download.thinkbroadband.com <
http://download.thinkbroadband.com> <
http://download.thinkbroadband.com>)|80.249.9 9.148|:80... connected.
> > HTTP request sent, awaiting response... 206 Partial Content
> > Length: 104857600 (100M), 96942158 (92M) remaining [application/zip]
> > Saving to: '100MB.zip.1'
> >
> > 100MB.zip.1 10%[+> ] 10.18M 6.49KB/s in 7m 11s
> >
> > 2015-07-13 07:18:30 (6.25 KB/s) - Connection closed at byte 10676027. Retrying.
> >
> > --2015-07-13 07:18:34-- (try: 5)
http://download.thinkbroadband.com/100MB.zip
> > Connecting to
download.thinkbroadband.com <
http://download.thinkbroadband.com> <
http://download.thinkbroadband.com> (
download.thinkbroadband.com <
http://download.thinkbroadband.com> <
http://download.thinkbroadband.com>)|80.249.9 9.148|:80... connected.
> > HTTP request sent, awaiting response... 206 Partial Content
> > Length: 104857600 (100M), 94181573 (90M) remaining [application/zip]
> > Saving to: '100MB.zip.1'
> >
> > 100MB.zip.1 12%[++++> ] 12.89M 6.26KB/s in 7m 32s
> >
> > 2015-07-13 07:26:06 (6.14 KB/s) - Connection closed at byte 13520551. Retrying.
> >
> > --2015-07-13 07:26:11-- (try: 6)
http://download.thinkbroadband.com/100MB.zip
> > Connecting to
download.thinkbroadband.com <
http://download.thinkbroadband.com> <
http://download.thinkbroadband.com> (
download.thinkbroadband.com <
http://download.thinkbroadband.com> <
http://download.thinkbroadband.com>)|80.249.99.148 <tel:80.249.99.148>|:80... connected.
> > HTTP request sent, awaiting response... 206 Partial Content
> > Length: 104857600 (100M), 91337049 (87M) remaining [application/zip]
> >
> >
> > 2015-07-13 0:25 GMT+01:00 Peter Hurley <
pe...@hurleysoftware.com <mailto:
pe...@hurleysoftware.com> <mailto:
pe...@hurleysoftware.com <mailto:
pe...@hurleysoftware.com>>>: