Re: Determining integrated sound card(?)

2005-05-19 Thread Greg Barniskis
Bill Schoolcraft wrote:
I just got a new box and I'm running 5.4 and it has a generic 
"PC_Chips" M863G motherboard and all I get from dmesg is:

pci0:  at device 2.7 (no driver attached)
I was wondering how to make an educated guess...
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html
kldload snd_driver
--
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
Library Interchange Network (LINK)
, (608) 266-6348
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Determining integrated sound card(?)

2005-05-19 Thread Kevin Kinsey

Bill Schoolcraft wrote:
Hello Family,
I just got a new box and I'm running 5.4 and it has a generic 
"PC_Chips" M863G motherboard and all I get from dmesg is:

pci0:  at device 2.7 (no driver attached)
I was wondering how to make an educated guess on what driver to try and
load first?
 

Basically:
> echo "snd_driver_load="YES" >> /boot/loader.conf"
> shutdown -r now
This will load all sound drivers on boot, and you'll get
to find out if yours is supported/recognized or not.  See
snd(4).
Or, without rebooting, you might just try to kldload the
sound.ko module ... but I'm not sure what magic you'd
have to do then for testing ...
HTH,
Kevin Kinsey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Determining integrated sound card(?)

2005-05-19 Thread Bill Schoolcraft
Hello Family,

I just got a new box and I'm running 5.4 and it has a generic 
"PC_Chips" M863G motherboard and all I get from dmesg is:

pci0:  at device 2.7 (no driver attached)

I was wondering how to make an educated guess on what driver to try and

load first?



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"