From owner-freebsd-questions@FreeBSD.ORG Wed Mar 28 18:31:15 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1FFFF16A402 for ; Wed, 28 Mar 2007 18:31:15 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 6B7F613C48A for ; Wed, 28 Mar 2007 18:31:13 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l2SIUNp7015568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 28 Mar 2007 21:30:29 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id l2SIU47A023091; Wed, 28 Mar 2007 21:30:17 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id l2SIU4Zr023090; Wed, 28 Mar 2007 21:30:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 28 Mar 2007 21:30:04 +0300 From: Giorgos Keramidas To: Ivan Zenzerovi? Message-ID: <20070328183003.GA23052@kobe.laptop> References: <640eadd40703261409r55c570aeg8fe56de3753bd8e4@mail.gmail.com> <20070327023055.GB42651@gizmo.acns.msu.edu> <640eadd40703271436h799efba6nd44fd8c4a6586dec@mail.gmail.com> <20070328094522.GC1828@kobe.laptop> <640eadd40703280708s449a6667hc89c82626def4d74@mail.gmail.com> <20070328145337.GB49540@gizmo.acns.msu.edu> <640eadd40703281043v35ae98daib3a34c44441abf49@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <640eadd40703281043v35ae98daib3a34c44441abf49@mail.gmail.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.515, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.68, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: New to FreeBSD 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, 28 Mar 2007 18:31:15 -0000 On 2007-03-28 19:43, Ivan Zenzerovi? wrote: > Thanks, i managed to fix this by running the post install > configuration with sysinstall. But I have another problem. Every time > i start the system my soundcard won't work. I must tipe kldload > snd_driver and then logoff and again logon in kde to get my soundcard > working. How can i fix this? Add the line: snd_driver_load="YES" in your /boot/loader.conf file. This way the kernel will preload the sound driver modules when it boots, and you won't have to load them manually.