#!/bin/sh

/sbin/modprobe i2c-matroxfb
/sbin/modprobe matroxfb_maven

d_i2c=1

/sbin/modprobe msp3400  debug=$d_i2c simple=0
/sbin/insmod ks0127.ko  debug=$d_i2c
/sbin/modprobe tuner    debug=$d_i2c

/sbin/modprobe videodev
/sbin/modprobe v4l2-common

/bin/sync
/sbin/insmod mgatv.ko
