Hi.
I'm real ArchLinux newbie and Linux noob, all I wanted was to be able using my sheevaplug with usb dvb-t dongle and run vdr as pvr server.
After successfully installing ArchLinux and updating the system with pacman, the updated kernel version set to 3.1.10-9.
The problem is that my dvb-t dongle (it9135) doesn't recognized.
I thought that the fault was with the kernel version and updating it somehow (manual compiling, which I don't want to) would fix the issue, but also my old af9015 doesn't work.
After a quick look on the github repository https://github.com/archlinuxarm/PKGBUIL ... ood/config it seems that the drivers are not include at all.
Is the proper solution for this is to set
"CONFIG_DVB_USB_IT913X=y"
"CONFIG_DVB_USB_AF9015=y"
(and does "=m" means the driver isn't enable)
???
and then "makepkg" and "pacman -U" ?