Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] tda1004x.c and calls to sys_close()



Hi,

I'm using Fedora Core 2 Test 1 with kernel 2.6.2-1.87smp, and I have a
Hauppauge Nova-T PCI card. This card has a tda1004x frontend, so I had
to compile the tda1004x module from the kernel source myself as it is
not configured into the binary kernel package, and I ran into some
trouble.

The tda1004x.c file has 5 calls to sys_close() which seem to cause an
"unresolved symbol" error when I "modprobe tda1004x" once the module is
compiled and installed. I changed these calls to close(), recompiled and
installed, and the module now loads and works perfectly. Is there a
reason for the sys_close() calls, or should they be changed to close()?

Also, I think that the references to "DVB_TDA1004X_FIRMWARE_FILE" should
be changed to "CONFIG_DVB_TDA1004X_FIRMWARE_FILE", as the former does
not seem to be defined while the latter is, when
CONFIG_DVB_TDA1004X_FIRMWARE_FILE is set in the .config.

I'm no expert but hopefully I'm not too wide of the mark, and this is of
some help!

Cheers,
Neil



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index