On Sat, Apr 21, 2012 at 2:18 PM, Josu Lazkano <josu.lazkano@xxxxxxxxx> wrote: > > Thanks Torfinn! > > I get it working with modules compilation, that great! Good to hear that you got it working. > > apt-get install linux-source-3.2 > cd /usr/src/ > tar -xjvf linux-source-3.2.tar.bz2 > cd linux-source-3.2/ > wget http://kipdola.be/subdomain/linux-2.6.38-dvb-mutex.patch > patch -p1 linux-2.6.38-dvb-mutex.patch (I must do it manually, maybe > for the kernel version) > cp /boot/config-3.2.0-2-686-pae .config > cp ../linux-headers-3.2.0-2-686-pae/Module.symvers . > make oldconfig > make prepare > make scripts > make modules SUBDIRS=drivers/media/dvb/ > cp drivers/media/dvb/dvb-core/dvb-core.ko > /lib/modules/3.2.0-2-686-pae/kernel/drivers/media/dvb/dvb-core/ > (reboot) > > I am not software developer and I have no idea what means "race > conditions", is this sasc-ng or linux driver "problem"? Sorry, I'm also not a developer, so I can't tell. :) As long as the driver works, I'm happy. -- Regards, Torfinn Ingolfsen -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html