From owner-freebsd-questions@FreeBSD.ORG Fri Mar 18 20:04:35 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 55F91106564A for ; Fri, 18 Mar 2011 20:04:35 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id E4DAF8FC0A for ; Fri, 18 Mar 2011 20:04:34 +0000 (UTC) Received: by fxm11 with SMTP id 11so4694362fxm.13 for ; Fri, 18 Mar 2011 13:04:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=aeSMee+BX0s41qRljVzndyARuG+a3PksuQVf+ZHSdbg=; b=S0+PAiVL1ExO9tzNQSY61PTJrwx+eQeuXyZpio1To0VtW1uW4w2UxLGnLzgmn38TzO jbJNiIRMDEfch7qDM3Y3G78g3kd+uhfoNBMiw9xHoAVY6Xcetil8ZtWcHM2X16DIZb61 KU5cBBLUMttVzZTv30EKGfrrh46w8euNZdITA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=SHvLztdEEp9ARRS2vJpzjAJ2yyR0B1S7zn7+UD7eA5+6gXUJCFmvq9xjVpaBYMZwoc /xWYehBPK/ScS/TZhJKwE5aJUgg6Lup8N3LPcN886EaJRBkLAi6n7hbwi/bdz1AOZ1n8 SMS4IOahXQgirbdqkm3uRppU8rmckGd47WVmU= MIME-Version: 1.0 Received: by 10.223.77.16 with SMTP id e16mr1740910fak.87.1300478673829; Fri, 18 Mar 2011 13:04:33 -0700 (PDT) Received: by 10.223.87.9 with HTTP; Fri, 18 Mar 2011 13:04:33 -0700 (PDT) In-Reply-To: <4D83ACA2.9040703@alokat.org> References: <4D83ACA2.9040703@alokat.org> Date: Fri, 18 Mar 2011 15:04:33 -0500 Message-ID: From: Antonio Olivares To: Alokat Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: installing freebsd on a thinkpad x300 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: Fri, 18 Mar 2011 20:04:35 -0000 Alokat, On Fri, Mar 18, 2011 at 2:04 PM, Alokat wrote: > Hi, > > I have successfully installed FreeBSD on my x300 but I have some driver > problems. > > Does someone know how to figure out which driver I need for the sound and > the wlan card? For the sound^{1}, try loading the $ su - passwd: # kldload snd_driver then do a # cat /dev/sndstat and that should guide you as to which driver you need. For the wlan, you can do a # ifconfig wlan0 list scan and see if you can get some information and if you encounter difficulties, you may refer to ^{2} {1} http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html {2} http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html > And the second point is: does someone know a GUI network manager I can use > for xfce4? This one is a bit more harder to answer, I am not sure if there is networkmanager in the ports? > > Regards, > alokat > Regards, Antonio