13d98
![]() |
|
|
|
|
#1
|
|||
|
|||
|
Hi all, I am trying to install the nVidia drivers onto my laptop but i keep getting this error
Code:
"/usr/share/mk/bsd.kmod.mk", line 12: "can't find kernel source tree" Cheers. |
|
#2
|
|||
|
|||
|
__________________
... |
|
#3
|
|||
|
|||
|
Quote:
Also, I tried to use sysinstall to install the kernel source from a cd, via Configure -> Distributions -> src -> base and then went on to try to install the nVidia drivers again but i got the same error. |
|
#4
|
|||
|
|||
|
Code:
dissident# cat /root/supfile *default tag=. *default host=cvsup.au.FreeBSD.org *default prefix=/usr *default base=/var/db *default release=cvs delete use-rel-suffix compress src-base release=cvs dissident# /usr/local/bin/cvsup /root/supfile Connected to cvsup.au.FreeBSD.org Updating collection src-base/cvs Finished successfully dissident# pwd /usr/ports/x11/nvidia-driver dissident# make install clean ===> Building for nvidia-driver-185.18.29 ===> src (all) "/usr/share/mk/bsd.kmod.mk", line 12: "can't find kernel source tree" *** Error code 1 Stop in /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-185.18.29. *** Error code 1 Stop in /usr/ports/x11/nvidia-driver. *** Error code 1 Stop in /usr/ports/x11/nvidia-driver. dissident# ![]() PS: sorry to post again, but i cant edit posts... |
|
#5
|
|||
|
|||
|
Quote:
Your supfile is currently fetching 8-CURRENT, just making sure that is what you're running.
__________________
... |
|
#6
|
|||
|
|||
|
Code:
uname && uname -r && uname -m FreeBSD 8.0-BETA3 i386 |
|
#7
|
||||
|
||||
|
Use RELENG_8 for the tag. You're now fetching 9-CURRENT, if I'm not mistaken.
Try: Code:
*default host=cvsup.au.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_8 *default delete use-rel-suffix *default compress src-all
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#8
|
||||
|
||||
|
Also make sure you have COMPAT_FREEBSD5 in the kernel and the compat5x port installed (the driver will pull it in). The NVIDIA drivers require FreeBSD 5 libs.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#9
|
|||
|
|||
|
if you don't have the sources, you most definitely haven't built world (the os) yourself, so get the source tree off the install cd. that way you have the same version of sources as your installed os.
if you csup, you might as well buildworld first. as root Code:
# mount /cdrom # cd /cdrom/8.0-BETA3/src # ./install all |
|
#10
|
|||
|
|||
|
Thank's i changed my supfile and it worked... only thing in now after running nvidia-config and it configures my xorg.conf file.
when i restart i get a black screen fallowed by this error Code:
Fatal server error: Caught signal 11. Server aborting but looking over the log file i cant find any errors? |
|
#11
|
|||
|
|||
|
You should be able to attach the file to a post here. The maximum file sizxe is 19.5 KB. If the log file does exceed that, you can use a service like http://pastebin.com/
Adam EDIT: I'm an idiot. You already pastebin'ed it... Sorry. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| arcconf and aacraid-drivers? | KernelPanic | Installation and Maintenance of FreeBSD Ports or Packages | 2 | August 25th, 2009 18:58 |
| Problem installing the nvidia drivers | ramcharan | X.Org | 2 | July 18th, 2009 07:46 |
| How can i get drivers for my printer? | moecraft | Peripheral Hardware | 3 | July 13th, 2009 22:27 |
| HOWTO: Install and configure NVIDIA drivers | tangram | Howtos & FAQs (Moderated) | 20 | July 6th, 2009 10:34 |
| video drivers | hirohitosan | Installing & Upgrading | 2 | December 9th, 2008 15:16 |