Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Apr 2001 15:06:11 +0300
From:      Danny Braniss <danny@cs.huji.ac.il>
To:        freebsd-mobile@freebsd.org
Subject:   Dell TrueMobile
Message-ID:  <E14tTUJ-0006Ik-00@sexta.cs.huji.ac.il>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14tTUJ-0006Ik-00>