From owner-freebsd-stable@FreeBSD.ORG Wed Mar 1 16:04:22 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CE4216A420 for ; Wed, 1 Mar 2006 16:04:22 +0000 (GMT) (envelope-from volker@vwsoft.com) Received: from gwfra.elbekies.net (tce71.tce85.de [195.145.102.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id C599D43D6E for ; Wed, 1 Mar 2006 16:04:21 +0000 (GMT) (envelope-from volker@vwsoft.com) Received-SPF: pass (gwfra.elbekies.net: domain of vwsoft.com designates 84.245.182.229 as permitted sender) client-ip=84.245.182.229; envelope-from=volker@vwsoft.com; helo=mail.vtec.ipme.de; Received: from mail.vtec.ipme.de (84-245-182-229.ipool.celox.de [84.245.182.229]) by gwfra.elbekies.net (Postfix) with ESMTP id B3A7D17033 for ; Wed, 1 Mar 2006 17:04:03 +0100 (CET) Received: from [127.0.0.1] (unknown [192.168.201.3]) by mail.vtec.ipme.de (Postfix) with ESMTP id 5774A5C4E for ; Wed, 1 Mar 2006 16:19:22 +0100 (CET) Message-ID: <4405BB89.204@vwsoft.com> Date: Wed, 01 Mar 2006 16:19:37 +0100 From: Volker User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Thunderbird/1.0.6 Mnenhy/0.6.0.101 MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-VWSoft-MailScanner: Found to be clean X-TarmacIntl-MailScanner: Found to be clean X-MailScanner-From: volker@vwsoft.com Subject: ppp HDLC errors X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 16:04:22 -0000 Dear list members, I'm trying to get a 3g / UMTS connection to work on my RELENG_6 (i386, AMD Sempron) machine. I've installed a Novatel Merlin U630 card (pcmcia) which is providing a hayes serial modem to the system (on sio4 in my case). Dialing works fine but most DNS queries are timing out, but also most tcp sessions won't work. While in ppp (userland) I'm seeing messages like: Phase: deflink: HDLC errors -> FCS: 28, ADDR: 0, COMD: 0, PROTO: 0 Phase: deflink: HDLC errors -> FCS: 27, ADDR: 0, COMD: 0, PROTO: 0 Phase: deflink: HDLC errors -> FCS: 102, ADDR: 0, COMD: 0, PROTO: 0 Phase: deflink: HDLC errors -> FCS: 25, ADDR: 0, COMD: 0, PROTO: 0 Phase: deflink: HDLC errors -> FCS: 9, ADDR: 0, COMD: 0, PROTO: 0 Phase: deflink: HDLC errors -> FCS: 10, ADDR: 0, COMD: 0, PROTO: 0 Later I'm seeing message like that on the console screen: sio4: 152599 more interrupt-level buffer overflows (total 152599) I've tried increased and decreased the baud rate in ppp but the same appears. dmesg for the devices involved: cbb0: at device 13.0 on pci0 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 pccard0: Allocation failed for cfe 7 sio4: at port 0x2f8-0x2ff irq 17 function 0 config 15 on pccard0 sio4: type 16550A sio4: unable to activate interrupt in fast mode - using normal mode pccard0: Allocation failed for cfe 7 pccard0: Allocation failed for cfe 15 sio5: at port 0x2e8-0x2ef irq 17 function 1 config 23 on pccard0 sio5: type 16550A sio5: unable to activate interrupt in fast mode - using normal mode It's a RELENG_6 machine with a recent kernel (compiled yesterday with kernel sources from Feb-26). The same appears whether or not SMP kernel is being used. I've been unable to find anything in the archives closely related. The card works fine under Win2k (on a different machine). The RELENG_6 machine is using a PCI-PCMCIA adapter. Any hint is welcome! :) Is there a workaround? Should I go with pppd or mpd? Do you need any more info on that? Is there something more I might check out? What about the dmesg messages: pccard0: Allocation failed for cfe 7 sio4: unable to activate interrupt in fast mode - using normal mode As always, thanks a lot for your help! Volker