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
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"