From owner-freebsd-mobile@FreeBSD.ORG Tue Jan 1 16:08:11 2008 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE46616A468; Tue, 1 Jan 2008 16:08:11 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id A284213C44B; Tue, 1 Jan 2008 16:08:11 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 7C4F982CDC; Tue, 1 Jan 2008 10:58:04 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 01 Jan 2008 10:58:04 -0500 X-Sasl-enc: Ih19NMzuZ0PxUXaNFZV/o90mGE03F0AhTriJhqfFw07Z 1199203084 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id E280811359; Tue, 1 Jan 2008 10:58:03 -0500 (EST) Message-ID: <477A630A.5050103@FreeBSD.org> Date: Tue, 01 Jan 2008 15:58:02 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.6 (X11/20070928) MIME-Version: 1.0 To: Vladimir Grebenschikov References: <1198439210.1617.8.camel@localhost> In-Reply-To: <1198439210.1617.8.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current , freebsd-mobile Subject: Re: device uart - does it work for anybody with PCMCI card? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 16:08:11 -0000 Vladimir Grebenschikov wrote: > Hi ppl > > Can anybody confirm that device uart just works for some PCMCI card ? > > I've tried with two different cards (both are different pccard celluar > modems) and gets exactly same result. > > Device is detected, port can be open with any valid speed, but no any > communication, or probably, no any replays from modem. > I see the same issue with "device uart" using a US Robotics Speedster 28800 PCMCIA with 6.2-RELEASE. uart attaches, but I see the same symptoms as you. Rebuilding the kernel with sio, puc, and pccard statically compiled results in the PCMCIA modem being detected as per onboard serial ports would be (this Thinkpad T43 only has an IR port), and the modem works OK. cheers BMS