Hey - I'm using a Cvh 7.0 image from last year. My BGT3602 card is supported by the CrazyCat driver option. However with a vanilla 8.0 image the card is not recognised anymore.
Is the stock 8.0 image using CrazyCat's linux_tree and if so does that mean that support for the BT3602 (SAA7231) has been removed?
Nevermind - I can see that my card used to be supported with the old CrazyCat linux-tbs-drivers package but that's not being used anymore.
I'm now attempting to port the driver into a media_build patch and hopefully that will be a sustainable approach to keeping my card supported.
CvH is cvh/LE8-dvb-drivers your branch that you'll use to compile your additional drivers images?
if so there's a typo in the media_build package:
diff --git a/packages/linux-dvb-drivers/media_build/package.mk b/packages/linux-dvb-drivers/media_build/package.mk
index 2c9783f83..1dfa8610e 100644
--- a/packages/linux-dvb-drivers/media_build/package.mk
+++ b/packages/linux-dvb-drivers/media_build/package.mk
@@ -63,5 +63,5 @@ post_install() {
cp -Pa $INSTALL/usr/lib/modules/$MOD_VER $INSTALL/usr/lib/modules/$MOD_VER-mb
mkdir -p $INSTALL/usr/lib/modules/$MOD_VER-mb/updates/mb
find $ROOT/$PKG_BUILD/v4l/ -name \*.ko -exec cp {} $INSTALL/usr/lib/modules/$MOD_VER-mb/updates/mb \;
- echo "Media_Build drivers version: $PKG_VERSION" > $INSTALL/lib/usr/modules/$MOD_VER-mb/updates/mb-drivers.txt
+ echo "Media_Build drivers version: $PKG_VERSION" > $INSTALL/usr/lib/modules/$MOD_VER-mb/updates/mb-drivers.txt
}
Display More