From owner-freebsd-questions@FreeBSD.ORG Wed Jan 19 22:12:55 2011 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 8039C106566B for ; Wed, 19 Jan 2011 22:12:55 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id D20438FC14 for ; Wed, 19 Jan 2011 22:12:54 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id 05E2160; Wed, 19 Jan 2011 23:12:53 +0100 (CET) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by jab.dat.pl (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5yJtQjlkzaoF; Wed, 19 Jan 2011 23:12:51 +0100 (CET) Received: from snifi.localnet (87-205-82-212.adsl.inetia.pl [87.205.82.212]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id 5DE425A; Wed, 19 Jan 2011 23:12:51 +0100 (CET) From: Maciej Milewski To: freebsd-questions@freebsd.org Date: Wed, 19 Jan 2011 23:13:45 +0100 User-Agent: KMail/1.13.5 (Linux/2.6.36-ARCH; KDE/4.5.5; x86_64; ; ) References: <4D374C37.3080903@alokat.org> In-Reply-To: <4D374C37.3080903@alokat.org> X-KMail-Markup: true MIME-Version: 1.0 Message-Id: <201101192313.45796.milu@dat.pl> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Alokat Subject: Re: FreeBSD Thinkpad t41 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2011 22:12:55 -0000 On Wednesday 19 of January 2011 21:40:23, Alokat wrote: > Hi, > > I have successfully installed FreeBSD on my T41. > > But I have some Questions: > > em0 doesn't start automatically. Is it DHCP or static IP? > Only when I use /etc/rc.d/routing restart it works. > > And the next Point is: how can I get access to my Wlan card? > I have tried > if_ath_load="YES" > and > if_wi_load="YES" > in /boot/loader.conf but both didn't work. > Do I need a special driver? Or did I forgot something else? > Regards, > Alokat Please show the output of pciconf -lv there should be some info about your pci devices and wlan card should be among them. Maybe it's one of the intel cards which are supported by ipw or iwi driver? Regards, Maciej Milewski