Markus Rechberger wrote:
Hi Jelle,

On Sun, Jul 27, 2008 at 8:36 PM, Jelle de Jong
<[EMAIL PROTECTED]> wrote:
Hi Markus,

My dvb-t is not picking up any signals anymore, I am standing outside at a
place with normally full receptions. It does not work sins the last checkout
that I did last week?

em28xx #0: Found Hauppauge WinTV HVR (B2C0)
usb 5-3: New USB device found, idVendor=2040, idProduct=6502
usb 5-3: New USB device strings: Mfr=0, Product=1, SerialNumber=2
usb 5-3: Product: WinTV HVR-900
usb 5-3: SerialNumber: 4030600678

ps my other Terratec Cinergy Hybrid T USB XS is not working with analog
there is only video without audio and dvb-t is not tested.

Any idea's?


how old is the driver which you installed?
Try to upgrade to the latest one!

Markus

I am currently trying to build the latest checkout, but the build.sh build process is not functional anymore, see the attachment.

The build was a few days old, don't remember the exact time stamp anymore. Maybe it is an idea to make a version or checkout id in the module information that can be accessed with:
modinfo em28xx-dvb

I see some interesting changes :D
http://mcentral.de/hg/~mrec/em28xx-new/shortlog

There where also some changes in the documentation on the wiki. Is it possible to get an email when changes are made to the documentation? I would like to keep the documentation in shape and my current documentation is different form the online wiki, so thats not a good thing, i can manually check all changes but this is a lot of work, i did this one time in the past.

Maybe put the wiki in the version control system and create a em28xx-commits mailing list where are the changes to the repository are sent. So its more easy to get track all changes to code and documentation?

Kind regards,

Jelle
 bash build.sh build
rm -rf Module.symvers;
make -C /lib/modules/`if [ -d /lib/modules/2.6.21.4-eeepc ]; then echo 
2.6.21.4-eeepc; else uname -r; fi`/build SUBDIRS=`pwd` modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.25-2-686'
  CC [M]  /home/jelle/em28xx-new/em2880-dvb.o
/home/jelle/em28xx-new/em2880-dvb.c: In function 'em28xx_zl10353_sleep':
/home/jelle/em28xx-new/em2880-dvb.c:685: warning: unused variable 'gpio_arg'
  CC [M]  /home/jelle/em28xx-new/em28xx-video.o
  CC [M]  /home/jelle/em28xx-new/em28xx-i2c.o
/home/jelle/em28xx-new/em28xx-i2c.c:677: warning: 'inc_use' defined but not used
/home/jelle/em28xx-new/em28xx-i2c.c:684: warning: 'dec_use' defined but not used
  CC [M]  /home/jelle/em28xx-new/em28xx-cards.o
  CC [M]  /home/jelle/em28xx-new/em28xx-core.o
  CC [M]  /home/jelle/em28xx-new/em28xx-input.o
/home/jelle/em28xx-new/em28xx-input.c: In function 'em2880_ir_attach':
/home/jelle/em28xx-new/em28xx-input.c:335: warning: ignoring return value of 
'input_register_device', declared with attribute warn_unused_result
  CC [M]  /home/jelle/em28xx-new/em28xx-webcam.o
  CC [M]  /home/jelle/em28xx-new/em28xx-keymaps.o
  LD [M]  /home/jelle/em28xx-new/em28xx.o
  CC [M]  /home/jelle/em28xx-new/em28xx-audio.o
  LD [M]  /home/jelle/em28xx-new/em28xx-dvb.o
  CC [M]  /home/jelle/em28xx-new/adimtv102/adimtv102.o
/home/jelle/em28xx-new/adimtv102/adimtv102.c:30:26: error: dvb_frontend.h: No 
such file or directory
/home/jelle/em28xx-new/adimtv102/adimtv102.c: In function 
'adimtv102_set_params':
/home/jelle/em28xx-new/adimtv102/adimtv102.c:367: error: dereferencing pointer 
to incomplete type
/home/jelle/em28xx-new/adimtv102/adimtv102.c: In function 
'adimtv102_get_frequency':
/home/jelle/em28xx-new/adimtv102/adimtv102.c:377: error: dereferencing pointer 
to incomplete type
/home/jelle/em28xx-new/adimtv102/adimtv102.c: In function 
'adimtv102_get_bandwidth':
/home/jelle/em28xx-new/adimtv102/adimtv102.c:385: error: dereferencing pointer 
to incomplete type
/home/jelle/em28xx-new/adimtv102/adimtv102.c: In function 'adimtv102_release':
/home/jelle/em28xx-new/adimtv102/adimtv102.c:407: error: dereferencing pointer 
to incomplete type
/home/jelle/em28xx-new/adimtv102/adimtv102.c:408: error: dereferencing pointer 
to incomplete type
/home/jelle/em28xx-new/adimtv102/adimtv102.c: At top level:
/home/jelle/em28xx-new/adimtv102/adimtv102.c:412: error: variable 
'adimtv102_tuner_ops' has initializer but incomplete type
/home/jelle/em28xx-new/adimtv102/adimtv102.c:413: error: unknown field 'info' 
specified in initializer
/home/jelle/em28xx-new/adimtv102/adimtv102.c:413: error: extra brace group at 
end of initializer
/home/jelle/em28xx-new/adimtv102/adimtv102.c:413: error: (near initialization 
for 'adimtv102_tuner_ops')
/home/jelle/em28xx-new/adimtv102/adimtv102.c:418: warning: excess elements in 
struct initializer
/home/jelle/em28xx-new/adimtv102/adimtv102.c:418: warning: (near initialization 
for 'adimtv102_tuner_ops')
/home/jelle/em28xx-new/adimtv102/adimtv102.c:420: error: unknown field 
'release' specified in initializer
/home/jelle/em28xx-new/adimtv102/adimtv102.c:420: warning: excess elements in 
struct initializer
/home/jelle/em28xx-new/adimtv102/adimtv102.c:420: warning: (near initialization 
for 'adimtv102_tuner_ops')
/home/jelle/em28xx-new/adimtv102/adimtv102.c:422: error: unknown field 'init' 
specified in initializer
/home/jelle/em28xx-new/adimtv102/adimtv102.c:422: warning: excess elements in 
struct initializer
/home/jelle/em28xx-new/adimtv102/adimtv102.c:422: warning: (near initialization 
for 'adimtv102_tuner_ops')
/home/jelle/em28xx-new/adimtv102/adimtv102.c:423: error: unknown field 'sleep' 
specified in initializer
/home/jelle/em28xx-new/adimtv102/adimtv102.c:423: warning: excess elements in 
struct initializer
/home/jelle/em28xx-new/adimtv102/adimtv102.c:423: warning: (near initialization 
for 'adimtv102_tuner_ops')
/home/jelle/em28xx-new/adimtv102/adimtv102.c:425: error: unknown field 
'set_params' specified in initializer
/home/jelle/em28xx-new/adimtv102/adimtv102.c:425: warning: excess elements in 
struct initializer
/home/jelle/em28xx-new/adimtv102/adimtv102.c:425: warning: (near initialization 
for 'adimtv102_tuner_ops')
/home/jelle/em28xx-new/adimtv102/adimtv102.c:426: error: unknown field 
'get_frequency' specified in initializer
/home/jelle/em28xx-new/adimtv102/adimtv102.c:426: warning: excess elements in 
struct initializer
/home/jelle/em28xx-new/adimtv102/adimtv102.c:426: warning: (near initialization 
for 'adimtv102_tuner_ops')
/home/jelle/em28xx-new/adimtv102/adimtv102.c:427: error: unknown field 
'get_bandwidth' specified in initializer
/home/jelle/em28xx-new/adimtv102/adimtv102.c:428: warning: excess elements in 
struct initializer
/home/jelle/em28xx-new/adimtv102/adimtv102.c:428: warning: (near initialization 
for 'adimtv102_tuner_ops')
/home/jelle/em28xx-new/adimtv102/adimtv102.c: In function 'adimtv102_attach':
/home/jelle/em28xx-new/adimtv102/adimtv102.c:451: error: invalid application of 
'sizeof' to incomplete type 'struct dvb_tuner_ops'
/home/jelle/em28xx-new/adimtv102/adimtv102.c:451: error: dereferencing pointer 
to incomplete type
/home/jelle/em28xx-new/adimtv102/adimtv102.c:451: error: invalid application of 
'sizeof' to incomplete type 'struct dvb_tuner_ops'
/home/jelle/em28xx-new/adimtv102/adimtv102.c:451: error: dereferencing pointer 
to incomplete type
/home/jelle/em28xx-new/adimtv102/adimtv102.c:451: error: invalid application of 
'sizeof' to incomplete type 'struct dvb_tuner_ops'
/home/jelle/em28xx-new/adimtv102/adimtv102.c:453: error: dereferencing pointer 
to incomplete type
make[3]: *** [/home/jelle/em28xx-new/adimtv102/adimtv102.o] Error 1
make[2]: *** [/home/jelle/em28xx-new/adimtv102] Error 2
make[1]: *** [_module_/home/jelle/em28xx-new] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.25-2-686'
make: *** [default] Error 2
cp: cannot stat `drx3973d/drx3973d.ko': No such file or directory
cp: cannot stat `tvp5150/tvp5150.ko': No such file or directory
cp: cannot stat `lgdt3304/lgdt3304.ko': No such file or directory
cp: cannot stat `zl10353/zl10353.ko': No such file or directory
cp: cannot stat `cx25843/em28xx-cx25843.ko': No such file or directory
cp: cannot stat `xc3028/tuner-xc3028.ko': No such file or directory
cp: cannot stat `xc5000/tuner-xc5000.ko': No such file or directory
cp: cannot stat `em28xx.ko': No such file or directory
cp: cannot stat `em28xx-audio.ko': No such file or directory
cp: cannot stat `em28xx-dvb.ko': No such file or directory
cp: cannot stat `qt1010/qt1010.ko': No such file or directory
cp: cannot stat `mt2060/mt2060.ko': No such file or directory
[EMAIL PROTECTED]:~/em28xx-new$ sudo bash build.sh install
cp: cannot stat `drx3973d/drx3973d.ko': No such file or directory
cp: cannot stat `tvp5150/tvp5150.ko': No such file or directory
cp: cannot stat `lgdt3304/lgdt3304.ko': No such file or directory
cp: cannot stat `zl10353/zl10353.ko': No such file or directory
cp: cannot stat `cx25843/em28xx-cx25843.ko': No such file or directory
cp: cannot stat `xc3028/tuner-xc3028.ko': No such file or directory
cp: cannot stat `xc5000/tuner-xc5000.ko': No such file or directory
cp: cannot stat `em28xx.ko': No such file or directory
cp: cannot stat `em28xx-audio.ko': No such file or directory
cp: cannot stat `em28xx-dvb.ko': No such file or directory
cp: cannot stat `qt1010/qt1010.ko': No such file or directory
cp: cannot stat `mt2060/mt2060.ko': No such file or directory
cp: cannot stat `modules/*': No such file or directory
_______________________________________________
Em28xx mailing list
[email protected]
http://mcentral.de/mailman/listinfo/em28xx

Reply via email to