On Thursday 08 January 2004 04:21 am, Mazen S. Alzogbi wrote: > Hi, > > Sound is not working on my laptop that has FreeBSD 4.9 installed on. I > want to check the detected driver (if any) by the system and configure > it to use the right one. > > How can this be done whether by using KDE or on the command line? > > Thanks in advance. > > Mazen S. Alzogbi > www.MazenAlzogbi.com
Sound is not supported in the default kernel. You'll need to add a device and recompile the kernel. See /usr/src/sys/i386/conf/LINT for examples. Also make sure FreeBSD supports the sound codec. Lastly, make sure the applications you're using are proplerly configured to use the correct devices, etc. For example, IIRC, kscd uses /dev/rcd0c by default which most people will need to change to /dev/acd0c or /dev/cd0c. Best of luck, Andrew Gould _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"