I have upgraded to Ubuntu Hardy Heron and downloaded the latest drive
(thanks for giving me the new location Sander). If I follow the steps on
the wiki I get errors at the make menuconfig stage, but if I just
make/make install/make unload/modprobe cx18 then all appears to go Ok
but I just get the following in dmesg:

[ 5654.047113] Linux video capture interface: v2.00
[ 5654.064193] cx18:  Start initialization, version 1.0.0
[ 5654.064264] cx18-0: Initializing card #0
[ 5654.064269] cx18-0: Autodetected Yuan MPC718 card
[ 5654.064505] cx18-0: cx23418 revision 01010000 (B)
[ 5654.213446] cx18-0: Not yet supported!
[ 5654.214014] cx18-0: Error -19 on initialization
[ 5654.214043] cx18-1: Initializing card #1
[ 5654.214047] cx18-1: Autodetected Yuan MPC718 card
[ 5654.214183] cx18-1: cx23418 revision 01010000 (B)
[ 5654.375028] cx18-1: Not yet supported!
[ 5654.375584] cx18-1: Error -19 on initialization
[ 5654.375611] cx18:  End initialization


How do I force the module to initialise so that I can continue testing?
Previously Hans added the autodetection and suggested I tried various
video inputs, but I have been unable to start testing as I have been
away on holiday.

Please reply to [EMAIL PROTECTED]

In case it is relevant this is what I get from make menuconfig:

[EMAIL PROTECTED]:~/Desktop/v4l-dvb-4c4fd6b8755c$ make menuconfig
make -C /home/brian/Desktop/v4l-dvb-4c4fd6b8755c/v4l menuconfig
make[1]: Entering directory
`/home/brian/Desktop/v4l-dvb-4c4fd6b8755c/v4l'
make -C /lib/modules/2.6.24-16-generic/build
-f /home/brian/Desktop/v4l-dvb-4c4fd6b8755c/v4l/Makefile.kernel
config-targets=1 mixed-targets=0 dot-config=0
SRCDIR=/lib/modules/2.6.24-16-generic/build v4l-mconf
make[2]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
make -f /lib/modules/2.6.24-16-generic/build/scripts/Makefile.build
obj=scripts/kconfig hostprogs-y=mconf scripts/kconfig/mconf
  HOSTCC  scripts/kconfig/lxdialog/checklist.o
In file included from scripts/kconfig/lxdialog/checklist.c:24:
scripts/kconfig/lxdialog/dialog.h:32:20: error: curses.h: No such file
or directory
In file included from scripts/kconfig/lxdialog/checklist.c:24:
scripts/kconfig/lxdialog/dialog.h:97: error: expected
specifier-qualifier-list before 'chtype'
scripts/kconfig/lxdialog/dialog.h:187: error: expected ')' before '*'
token
scripts/kconfig/lxdialog/dialog.h:194: error: expected ')' before '*'
token
scripts/kconfig/lxdialog/dialog.h:196: error: expected ')' before '*'
token
scripts/kconfig/lxdialog/dialog.h:197: error: expected ')' before '*'
token
scripts/kconfig/lxdialog/dialog.h:198: error: expected ')' before '*'
token
scripts/kconfig/lxdialog/dialog.h:199: error: expected ')' before '*'
token
scripts/kconfig/lxdialog/dialog.h:201: error: expected ')' before '*'
token
scripts/kconfig/lxdialog/checklist.c:31: error: expected ')' before '*'
token
scripts/kconfig/lxdialog/checklist.c:59: error: expected ')' before '*'
token
scripts/kconfig/lxdialog/checklist.c:95: error: expected ')' before '*'
token
scripts/kconfig/lxdialog/checklist.c: In function 'dialog_checklist':
scripts/kconfig/lxdialog/checklist.c:116: error: 'WINDOW' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:116: error: (Each undeclared
identifier is reported only once
scripts/kconfig/lxdialog/checklist.c:116: error: for each function it
appears in.)
scripts/kconfig/lxdialog/checklist.c:116: error: 'dialog' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:116: error: 'list' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:116: warning: left-hand operand of
comma expression has no effect
scripts/kconfig/lxdialog/checklist.c:129: warning: implicit declaration
of function 'getmaxy'
scripts/kconfig/lxdialog/checklist.c:129: error: 'stdscr' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:130: error: 'KEY_MAX' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:131: warning: implicit declaration
of function 'getmaxx'
scripts/kconfig/lxdialog/checklist.c:137: error: 'COLS' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:138: error: 'LINES' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:140: warning: implicit declaration
of function 'draw_shadow'
scripts/kconfig/lxdialog/checklist.c:142: warning: implicit declaration
of function 'newwin'
scripts/kconfig/lxdialog/checklist.c:143: warning: implicit declaration
of function 'keypad'
scripts/kconfig/lxdialog/checklist.c:143: error: 'TRUE' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:145: warning: implicit declaration
of function 'draw_box'
scripts/kconfig/lxdialog/checklist.c:146: error: 'struct dialog_color'
has no member named 'atr'
scripts/kconfig/lxdialog/checklist.c:146: error: 'struct dialog_color'
has no member named 'atr'
scripts/kconfig/lxdialog/checklist.c:147: warning: implicit declaration
of function 'wattrset'
scripts/kconfig/lxdialog/checklist.c:147: error: 'struct dialog_color'
has no member named 'atr'
scripts/kconfig/lxdialog/checklist.c:148: warning: implicit declaration
of function 'mvwaddch'
scripts/kconfig/lxdialog/checklist.c:150: warning: implicit declaration
of function 'waddch'
scripts/kconfig/lxdialog/checklist.c:151: error: 'struct dialog_color'
has no member named 'atr'
scripts/kconfig/lxdialog/checklist.c:154: warning: implicit declaration
of function 'print_title'
scripts/kconfig/lxdialog/checklist.c:156: error: 'struct dialog_color'
has no member named 'atr'
scripts/kconfig/lxdialog/checklist.c:157: warning: implicit declaration
of function 'print_autowrap'
scripts/kconfig/lxdialog/checklist.c:164: warning: implicit declaration
of function 'subwin'
scripts/kconfig/lxdialog/checklist.c:171: error: 'struct dialog_color'
has no member named 'atr'
scripts/kconfig/lxdialog/checklist.c:171: error: 'struct dialog_color'
has no member named 'atr'
scripts/kconfig/lxdialog/checklist.c:189: warning: implicit declaration
of function 'print_item'
scripts/kconfig/lxdialog/checklist.c:192: warning: implicit declaration
of function 'print_arrows'
scripts/kconfig/lxdialog/checklist.c:195: warning: implicit declaration
of function 'print_buttons'
scripts/kconfig/lxdialog/checklist.c:197: warning: implicit declaration
of function 'wnoutrefresh'
scripts/kconfig/lxdialog/checklist.c:199: warning: implicit declaration
of function 'doupdate'
scripts/kconfig/lxdialog/checklist.c:202: warning: implicit declaration
of function 'wgetch'
scripts/kconfig/lxdialog/checklist.c:210: error: 'KEY_UP' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:210: error: 'KEY_DOWN' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:220: error: 'FALSE' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:221: warning: implicit declaration
of function 'scrollok'
scripts/kconfig/lxdialog/checklist.c:222: warning: implicit declaration
of function 'wscrl'
scripts/kconfig/lxdialog/checklist.c:232: warning: implicit declaration
of function 'wrefresh'
scripts/kconfig/lxdialog/checklist.c:293: warning: implicit declaration
of function 'delwin'
scripts/kconfig/lxdialog/checklist.c:297: error: 'KEY_LEFT' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:298: error: 'KEY_RIGHT' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:310: warning: implicit declaration
of function 'on_key_esc'
scripts/kconfig/lxdialog/checklist.c:312: error: 'KEY_RESIZE' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c: At top level:
scripts/kconfig/lxdialog/checklist.c:325: fatal error: opening
dependency file scripts/kconfig/lxdialog/.checklist.o.d: Permission
denied
compilation terminated.
make[3]: *** [scripts/kconfig/lxdialog/checklist.o] Error 1
make[2]: *** [v4l-mconf] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
make[1]: ***
[/lib/modules/2.6.24-16-generic/build/scripts/kconfig/mconf] Error 2
make[1]: Leaving directory
`/home/brian/Desktop/v4l-dvb-4c4fd6b8755c/v4l'
make: *** [menuconfig] Error 2

_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to