Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: udaki on 5 September 2004, 21:20

Title: Need help making Freebsd functional
Post by: udaki on 5 September 2004, 21:20
Armed with tghe knowledge of linux I decided to try freebsd and damn i cant get anythuing to work except XFree86.I need to know how to configure sound in freebsd and ppp to get to the net.I used to use alsaconf for sound and pppsetup for net so better give me step by step.The Freebsd tutorial is too hard to understand.
Title: Need help making Freebsd functional
Post by: Refalm on 5 September 2004, 23:40
I don't know anything about  (http://graemlins/bsd.gif)  either.

However, this website might do the trick:

FreeBSD How-To's for the Lazy and Hopeless (http://flag.blackened.net/freebsd/)
Title: Need help making Freebsd functional
Post by: mobrien_12 on 6 September 2004, 06:21
Well, sound card setup is not that hard.  According to page 421 of the FreeBSD handbook (available as PDF), either use kld from the command line or add a line to /boot/loader.conf

for example

snd_emu10k1_load="YES"

see the file /boot/defaults/loader.conf for the listing of sound card modules.

I did this for my experimentation with FreeBSD... it was literally that easy.

Also you can look at the PPP section, but I suspect a tool like KPPP would be alot easier to work with.

[ September 05, 2004: Message edited by: M. O'Brien ]