From owner-freebsd-questions@FreeBSD.ORG Wed Jan 19 22:11:15 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 C82E11065694 for ; Wed, 19 Jan 2011 22:11:15 +0000 (UTC) (envelope-from mailing@alokat.org) Received: from smtp.alokat.org (smtp.alokat.org [46.4.186.11]) by mx1.freebsd.org (Postfix) with ESMTP id 5F3D98FC19 for ; Wed, 19 Jan 2011 22:11:15 +0000 (UTC) Received: from smtp.alokat.org (localhost.localdomain [127.0.0.1]) by smtp.alokat.org (Postfix) with ESMTP id 464EA11250083; Wed, 19 Jan 2011 23:11:14 +0100 (CET) Received: from [192.168.24.23] (188-192-38-254-dynip.superkabel.de [188.192.38.254]) by smtp.alokat.org (Postfix) with ESMTPSA id ADA241125007E; Wed, 19 Jan 2011 23:11:13 +0100 (CET) Message-ID: <4D376180.9010300@alokat.org> Date: Wed, 19 Jan 2011 23:11:12 +0100 From: Alokat User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: Brian Callahan , freebsd-questions@freebsd.org References: <4D374C37.3080903@alokat.org> In-Reply-To: X-AV-Checked: ClamAV using ClamSMTP Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 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:11:15 -0000 On 01/19/2011 09:52 PM, Brian Callahan wrote: > > > On Wed, Jan 19, 2011 at 3:40 PM, Alokat > wrote: > > Hi, > > I have successfully installed FreeBSD on my T41. > > But I have some Questions: > > em0 doesn't start automatically. > Only when I use /etc/rc.d/routing restart it works. > > > # echo 'ifconfig_em0="DHCP"' >> /etc/rc.conf > > > 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? > > > Assuming you're using 8.x (and you're using ath) add this to /etc/rc.conf: > wlans_ath0="wlan0" > ifconfig_wlan0="DHCP" > > > Regards, > Alokat > _______________________________________________ > freebsd-questions@freebsd.org > mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org > " > > I'm sorry but my WLAN Light is off. And I guess it should be on if FreeBSD is talking to this. Regards, alokat