Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] em28xx driver won't build - v4l-dvb-experimental
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
skibbi
Apprentice
Apprentice


Joined: 13 Apr 2004
Posts: 202
Location: Rostock - Germany

PostPosted: Mon Oct 06, 2008 5:50 pm    Post subject: [SOLVED] em28xx driver won't build - v4l-dvb-experimental Reply with quote

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
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54237
Location: 56N 3W

PostPosted: Mon Oct 06, 2008 6:35 pm    Post subject: Reply with quote

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
with
Code:
uname-r
if 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
View user's profile Send private message
skibbi
Apprentice
Apprentice


Joined: 13 Apr 2004
Posts: 202
Location: Rostock - Germany

PostPosted: Mon Oct 06, 2008 6:46 pm    Post subject: Reply with quote

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. :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum