*BSDThis forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
erm when i try to use my sound it says it cant open dev/sound/mixer, i tryed googling it and i tryed recompiling the kernel and so far nothing has worked because the lines iv ben told to add to the kernel werent recognized, i use no sorta fancy sound card just the one that built into the motherboard and i know there is on in there cus i used to have windows(icky) on this and cds would play. plz help
What version of FreeBSD (if it is FreeBSD as I assume from your information)?
What program gives this error?
What have you added to the kernel config?
Have you tried just loading the modules?
What is the contents of your `dmesg` and do you see your sound card listed?
freebsd 5.2.1
it gives me the message when i click on the sound volume thing or open it through the applications menu,
i havent added ant thing to the config. cus when ever i do it wont recompile so i just sorta stoped adding new stuff
as i said before i dont have any sound card just the motherboard thingy, this computer was used so i dont have any specs on the mother board im workin on getting a new one
and ib only used freebsd for about 5 months im only 14 so dont be mad when i say i dont know what your talking about when oyu say dmsg
Last edited by saneisjustaword; 11-10-2004 at 05:34 PM.
dmesg is a command you can run which will print out the hardware and stuff as found by the kernel at boot.
But forget that right now. Become root and try the following:
Code:
kldload sound.ko
That should load all the sound drivers. 5.2.1 automatically creates devices so that should not be an issue. Load the drivers and try to play an mp3 or something with sound. It really should just work.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.