View Single Post
  #4   (View Single Post)  
Old 2nd March 2011
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

You probably just need to load the Linux kernel module. Which is as simple as typing:
# kldload linux

This change is lost when you reboot. To make this change permanent across boots, add "linux_enabled=yes" (without quotes) to your /etc/rc.conf

You don't *need* this by the way, you can also turn Linux support in the nVidia driver with # make config.
This does mean you lose Linux support (For example for games such as Unreal Tournament, Quake 3, Jagged Allience, etc.)
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote