From owner-freebsd-newbies@FreeBSD.ORG Thu Nov 27 20:59:37 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FEC816A4CE for ; Thu, 27 Nov 2003 20:59:37 -0800 (PST) Received: from out3.mx.nwbl.wi.voyager.net (out3.mx.nwbl.wi.voyager.net [169.207.3.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3370C43FEA for ; Thu, 27 Nov 2003 20:59:35 -0800 (PST) (envelope-from robc@execpc.com) Received: from mail5.mx.voyager.net (mail5.mx.voyager.net [216.93.66.204]) by out3.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id 8AECB77369; Thu, 27 Nov 2003 22:59:34 -0600 (CST) Received: from localhost.localdomain (nm7.mx.lnng.mi.voyager.net [216.93.38.233]) by mail5.mx.voyager.net (8.12.9/8.10.2) with ESMTP id hAS4xY4W039729; Thu, 27 Nov 2003 23:59:34 -0500 (EST) Message-Id: <200311280459.hAS4xY4W039729@mail5.mx.voyager.net> From: "rob copsey" To: guinn@mail.utexas.edu X-Mailer: CoreCommMail X-IPAddress: 67.52.12.10 Date: Thu, 27 Nov 2003 23:59:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 cc: freebsd-newbies@freebsd.org Subject: Re: 3com pc card & thinkpad 600 X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 04:59:37 -0000 > > hi all, > > i've got an old thinkpad 600 with a 3com 10/100/56k cardbus pc card in > it (model 3c3fem656). > > have installed freebsd 4.9 and it works fine and all, but whereas the > system found/configured the built-in modem (which i'd rather it hadn't > done, actually) -- it did not recognize the pc card. > > ...so i've got ppp bound to the internal modem, but no ethernet. (it's a > home networked system) > > 1) what should i do to try and get the 3com card working? (or will >it?) Check the Hardware notes, pose the question of compatability to the questions list if you're still unclear. Compatible pccards are cheap and readily avaliable so this may not be worth a struggle; I purchased a linksys for 5.00 USD 9 months ago. You may find that reading the handbook will help you to configure pccards, there are changes that need to be made to various "rc.*" files to ensure that pccards are properly identified. In addition to this, certain measures should be taken to initiate the configuration of a network pccard interface. In short, the FreeBSD documentation is the best you'll find anywhere; complete with examples and humor, the people that wrote the handbook are very proud of it and rightfully so. > > 2) is there a bsd equivalent to solaris' prtconf command or linux' lsdev > or kudzu or the like? -- ie, to see if i can see the card on the bus? > "dmesg | more" gives the verbose from init, basically detected hardware and pertinent info. Read all about it and other useful commands in the handbook. > 3) i've figured out things like ifup/ifdown aren't the same as w redhat, > is there a similar facility in freebsd? > "ifconfig" does this, Read all about it and other useful commands in the handbook or man pages. > 4) considering i can do ifconfig and see the internal modem, how do i > disable the internal modem? > "ifconfig" does this, Read all about it and other useful commands in the handbook or man pages. > > thx in advance... > > > -- > i support drug testing. i believe every public official should be given > a shot of sodium pentathol and asked 'which laws have you broken this > week?' > > _______________________________________________ > freebsd-newbies@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-newbies > To unsubscribe, send any mail to "freebsd-newbies- unsubscribe@freebsd.org" > > --