From owner-freebsd-mobile@FreeBSD.ORG Mon Jun 18 21:02:29 2007 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A7C6A16A400 for ; Mon, 18 Jun 2007 21:02:29 +0000 (UTC) (envelope-from brian.hoort@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.freebsd.org (Postfix) with ESMTP id 50F9113C4BE for ; Mon, 18 Jun 2007 21:02:29 +0000 (UTC) (envelope-from brian.hoort@gmail.com) Received: by wx-out-0506.google.com with SMTP id h28so1410080wxd for ; Mon, 18 Jun 2007 14:02:28 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=YMhiZ5d9a4ghb46gqha9Fww5G//Pmh0JkUKYAyGGfe6ihXlcAmjfzT9KIIjayEfvwDQI8MfwC/IpGSU1UmrpTDEtH8PfVPlGEjCnofEgTkML6svbWWk5eBAphBR3Ll7KTevj/Slyem5YNG1NjTG7WjkKptUbf9GtmoQUwYrCVL0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=qm1zaLepmh6GxvNMONokKfKWnWZfwk3WlU2hxlqwyzbgdBGswcdx/tWOG6leJ6vm/creh9psAcBAbdc46U0gdEdCiH7dZz0npSOLTBsNe/M2G/fl+zqvm2qK39aBuKsuwFKakR43IcKmeTAiMpmR5+6CxbZjBuTvEHbqbog5eQ0= Received: by 10.70.29.2 with SMTP id c2mr10230822wxc.1182198940557; Mon, 18 Jun 2007 13:35:40 -0700 (PDT) Received: by 10.70.46.12 with HTTP; Mon, 18 Jun 2007 13:35:40 -0700 (PDT) Message-ID: <790c34130706181335n73fc48eeo15bddd1157db730a@mail.gmail.com> Date: Mon, 18 Jun 2007 16:35:40 -0400 From: "Brian Hoort" To: freebsd-mobile@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: pccard not working on old laptop 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: Mon, 18 Jun 2007 21:02:29 -0000 I've installed 6.2 on an old laptop. I've been unable to get it to detect the pccard bus, and therefore have no networking. It worked on this laptop in the BSD 4.x days. I've seen several posts in the archive mentioning that the fix prior to 6.x was to replace: device cbb device pccard device cardbus with: device pcic device card but that this old driver was removed in 6.x. Everything in the dmesg.boot appears successful until: ... vga0: at port 0x3c0--0x3df iomem 0xa0000-0xbffff on isa0 unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (memory) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (irq) unknown: can't assign resources (port) unknown: can't assign resources (port) Timecounter "TSC" frequency 199310141 Hz quality 800 ... Any suggestions? Thank You, all -- Brian Hoort