diff options
-rw-r--r-- | v4l/insmod.sh | 2 | ||||
-rw-r--r-- | v4l/scripts/insmod.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/v4l/insmod.sh b/v4l/insmod.sh index 540f18e88..30ad1470a 100644 --- a/v4l/insmod.sh +++ b/v4l/insmod.sh @@ -7,7 +7,7 @@ case "$1" in load) echo "Inserting DVB modules into kernel" modprobe i2c-core -# modprobe crc32 + modprobe crc32 modprobe firmware_class # make sure input stuff is there for IR remote controls modprobe evdev diff --git a/v4l/scripts/insmod.sh b/v4l/scripts/insmod.sh index 540f18e88..30ad1470a 100644 --- a/v4l/scripts/insmod.sh +++ b/v4l/scripts/insmod.sh @@ -7,7 +7,7 @@ case "$1" in load) echo "Inserting DVB modules into kernel" modprobe i2c-core -# modprobe crc32 + modprobe crc32 modprobe firmware_class # make sure input stuff is there for IR remote controls modprobe evdev |