Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2008 20:44:07 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-hackers@freebsd.org, majorppk@gmail.com
Cc:        hackers@freebsd.org
Subject:   Re: HELP TO INSTALL FreeBSD 7.0 ON LAPTOP ACER 5102
Message-ID:  <200803282044.08748.hselasky@c2i.net>
In-Reply-To: <1206727302.4326.3.camel@swati>
References:  <1206727302.4326.3.camel@swati>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803282044.08748.hselasky>