From owner-freebsd-stable@FreeBSD.ORG Mon Apr 29 01:51:14 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 19A0F16B for ; Mon, 29 Apr 2013 01:51:14 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: from mail-ie0-x22f.google.com (mail-ie0-x22f.google.com [IPv6:2607:f8b0:4001:c03::22f]) by mx1.freebsd.org (Postfix) with ESMTP id E410E1EC6 for ; Mon, 29 Apr 2013 01:51:13 +0000 (UTC) Received: by mail-ie0-f175.google.com with SMTP id a11so6820649iee.34 for ; Sun, 28 Apr 2013 18:51:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=gTMqUmjMsDML0dl+mJjxxgjxOBRbbSO2K2WnYEc8Zo8=; b=cGEcZniQ9CQouW2gBtT2nZtp4h71oYhgE9+gMpBUvCg/nvcij8l0zVL9t/U/W22EDF 8jG45prLIARli+TWYJN3vyo8vHAkDsd0xRfauDPnCkbZMFb1y3Mvb21TuzTHYlJeWwYy FRuUPhUCf8WeTnpjbXWumuh8NaHS9Eb3riqm/e2NYOjQXUXYqRiTQ2VLFKIZ+Wo2rxd+ PSytW2nfQKZJRxURJeHu3PFpAcEmVxSxnYU99LPJrbEpX47eTKsFK3o8xln2mTPEL1cZ IuTdnVD+PK1pmsQc5PfK9o8ZS2SmzKDxsCZQ82QtAkqdG0JakC8lG728BMBDpKO6VIqX OUQw== X-Received: by 10.50.72.3 with SMTP id z3mr6418816igu.47.1367200273694; Sun, 28 Apr 2013 18:51:13 -0700 (PDT) MIME-Version: 1.0 Sender: mozolevsky@gmail.com Received: by 10.64.143.133 with HTTP; Sun, 28 Apr 2013 18:50:33 -0700 (PDT) In-Reply-To: References: <517DB738.4060902@restecp.com> From: Igor Mozolevsky Date: Sun, 28 Apr 2013 21:50:33 -0400 X-Google-Sender-Auth: f3cxtHM2DMrPfWWtguvC95Ttx3k Message-ID: Subject: Re: [UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though... To: Colin House Content-Type: text/plain; charset=UTF-8 Cc: freebsd-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 01:51:14 -0000 On 28 April 2013 20:38, Igor Mozolevsky wrote: > So, I've tried copying and pasting Colin's stty settings for cuau0 > (which also include the clocal that imb noticed) but I still get > silence... Any further thoughts/suggestions would be very appreciated! Having gone digging through my box of old hardware, I managed to find a PCI card with a Hynix controller (a puc device). Having plugged that in, I'm now getting the $GPGLL sentences as I was expecting. It would appear that the mobo's UART controller (off acpi) and fbsd just didn't want to play nice... -- Igor M.