From owner-freebsd-hackers@FreeBSD.ORG Fri Mar 28 20:43:07 2008 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9987A1065670 for ; Fri, 28 Mar 2008 20:43:07 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.tele2.se [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id 3020F8FC14 for ; Fri, 28 Mar 2008 20:43:06 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [62.113.132.89] (account mc467741@c2i.net [62.113.132.89] verified) by mailfe11.swip.net (CommuniGate Pro SMTP 5.1.13) with ESMTPA id 701846813; Fri, 28 Mar 2008 20:43:03 +0100 From: Hans Petter Selasky To: freebsd-hackers@freebsd.org, majorppk@gmail.com Date: Fri, 28 Mar 2008 20:44:07 +0100 User-Agent: KMail/1.9.7 References: <1206727302.4326.3.camel@swati> In-Reply-To: <1206727302.4326.3.camel@swati> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803282044.08748.hselasky@c2i.net> Cc: hackers@freebsd.org Subject: Re: HELP TO INSTALL FreeBSD 7.0 ON LAPTOP ACER 5102 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2008 20:43:07 -0000 On Friday 28 March 2008, Lt Col Prashant wrote: > Dear Sir, > I was in need of some help with FreeBSD.I've installed FreeBSD > 7.0 on my LAPTOP ACER 5102. However, I have the following issues > unresolved, > At the terminal prompt I cannot use the su command. > I am unable to activate the services from the > administration of gnome. I also am not able to use the DVD, since it is > not detected. > I also want to configure the ADSL Modem which is through > the ethernet card. How do I get the Bison Web Cam working. I also am not > able to use the bluetooth. > Can you help. > > Thanks http://www.freebsd.org/doc/en/books/handbook/network-bluetooth.html For bluetooth you need to do: kldload netgraph kldload ng_btsocket kldload ng_socket kldload ng_bluetooth kldload ng_hci kldload ng_ubt /etc/rc.d/bluetooth start ubt0 /etc/rc.d/bluetooth start ubt0 hccontrol -n ubt0hci inquiry Also see /usr/ports/comms/obexapp --HPS