[mythtv-users] screwed up my 180.41 nv update

Kevin Bailey ke-myth at retriever.dyndns.org
Mon Mar 23 04:00:22 UTC 2009


On Sun, Mar 22, 2009 at 06:42:28PM -0700, Kevin Bailey wrote:
> 
> No one else having trouble ? Perhaps _proxy_pda is a
> symbol in a newer kernel ? Sure would like to find
> out before having to re-build lirc...

Forgot to mention, I'm using JYA's repo.

Looked around a bit and _proxy_pda is supplied by the kernel:

/boot$ head System.map-2.6.20-16-generic
00000000 A _proxy_pda
00000400 A __kernel_vsyscall
00000410 A SYSENTER_RETURN

and that nvidia is the only driver to have that symbol
undefined:

/lib/modules/2.6.20-16-generic$ for KO in `find . -name \*.ko`; do if nm $KO | grep proxy_pda; then echo $KO; fi; done
         U _proxy_pda
./updates/dkms/nvidia.ko

Downgraded all the nvidia packages to 180.37. Still does
the same thing. :(


More information about the mythtv-users mailing list