From owner-freebsd-current@FreeBSD.ORG Mon Nov 5 21:15:37 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A66916A420 for ; Mon, 5 Nov 2007 21:15:37 +0000 (UTC) (envelope-from stefan.lambrev@moneybookers.com) Received: from blah.sun-fish.com (blah.sun-fish.com [217.18.249.150]) by mx1.freebsd.org (Postfix) with ESMTP id DD19413C4B3 for ; Mon, 5 Nov 2007 21:15:36 +0000 (UTC) (envelope-from stefan.lambrev@moneybookers.com) Received: by blah.sun-fish.com (Postfix, from userid 1002) id 34F031B10EA4; Mon, 5 Nov 2007 22:15:24 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on blah.cmotd.com X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 Received: from [10.1.1.3] (unknown [192.168.25.14]) by blah.sun-fish.com (Postfix) with ESMTP id 7F7B71B10D0F; Mon, 5 Nov 2007 22:15:20 +0100 (CET) Message-ID: <472F87E8.3070901@moneybookers.com> Date: Mon, 05 Nov 2007 23:15:20 +0200 From: Stefan Lambrev User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Sven Esbjerg References: <20071105184417.GA20564@esbjerg.name> In-Reply-To: <20071105184417.GA20564@esbjerg.name> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91.2/4675/Mon Nov 5 17:20:43 2007 on blah.cmotd.com X-Virus-Status: Clean Cc: freebsd-current@freebsd.org Subject: Re: sio problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 21:15:37 -0000 Sven Esbjerg wrote: > I have a Soltek MB with a Celeron CPU which I use for FreeBSD 7 testing. > Recently I wanted to use the serial port to communicate with a gsm phone. To > my suprise this did not work and odd errors were reported - like phone not > connected when the phone could tell me there was a connection. > > [esbjerg@bishop]% uname -an > FreeBSD bishop.xbsd.net 7.0-BETA2 FreeBSD 7.0-BETA2 #0: Sun Nov 4 15:17:28 > CET 2007 root@bishop.xbsd.net:/usr/obj/usr/src/sys/GENERIC i386 > > I looked at the boot messages and saw: > > sio0: configured irq 4 not in bitmap of probed irqs 0 > sio0: port may not be enabled > sio0: configured irq 4 not in bitmap of probed irqs 0 > sio0: port may not be enabled > sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 > sio0: type 16550A > sio0: [FILTER] > sio1: configured irq 3 not in bitmap of probed irqs 0 > sio1: port may not be enabled > sio1: configured irq 3 not in bitmap of probed irqs 0 > sio1: port may not be enabled > sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 > sio1: type 16550A > sio1: [FILTER] > > I google for a while but without much luck. > I have checked the BIOS settings which are irq 4 and 3F8 for port 1 and irq 3 > and 2F8 for port 2. This should be correct but still FreeBSD reports > otherwise. > > I suspect this has something to do with acpi(?). > Could anyone give me hints on how to debug and correct this problem? > I do not know solution for your case, but as workaround you can try to remove device sio from kernel and replace it by device uart. (or use modules) Sometimes uart works better for me, but not aways :) P.S. your serial will be then accessible through /dev/cuau[0-9] > -- > Sven Esbjerg > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >