View previous topic :: View next topic |
Author |
Message |
skibbi Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 13 Apr 2004 Posts: 202 Location: Rostock - Germany
|
Posted: Mon Oct 06, 2008 5:50 pm Post subject: [SOLVED] em28xx driver won't build - v4l-dvb-experimental |
|
|
Hi,
I want do build the em28xx drivers an followed the instructions of this thread (last post).
I did the following:
Code: |
# hg clone hg clone http://linuxtv.org/hg/v4l-dvb-experimental
# make SRCDIR=/usr/src/linux LINUXINCLUDE="-I`pwd`/linux/include -I`pwd`/v4l -Iinclude -include include/linux/autoconf.h"
|
Everything compiles fine but the em28xx module wasn't built. Using make menuconfig I can't find any option which is for the mentioned driver. But every guide for this driver says that it is enough to do only make and make install.
This is my System:
- Gentoo Linux 2008.0 amd64
- Kernel: linux-2.6.25-gentoo-r7
Last edited by skibbi on Mon Oct 06, 2008 6:47 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54827 Location: 56N 3W
|
Posted: Mon Oct 06, 2008 6:35 pm Post subject: |
|
|
skibbi,
That make (and make install) builds and installes the module for the kernel pointed to by /usr/src/linux.
That may not be your running kernel.
Compare Code: | readlink /usr/src/linux | withif they return different kernel versions, you are building for one while running another, so you new module is not listed for your current kernel _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
skibbi Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 13 Apr 2004 Posts: 202 Location: Rostock - Germany
|
Posted: Mon Oct 06, 2008 6:46 pm Post subject: |
|
|
This is the only kernel I have installed.
But I have just found the problem - the driver needs the i2c interface and I didn't activate it in the kernel. Now everything works. ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|