On Sat, Feb 21, 2009 at 12:22 AM, hermann pitton <hermann-pitton@xxxxxxxx> wrote: > you can see changes on saa7134-alsa here. > http://linuxtv.org/hg/v4l-dvb/log/359d95e1d541/linux/drivers/media/video/saa7134/saa7134-alsa.c > > Likely this kernel backport is missing. > http://linuxtv.org/hg/v4l-dvb/rev/b4d664a2592a Thank you for your reply! I think I got it working, thanks to you. This is what I did (on the vanilla 2.6.28.6 kernel): $ cd mantis-5292a47772ad/ $ make distclean clean $ cp v4l/saa7134-alsa.c v4l/saa7134-alsa.c.orig $ emacs -nw v4l/saa7134-alsa.c Patch according to: http://linuxtv.org/hg/v4l-dvb/diff/b4d664a2592a/linux/drivers/media/video/saa7134/saa7134-alsa.c $ make -j2 (works) # make install remove all other (dvb) modules # modprobe mantis This gave me at least /dev/dvb/adapter0/{demux0,dvr0,frontend0,net0} But then the computer froze when I did: # scandvb dvb-apps/util/scan/dvb-c/no-Oslo-Get scanning dvb-apps/util/scan/dvb-c/no-Oslo-Get using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' initial transponder 241000000 6900000 0 5 initial transponder 272000000 6900000 0 5 initial transponder 280000000 6900000 0 5 initial transponder 290000000 6900000 0 5 initial transponder 298000000 6900000 0 5 initial transponder 306000000 6900000 0 5 initial transponder 314000000 6900000 0 5 initial transponder 322000000 6900000 0 5 initial transponder 330000000 6900000 0 5 initial transponder 338000000 6900000 0 5 initial transponder 346000000 6900000 0 5 initial transponder 354000000 6900000 0 5 initial transponder 362000000 6900000 0 5 initial transponder 370000000 6900000 0 5 initial transponder 378000000 6900000 0 5 initial transponder 386000000 6900000 0 5 initial transponder 394000000 6900000 0 5 initial transponder 410000000 6900000 0 5 initial transponder 442000000 6952000 0 5 initial transponder 482000000 6900000 0 5 initial transponder 498000000 6900000 0 5 >>> tune to: 241000000:INVERSION_AUTO:6900000:FEC_NONE:QAM_256 (total freeze here, not even ssh access to the box) I think I had the scandvb tool from a binary install, maybe I'll try to compile from sources. And I'll try to read some more docs. Thank you for helping me out on this! -MartinG -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html