From owner-freebsd-current@FreeBSD.ORG Mon Jun 7 05:09:42 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA8C316A4CE for ; Mon, 7 Jun 2004 05:09:42 +0000 (GMT) Received: from mtiwmhc13.worldnet.att.net (mtiwmhc13.worldnet.att.net [204.127.131.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id EABC343D45 for ; Mon, 7 Jun 2004 05:09:41 +0000 (GMT) (envelope-from j.e.drews@att.net) Received: from 204.127.135.57 ([204.127.135.57]) by worldnet.att.net (mtiwmhc13) with SMTP id <2004060705093911300rgkv8e>; Mon, 7 Jun 2004 05:09:39 +0000 Received: from [64.105.56.145] by 204.127.135.57; Mon, 07 Jun 2004 05:09:41 +0000 From: j.e.drews@att.net To: "M. Warner Losh" Date: Mon, 07 Jun 2004 05:09:41 +0000 Message-Id: <060720040509.2054.40C3F894000BED390000080621603763169C990A9D0BD20AD206@att.net> X-Mailer: AT&T Message Center Version 1 (May 27 2004) X-Authenticated-Sender: ai5lLmRyZXdzQGF0dC5uZXQ= cc: freebsd-current@freebsd.org Subject: Re: PCMCIA Modem causes hang on boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 07 Jun 2004 05:09:42 -0000 Hello Warner: I tried a good bit this weekend to get this card to work in NetBSD but it did not. The latest dmesg output is here: http://www.silbsd.org/bugreports/acpi.dmesg2.txt I also saw this entry in the /etc/defaults/pccard.conf: # Zoom 56K modem # Freezes your system entirely if you don't have the reset.. card "Zoom Telephonics, Inc." "PCMCIA 56K LT DataFax" config auto "sio" ? reset 1000 I wonder if that freeze condition would apply to this card also? Would the reset 1000 be the same? Recall that my Hawking PN612 tries to use sio4. I will continue with the kernel debugging and try to get a core file. Kind regards, Jonathan > In message: > <060520040358.29568.40C144E6000BC49F0000738021603762239C990A9D0BD20AD206@att.net > > > j.e.drews@att.net writes: > : Hello Warner: > : > : Unfortunately, other than what I have copied by hand below there is > : no dmesg. Nor is there anything in /var/log/messages, as the laptop > : hangs before anything can be written and then I have to do a hard > : reboot. > > Can you give me a dmesg w/o the modem card inserted? > > Warner