public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* ec168-9295d36ab66e compiling error
@ 2011-02-24 14:24 Vinicio Nocciolini
  2011-02-27 18:10 ` Antti Palosaari
  0 siblings, 1 reply; 5+ messages in thread
From: Vinicio Nocciolini @ 2011-02-24 14:24 UTC (permalink / raw)
  To: linux-media

Hi all

I have problem compiling the project

regards Vinicio

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


   CC [M]  /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/vc032x.o
   CC [M]  /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/zc3xx.o
   CC [M]  /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/hdpvr-control.o
   CC [M]  /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/hdpvr-core.o
   CC [M]  /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/hdpvr-video.o
   CC [M]  /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/hopper_cards.o
   CC [M]  /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/hopper_vp3028.o
   CC [M]  /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-functions.o
   CC [M]  /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-keytable.o
/home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-keytable.c: In function 
'__ir_input_register':
/home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-keytable.c:452:24: 
warning: assignment from incompatible pointer type
/home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-keytable.c:453:24: 
warning: assignment from incompatible pointer type
   CC [M]  /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-sysfs.o
/home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-sysfs.c: In function 
'ir_register_class':
/home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-sysfs.c:268:23: error: 
'ir_raw_dev_type' undeclared (first use in this function)
/home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-sysfs.c:268:23: note: 
each undeclared identifier is reported only once for each function it 
appears in
make[3]: *** [/home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-sysfs.o] 
Error 1
make[2]: *** [_module_/home/vinicio/Desktop/ec168-9295d36ab66e/v4l] Error 2
make[2]: Leaving directory `/usr/src/kernels/2.6.35.11-83.fc14.i686'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/vinicio/Desktop/ec168-9295d36ab66e/v4l'
make: *** [all] Error 2








[vinicio@localhost ec168-9295d36ab66e]$  cat /etc/issue
Fedora release 14 (Laughlin)
Kernel \r on an \m (\l)

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

* Re: ec168-9295d36ab66e compiling error
  2011-02-24 14:24 ec168-9295d36ab66e compiling error Vinicio Nocciolini
@ 2011-02-27 18:10 ` Antti Palosaari
  2011-02-28 10:37   ` Vinicio Nocciolini
  0 siblings, 1 reply; 5+ messages in thread
From: Antti Palosaari @ 2011-02-27 18:10 UTC (permalink / raw)
  To: Vinicio Nocciolini; +Cc: linux-media

Dont use my, or anyone else, old HG trees. You should follow that
http://www.linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers

Antti

On 02/24/2011 04:24 PM, Vinicio Nocciolini wrote:
> Hi all
>
> I have problem compiling the project
>
> regards Vinicio
>
> -----------------------------------------------------------------------------------------------------------
>
>
> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/vc032x.o
> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/zc3xx.o
> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/hdpvr-control.o
> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/hdpvr-core.o
> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/hdpvr-video.o
> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/hopper_cards.o
> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/hopper_vp3028.o
> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-functions.o
> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-keytable.o
> /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-keytable.c: In function
> '__ir_input_register':
> /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-keytable.c:452:24:
> warning: assignment from incompatible pointer type
> /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-keytable.c:453:24:
> warning: assignment from incompatible pointer type
> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-sysfs.o
> /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-sysfs.c: In function
> 'ir_register_class':
> /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-sysfs.c:268:23: error:
> 'ir_raw_dev_type' undeclared (first use in this function)
> /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-sysfs.c:268:23: note:
> each undeclared identifier is reported only once for each function it
> appears in
> make[3]: *** [/home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-sysfs.o]
> Error 1
> make[2]: *** [_module_/home/vinicio/Desktop/ec168-9295d36ab66e/v4l] Error 2
> make[2]: Leaving directory `/usr/src/kernels/2.6.35.11-83.fc14.i686'
> make[1]: *** [default] Error 2
> make[1]: Leaving directory `/home/vinicio/Desktop/ec168-9295d36ab66e/v4l'
> make: *** [all] Error 2
>
>
>
>
>
>
>
>
> [vinicio@localhost ec168-9295d36ab66e]$ cat /etc/issue
> Fedora release 14 (Laughlin)
> Kernel \r on an \m (\l)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html


-- 
http://palosaari.fi/

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

* Re: ec168-9295d36ab66e compiling error
  2011-02-27 18:10 ` Antti Palosaari
@ 2011-02-28 10:37   ` Vinicio Nocciolini
  2011-02-28 10:39     ` Antti Palosaari
  0 siblings, 1 reply; 5+ messages in thread
From: Vinicio Nocciolini @ 2011-02-28 10:37 UTC (permalink / raw)
  To: Antti Palosaari; +Cc: linux-media

On 02/27/2011 07:10 PM, Antti Palosaari wrote:
> Dont use my, or anyone else, old HG trees. You should follow that
> http://www.linuxtv.org/wiki/index.php/How_to_install_DVB_device_drivers
>
> Antti
>
> On 02/24/2011 04:24 PM, Vinicio Nocciolini wrote:
>> Hi all
>>
>> I have problem compiling the project
>>
>> regards Vinicio
>>
>> ----------------------------------------------------------------------------------------------------------- 
>>
>>
>>
>> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/vc032x.o
>> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/zc3xx.o
>> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/hdpvr-control.o
>> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/hdpvr-core.o
>> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/hdpvr-video.o
>> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/hopper_cards.o
>> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/hopper_vp3028.o
>> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-functions.o
>> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-keytable.o
>> /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-keytable.c: In function
>> '__ir_input_register':
>> /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-keytable.c:452:24:
>> warning: assignment from incompatible pointer type
>> /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-keytable.c:453:24:
>> warning: assignment from incompatible pointer type
>> CC [M] /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-sysfs.o
>> /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-sysfs.c: In function
>> 'ir_register_class':
>> /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-sysfs.c:268:23: error:
>> 'ir_raw_dev_type' undeclared (first use in this function)
>> /home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-sysfs.c:268:23: note:
>> each undeclared identifier is reported only once for each function it
>> appears in
>> make[3]: *** [/home/vinicio/Desktop/ec168-9295d36ab66e/v4l/ir-sysfs.o]
>> Error 1
>> make[2]: *** [_module_/home/vinicio/Desktop/ec168-9295d36ab66e/v4l] 
>> Error 2
>> make[2]: Leaving directory `/usr/src/kernels/2.6.35.11-83.fc14.i686'
>> make[1]: *** [default] Error 2
>> make[1]: Leaving directory 
>> `/home/vinicio/Desktop/ec168-9295d36ab66e/v4l'
>> make: *** [all] Error 2
>>
>>
>>
>>
>>
>>
>>
>>
>> [vinicio@localhost ec168-9295d36ab66e]$ cat /etc/issue
>> Fedora release 14 (Laughlin)
>> Kernel \r on an \m (\l)
>> -- 
>> To unsubscribe from this list: send the line "unsubscribe 
>> linux-media" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>




Hi
I have compiled and installed the driver
But I think there is an error
regards Vinicio


[root@localhost ~]# dmesg -c
[  304.598047] usb 1-4: new high speed USB device using ehci_hcd and 
address 5
[  304.712607] usb 1-4: New USB device found, idVendor=18b4, idProduct=1689
[  304.712614] usb 1-4: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[  304.715963] input: HID 18b4:1689 as 
/devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4:1.0/input/input10
[  304.716902] generic-usb 0003:18B4:1689.0004: input,hidraw0: USB HID 
v1.11 Keyboard [HID 18b4:1689] on usb-0000:00:1d.7-4/input0
[  304.722224] dvb-usb: found a 'E3C EC168 DVB-T USB2.0 reference 
design' in cold state, will try to load a firmware
[  304.742587] dvb-usb: did not find the firmware file. 
(dvb-usb-ec168.fw) Please see linux/Documentation/dvb/ for more details 
on firmware-problems. (-2)
[  304.742603] dvb_usb_ec168: probe of 1-4:1.1 failed with error -2

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

* Re: ec168-9295d36ab66e compiling error
  2011-02-28 10:37   ` Vinicio Nocciolini
@ 2011-02-28 10:39     ` Antti Palosaari
  2011-02-28 11:12       ` Vinicio Nocciolini
  0 siblings, 1 reply; 5+ messages in thread
From: Antti Palosaari @ 2011-02-28 10:39 UTC (permalink / raw)
  To: Vinicio Nocciolini; +Cc: linux-media

On 02/28/2011 12:37 PM, Vinicio Nocciolini wrote:
> [ 304.722224] dvb-usb: found a 'E3C EC168 DVB-T USB2.0 reference design'
> in cold state, will try to load a firmware
> [ 304.742587] dvb-usb: did not find the firmware file.
> (dvb-usb-ec168.fw) Please see linux/Documentation/dvb/ for more details
> on firmware-problems. (-2)

That error message should be rather clear. Use Google to find correct 
firmware.

Antti


-- 
http://palosaari.fi/

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

* Re: ec168-9295d36ab66e compiling error
  2011-02-28 10:39     ` Antti Palosaari
@ 2011-02-28 11:12       ` Vinicio Nocciolini
  0 siblings, 0 replies; 5+ messages in thread
From: Vinicio Nocciolini @ 2011-02-28 11:12 UTC (permalink / raw)
  To: Antti Palosaari; +Cc: linux-media

On 02/28/2011 11:39 AM, Antti Palosaari wrote:
> On 02/28/2011 12:37 PM, Vinicio Nocciolini wrote:
>> [ 304.722224] dvb-usb: found a 'E3C EC168 DVB-T USB2.0 reference design'
>> in cold state, will try to load a firmware
>> [ 304.742587] dvb-usb: did not find the firmware file.
>> (dvb-usb-ec168.fw) Please see linux/Documentation/dvb/ for more details
>> on firmware-problems. (-2)
>
> That error message should be rather clear. Use Google to find correct 
> firmware.
>
> Antti
>
>

root@localhost ~]# w_scan -c IT
w_scan version 20110206 (compiled for DVB API 5.2)
using settings for SPAIN
DVB aerial
DVB-T Europe
frontend_type DVB-T, channellist 4
output format vdr-1.6
Info: using DVB adapter auto detection.
main:3030: FATAL: ***** NO USEABLE DVB CARD FOUND. *****
Please check wether dvb driver is loaded and
verify that no dvb application (i.e. vdr) is running.

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

end of thread, other threads:[~2011-02-28 11:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-24 14:24 ec168-9295d36ab66e compiling error Vinicio Nocciolini
2011-02-27 18:10 ` Antti Palosaari
2011-02-28 10:37   ` Vinicio Nocciolini
2011-02-28 10:39     ` Antti Palosaari
2011-02-28 11:12       ` Vinicio Nocciolini

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