On 12 April 2011 20:19, John Bennett <hornetster@gmail.com> wrote:
Don't know whether anyone can help, but... Purchased a USB 2.0 DVB-T Stick that also does DAB. Wasn't really going to use it on linux, bought it for the wife (win7 :-( ) but noticed that it actually came with "Linux Drivers". It's an "Ezcap USB 2.0 DVB-T Stick with FM & DAB" and, I must admit, works very well in Windows. The Linux drivers entail an install.sh executable and a bz2 file. The executable basically extracts the bz2, and makes the driver, which all goes OK for a while but then I get an error:
/home/Software/EzyCap/v4l_rtl2832_install/v4l-dvb-b88d4f790cd6/v4l/config-compat.h:4:28: fatal error: linux/autoconf.h: No such file or directory compilation terminated.
yes , the autoconf.h file is now in generated directory in the new linux kernel, and I the driver for linux is written for old kernel . So , just go into the config-compat.h and then change all the linux/autoconf.h to generated/autoconf.h , then build it again
I believe I have all the kernel dev headers and stuff installed.... Anyone have any ideas? Thanks, John. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- ________________________ wolf python london(WPL) Do as you soul should do ! ________________________ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org