Re: Well I installed FreeBSD
Originally Posted by
MONODA
I just installed FreeBSD 7.0 and it is quite fast and seems nice and that I will have to learn quite a lot. I have a few questions,
1. I am running KDE, how can I get it to automout external devices?
2. How do I install (search and remove) packages?
3. My sound is not working, I get an error:
how can I fix it?
I know I should ask this on a BSD forum but all the posts on bsdforums.org seem to be related to pornography... thanks anyway
one more thing, what are some cool things i should check out (I am a command line junkie XD)
1. Try poking around in /usr/local/etc/dbus-1. I was having problems with automounting and it turned out dbus by default doesn't grant you permission to send messages to HAL.
2. You can use ports or the pkg_add command (pkg_add -r [name of package] is what you want to remotely fetch the package). Ports will download and compile the software, pkg_add uses FreeBSD's binary packaging system to install it.
3. Check out the relevant section in the FreeBSD Handbook.
Originally Posted by
MONODA
I just tried to boot into my archlinux system on the same drive (but of course different partition) but it did not have a section for it, where is the menu.lst equivilant for FreeBSD? Also, for some reason my SCSI drives look like IDE drives (ad4 is the name of my drive in FreeBSD)
I recommend reinstalling GRUB and adding a menu entry for FreeBSD. The archlinux wiki has a useful howto. To add an entry for FreeBSD, you can do something like:
Code:
title FreeBSD
root (hdsomething,something)
chainloader +1
boot
This space intentionally left blank.