From owner-freebsd-questions@FreeBSD.ORG Fri Apr 18 15:04:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 327F71065670 for ; Fri, 18 Apr 2008 15:04:14 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.freebsd.org (Postfix) with ESMTP id E78728FC1C for ; Fri, 18 Apr 2008 15:04:13 +0000 (UTC) (envelope-from peo@intersonic.se) X-Virus-Scanned: amavisd-new at inter-sonic.com Message-ID: <4808B86A.1080405@intersonic.se> Date: Fri, 18 Apr 2008 17:04:10 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Mel References: <48086EF6.4000708@intersonic.se> <200804181221.47180.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200804181221.47180.fbsd.questions@rachie.is-a-geek.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: usb serial line speed limits X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2008 15:04:14 -0000 Mel wrote: > On Friday 18 April 2008 11:50:46 Per olof Ljungmark wrote: > >> 'B1228800' undeclared (first use in this function) >> /usr/src/sys/modules/ubsa/../../dev/usb/ubsa.c:534: error: (Each >> undeclared identifier is reported only once >> /usr/src/sys/modules/ubsa/../../dev/usb/ubsa.c:534: error: for each >> function it appears in.) >> *** Error code 1 >> >> Where can I dig out more info on how to proceed? Unfortunately my >> understanding of C and the rest is rather limited... > > > /usr/src/sys/sys/termios.h defines the baud rates. Next one up from 115200 is > B230400. Max is B921600. Well, I recompiled with B1228800 defined in termios.h but when i start ppp i get a complaint that the speed does not exist so it seems to be more complicated than that. Furthermore, testing ftp with XP I get about 2mbit/second downstream, same ftp server with FreeBSD it's about 240kbit/s with serial speed 921600. Anyone on the list who managed to crank the speed up? Hardware is ThinkPad T42 with a Huawei E220 modem and 7-STABLE. --per