From owner-freebsd-mobile Sat Apr 28 5: 6:19 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.10]) by hub.freebsd.org (Postfix) with ESMTP id 7ADF237B422 for ; Sat, 28 Apr 2001 05:06:17 -0700 (PDT) (envelope-from danny@cs.huji.ac.il) Received: from sexta.cs.huji.ac.il ([132.65.16.13] ident=exim) by cs.huji.ac.il with esmtp (Exim 3.22 #1) id 14tTUK-0001pP-00 for freebsd-mobile@freebsd.org; Sat, 28 Apr 2001 15:06:12 +0300 Received: from localhost ([127.0.0.1] helo=sexta.cs.huji.ac.il ident=danny) by sexta.cs.huji.ac.il with esmtp (Exim 3.15 #1) id 14tTUJ-0006Ik-00 for freebsd-mobile@freebsd.org; Sat, 28 Apr 2001 15:06:11 +0300 X-Mailer: exmh version 2.2 06/23/2000 with nmh-0.24 To: freebsd-mobile@freebsd.org Subject: Dell TrueMobile Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 28 Apr 2001 15:06:11 +0300 From: Danny Braniss Message-Id: Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org this wireless pccard seems to be of type wi, so I added these lines to ppcard.conf --- pccard.conf.orig Fri Mar 30 00:25:41 2001 +++ pccard.conf Sat Apr 28 15:01:57 2001 @@ -1656,6 +1656,12 @@ insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop +# Dell TrueMobile +card "Dell" "TrueMobile 1150 Series PC Card" + config auto "wi" ? + insert /etc/pccard_ether $device start + remove /etc/pccard_ether $device stop + # ELECOM Air@Hawk/LD-WL11/PCC (0.7.5) card "ELECOM" "Air@Hark/LD-WL11/PCC" config auto "wi" ? and it seems to be working ok. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message