LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-11-2006, 05:39 PM   #1
paradox101
Member
 
Registered: Nov 2005
Distribution: SUSE 10.x
Posts: 39

Rep: Reputation: 15
IVTV 0.4.4 Help


Help please..

I am running SuSe 10.0 64-bit
kernel 2.6.13-15-x86_64
and I am trying to get my hauppauge 150 to work.

I am trying to compile the drivers for IVTV 0.4.4 and keep receiving this error. Can some please enlighten me as to what the **** I'm doing wrong?

/tmp/ivtv-0.4.4 # make &&make install
make -C driver all
make[1]: Entering directory `/tmp/ivtv-0.4.4/driver'
make -C /lib/modules/2.6.13-15.8-default/build M=/tmp/ivtv-0.4.4/driver modules
make[2]: Entering directory `/usr/src/linux-2.6.13-15.8-obj/x86_64/default'
make[2]: *** No rule to make target `modules'. Stop.
make[2]: Leaving directory `/usr/src/linux-2.6.13-15.8-obj/x86_64/default'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/ivtv-0.4.4/driver'
make: *** [all] Error 2

I can provide more infor if needed.
 
Old 04-12-2006, 03:04 PM   #2
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Quote:
Originally Posted by paradox101
make[2]: Entering directory `/usr/src/linux-2.6.13-15.8-obj/x86_64/default'
make[2]: *** No rule to make target `modules'. Stop.
Do you have your kernel source installed? If so, does the directory mentioned above exist? If so, does it contain a makefile (or Makefile)? If so, does that makefile contain a rule for "modules"?

My first guess would be that you don't have your kernel source installed, and that the directory mentioned does not even exist.
 
Old 04-13-2006, 04:31 PM   #3
paradox101
Member
 
Registered: Nov 2005
Distribution: SUSE 10.x
Posts: 39

Original Poster
Rep: Reputation: 15
Kernel sources are definately installed.

The target does exist - :cd /usr/src/linux-2.6.13-15.8-obj/x86_64
:/usr/src/linux-2.6.13-15.8-obj/x86_64 # ls
. .. default
:/usr/src/linux-2.6.13-15.8-obj/x86_64 # cd default
:/usr/src/linux-2.6.13-15.8-obj/x86_64/default # ls
. .. Module.symvers

Obviously this directory (the target) t\does not contain a makefile. I am attempting to make && makeinstall from here: "/tmp/ivtv-0.4.4 # make && make install"

other ideas?
 
Old 04-14-2006, 12:13 PM   #4
paradox101
Member
 
Registered: Nov 2005
Distribution: SUSE 10.x
Posts: 39

Original Poster
Rep: Reputation: 15
OK.. for all you kernel buffs..

As I am trying to make and makeinstall I receive the error in the post above. haertig asks a valid question to which I reply with the following..

In the directory /usr/src/ there are similar directories, which are -

/usr/src # ls
. kernel-modules linux-2.6.13-15-obj linux-obj
.. linux linux-2.6.13-15.8 packages
ATI linux-2.6.13-15 linux-2.6.13-15.8-obj

Here is the contents of the directory ivtv is targeting the make && makeinstall..
:/usr/src/linux-2.6.13-15.8-obj/x86_64/default # ls
. .. Module.symvers

Here is the contents of the similar directory which contains the make file, etc..
:/usr/src/linux-2.6.13-15-obj/x86_64/default # ls
. .. .config Makefile arch include include2 scripts

How do I fix this so I can do the make && makeinstall?

I already checked the Makefile of ivtv-0.4.4 and did not see any reference to this
 
Old 04-14-2006, 03:28 PM   #5
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
I'm not sure how SUSE handles it's kernel sources. The source would be under /usr/src, but I don't understand the reference to obj in the directory naming. And what's the distinction between 15-obj and 15.8-obj? I've never used SUSE ... and it shows! I'm afraid you'll need a SUSE person to straighten this out for you.

Below is my Debian system's /usr/src layout (only showing the kernel stuff). You can see I only have one kernel source directory, namely linux-source-2.6.14. Not that this info helps you in the slightest.
Code:
$ ls -l /usr/src
lrwxrwxrwx  1 root src        19 2005-12-30 06:55 linux -> linux-source-2.6.14
drwxr-xr-x 16 root root     1024 2005-11-20 10:46 linux-headers-2.6.14-1
drwxr-xr-x  5 root root     1024 2005-11-20 10:46 linux-headers-2.6.14-1-686
-rw-r--r--  1 root src  17752314 2006-03-28 18:59 linux-image-2.6.14-1-686-dfh1_20060328_i386.deb
drwxr-xr-x 20 root root     2048 2006-03-28 18:59 linux-source-2.6.14
-rw-r--r--  1 root root 38270140 2005-12-28 13:17 linux-source-2.6.14.tar.bz2
drwxr-xr-x  3 root root     1024 2005-09-30 17:17 modules
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
IVTV drivers Jake_da_Snake Linux - Hardware 10 06-28-2005 11:54 PM
Ivtv WolfCub Linux - General 18 05-17-2005 10:12 AM
FC3 ivtv snt Fedora 0 02-11-2005 02:44 PM
modprobe ivtv Lobais Linux - Software 3 12-29-2004 06:35 AM
ivtv driver j0han Linux - Software 4 12-01-2004 01:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration