I ran "sudo modprobe cx18" and dmesg | grep cx18. Here is my result...
[EMAIL PROTECTED]:~$ sudo modprobe cx18 [sudo] password for daryl: [EMAIL PROTECTED]:~$ dmesg|grep cx18 [ 38.585719] cx18: Start initialization, version 1.0.1 [ 38.585782] cx18-0: Initializing card #0 [ 38.585786] cx18-0: Autodetected Hauppauge card [ 38.586104] cx18-0: Unreasonably low latency timer, setting to 64 (was 32) [ 38.587202] cx18-0: cx23418 revision 01010000 (B) [ 38.766722] cx18-0: Invalid EEPROM [ 38.766725] cx18-0: VBI is not yet supported [ 38.994788] cs5345 2-004c: chip found @ 0x98 (cx18 i2c driver #0-0) [ 38.998714] cx18-0: Disabled encoder IDX device [ 38.998753] cx18-0: Registered device video0 for encoder MPEG (2 MB) [ 38.998757] DVB: registering new adapter (cx18) [ 39.035929] cx18-0: frontend initialization failed [ 39.036078] cx18-0: DVB failed to register [ 39.036106] cx18-0: Registered device video32 for encoder YUV (2 MB) [ 39.036122] cx18-0: Registered device video24 for encoder PCM audio (1 MB) [ 39.036141] cx18-0: Registered device radio0 for encoder radio [ 39.036331] cx18-0: Error -12 registering devices [ 39.037826] cx18-0: Error -12 on initialization [ 39.037846] cx18: probe of 0000:01:06.0 failed with error -12 [ 39.037873] cx18: End initialization I have come to this point before and learned about using these 2 commands... /sudo modprobe -r cx18 sudo //modprobe cx18 mmio_ndelay=31 (optional values 31,61,91,121,152) / I ran these commands and this is the result... [EMAIL PROTECTED]:~$ sudo modprobe cx18 mnio_ndelay=31 FATAL: Error inserting cx18 (/lib/modules/2.6.24-21-generic/kernel/drivers/media/video/cx18/cx18.ko): Unknown symbol in module, or unknown parameter (see dmesg). Any ideas? "FATAL" sounds like a bad thing :-) Richard Ayotte wrote: > Run modprobe as root and then run dmesg|grep cx18 to see if the module > loaded. > > -- > Richard > > > On Sun, Oct 12, 2008 at 2:11 AM, daryl <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > I followed the instructions at > http://www.ivtvdriver.org/index.php/Cx18. > I obtained the driver and performed these... Unpack, 'make > menuconfig', > 'make', 'make install' (as root), 'make unload' (as root) and run > 'modprobe cx18'. > > All went well except modprobe. Do I run that as root or not. As > root it > returned nothing. When run as not root it returned the following... > > [EMAIL PROTECTED]:~/v4l-dvb-1e7e0b56d97b$ modprobe cx18 > WARNING: Error inserting tveeprom > (/lib/modules/2.6.24-21-generic/kernel/drivers/media/video/tveeprom.ko): > Operation not permitted > WARNING: Error inserting v4l2_common > > (/lib/modules/2.6.24-21-generic/kernel/drivers/media/video/v4l2-common.ko): > Operation not permitted > WARNING: Error inserting cx2341x > (/lib/modules/2.6.24-21-generic/kernel/drivers/media/video/cx2341x.ko): > Operation not permitted > WARNING: Error inserting i2c_algo_bit > (/lib/modules/2.6.24-21-generic/kernel/drivers/i2c/algos/i2c-algo-bit.ko): > Operation not permitted > WARNING: Error inserting v4l1_compat > > (/lib/modules/2.6.24-21-generic/kernel/drivers/media/video/v4l1-compat.ko): > Operation not permitted > WARNING: Error inserting videodev > (/lib/modules/2.6.24-21-generic/kernel/drivers/media/video/videodev.ko): > Operation not permitted > WARNING: Error inserting compat_ioctl32 > > (/lib/modules/2.6.24-21-generic/kernel/drivers/media/video/compat_ioctl32.ko): > Operation not permitted > WARNING: Error inserting dvb_core > > (/lib/modules/2.6.24-21-generic/kernel/drivers/media/dvb/dvb-core/dvb-core.ko): > Operation not permitted > FATAL: Error inserting cx18 > (/lib/modules/2.6.24-21-generic/kernel/drivers/media/video/cx18/cx18.ko): > Operation not permitted > > I have just reinstalled Hardy from a live cd and did a update and > upgrade. Nothing else performed on system. > > _______________________________________________ > ivtv-users mailing list > [email protected] <mailto:[email protected]> > http://ivtvdriver.org/mailman/listinfo/ivtv-users > > > ------------------------------------------------------------------------ > > _______________________________________________ > ivtv-users mailing list > [email protected] > http://ivtvdriver.org/mailman/listinfo/ivtv-users _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
