Problem with video driver

I try to install driver to my video card but I have some problems. I find my driver is nvidia 340.340.76. I found this driver and in port tree, but when I try to install there it tells me first I must install kernel source to /usr/src.
I tried to do it with svnlite checkout [URL]https://sun0.eu.freebsd.org/base/releng/10.1[/URL] /usr/src.
But then it says
Code:
Unable to connect to a repository at URL https://sun0.eu.freebsd.org/base/releng/10.1 hostname not servname provided, or not known
I don't know what to do now. I'm new in FreeBSD so please someone help me.
 
The URL is svn, not sun.
Thank for your help. But now I have another problem I correct the address and start to install the source BUT
Code:
/usr/src/sys/dev/ofv/ofv_standard.c sun:E000060 Operation time out
When I try to install again there it says
Code:
'/usr/src' is already locked
I try to delete all from /usr/src/ folder and to try all again... but there is no option for delete. How can I remove all and to try again?
 
It is very difficult to tell exactly what you are doing. I would delete /usr/src ( rm -rf /usr/src), then do a fresh checkout.
 
Not Again :(
I install kernel source successful but when I try to install video driver I had new problem:
Code:
nvidia-driver-340.340.76 depend on file: /compat/linux/etc/redhat-release - not found
Veryfying install for /compat//linux/etc/redhat-release in /usr/ports/emulators/linux_base-c6
Linux_base -c6-6.6_4 linuxulater is not (kid)loaded.
Error code 1
 
Back
Top