Re: hg make problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am Samstag, 20. Mai 2006 20:45 schrieben Sie:

> >Hi,

> >

> >today i've downloaded a new Version with the following command's

> >cd hg/v4l-dvb

....

> >

> >

> >

> >kind regards

> >Gerald

>

> Argh, you're using either xfs or nfs I suppose.

>

> Please change v4l/Makefile:

>

> <...>

> .version::

> ifneq ($(KERNELRELEASE),)

> @echo -e

> VERSION=$(VERSION)\\nPATCHLEVEL:=$(PATCHLEVEL)\\nSUBLEVEL:=$(SUBLEVEL)\\nKE

>RNELRELEASE:=$(KERNELRELEASE)

>

> > $(obj)/.version

>

> ifneq ($(SRCDIR),)

> @echo -e SRCDIR=$(SRCDIR)\\n >> $(obj)/.version

> endif

> else

> @echo "No version yet."

> @uname -r|perl -ne 'if (/^([0-9]*)\.([0-9])*\.([0-9]*)(.*)$$/) { printf

> ("VERSION=%s\nPATCHLEVEL:=%s\nSUBLEVEL:=%s\nKERNELRELEASE:=%s.%s.%s%s\n",$$

>1,$$2,$$3,$$1,$$2,$$3,$$4); };' > $(obj)/.version

> endif

> <...>

>

> There remove the following two lines:

>

> @echo -e

> VERSION=$(VERSION)\\nPATCHLEVEL:=$(PATCHLEVEL)\\nSUBLEVEL:=$(SUBLEVEL)\\nKE

>RNELRELEASE:=$(KERNELRELEASE)

>

> > $(obj)/.version

>

> @echo -e SRCDIR=$(SRCDIR)\\n >> $(obj)/.version

>

> Christoph

yes i'am using an xfs filesystem.

you can leave the two echo lines if you change the following line from

Makefile.media:: .version

to

Makefile.media::

And i found another bug in the insmod.sh skript

the lnbp21.ko isn't loaded, so my cards can't tune.

i don't know if it's the right place but with the following patch it works again.

--- insmod.sh-orig 2006-05-20 15:31:43.000000000 +0200

+++ insmod.sh 2006-05-30 21:18:43.794937040 +0200

@@ -41,6 +41,7 @@

insmod ./dvb-core.ko # dvb_net_debug=1

# for hybrid cx88 and saa7134 cards

insmod ./video-buf-dvb.ko

+ insmod ./lnbp21.ko

# frontend drivers

insmod ./dvb-pll.ko

insmod ./ves1x93.ko

@@ -151,6 +152,7 @@

insmod ./v4l1-compat.ko

insmod ./v4l2-common.ko

insmod ./video-buf.ko

+ insmod ./lnbp21.ko

insmod ./ir-common.ko

insmod ./ir-kbd-i2c.ko

insmod ./tuner.ko tuner_debug=1

@@ -291,7 +293,7 @@

rmmod saa7127 msp3400 tvp5150 tda7432 tda9840 tda9875 tea6415c tea6420 \

saa6752hs saa6588 btcx-risc tveeprom tvaudio tda9887 tuner \

ir-kbd-i2c ir-common cx25840 tvmixer cs53l32a wm8775 saa7115 \

- saa7146_vv saa7146 video-buf-dvb video-buf \

+ saa7146_vv saa7146 lnbp21 video-buf-dvb video-buf \

v4l2-common v4l1-compat dvb-core videodev compat_ioctl32

echo

cu

Gerald

_______________________________________________

linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux