All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] getting started
@ 2009-03-12 21:46 Rolf Schumacher
  2009-03-12 22:02 ` Antti Palosaari
  2009-03-12 22:04 ` Thomas Kaiser
  0 siblings, 2 replies; 5+ messages in thread
From: Rolf Schumacher @ 2009-03-12 21:46 UTC (permalink / raw)
  To: linux-dvb

I once had my TechnoTrend DVB-C driver working with linux, looking tv.
However, completely forgot how I managed that.

I think I was following the wiki

How to Obtain, Build and Install V4L-DVB Device Driver

I checked out the v4l-dvb sources using Mercurial.
However, a make failed immediately:

------------
make -C /home/rsc/src/v4l-dvb/v4l
make[1]: Entering directory `/home/rsc/src/v4l-dvb/v4l'
Updating/Creating .config
Preparing to compile for kernel version 2.6.28
File not found: /lib/modules/2.6.28-7.slh.3-sidux-686/build/.config at
./scripts/make_kconfig.pl line 32, <IN> line 4.
make[1]: *** Keine Regel vorhanden, um das Target ».myconfig«,
  benötigt von »config-compat.h«, zu erstellen.  Schluss.
make[1]: Leaving directory `/home/rsc/src/v4l-dvb/v4l'
make: *** [all] Fehler 2
-----------

Am I on the right track?
If so, what is missing?

ngong

_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

* Re: [linux-dvb] getting started
  2009-03-12 21:46 Rolf Schumacher
@ 2009-03-12 22:02 ` Antti Palosaari
  2009-03-12 22:47   ` Rolf Schumacher
  2009-03-12 22:04 ` Thomas Kaiser
  1 sibling, 1 reply; 5+ messages in thread
From: Antti Palosaari @ 2009-03-12 22:02 UTC (permalink / raw)
  To: linux-media; +Cc: linux-dvb

Rolf Schumacher wrote:
> File not found: /lib/modules/2.6.28-7.slh.3-sidux-686/build/.config at
> ./scripts/make_kconfig.pl line 32, <IN> line 4.

kernel-devel, kernel-headers, linux-devel or linux-headers package is 
missing. Package name varies from distribution to distribution...


-- 
http://palosaari.fi/

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

* Re: [linux-dvb] getting started
  2009-03-12 21:46 Rolf Schumacher
  2009-03-12 22:02 ` Antti Palosaari
@ 2009-03-12 22:04 ` Thomas Kaiser
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Kaiser @ 2009-03-12 22:04 UTC (permalink / raw)
  To: linux-media; +Cc: mailinglist

Rolf Schumacher wrote:
> I once had my TechnoTrend DVB-C driver working with linux, looking tv.
> However, completely forgot how I managed that.
> 
> I think I was following the wiki
> 
> How to Obtain, Build and Install V4L-DVB Device Driver
> 
> I checked out the v4l-dvb sources using Mercurial.
> However, a make failed immediately:
> 
> ------------
> make -C /home/rsc/src/v4l-dvb/v4l
> make[1]: Entering directory `/home/rsc/src/v4l-dvb/v4l'
> Updating/Creating .config
> Preparing to compile for kernel version 2.6.28
> File not found: /lib/modules/2.6.28-7.slh.3-sidux-686/build/.config at
> ./scripts/make_kconfig.pl line 32, <IN> line 4.
> make[1]: *** Keine Regel vorhanden, um das Target ».myconfig«,
>   benötigt von »config-compat.h«, zu erstellen.  Schluss.
> make[1]: Leaving directory `/home/rsc/src/v4l-dvb/v4l'
> make: *** [all] Fehler 2
> -----------
> 
> Am I on the right track?
> If so, what is missing?

Kernel-headers and/or source installed?

Thomas

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

* [linux-dvb] getting started
@ 2009-03-12 22:32 Rolf Schumacher
  0 siblings, 0 replies; 5+ messages in thread
From: Rolf Schumacher @ 2009-03-12 22:32 UTC (permalink / raw)
  To: linux-media

I once had my TechnoTrend DVB-C driver working with linux, looking tv.
However, completely forgot how I managed that.

I think I was following the wiki

How to Obtain, Build and Install V4L-DVB Device Driver

I checked out the v4l-dvb sources using Mercurial.
However, a make failed immediately:

------------
make -C /home/rsc/src/v4l-dvb/v4l
make[1]: Entering directory `/home/rsc/src/v4l-dvb/v4l'
Updating/Creating .config
Preparing to compile for kernel version 2.6.28
File not found: /lib/modules/2.6.28-7.slh.3-sidux-686/build/.config at
./scripts/make_kconfig.pl line 32, <IN> line 4.
make[1]: *** Keine Regel vorhanden, um das Target ».myconfig«,
  benötigt von »config-compat.h«, zu erstellen.  Schluss.
make[1]: Leaving directory `/home/rsc/src/v4l-dvb/v4l'
make: *** [all] Fehler 2
-----------

Am I on the right track?
If so, what is missing?

ngong

_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb


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

* Re: [linux-dvb] getting started
  2009-03-12 22:02 ` Antti Palosaari
@ 2009-03-12 22:47   ` Rolf Schumacher
  0 siblings, 0 replies; 5+ messages in thread
From: Rolf Schumacher @ 2009-03-12 22:47 UTC (permalink / raw)
  To: linux-media

thank you, Antti, Thomas

kernel-headers are installed.
Why does make try to read the wrong file?

My kernel is named 2.6.28-7.slh.4-sidux-686, not 2.6.28-7.slh.3-sidux-686

---------
rsc@rolf9:~/src/v4l-dvb$ make
make -C /home/rsc/src/v4l-dvb/v4l
make[1]: Entering directory `/home/rsc/src/v4l-dvb/v4l'
Updating/Creating .config
Preparing to compile for kernel version 2.6.28
File not found: /lib/modules/2.6.28-7.slh.3-sidux-686/build/.config at
./scripts/make_kconfig.pl line 32, <IN> line 4.
make[1]: *** Keine Regel vorhanden, um das Target ?.myconfig?,
beno"tigt von ?config-compat.h?, zu erstellen. Schluss.
make[1]: Leaving directory `/home/rsc/src/v4l-dvb/v4l'
make: *** [all] Fehler 2
rsc@rolf9:~/src/v4l-dvb$
rsc@rolf9:~/src/v4l-dvb$ ls -la
/lib/modules/2.6.28-7.slh.3-sidux-686/build/.config
ls: Zugriff auf /lib/modules/2.6.28-7.slh.3-sidux-686/build/.config
nicht mo"glich: Datei oder Verzeichnis nicht gefunden
rsc@rolf9:~/src/v4l-dvb$ ls -la
/lib/modules/2.6.28-7.slh.4-sidux-686/build/.config
-rw-r--r-- 1 root root 95158 12. Ma"r 00:30
/lib/modules/2.6.28-7.slh.4-sidux-686/build/.config
rsc@rolf9:~/src/v4l-dvb$ hg update
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
rsc@rolf9:~/src/v4l-dvb$

------------

Antti Palosaari wrote:
> Rolf Schumacher wrote:
>   
>> File not found: /lib/modules/2.6.28-7.slh.3-sidux-686/build/.config at
>> ./scripts/make_kconfig.pl line 32, <IN> line 4.
>>     
>
> kernel-devel, kernel-headers, linux-devel or linux-headers package is 
> missing. Package name varies from distribution to distribution...
>
>
>   

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

end of thread, other threads:[~2009-03-12 22:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-12 22:32 [linux-dvb] getting started Rolf Schumacher
  -- strict thread matches above, loose matches on Subject: below --
2009-03-12 21:46 Rolf Schumacher
2009-03-12 22:02 ` Antti Palosaari
2009-03-12 22:47   ` Rolf Schumacher
2009-03-12 22:04 ` Thomas Kaiser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.