Nowe posty

Autor Wątek: Jaka karta TV?  (Przeczytany 4888 razy)

Alkesaltzer

  • Gość
Jaka karta TV?
« dnia: 2005-08-06, 12:35:32 »
Witam
Mam pewien  być możę banalny problem  lecz jestem jeszcze słabo rozeznany w linuxe z instalacją KDE 3.4.2 ze źródeł.

Na stronie KDE.pl  znalazłem szczegółowy opis jak zainstalować sobie owe środowisko (http://www.kde.pl/?page=articles&category=4&id=2)
.
Na wstępie powiem ze mam świezo zainstalowanego Debiana Etch. Do tego szereg programów typu g++, gcc, bin86, libc-dev, make, x-window-system, xserver-xfree86.

Zrobiłem wszystko krok po kroku tak jak jest tam opisane, wszystkie wymagane pakiety zainstalowałem.
Pakiet libart_lgpl skompilował i zainstalował się poprawnie.
Pakiet qt-x11-xfree3.3.4 już nie przeszedł przez kompilacje.  Poledenie ./configure -system-zlib -qt-gif -system-libpng -system-libjpeg -plugin-imgfmt-mng -thread -no-stl -no-xinerama -no-g++-exceptions -xft -prefix /usr/lib/qt3 wykonało się poprawnie lecz  już samo make wyświetla błędy :
In file included from kernel/qtaddons_x11.cpp:25:
kernel/qt_x11_p.h:66:22: X11/Xlib.h: Nie ma takiego pliku ani katalogu
kernel/qt_x11_p.h:71:23: X11/Xutil.h: Nie ma takiego pliku ani katalogu
kernel/qt_x11_p.h:72:21: X11/Xos.h: Nie ma takiego pliku ani katalogu
kernel/qt_x11_p.h:73:23: X11/Xatom.h: Nie ma takiego pliku ani katalogu
make[2]: *** [.obj/release-shared-mt/qtaddons_x11.o] Bł±d 1
make[2]: Leaving directory `/usr/local/inne/qt-x11-free-3.3.4/src\\'
make[1]: *** [sub-src] Bł±d 2
make[1]: Leaving directory `/usr/local/inne/qt-x11-free-3.3.4\\'
make: *** [init] Bł±d 2

Co jest nie tak ?  dlaczego brakuje tych czterech plików i co zrobić by one powstały.

Prosze o szybką pomoc.

Alkesaltzer

  • Gość
Jaka karta TV?
« Odpowiedź #1 dnia: 2005-08-06, 13:46:44 »
2005-08-06 12:35:32 Alkesaltzer napisał:
 Co do tych brakujących plików to wystarczyło doinstalować libx11-dev za pomocą apt-get . Sam dociągnął reszte.

teraz jednak po wpisaniu make pojawia się mnustro errorów :

make[1]: Entering directory `/usr/local/inne/qt-x11-free-3.3.4\\'
cd qmake && make
make[2]: Entering directory `/usr/local/inne/qt-x11-free-3.3.4/qmake\\'
make[2]: `qmake\\' jest aktualne.
make[2]: Leaving directory `/usr/local/inne/qt-x11-free-3.3.4/qmake\\'
cd src/moc && make
make[2]: Entering directory `/usr/local/inne/qt-x11-free-3.3.4/src/moc\\'
make[2]: Nie nic do roboty w `first\\'.
make[2]: Leaving directory `/usr/local/inne/qt-x11-free-3.3.4/src/moc\\'
cd src && make
make[2]: Entering directory `/usr/local/inne/qt-x11-free-3.3.4/src\\'
g++ -c -pipe -fno-exceptions -Wall -W -O2 -D_REENTRANT -fPIC -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_THREAD_SUPPORT -DQT_NO_CUPS -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -DQT_NO_XINERAMA -DQT_NO_XCURSOR -DQT_NO_XRANDR -DQT_NO_XRENDER -DQT_NO_XFTFREETYPE -DQT_NO_SM_SUPPORT -DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG -DQT_BUILTIN_GIF_READER=1 -DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT -DQT_NO_STYLE_POCKETPC -I/usr/local/inne/qt-x11-free-3.3.4/mkspecs/linux-g++ -I. -I../include -I/usr/X11R6/include -I.moc/release-shared-mt/ -o .obj/release-shared-mt/qpngio.o kernel/qpngio.cpp
kernel/qpngio.cpp:45:17: png.h: Nie ma takiego pliku ani katalogu
kernel/qpngio.cpp:67: error: `png_structp\\' was not declared in this scope
kernel/qpngio.cpp:67: error: parse error before `,\\' token
kernel/qpngio.cpp: In function `void iod_read_fn(...)\\':
kernel/qpngio.cpp:69: error: `png_ptr\\' undeclared (first use this function)
kernel/qpngio.cpp:69: error: (Each undeclared identifier is reported only once
   for each function it appears in.)
kernel/qpngio.cpp:69: error: `png_get_io_ptr\\' undeclared (first use this
   function)
kernel/qpngio.cpp:72: error: `length\\' undeclared (first use this function)
kernel/qpngio.cpp:73: error: `data\\' undeclared (first use this function)
kernel/qpngio.cpp:75: error: `png_error\\' undeclared (first use this function)
kernel/qpngio.cpp: At global scope:
kernel/qpngio.cpp:84: error: parse error before `,\\' token
kernel/qpngio.cpp: In function `void qpiw_write_fn(...)\\':
kernel/qpngio.cpp:86: error: `png_get_io_ptr\\' undeclared (first use this
   function)
kernel/qpngio.cpp:91: error: `png_error\\' undeclared (first use this function)
kernel/qpngio.cpp: At global scope:
kernel/qpngio.cpp:98: error: parse error before `)\\' token
kernel/qpngio.cpp: In function `void qpiw_flush_fn(...)\\':
kernel/qpngio.cpp:100: error: `png_get_io_ptr\\' undeclared (first use this
   function)
kernel/qpngio.cpp: At global scope:
kernel/qpngio.cpp:111: error: type specifier omitted for parameter `png_structp
   \\'
kernel/qpngio.cpp:111: error: parse error before `,\\' token
kernel/qpngio.cpp: In function `void setup_qt(...)\\':
kernel/qpngio.cpp:113: error: `screen_gamma\\' undeclared (first use this
   function)
kernel/qpngio.cpp:113: error: `info_ptr\\' undeclared (first use this function)
kernel/qpngio.cpp:113: error: `PNG_INFO_gAMA\\' undeclared (first use this
   function)
kernel/qpngio.cpp:113: error: `png_get_valid\\' undeclared (first use this
   function)
kernel/qpngio.cpp:115: error: `png_get_gAMA\\' undeclared (first use this
   function)
kernel/qpngio.cpp:116: error: `png_set_gamma\\' undeclared (first use this
   function)
kernel/qpngio.cpp:119: error: `png_uint_32\\' undeclared (first use this
   function)
kernel/qpngio.cpp:119: error: parse error before `;\\' token
kernel/qpngio.cpp:123: error: `width\\' undeclared (first use this function)
kernel/qpngio.cpp:123: error: `height\\' undeclared (first use this function)
kernel/qpngio.cpp:124: error: `png_get_IHDR\\' undeclared (first use this
   function)
kernel/qpngio.cpp:126: error: `PNG_COLOR_TYPE_GRAY\\' undeclared (first use this
   function)
kernel/qpngio.cpp:129: error: `png_set_invert_mono\\' undeclared (first use this
   function)
kernel/qpngio.cpp:130: error: `png_read_update_info\\' undeclared (first use this
   function)
kernel/qpngio.cpp:131: error: `image\\' undeclared (first use this function)
kernel/qpngio.cpp:135: error: `PNG_INFO_tRNS\\' undeclared (first use this
   function)
kernel/qpngio.cpp:136: error: `png_set_expand\\' undeclared (first use this
   function)
kernel/qpngio.cpp:137: error: `png_set_strip_16\\' undeclared (first use this
   function)
kernel/qpngio.cpp:138: error: `png_set_gray_to_rgb\\' undeclared (first use this
   function)
kernel/qpngio.cpp:145: error: `png_set_swap_alpha\\' undeclared (first use this
   function)
kernel/qpngio.cpp:152: error: `png_set_packing\\' undeclared (first use this
   function)
kernel/qpngio.cpp:170: error: `PNG_COLOR_TYPE_PALETTE\\' undeclared (first use
   this function)
kernel/qpngio.cpp:170: error: `PNG_INFO_PLTE\\' undeclared (first use this
   function)
kernel/qpngio.cpp:213: error: `PNG_COLOR_TYPE_GRAY_ALPHA\\' undeclared (first use
   this function)
kernel/qpngio.cpp:220: error: `PNG_COLOR_MASK_ALPHA\\' undeclared (first use this
   function)
kernel/qpngio.cpp:224: error: `PNG_FILLER_BEFORE\\' undeclared (first use this
   function)
kernel/qpngio.cpp:224: error: `PNG_FILLER_AFTER\\' undeclared (first use this
   function)
kernel/qpngio.cpp:224: error: `png_set_filler\\' undeclared (first use this
   function)
kernel/qpngio.cpp:239: error: `png_set_bgr\\' undeclared (first use this
   function)
kernel/qpngio.cpp: At global scope:
kernel/qpngio.cpp:247: error: `png_structp\\' was not declared in this scope
kernel/qpngio.cpp:247: error: `png_const_charp\\' was not declared in this scope
kernel/qpngio.cpp:247: error: parse error before `)\\' token
kernel/qpngio.cpp: In function `void qt_png_warning(...)\\':
kernel/qpngio.cpp:249: error: `message\\' undeclared (first use this function)
kernel/qpngio.cpp: In function `void read_png_image(QImageIO*)\\':
kernel/qpngio.cpp:260: error: parse error before `;\\' token
kernel/qpngio.cpp:262: error: `png_infop\\' undeclared (first use this function)
kernel/qpngio.cpp:263: error: `png_bytep\\' undeclared (first use this function)
kernel/qpngio.cpp:263: error: `row_pointers\\' undeclared (first use this
   function)
kernel/qpngio.cpp:265: error: `PNG_LIBPNG_VER_STRING\\' undeclared (first use
   this function)
kernel/qpngio.cpp:265: error: `png_create_read_struct\\' undeclared (first use
   this function)
kernel/qpngio.cpp:271: error: `png_set_error_fn\\' undeclared (first use this
   function)
kernel/qpngio.cpp:273: error: `png_create_info_struct\\' undeclared (first use
   this function)
kernel/qpngio.cpp:275: error: `png_destroy_read_struct\\' undeclared (first use
   this function)
kernel/qpngio.cpp:280: error: `end_info\\' undeclared (first use this function)
kernel/qpngio.cpp:287: error: `setjmp\\' undeclared (first use this function)
kernel/qpngio.cpp:293: error: `png_set_read_fn\\' undeclared (first use this
   function)
kernel/qpngio.cpp:294: error: `png_read_info\\' undeclared (first use this
   function)
kernel/qpngio.cpp:297: warning: cannot pass objects of non-POD type `class
   QImage\\' through `...\\'; call will abort at runtime
kernel/qpngio.cpp:304: error: parse error before `;\\' token
kernel/qpngio.cpp:309: error: `png_get_IHDR\\' undeclared (first use this
   function)
kernel/qpngio.cpp:312: error: parse error before `[\\' token
kernel/qpngio.cpp:318: error: `png_read_image\\' undeclared (first use this
   function)
kernel/qpngio.cpp:338: error: `png_get_x_pixels_per_meter\\' undeclared (first
   use this function)
kernel/qpngio.cpp:339: error: `png_get_y_pixels_per_meter\\' undeclared (first
   use this function)
kernel/qpngio.cpp:342: error: `png_textp\\' undeclared (first use this function)
kernel/qpngio.cpp:342: error: parse error before `;\\' token
kernel/qpngio.cpp:344: error: `text_ptr\\' undeclared (first use this function)
kernel/qpngio.cpp:344: error: `png_get_text\\' undeclared (first use this
   function)
kernel/qpngio.cpp:373: error: `png_read_end\\' undeclared (first use this
   function)
kernel/qpngio.cpp: At global scope:
kernel/qpngio.cpp:415: error: type specifier omitted for parameter `png_structp
   \\'
kernel/qpngio.cpp:415: error: parse error before `,\\' token
kernel/qpngio.cpp: In function `void set_text(...)\\':
kernel/qpngio.cpp:419: error: parse error before `=\\' token
kernel/qpngio.cpp:425: error: `short_not_long\\' undeclared (first use this
   function)
kernel/qpngio.cpp:427: error: `PNG_TEXT_COMPRESSION_NONE\\' undeclared (first use
   this function)
kernel/qpngio.cpp:429: error: `PNG_TEXT_COMPRESSION_zTXt\\' undeclared (first use
   this function)
kernel/qpngio.cpp:430: error: `png_charp\\' undeclared (first use this function)
kernel/qpngio.cpp:431: error: parse error before `.\\' token
kernel/qpngio.cpp:436: error: `png_set_text\\' undeclared (first use this
   function)
kernel/qpngio.cpp: In member function `bool QPNGImageWriter::writeImage(const
   QImage&, int, int, int)\\':
kernel/qpngio.cpp:455: error: parse error before `;\\' token
kernel/qpngio.cpp:459: error: `png_create_write_struct\\' undeclared (first use
   this function)
kernel/qpngio.cpp:464: error: `png_set_error_fn\\' undeclared (first use this
   function)
kernel/qpngio.cpp:466: error: `png_create_info_struct\\' undeclared (first use
   this function)
kernel/qpngio.cpp:468: error: `png_destroy_write_struct\\' undeclared (first use
   this function)
kernel/qpngio.cpp:472: error: `setjmp\\' undeclared (first use this function)
kernel/qpngio.cpp:485: error: `png_set_compression_level\\' undeclared (first use
   this function)
kernel/qpngio.cpp:489: error: `png_set_gAMA\\' undeclared (first use this
   function)
kernel/qpngio.cpp:492: error: `png_set_write_fn\\' undeclared (first use this
   function)
kernel/qpngio.cpp:504: error: `PNG_COLOR_TYPE_RGB_ALPHA\\' undeclared (first use
   this function)
kernel/qpngio.cpp:505: error: `PNG_COLOR_TYPE_RGB\\' undeclared (first use this
   function)
kernel/qpngio.cpp:505: error: `png_set_IHDR\\' undeclared (first use this
   function)
kernel/qpngio.cpp:514: error: `png_set_packswap\\' undeclared (first use this
   function)
kernel/qpngio.cpp:516: error: `png_colorp\\' undeclared (first use this function)
kernel/qpngio.cpp:516: error: parse error before `=\\' token
kernel/qpngio.cpp:517: error: `png_bytep\\' undeclared (first use this function)
kernel/qpngio.cpp:521: error: `palette\\' undeclared (first use this function)
kernel/qpngio.cpp:521: error: parse error before `[\\' token
kernel/qpngio.cpp:522: error: `png_set_PLTE\\' undeclared (first use this
   function)
kernel/qpngio.cpp:538: error: `copy_trans\\' undeclared (first use this function)
kernel/qpngio.cpp:538: error: parse error before `[\\' token
kernel/qpngio.cpp:541: error: `png_set_tRNS\\' undeclared (first use this
   function)
kernel/qpngio.cpp:553: error: `png_set_swap_alpha\\' undeclared (first use this
   function)
kernel/qpngio.cpp:558: error: `png_set_bgr\\' undeclared (first use this
   function)
kernel/qpngio.cpp:562: error: `PNG_OFFSET_PIXEL\\' undeclared (first use this
   function)
kernel/qpngio.cpp:562: error: `png_set_oFFs\\' undeclared (first use this
   function)
kernel/qpngio.cpp:566: error: `png_set_sig_bytes\\' undeclared (first use this
   function)
kernel/qpngio.cpp:571: error: `PNG_RESOLUTION_METER\\' undeclared (first use this
   function)
kernel/qpngio.cpp:571: error: `png_set_pHYs\\' undeclared (first use this
   function)
kernel/qpngio.cpp:576: warning: cannot pass objects of non-POD type `const
   class QImage\\' through `...\\'; call will abort at runtime
kernel/qpngio.cpp:579: error: `png_write_info\\' undeclared (first use this
   function)
kernel/qpngio.cpp:583: warning: cannot pass objects of non-POD type `const
   class QImage\\' through `...\\'; call will abort at runtime
kernel/qpngio.cpp:587: error: `png_set_packing\\' undeclared (first use this
   function)
kernel/qpngio.cpp:592: error: `png_set_filler\\' undeclared (first use this
   function)
kernel/qpngio.cpp:599: error: `png_byte\\' undeclared (first use this function)
kernel/qpngio.cpp:599: error: parse error before `)\\' token
kernel/qpngio.cpp:607: error: parse error before `)\\' token
kernel/qpngio.cpp:610: error: parse error before `;\\' token
kernel/qpngio.cpp:615: error: `png_get_IHDR\\' undeclared (first use this
   function)
kernel/qpngio.cpp:618: error: parse error before `[\\' token
kernel/qpngio.cpp:623: error: `png_write_image\\' undeclared (first use this
   function)
kernel/qpngio.cpp:626: error: `png_write_end\\' undeclared (first use this
   function)
kernel/qpngio.cpp: At global scope:
kernel/qpngio.cpp:835: error: parse error before `,\\' token
kernel/qpngio.cpp:836: error: parse error before `,\\' token
kernel/qpngio.cpp:838: error: parse error before `,\\' token
kernel/qpngio.cpp:852: error: \\'png_structp\\' is used as a type, but is not
   defined as a type.
kernel/qpngio.cpp:853: error: \\'png_infop\\' is used as a type, but is not defined
   as a type.
kernel/qpngio.cpp:942: error: parse error before `,\\' token
kernel/qpngio.cpp: In function `void info_callback(...)\\':
kernel/qpngio.cpp:944: error: `png_get_progressive_ptr\\' undeclared (first use
   this function)
kernel/qpngio.cpp:945: error: `info\\' undeclared (first use this function)
kernel/qpngio.cpp: At global scope:
kernel/qpngio.cpp:949: error: parse error before `,\\' token
kernel/qpngio.cpp: In function `void row_callback(...)\\':
kernel/qpngio.cpp:952: error: `png_get_progressive_ptr\\' undeclared (first use
   this function)
kernel/qpngio.cpp:953: error: `new_row\\' undeclared (first use this function)
kernel/qpngio.cpp:953: error: `row_num\\' undeclared (first use this function)
kernel/qpngio.cpp:953: error: `pass\\' undeclared (first use this function)
kernel/qpngio.cpp: At global scope:
kernel/qpngio.cpp:957: error: parse error before `,\\' token
kernel/qpngio.cpp: In function `void end_callback(...)\\':
kernel/qpngio.cpp:959: error: `png_get_progressive_ptr\\' undeclared (first use
   this function)
kernel/qpngio.cpp: In destructor `virtual QPNGFormat::~QPNGFormat()\\':
kernel/qpngio.cpp:1000: error: `png_destroy_read_struct\\' undeclared (first use
   this function)
kernel/qpngio.cpp: In member function `virtual int QPNGFormat::decode(QImage&,
   QImageConsumer*, const uchar*, int)\\':
kernel/qpngio.cpp:1016: error: `png_create_read_struct\\' undeclared (first use
   this function)
kernel/qpngio.cpp:1023: error: `png_set_error_fn\\' undeclared (first use this
   function)
kernel/qpngio.cpp:1024: error: `png_set_compression_level\\' undeclared (first
   use this function)
kernel/qpngio.cpp:1026: error: `png_create_info_struct\\' undeclared (first use
   this function)
kernel/qpngio.cpp:1028: error: `png_destroy_read_struct\\' undeclared (first use
   this function)
kernel/qpngio.cpp:1033: error: `setjmp\\' undeclared (first use this function)
kernel/qpngio.cpp:1040: error: `png_set_progressive_read_fn\\' undeclared (first
   use this function)
kernel/qpngio.cpp:1052: error: `png_set_sig_bytes\\' undeclared (first use this
   function)
kernel/qpngio.cpp:1067: error: parse error before `,\\' token
kernel/qpngio.cpp: At global scope:
kernel/qpngio.cpp:1081: error: `png_structp\\' was not declared in this scope
kernel/qpngio.cpp:1081: error: parse error before `,\\' token
kernel/qpngio.cpp: In member function `void QPNGFormat::info(...)\\':
kernel/qpngio.cpp:1083: error: `png\\' undeclared (first use this function)
kernel/qpngio.cpp:1083: error: `png_set_interlace_handling\\' undeclared (first
   use this function)
kernel/qpngio.cpp:1084: warning: cannot pass objects of non-POD type `class
   QImage\\' through `...\\'; call will abort at runtime
kernel/qpngio.cpp: At global scope:
kernel/qpngio.cpp:1087: error: parse error before `,\\' token
kernel/qpngio.cpp: In member function `void QPNGFormat::row(...)\\':
kernel/qpngio.cpp:1091: error: `png_progressive_combine_row\\' undeclared (first
   use this function)
kernel/qpngio.cpp: At global scope:
kernel/qpngio.cpp:1095: error: parse error before `,\\' token
kernel/qpngio.cpp: In member function `void QPNGFormat::end(...)\\':
kernel/qpngio.cpp:1097: error: `png_get_x_offset_pixels\\' undeclared (first use
   this function)
kernel/qpngio.cpp:1098: error: `png_get_y_offset_pixels\\' undeclared (first use
   this function)
kernel/qpngio.cpp:1105: error: `png_get_x_pixels_per_meter\\' undeclared (first
   use this function)
kernel/qpngio.cpp:1106: error: `png_get_y_pixels_per_meter\\' undeclared (first
   use this function)
kernel/qpngio.cpp:1108: error: parse error before `;\\' token
kernel/qpngio.cpp:1110: error: `png_get_text\\' undeclared (first use this
   function)
kernel/qpngio.cpp: In function `void qt_zlib_compression_hack()\\':
kernel/qpngio.cpp:1235: error: `compress\\' undeclared (first use this function)
kernel/qpngio.cpp:1236: error: `uncompress\\' undeclared (first use this
   function)
make[2]: *** [.obj/release-shared-mt/qpngio.o] Bł±d 1
make[2]: Leaving directory `/usr/local/inne/qt-x11-free-3.3.4/src\\'
make[1]: *** [sub-src] Bł±d 2
make[1]: Leaving directory `/usr/local/inne/qt-x11-free-3.3.4\\'
make: *** [init] Bł±d 2

Prosze o pomoc

tomaszko

  • Gość
Jaka karta TV?
« Odpowiedź #2 dnia: 2005-08-06, 08:09:01 »
Jaką kupić karte TV żeby bez problemu działała na linuxie. Wiem, że najważniejsze to na jakim układzie jst zrobiona, jak jest chip bt878 to działa ok. Kiedyś miałem taką i było wszystko ok. Czy Conexant878 to to samo co bt878?

chmooreck

  • Gość
Jaka karta TV?
« Odpowiedź #3 dnia: 2005-08-06, 12:45:47 »
ja mam kworld kw 7134 pro - dziala ok (chipset saa7134)

gargamelmg

  • Gość
Jaka karta TV?
« Odpowiedź #4 dnia: 2005-08-25, 01:10:05 »
2005-08-06 12:45:47 chmooreck napisał:

> ja mam kworld kw 7134 pro - dziala ok (chipset saa7134)

Jestem początkującym linuksowcem, ajeśli chodzi o komputery to jestem samoukiem-fascynatą. Posiadam kartę TV-FM KWORLD model PHILIPS 7134 I NIE WIEM JAK JĄ URUCHOMIĆ POD LINUKSEM. Moja dystrybucja to AUROX-10.3.
Zwłaszcza chcę uruchomić radio bo podczas pracy na kompie lubię słuchać muzyki. Prubowałemm znaleźć wskazówki w internecie, ale nic nie znalazłem dopiero w tym forum dla początkujących przeczytałem, że ry także masz taką kartę. Czy mógłbyś mi opisać w jaki sposób ją zainstalować i jak uruchomić radio na linuksie, proszę o pomoc.

chmooreck

  • Gość
Jaka karta TV?
« Odpowiedź #5 dnia: 2005-08-25, 08:05:17 »
mam jajo z serii 2.6
opcja ladowania modulu do karty (modul nazywa sie saa7134) card = 32

czyli spod roota wykonaj:

modprobe saa7134 card=34

i to powinno wystarczyc ;-)

do ogladania tv polecam tvtime

radio tez codzi, ale mialem taki problem, ze po zamiknieciu aplikacji (uzywalem wtyczki do xmms'a) radio sie nie wyciszalo - tzn gralo dalej. nie uzywam radia wiec sie w ten problem nie zaglebialem... byc moze jest to kwestia wyboru aplikacji

de_laurent

  • Gość
Jaka karta TV?
« Odpowiedź #6 dnia: 2005-08-25, 18:18:24 »
Ja natomiast mam Prolink Pixelview PV-BT878P+W/FM czy jakos tak. W kazdym razie bazuje ona, jak widac, na czipsecie bt878 (uzywam card=72). Tuner jest zdaje sie LG (tuner=28). Wszystko chodzi bez najmniejszego problemu.
Do sluchania radia uzywam Kradio jest calkiem konkretny i mozna ustawic, zeby sie wyciszal po wylaczeniu. Do ogladania TV uzywam xawtv i xdtv (bardzo podobne).

Wydaje mi sie, ze na stronie bytesex.org znajdziecie pelna liste kart jakie wspolpracuja z Linuksem. Jest tez w dokumentacji jadra w podkatalogu Documentation/v4l.

Frank

  • Gość
Jaka karta TV?
« Odpowiedź #7 dnia: 2005-08-25, 19:28:30 »
Udało się komuś uruchomić Kworld LTV883 ?

gargamelmg

  • Gość
Jaka karta TV?
« Odpowiedź #8 dnia: 2005-08-27, 21:55:05 »
2005-08-25 08:05:17 chmooreck napisał:

> mam jajo z serii 2.6
 > opcja ladowania modulu do karty (modul nazywa sie saa7134) card = 32
 >
 > czyli spod roota wykonaj:
 >
 > modprobe saa7134 card=34
 >
 > i to powinno wystarczyc ;-)
 >
 > do ogladania tv polecam tvtime
 >
 > radio tez codzi, ale mialem taki problem, ze po zamiknieciu aplikacji (uzywalem wtyczki do
 > xmms'a) radio sie nie wyciszalo - tzn gralo dalej. nie uzywam radia wiec sie w ten problem nie
 > zaglebialem... byc moze jest to kwestia wyboru aplikacji

Przepraszam że dopiero teraz się odzywam.
Ściągnołem ten plik saa7134 i nic, nie wiem co dalej wydanie tej komendy:
modprobe saa7134 card=34
nic nie dało otrzymałem tylko uwagę o błędzie.
Proszę o pomoc

chmooreck

  • Gość
Jaka karta TV?
« Odpowiedź #9 dnia: 2005-08-27, 22:58:09 »
 > Przepraszam że dopiero teraz się odzywam.
 > Ściągnołem ten plik saa7134 i nic, nie wiem co dalej wydanie tej komendy:
 > modprobe saa7134 card=34
 > nic nie dało otrzymałem tylko uwagę o błędzie.
 > Proszę o pomoc

saa7134 to nazwa modulu - jesli uzywasz jadra dystrybucyjnego, to najprawdopodobniej jest on skompilowany...

polecenie modprobe wydaj spod roota...

  • Gość
Jaka karta TV?
« Odpowiedź #10 dnia: 2005-08-28, 10:58:07 »
Zainstalowałem i skonfigurowałem wczoraj kartę TV Leadtek 2000XP Expert pod dystrybucją Mandriva LE.
Czy były problemy ? Owszem:
1. W /etc/modules.conf był nieprawidłowy wpis który powodował że moduł cx8800 do końca nie chciał się załadować.
2. /dev/video0 no such device - zaraz po tym jak został prawidłowo załadowany modul cx8800  "urzadzenie" video34 pojawiło się. Musi być video0 wiec zrobiłem w /dev dowiązanie symboliczne video0 oraz video.

Podsumowując, radio działa wspaniale, mam w zasiegu standardowej anteny dolaczonej do pudelka 10 stacji radiowych. Obraz TV jest, jednak nie ma dźwięku (tylko szum) i koloru - mysle na tym zeby w koncu karta odbierala TV normalnie