On Sun, 14 Mar 2010 20:34:34 +0100, Daro wrote:
> W dniu 14.03.2010 09:26, Jean Delvare pisze:
> > It will be easier with the kernel you compiled yourself. First of all,
> > download the patch from:
> > http://patchwork.kernel.org/patch/75883/raw/
> >
> > Then, move to the source directory of your 2.6.32.2 kernel and apply
> > the patch:
> >
> > $ cd ~/src/linux-2.6.32
> > $ patch -p2<  
> > ~/download/saa7134-Fix-IR-support-of-some-ASUS-TV-FM-7135-variants.patch
> >
> > Adjust the path in each command to match your own setup. Then just
> > build and install the kernel:
> >
> > $ make
> > $ sudo make modules_install
> > $ sudo make install
> >
> > Or whatever method you use to install your self-compiled kernels. Then
> > reboot to kernel 2.6.32.2 and test that the remote control works even
> > when _not_ passing any card parameter to the driver.
> >
> > If you ever need to remove the patch, use:
> >
> > $ cd ~/src/linux-2.6.32
> > $ patch -p2 -R<  
> > ~/download/saa7134-Fix-IR-support-of-some-ASUS-TV-FM-7135-variants.patch
> >
> > I hope my instructions are clear enough, if you have any problem, just
> > ask.
> >
> > Thanks,
> >    
> 
> Hi Jean!
> 
> It works!
> dmesg output is attached.

Thanks for reporting! Mauro, you can pick my (second) patch now and
apply it.

> However I will have to go back to "generic" kernel as under my 
> "self-built" kernels fglrx driver stops working and I did not manage to 
> solve it :(
> Or maybe you could give me a hint what to do with it?

I can't help you with that, sorry, I don't use binary drivers.

-- 
Jean Delvare
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to