I recently did a buildworld from the latest FreeBSD 9.1 and after rebooting, I ran into several very strange problems that I haven't seen posted anywhere.
1) The hints I had in /boot/loader.conf no longer work so that my line out and my headphones as in the same association. They are completely ignored. I have:
I understand some changes were made so this may be a simple change but I have tried 4 different variations without luck.
2) I use nat with IPFW. The ipfw rule that I have to actually enable NAT to pass through is completely ignored. Might be an ordering thing on the boot. I have this in /etc/rc.conf:
And /etc/ipfw.rules is run except for this line:
Everything else in that file works and after rebooting, I just run that one line by hand and it works. Very strange.
3) The nvidia kernel module isn't loaded any more and I have to load it by hand. This is another boot item that is just completely ignored. It's not erroring out, it just is skipped. I have this in /boot/loader.conf:
Anyone else running into this or have suggestions on how to fix?
Thanks!
Rusty Nejdl
1) The hints I had in /boot/loader.conf no longer work so that my line out and my headphones as in the same association. They are completely ignored. I have:
Code:
hint.hdac.0.cad0.nid18.config="as=1 seq=1 device=Line-out"
hint.hdac.0.cad0.nid17.config="as=1 seq=15 device=Headphones"
hint.hdac.0.cad0.nid20.config="as=2 seq=1 device=Mic"
#hint.hdac.0.cad0.nid23.config="as=2 seq=15 device=Mic"
2) I use nat with IPFW. The ipfw rule that I have to actually enable NAT to pass through is completely ignored. Might be an ordering thing on the boot. I have this in /etc/rc.conf:
Code:
natd_enable="YES"
natd_interface="em0"
natd_flags="-m"
firewall_enable="YES"
firewall_script="/etc/ipfw.rules"
Code:
$IPF 00100 divert 8668 ip from any to any via em0
3) The nvidia kernel module isn't loaded any more and I have to load it by hand. This is another boot item that is just completely ignored. It's not erroring out, it just is skipped. I have this in /boot/loader.conf:
Code:
kern.cam.scsi_delay="1000"
autoboot_delay="3"
ahci_load="YES"
linux_load="YES"
ipfw_load="YES"
ipdivert_load="YES"
accf_http_load="YES"
accf_data_load="YES"
mvs_load="YES"
aio_load="YES"
nvidia_load="YES"
... (and more stuff)
(including the hints I mentioned above).
Anyone else running into this or have suggestions on how to fix?
Thanks!
Rusty Nejdl