You are not logged in.

#26 2009-07-09 13:32:54

Knute
Member
From: Minot, ND
Registered: 2009-03-17
Posts: 604

Re: TV tuner card no sound in tvtime and no workie in totem

Ok, so where is it located?  Mine is located in /bin.

The way to fix this is to make a symlink from /bin/lsmod to /sbin/lsmod.

Or, you can modify the sources about where lsmod is being looked for.


Knute

Offline

#27 2009-07-09 13:39:42

nmodlin
Member
From: Outer Banks North Carolina USA
Registered: 2009-04-15
Posts: 97

Re: TV tuner card no sound in tvtime and no workie in totem

first of all thank you for helping and being patient with me
ok so i made a link between /bin/lsmod /sbin/lsmod
I still get lots of errors though

make                                                                                                                               ~/v4l-dvb
make -C /home/nathan/v4l-dvb/v4l 
make[1]: Entering directory `/home/nathan/v4l-dvb/v4l'
creating symbolic links...
make -C firmware prep
make[2]: Entering directory `/home/nathan/v4l-dvb/v4l/firmware'
make[2]: Leaving directory `/home/nathan/v4l-dvb/v4l/firmware'
make -C firmware
make[2]: Entering directory `/home/nathan/v4l-dvb/v4l/firmware'
make[2]: Nothing to be done for `default'.
make[2]: Leaving directory `/home/nathan/v4l-dvb/v4l/firmware'
Kernel build directory is /lib/modules/2.6.30-ARCH/build
make -C /lib/modules/2.6.30-ARCH/build SUBDIRS=/home/nathan/v4l-dvb/v4l  modules
make[2]: Entering directory `/usr/src/linux-2.6.30-ARCH'
  CC [M]  /home/nathan/v4l-dvb/v4l/firedtv-1394.o
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:21:17: error: dma.h: No such file or directory
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:22:21: error: csr1212.h: No such file or directory
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:23:23: error: highlevel.h: No such file or directory
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:24:19: error: hosts.h: No such file or directory
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:25:22: error: ieee1394.h: No such file or directory
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:26:17: error: iso.h: No such file or directory
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:27:21: error: nodemgr.h: No such file or directory
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:37: warning: 'struct hpsb_iso' declared inside parameter list
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:37: warning: its scope is only this definition or declaration, which is probably not what you want
/home/nathan/v4l-dvb/v4l/firedtv-1394.c: In function 'rawiso_activity_cb':
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:53: error: dereferencing pointer to incomplete type
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:54: error: implicit declaration of function 'hpsb_iso_n_ready'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:61: error: dereferencing pointer to incomplete type
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:62: error: implicit declaration of function 'dma_region_i'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:62: error: dereferencing pointer to incomplete type
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:62: error: expected expression before 'unsigned'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:63: warning: assignment makes pointer from integer without a cast
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:64: error: dereferencing pointer to incomplete type
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:68: error: dereferencing pointer to incomplete type
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:82: error: implicit declaration of function 'hpsb_iso_recv_release_packets'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c: In function 'node_of':
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:87: error: dereferencing pointer to incomplete type
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:87: warning: type defaults to 'int' in declaration of '__mptr'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:87: warning: initialization from incompatible pointer type
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:87: error: invalid use of undefined type 'struct unit_directory'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c: In function 'node_lock':
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:92: error: implicit declaration of function 'hpsb_node_lock'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:92: error: 'EXTCODE_COMPARE_SWAP' undeclared (first use in this function)
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:92: error: (Each undeclared identifier is reported only once
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:92: error: for each function it appears in.)
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:93: error: 'quadlet_t' undeclared (first use in this function)
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:93: error: expected ')' before 'arg'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c: In function 'node_read':
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:98: error: implicit declaration of function 'hpsb_node_read'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c: In function 'node_write':
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:103: error: implicit declaration of function 'hpsb_node_write'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c: In function 'start_iso':
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:114: error: implicit declaration of function 'hpsb_iso_recv_init'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:114: error: dereferencing pointer to incomplete type
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:116: error: 'HPSB_ISO_DMA_DEFAULT' undeclared (first use in this function)
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:118: warning: assignment makes pointer from integer without a cast
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:125: error: implicit declaration of function 'hpsb_iso_recv_start'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:128: error: implicit declaration of function 'hpsb_iso_shutdown'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c: In function 'stop_iso':
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:139: error: implicit declaration of function 'hpsb_iso_stop'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c: At top level:
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:154: warning: 'struct hpsb_host' declared inside parameter list
/home/nathan/v4l-dvb/v4l/firedtv-1394.c: In function 'fcp_request':
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:167: error: dereferencing pointer to incomplete type
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:168: error: dereferencing pointer to incomplete type
/home/nathan/v4l-dvb/v4l/firedtv-1394.c: In function 'node_probe':
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:182: error: dereferencing pointer to incomplete type
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:182: warning: type defaults to 'int' in declaration of '__mptr'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:182: warning: initialization from incompatible pointer type
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:182: error: invalid use of undefined type 'struct unit_directory'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:187: error: dereferencing pointer to incomplete type
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:187: error: 'quadlet_t' undeclared (first use in this function)
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:188: error: implicit declaration of function 'CSR1212_TEXTUAL_DESCRIPTOR_LEAF_DATA'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:188: error: dereferencing pointer to incomplete type
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:188: warning: assignment makes pointer from integer without a cast
/home/nathan/v4l-dvb/v4l/firedtv-1394.c: At top level:
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:243: warning: 'struct unit_directory' declared inside parameter list
/home/nathan/v4l-dvb/v4l/firedtv-1394.c: In function 'node_update':
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:245: error: dereferencing pointer to incomplete type
/home/nathan/v4l-dvb/v4l/firedtv-1394.c: At top level:
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:253: error: variable 'fdtv_driver' has initializer but incomplete type
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:254: error: unknown field 'name' specified in initializer
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:254: warning: excess elements in struct initializer
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:254: warning: (near initialization for 'fdtv_driver')
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:255: error: unknown field 'update' specified in initializer
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:255: warning: excess elements in struct initializer
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:255: warning: (near initialization for 'fdtv_driver')
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:256: error: unknown field 'driver' specified in initializer
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:256: error: extra brace group at end of initializer
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:256: error: (near initialization for 'fdtv_driver')
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:259: warning: excess elements in struct initializer
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:259: warning: (near initialization for 'fdtv_driver')
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:262: error: variable 'fdtv_highlevel' has initializer but incomplete type
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:263: error: unknown field 'name' specified in initializer
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:263: warning: excess elements in struct initializer
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:263: warning: (near initialization for 'fdtv_highlevel')
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:264: error: unknown field 'fcp_request' specified in initializer
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:264: warning: excess elements in struct initializer
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:264: warning: (near initialization for 'fdtv_highlevel')
/home/nathan/v4l-dvb/v4l/firedtv-1394.c: In function 'fdtv_1394_init':
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:271: error: implicit declaration of function 'hpsb_register_highlevel'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:272: error: invalid use of undefined type 'struct hpsb_protocol_driver'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:273: error: implicit declaration of function 'hpsb_register_protocol'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:276: error: implicit declaration of function 'hpsb_unregister_highlevel'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c: In function 'fdtv_1394_exit':
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:283: error: implicit declaration of function 'hpsb_unregister_protocol'
/home/nathan/v4l-dvb/v4l/firedtv-1394.c: At top level:
/home/nathan/v4l-dvb/v4l/firedtv-1394.c:285: fatal error: opening dependency file /home/nathan/v4l-dvb/v4l/.firedtv-1394.o.d: Permission denied
compilation terminated.
make[3]: *** [/home/nathan/v4l-dvb/v4l/firedtv-1394.o] Error 1
make[2]: *** [_module_/home/nathan/v4l-dvb/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.30-ARCH'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/nathan/v4l-dvb/v4l'
make: *** [all] Error 2

***EDITED I RE'DLED THE FILES AND IT SEEMS TO BE INSTALLING CORRECTLY NOW

Last edited by nmodlin (2009-07-09 13:49:41)


And God created the Open Source Programming Community, and it was good. Satan retaliated with its evil twin, Windows and thus the battle for good and evil has begun.

Offline

#28 2009-07-09 13:58:05

Knute
Member
From: Minot, ND
Registered: 2009-03-17
Posts: 604

Re: TV tuner card no sound in tvtime and no workie in totem

After going to the firmware, and back to the site where it was downloaded, I discovered some things.

Ok.  The zipfile that you got was the windows drivers.

There was an extract.sh file that you put in a directory with the zip file, and it will extract the firmware that you need, and then use an md5sum on it to make sure that it is intact and ok, and then it will tell you to move them to your firmware directory.

You may need to chmod +x extract.sh in order to get it to run on it's own.

HTH


Knute

Offline

#29 2009-07-16 19:51:01

nmodlin
Member
From: Outer Banks North Carolina USA
Registered: 2009-04-15
Posts: 97

Re: TV tuner card no sound in tvtime and no workie in totem

Yeah nothing helped what so ever.


And God created the Open Source Programming Community, and it was good. Satan retaliated with its evil twin, Windows and thus the battle for good and evil has begun.

Offline

#30 2009-07-16 23:11:51

Knute
Member
From: Minot, ND
Registered: 2009-03-17
Posts: 604

Re: TV tuner card no sound in tvtime and no workie in totem

Ok.  So what did you do, and what did it say?


Knute

Offline

Board footer

Powered by FluxBB