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

Re: Problem with 3.9 dvb module



2013/6/22 Ben Hutchings <ben@decadent.org.uk>:
> On Sat, 2013-06-22 at 15:36 +0200, Josu Lazkano wrote:
>> 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.
>
> The media drivers were reorganised.  You'll need to update the patch.
>
> Ben.
>
> --
> Ben Hutchings
> Klipstein's 4th Law of Prototyping and Production:
>                                     A fail-safe circuit will destroy others.

Hello Ben, and thanks for the reply.

I try again without apply the patch and there is same error in the
"make modules SUBDIRS=drivers/media/dvb/" command.

So the patch is not the problem. Could someone reproduce this in 64bits jessie?

Thanks for your help.

Best regards.

--
Josu Lazkano


Reply to: