From owner-freebsd-questions@FreeBSD.ORG Thu Jul 24 17:05:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2EA71065670 for ; Thu, 24 Jul 2008 17:05:23 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.251]) by mx1.freebsd.org (Postfix) with ESMTP id 90ACC8FC13 for ; Thu, 24 Jul 2008 17:05:22 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by hs-out-0708.google.com with SMTP id h53so431351hsh.11 for ; Thu, 24 Jul 2008 10:05:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; bh=snc6BdTSvTMJ5x72r1bRFIqvNY4I7dGnUnl8P5mjJaE=; b=bHLm6IysVpOwQps4jUZrABqTbiNxaI4E3Q6FkQGDli0D4DgmnuGOfIa5tNQPJ0ZioC kRrPXUIXX/AAYfA9EnzgCMWljHW2BqBQC+Qh+w0yC/AeJbPlVLD7+3CvSLToWvkmVUBt 8mKD2cgyNZAmxn+YZzYFEZhn09zV1fmcTm9E4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:mime-version :content-type:content-transfer-encoding:content-disposition :x-google-sender-auth; b=SKMUKaDc0s3Msawnrtw/rr7v32U2KZt3Fq6uOig2MMI2yWkDPmhHyES4xEO+vqUNK+ 8Q1PjKAfWmfWS2+bU/CjTGcq9aqBrS9+hBT4cB0rbvscoS2iMNMaH4JPhlNL83Lp+86x Oe0NbsChDmBL1ILnyWPMl6xkZ3cYerdgV8zrU= Received: by 10.100.108.20 with SMTP id g20mr888653anc.105.1216919120676; Thu, 24 Jul 2008 10:05:20 -0700 (PDT) Received: by 10.151.50.13 with HTTP; Thu, 24 Jul 2008 10:05:20 -0700 (PDT) Message-ID: <539c60b90807241005q6ba03cecia6a11c6f9ec6ca1a@mail.gmail.com> Date: Thu, 24 Jul 2008 10:05:20 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 353f32d2eb5e48df Subject: what do I do when a new piece of hardware doesn't even show up in dmesg? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2008 17:05:23 -0000 The only stumbling block to ditching windows on my laptop is a network card. I have a vanilla ath card that works fine under win32 and fedora, as well as a lucent-branded wi card. Neither even appears in dmesg when I put it in pccard0/cbb0. If I stick a compact flash card in an adapter, however, it looks to work (haven't tried mounting it). Anyway, how do I even start to debug this, since I have no output? I notice one of the lights on the card flashes when I plug it in, but that could just be part of it's power-up process... Eventually, I plan to hack my bios to get a "unsupported network card" to run without locking up the bios boot process, but from what I've read, that's alot of work... Thanks, Steve