Re: fw1 not created for dv-camera
Brought to you by:
aeb,
bencollins
From: René F. <re...@co...> - 2011-08-03 18:27:13
|
Am Mittwoch, 3. August 2011, 10:24:37 schrieb Carl Karsten: > On Wed, Aug 3, 2011 at 6:49 AM, <re...@co...> wrote: > > build from the deb source package - which actually fetches the source > > from ubuntu git > > What's the commands to get that? I used following resources (even though they are not for natty): https://help.ubuntu.com/community/Kernel/Compile http://parabing.com/2011/04/28/ubuntu-natty-a-custom-kernel-is-what-you-want/ I did this (hopefully it's complete) # sudo apt-get build-dep --no-install-recommends linux-image-$(uname -r) # apt-get source linux-image-$(uname -r) # cd linux* # chmod -R u+x debian/scripts/* only needed when module configuration should be changed # debian/rules editconfigs # debian/rules updateconfigs # fakeroot debian/rules clean parallel=2 means 2 cpus for comiling # DEB_BUILD_OPTIONS=parallel=2 AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules binary-generic IMPORTANT: I'm unsure if the kernel configuration is the same as the official kernel package. I wasn't able to check that. (/boot/config-2.6.38-11-generic differs from debian/config/i386/*) René |