21 Feb 2009 14:02
Compiling em28xx-new on Fedora 10
Fabio Venturi <kaliffo76 <at> yahoo.it>
2009-02-21 13:02:36 GMT
2009-02-21 13:02:36 GMT
Greetings, I'm trying to compile em28xx-new on Ferdora 10 with kernel 2.6.27.15-170.2.24.fc10.i686 the following kernel related packages are installed: * kernel-headers-2.6.27.15-170.2.24.fc10.i386 * kernel-devel-2.6.27.15-170.2.24.fc10.i686 * kernel-2.6.27.15-170.2.24.fc10.i686 Running 'make' gives a lot of errors about missing headers, so I did some changes to the em28xx-new sources to make them compile properly with this kernel. download the kernel sources: yumdownloader --source kernel in my case i downloaded kernel-2.6.27.15-170.2.24.fc10.src.rpm installed it with: sudo rpm -ihv kernel-2.6.27.15-170.2.24.fc10.src.rpm the sources are now in ~/rpmbuild/SOURCES cd ~/rpmbuild/SOURCES tar xjf linux-2.6.27.tar.bz2 cd linux-2.6.27 bzcat ../patch-2.6.27.15.bz2 | patch -p1 copied drivers/media/dvb/dvb-core in em28xx-new source directory copied drivers/media/dvb/frontends in em28xx-new source directory copied drivers/media/video/msp3400-driver.h in em28xx-new/video/(Continue reading)
RSS Feed