r
relog
make
			# The i2c module is not used yet
#modprobe i2c		# if we use use an old 2.2 kernel
#modprobe i2c-old	# in case we use the newer 2.4 kernel

			# took the paths out. my linux is different
modprobe videodev	# shouldnt videodev go at the top?
			# mine is in the kernel anyway -inkling
insmod mgacore.o
insmod mgayuv.o		# test driver
insmod mgadvd.o		# the real stuff
klogd -i		# update kernel symbols
