TT-3650CI и Mandriva 2009.1 (подружить бы)

Подключение, настройка и другие проблемы, возникающие со спутниковыми железками

Модератор: Модераторы разделов

Ответить
Bassss
Сообщения: 8
ОС: Ubuntu 9.04

TT-3650CI и Mandriva 2009.1

Сообщение Bassss »

Доброго времени суток. Не могу установить дравер на dvb карту TT-3650CI под ОС Mandriva 2009.1
В диспетчере устройств она определилась как неизвестное устройство TT-USB2.0 и я так понимаю, что система ее не видит как двб карту, т.к. отсутствует папка /dev/dvb/adapter0/
Перелопатил большое количество инета и никак не могу ничего сделать. Везде все описано под убунту чаще всего, а из-за моих никаких познаний в области линуксоидов не могу это интерпретировать на свой случай.
Драйвер s2-liplianin-ecdc9c389f8a.tar.gz поставить не удалось. Выкладываю последние строки работы в консоли по команде make all откуда начинаются ошибки:

Код: Выделить всё

CC [M] /root/3650/v4l/firedtv-1394.o
/root/3650/v4l/firedtv-1394.c:21:17: error: dma.h: No such file or directory
/root/3650/v4l/firedtv-1394.c:22:21: error: csr1212.h: No such file or directory
/root/3650/v4l/firedtv-1394.c:23:23: error: highlevel.h: No such file or directory
/root/3650/v4l/firedtv-1394.c:24:19: error: hosts.h: No such file or directory
/root/3650/v4l/firedtv-1394.c:25:22: error: ieee1394.h: No such file or directory
/root/3650/v4l/firedtv-1394.c:26:17: error: iso.h: No such file or directory
/root/3650/v4l/firedtv-1394.c:27:21: error: nodemgr.h: No such file or directory
/root/3650/v4l/firedtv-1394.c:37: warning: 'struct hpsb_iso' declared inside parameter list
/root/3650/v4l/firedtv-1394.c:37: warning: its scope is only this definition or declaration, which is probably not what you want
/root/3650/v4l/firedtv-1394.c: In function 'rawiso_activity_cb':
/root/3650/v4l/firedtv-1394.c:53: error: dereferencing pointer to incomplete type
/root/3650/v4l/firedtv-1394.c:54: error: implicit declaration of function 'hpsb_iso_n_ready'
/root/3650/v4l/firedtv-1394.c:61: error: dereferencing pointer to incomplete type
/root/3650/v4l/firedtv-1394.c:62: error: implicit declaration of function 'dma_region_i'
/root/3650/v4l/firedtv-1394.c:62: error: dereferencing pointer to incomplete type
/root/3650/v4l/firedtv-1394.c:62: error: expected expression before 'unsigned'
/root/3650/v4l/firedtv-1394.c:63: warning: assignment makes pointer from integer without a cast
/root/3650/v4l/firedtv-1394.c:64: error: dereferencing pointer to incomplete type
/root/3650/v4l/firedtv-1394.c:68: error: dereferencing pointer to incomplete type
/root/3650/v4l/firedtv-1394.c:82: error: implicit declaration of function 'hpsb_iso_recv_release_packets'
/root/3650/v4l/firedtv-1394.c: In function 'node_of':
/root/3650/v4l/firedtv-1394.c:87: error: dereferencing pointer to incomplete type
/root/3650/v4l/firedtv-1394.c:87: warning: type defaults to 'int' in declaration of '__mptr'
/root/3650/v4l/firedtv-1394.c:87: warning: initialization from incompatible pointer type
/root/3650/v4l/firedtv-1394.c:87: error: invalid use of undefined type 'struct unit_directory'
/root/3650/v4l/firedtv-1394.c: In function 'node_lock':
/root/3650/v4l/firedtv-1394.c:92: error: implicit declaration of function 'hpsb_node_lock'
/root/3650/v4l/firedtv-1394.c:92: error: 'EXTCODE_COMPARE_SWAP' undeclared (first use in this function)
/root/3650/v4l/firedtv-1394.c:92: error: (Each undeclared identifier is reported only once
/root/3650/v4l/firedtv-1394.c:92: error: for each function it appears in.)
/root/3650/v4l/firedtv-1394.c:93: error: 'quadlet_t' undeclared (first use in this function)
/root/3650/v4l/firedtv-1394.c:93: error: expected ')' before 'arg'
/root/3650/v4l/firedtv-1394.c: In function 'node_read':
/root/3650/v4l/firedtv-1394.c:98: error: implicit declaration of function 'hpsb_node_read'
/root/3650/v4l/firedtv-1394.c: In function 'node_write':
/root/3650/v4l/firedtv-1394.c:103: error: implicit declaration of function 'hpsb_node_write'
/root/3650/v4l/firedtv-1394.c: In function 'start_iso':
/root/3650/v4l/firedtv-1394.c:114: error: implicit declaration of function 'hpsb_iso_recv_init'
/root/3650/v4l/firedtv-1394.c:114: error: dereferencing pointer to incomplete type
/root/3650/v4l/firedtv-1394.c:116: error: 'HPSB_ISO_DMA_DEFAULT' undeclared (first use in this function)
/root/3650/v4l/firedtv-1394.c:118: warning: assignment makes pointer from integer without a cast
/root/3650/v4l/firedtv-1394.c:125: error: implicit declaration of function 'hpsb_iso_recv_start'
/root/3650/v4l/firedtv-1394.c:128: error: implicit declaration of function 'hpsb_iso_shutdown'
/root/3650/v4l/firedtv-1394.c: In function 'stop_iso':
/root/3650/v4l/firedtv-1394.c:139: error: implicit declaration of function 'hpsb_iso_stop'
/root/3650/v4l/firedtv-1394.c: At top level:
/root/3650/v4l/firedtv-1394.c:154: warning: 'struct hpsb_host' declared inside parameter list
/root/3650/v4l/firedtv-1394.c: In function 'fcp_request':
/root/3650/v4l/firedtv-1394.c:167: error: dereferencing pointer to incomplete type
/root/3650/v4l/firedtv-1394.c:168: error: dereferencing pointer to incomplete type
/root/3650/v4l/firedtv-1394.c: In function 'node_probe':
/root/3650/v4l/firedtv-1394.c:182: error: dereferencing pointer to incomplete type
/root/3650/v4l/firedtv-1394.c:182: warning: type defaults to 'int' in declaration of '__mptr'
/root/3650/v4l/firedtv-1394.c:182: warning: initialization from incompatible pointer type
/root/3650/v4l/firedtv-1394.c:182: error: invalid use of undefined type 'struct unit_directory'
/root/3650/v4l/firedtv-1394.c:187: error: dereferencing pointer to incomplete type
/root/3650/v4l/firedtv-1394.c:187: error: 'quadlet_t' undeclared (first use in this function)
/root/3650/v4l/firedtv-1394.c:188: error: implicit declaration of function 'CSR1212_TEXTUAL_DESCRIPTOR_LEAF_DATA'
/root/3650/v4l/firedtv-1394.c:188: error: dereferencing pointer to incomplete type
/root/3650/v4l/firedtv-1394.c:188: warning: assignment makes pointer from integer without a cast
/root/3650/v4l/firedtv-1394.c: At top level:
/root/3650/v4l/firedtv-1394.c:243: warning: 'struct unit_directory' declared inside parameter list
/root/3650/v4l/firedtv-1394.c: In function 'node_update':
/root/3650/v4l/firedtv-1394.c:245: error: dereferencing pointer to incomplete type
/root/3650/v4l/firedtv-1394.c: At top level:
/root/3650/v4l/firedtv-1394.c:253: error: variable 'fdtv_driver' has initializer but incomplete type
/root/3650/v4l/firedtv-1394.c:254: error: unknown field 'name' specified in initializer
/root/3650/v4l/firedtv-1394.c:254: warning: excess elements in struct initializer
/root/3650/v4l/firedtv-1394.c:254: warning: (near initialization for 'fdtv_driver')
/root/3650/v4l/firedtv-1394.c:255: error: unknown field 'update' specified in initializer
/root/3650/v4l/firedtv-1394.c:255: warning: excess elements in struct initializer
/root/3650/v4l/firedtv-1394.c:255: warning: (near initialization for 'fdtv_driver')
/root/3650/v4l/firedtv-1394.c:256: error: unknown field 'driver' specified in initializer
/root/3650/v4l/firedtv-1394.c:256: error: extra brace group at end of initializer
/root/3650/v4l/firedtv-1394.c:256: error: (near initialization for 'fdtv_driver')
/root/3650/v4l/firedtv-1394.c:259: warning: excess elements in struct initializer
/root/3650/v4l/firedtv-1394.c:259: warning: (near initialization for 'fdtv_driver')
/root/3650/v4l/firedtv-1394.c:262: error: variable 'fdtv_highlevel' has initializer but incomplete type
/root/3650/v4l/firedtv-1394.c:263: error: unknown field 'name' specified in initializer
/root/3650/v4l/firedtv-1394.c:263: warning: excess elements in struct initializer
/root/3650/v4l/firedtv-1394.c:263: warning: (near initialization for 'fdtv_highlevel')
/root/3650/v4l/firedtv-1394.c:264: error: unknown field 'fcp_request' specified in initializer
/root/3650/v4l/firedtv-1394.c:264: warning: excess elements in struct initializer
/root/3650/v4l/firedtv-1394.c:264: warning: (near initialization for 'fdtv_highlevel')
/root/3650/v4l/firedtv-1394.c: In function 'fdtv_1394_init':
/root/3650/v4l/firedtv-1394.c:271: error: implicit declaration of function 'hpsb_register_highlevel'
/root/3650/v4l/firedtv-1394.c:272: error: invalid use of undefined type 'struct hpsb_protocol_driver'
/root/3650/v4l/firedtv-1394.c:273: error: implicit declaration of function 'hpsb_register_protocol'
/root/3650/v4l/firedtv-1394.c:276: error: implicit declaration of function 'hpsb_unregister_highlevel'
/root/3650/v4l/firedtv-1394.c: In function 'fdtv_1394_exit':
/root/3650/v4l/firedtv-1394.c:283: error: implicit declaration of function 'hpsb_unregister_protocol'
make[3]: *** [/root/3650/v4l/firedtv-1394.o] Error 1
make[2]: *** [_module_/root/3650/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.29.1-desktop-4mnb'
make[1]: *** [default] Ошибка 2
make[1]: Leaving directory `/root/3650/v4l'
make: *** [all] Ошибка 2
Спасибо сказали:
Аватара пользователя
romuil
Сообщения: 2095
Статус: Ромунцель
ОС: ALTLinux Sisyphus

Re: TT-3650CI и Mandriva 2009.1

Сообщение romuil »

Похоже что у вас не установлены файлы заголовков ядра. Пакет вроде kernel-headers-*-*-.rpm
Спасибо сказали:
Bassss
Сообщения: 8
ОС: Ubuntu 9.04

Re: TT-3650CI и Mandriva 2009.1

Сообщение Bassss »

а теперь пожалуйста для нубья расшифруйте все как следует :)
Спасибо сказали:
Аватара пользователя
romuil
Сообщения: 2095
Статус: Ромунцель
ОС: ALTLinux Sisyphus

Re: TT-3650CI и Mandriva 2009.1

Сообщение romuil »

Найдите в списке пакетов kernel-headers и установите.
Спасибо сказали:
Bassss
Сообщения: 8
ОС: Ubuntu 9.04

Re: TT-3650CI и Mandriva 2009.1

Сообщение Bassss »

к сожалению дело не в этом. данный пакет установлен.
я вот забыл написать, что мандрива х64
Спасибо сказали:
Ответить