Hi all, if this is not in the right section please feel free to move it. 
I have A110L with Linpus 1.0.3E with the latest updates. I also have DVB-T USB adapter with AF9015 chip.
Drivers can be found here: http://linuxtv.org/hg/~anttip/af9015/
And firmware here: http://www.otit.fi/~crope/v4l-dvb/af901 ... are_files/
For the driver download you need to install mercurial
and run command
after this go to the directory
install make
and start compile
Now I get error when trying to compile the drivers: "File not found: /lib/modules/2.6.23.91w/.config at ./scripts/make_kconfig.pl line 32, <IN> line 4."
Any advice how to continue from this? I think there is need for kernel sources or something like that, but how can I download them? Yum only has the latest kernel files which are for FC8 and might not work properly with linpus and acer optimizations?
Similar error case can be found here: http://www.linuxtv.org/v4lwiki/index.ph ... ore_Errata
Acer kernel source codes can be found here: ftp://[email protected]/Aspire_O ... 23.9lw.zip
Those do not however have that build file to which the link they are talking about in linuxtv.org wiki.
I have A110L with Linpus 1.0.3E with the latest updates. I also have DVB-T USB adapter with AF9015 chip.
Drivers can be found here: http://linuxtv.org/hg/~anttip/af9015/
And firmware here: http://www.otit.fi/~crope/v4l-dvb/af901 ... are_files/
For the driver download you need to install mercurial
Code:
sudo yum install mercurial
Code:
hg clone [url]http://linuxtv.org/hg/~anttip/af9015/[/url]
Code:
cd af9015
Code:
sudo yum install make
Code:
make
Now I get error when trying to compile the drivers: "File not found: /lib/modules/2.6.23.91w/.config at ./scripts/make_kconfig.pl line 32, <IN> line 4."
Any advice how to continue from this? I think there is need for kernel sources or something like that, but how can I download them? Yum only has the latest kernel files which are for FC8 and might not work properly with linpus and acer optimizations?
Similar error case can be found here: http://www.linuxtv.org/v4lwiki/index.ph ... ore_Errata
Acer kernel source codes can be found here: ftp://[email protected]/Aspire_O ... 23.9lw.zip
Those do not however have that build file to which the link they are talking about in linuxtv.org wiki.