public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* Hauppauge DVB s/s2 card: Problem installing driver
@ 2009-04-15 10:46 Brian
  2009-04-15 10:59 ` Hans Lambermont
  0 siblings, 1 reply; 4+ messages in thread
From: Brian @ 2009-04-15 10:46 UTC (permalink / raw)
  To: video4linux-list

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION="Ubuntu 8.04.2"
GNU/Linux 2.6.24-23-generic
'Build Essential' is installed. Reports as latest version.

I have tried installing this WinTV Nova DVB S2 card: card (see it here
tinyurl.com/cw3upv) using two similar methods using different sources.
Both give the same kind of problem. I have got the firmware down OK but I
am having problems installing the driver. Below is a listing of the part
of the installation where the problem arises (file missing for the 'make')

As you can see it can't find a file in the 'build' directory. Not
surprising as that directory doesn't exist. So I made a 'build' directory
but still it wouldn't work. I have some experience with Linux but it is
limited. I am using Ubuntu 8.04, fully updated to latest version, kernel
2.6.24-23-generic .
Can anyone tell me how I can proceed from here please?

..................................
brian@MC:/usr/local/src/liplianindvb$ ls
COPYING   INSTALL  mailimport  README          v4l        v4l_experimental
hgimport  linux    Makefile    README.patches  v4l2-apps
brian@MC:/usr/local/src/liplianindvb$ sudo make
[sudo] password for brian:  
make -C /usr/local/src/liplianindvb/v4l
make[1]: Entering directory `/usr/local/src/liplianindvb/v4l'
Updating/Creating .config
Preparing to compile for kernel version 2.6.24
File not found: /lib/modules/2.6.24-23-generic/build/.config at ./scripts/
make_kconfig.pl line 32, <IN> line 4.
make[1]: *** No rule to make target `.myconfig', needed by `config-
compat.h'. Stop.
make[1]: Leaving directory `/usr/local/src/liplianindvb/v4l'
make: *** [all] Error 2
brian@MC:/usr/local/src/liplianindvb$
........................................................................

and slightly different setup here... same problem
brian@MC:/usr/local/src/v4l-dvb/v4l$ ls
compat.h Kconfig.sound Makefile.kernel obsolete.txt
firmware Makefile Makefile.media scripts
i2c-compat.h Makefile.kern24 Makefile.sound versions.txt
brian@MC:/usr/local/src/v4l-dvb/v4l$ sudo make Updating/Creating
.config Preparing to compile for kernel version 2.6.24 File not found:
/lib/modules/2.6.24-23-generic/build/.config at ./scripts/make_kconfig.pl
line 32, <IN> line 4.
make: *** No rule to make target `.myconfig', needed by `config-compat.h'.
Stop.
brian@MC:/usr/local/src/v4l-dvb/v4l$
...................




--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hauppauge DVB s/s2 card: Problem installing driver
  2009-04-15 10:46 Hauppauge DVB s/s2 card: Problem installing driver Brian
@ 2009-04-15 10:59 ` Hans Lambermont
  2009-04-15 11:43   ` Brian
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Lambermont @ 2009-04-15 10:59 UTC (permalink / raw)
  To: Brian; +Cc: video4linux-list

Brian wrote on 20090415:
...
> File not found: /lib/modules/2.6.24-23-generic/build/.config at ./scripts/ make_kconfig.pl line 32, <IN> line 4.

You need to install the kernel headers and sources.

-- Hans Lambermont

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hauppauge DVB s/s2 card: Problem installing driver
  2009-04-15 10:59 ` Hans Lambermont
@ 2009-04-15 11:43   ` Brian
  2009-04-16  7:50     ` Hans Lambermont
  0 siblings, 1 reply; 4+ messages in thread
From: Brian @ 2009-04-15 11:43 UTC (permalink / raw)
  To: video4linux-list

Hans Lambermont wrote:
> Brian wrote on 20090415:
> ...
>   
>> File not found: /lib/modules/2.6.24-23-generic/build/.config at ./scripts/ make_kconfig.pl line 32, <IN> line 4.
>>     
>
> You need to install the kernel headers and sources.
>
> -- Hans Lambermont
>   
Thanks for the reply Hans. I thought that if I had run an apt-get for 
update and upgrade the system would be fully up to date. Am I wrong?

These are the active entries in  /etc/apt/sources.list

deb http://gb.archive.ubuntu.com/ubuntu/ hardy multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ hardy-updates multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ hardy-updates multiverse

deb http://archive.canonical.com/ubuntu hardy partner
deb-src http://archive.canonical.com/ubuntu hardy partner

deb http://security.ubuntu.com/ubuntu hardy-security main restricted
deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted
deb http://security.ubuntu.com/ubuntu hardy-security universe
deb-src http://security.ubuntu.com/ubuntu hardy-security universe
deb http://security.ubuntu.com/ubuntu hardy-security multiverse
deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse
deb http://packages.medibuntu.org/ hardy free non-free
deb http://ppa.launchpad.net/team-xbmc-hardy/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/team-xbmc-hardy/ppa/ubuntu hardy main

Brian




--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hauppauge DVB s/s2 card: Problem installing driver
  2009-04-15 11:43   ` Brian
@ 2009-04-16  7:50     ` Hans Lambermont
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Lambermont @ 2009-04-16  7:50 UTC (permalink / raw)
  To: Brian; +Cc: video4linux-list

Brian wrote on 20090415:
> Hans Lambermont wrote:
>> Brian wrote on 20090415: ...
>>> File not found: /lib/modules/2.6.24-23-generic/build/.config at ./scripts/ make_kconfig.pl line 32, <IN> line 4.
>> You need to install the kernel headers and sources.
>>   
> Thanks for the reply Hans. I thought that if I had run an apt-get for
> update and upgrade the system would be fully up to date. Am I wrong?

Yes, this is not FreeBSD where a.o. the kernel sources are part of the
base install ;-)

You need to install the kernel headers, linux-headers-2.6.24-23 and
linux-headers-2.6.24-23-generic in your case.

-- Hans Lambermont

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-16  7:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-15 10:46 Hauppauge DVB s/s2 card: Problem installing driver Brian
2009-04-15 10:59 ` Hans Lambermont
2009-04-15 11:43   ` Brian
2009-04-16  7:50     ` Hans Lambermont

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox