| Summary: | KPPP missing speed 33800 | ||
|---|---|---|---|
| Product: | [Unmaintained] kppp | Reporter: | Sebastian Fischmeister <sebastian.fischmeister> |
| Component: | general | Assignee: | Harri Porten <porten> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | yuriy.kozlov |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | add 1200 and 4800 baud rates | ||
|
Description
Sebastian Fischmeister
2001-08-14 16:16:25 UTC
Sorry for the late reply. Do you mean 33800 baud (subject line) or 3800 (body of e-mail) ? Note that the kppp option sets the speed of the serial port not the modem. Earlier can (rather should) be set higher then the modem speed due to compression. I couldn't find any 33800 or 3800 baud rate for the *port* in my /usr/include/asm/termbits.h file. Does yours contain such an entry ? How does it look like ? Harri. Never received an answer. Probably invalid request. Created attachment 26124 [details] add 1200 and 4800 baud rates According to https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/77254 KPPP is also missing 1200 and 4800 speeds. I'm attaching a patch from that bug against KDE 3.5.9 that adds these speeds. SVN commit 901916 by finex: Applied patch for missing baud rates on kppp: BUG:30572 M +2 -0 general.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=901916 |