13/06/2006, 04:43
|
| | Fecha de Ingreso: junio-2006
Mensajes: 3
Antigüedad: 18 años, 5 meses Puntos: 0 | |
Muchas gracias.
Ahí va el fstab: # /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda5 / ext3 defaults,errors=remount-ro 0 1
/dev/hdc /media/cdrom0 iso9660 ro,user,noauto 0 0
/dev/hdd /media/cdrom1 iso9660 ro,user,noauto 0 0
Y sobre la Gforce, me he bajado los drivers para linux. Según el manual, para compilar el módulo kernel, desde la carpeta donde se han descomprimido los drivers hay que ejecutar "% make install", lo hago así pero no funciona, no hay ningun "install", hay un "makefile", pero haciendo un make tampoco funciona. A mi me parece que es problema está en el makefile. Lo pongo a ver si alguien ve algo: SUBDIR= src \
lib \
x11 \
doc
afterinstall:
@${.CURDIR}/scripts/setup.sh
@${.CURDIR}/scripts/linux.sh
@echo
@echo "Installation of the NVIDIA Accelerated Graphics Driver"
@echo "1.0-8762 for FreeBSD is now complete. You can now"
@echo "run the nvidia-xconfig utility to automatically update"
@echo "your X server configuration file. Please see the README"
@echo "for details if you wish to update your X configuration"
@echo "file manually."
@echo
setup: install
.include <bsd.subdir.mk> |