[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problem with 3.9 dvb module



Hello all,

I just upgrade my testing machine to 3.9 kernel. It really works
great. But the problem is when I want to compile the dvb module from
source. This is the steps with the problem:

apt-get install -y linux-headers-`uname -r` linux-source-3.9
cd /usr/src/
tar -xjf linux-source-3.9.tar.bz2
cd linux-source-3.9/
patch -p1 < dvb.patch
cp /boot/config-`uname -r` .config
cp ../linux-headers-`uname -r`/Module.symvers .
make oldconfig
make prepare
make scripts
make modules SUBDIRS=drivers/media/dvb/

scripts/Makefile.build:44:
/usr/src/linux-source-3.9/drivers/media/dvb/Makefile: No such file or
directory
make[1]: *** No rule to make target
`/usr/src/linux-source-3.9/drivers/media/dvb/Makefile'.  Stop.
make: *** [_module_drivers/media/dvb] Error 2

With 3.2 kernel it works well, I am making something wrong?

I will appreciate your help, best regards.

--
Josu Lazkano


Reply to: