You are not logged in.
Pages: 1
In bit of a clutch atm. Cant do the glibc update as I still have all the kernel modules in /lib. I assume upgrading to > 3.4 moves these out of there. I haven't upgraded from kernel 3.3 as the nvidia 302 package breaks suspend, and the 295-1 package requires 3.3 or less. Seems to me the 295.53-2 package can be used with 3.4, however, seeing how the mirror with old cached package is gone (and I don't have this on my own pacman cache). Is there anywhere else to get this package, or can someone who may have help me out.
Thanks,
Offline
https://wiki.archlinux.org/index.php/Downgrade#ARM
# pacman -U http://arm.konnichi.com/extra/os/i686/nvidia-295.53-2-i686.pkg.tar.xz
# pacman -U http://arm.konnichi.com/extra/os/x86_64/nvidia-295.53-2-x86_64.pkg.tar.xz
But sticking to an older kernel is bad practice, IMO. Exploits and security wholes would pile up over time, leaving you more vulnerable.
Last edited by DSpider (2012-07-19 18:49:42)
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
https://wiki.archlinux.org/index.php/Downgrade#ARM
# pacman -U http://arm.konnichi.com/extra/os/i686/nvidia-295.53-2-i686.pkg.tar.xz # pacman -U http://arm.konnichi.com/extra/os/x86_64/nvidia-295.53-2-x86_64.pkg.tar.xz
But sticking to an older kernel is bad practice, IMO. Exploits and security wholes would pile up over time, leaving you more vulnerable.
Um, that's the whole point of this, upgrading the kernel. Thanks for the link.
Offline
warning: cannot resolve "nvidia-utils=295.53", a dependency of "nvidia"
:: The following package cannot be upgraded due to unresolvable dependencies:
nvidia
Do you want to skip the above package for this upgrade? [y/N]
Offline
# pacman -U http://arm.konnichi.com/extra/os/i686/nvidia-utils-295.53-1-i686.pkg.tar.xz
# pacman -U http://arm.konnichi.com/extra/os/x86_64/nvidia-utils-295.53-1-x86_64.pkg.tar.xz
Offline
those are compiled for older kernels.
PKGBUILD for nvidia 295.59 :
https://projects.archlinux.org/svntogit … 188da6fa95
PKGBUILD for nvidia-utils 295.59 :
https://projects.archlinux.org/svntogit … f4d4fee639
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Pages: 1