View Single Post
  #4   (View Single Post)  
Old 5th August 2008
chill's Avatar
chill chill is offline
Fdisk Soldier
 
Join Date: Jun 2008
Location: Federal Republic of the US
Posts: 74
Default

The snd_hda driver is still hardly mature in FreeBSD. I had to recompile the driver with some extra fixes I got off the mailing lists in order for it to attach and work with my laptop.

I think I might have the same card as you. For a quick fix try adding
hint.pcm.0.config="noeapdinv" to /boot/device.hints

If that doesn't do anything try adding hint.pcm.0.config="eapdinv" instead.

EDIT: I think one of those should work for you but lastly give noapdinv, noivref or noovref a shot if the other two hints don't work. Just make sure to reboot after each attempt to let the driver try and attach itself with each hint ^_^

Last edited by chill; 5th August 2008 at 09:12 PM.
Reply With Quote