0 Members and 1 Guest are viewing this topic.
ls -ld /var/lib/dkms/nvidia/304.88/nv-i2c.c
Könnt ihr mir mal ein Code: [Select]ls -ld /var/lib/dkms/nvidia/304.88/nv-i2c.cnach einem buildversuch gegen 3.10 zeigen?
-rw-r--r-- 1 root root 9682 Jul 4 22:30 /var/lib/dkms/nvidia/304.88/build/nv-i2c.c
BTW, für solche Probleme wäre der IRC besser geeignet, weils einfach schneller geht.
BTW, hast du gesehen was gcp gepostet hat?
$ apt-cache policy nvidia-glxnvidia-glx: Installed: 304.88-4 Candidate: 304.88-4 Version table: *** 304.88-4 0 500 http://http.debian.net/debian/ unstable/non-free amd64 Packages 100 /var/lib/dpkg/status
/etc/apt/sources.list.d$ cat debian.list# debian loadbalancerdeb http://http.debian.net/debian/ unstable main contrib non-free#deb-src http://http.debian.net/debian/ unstable main contrib non-free/etc/apt/sources.list.d$ cat siduction.list# official siduction-listsdeb http://ftp.uni-stuttgart.de/siduction/base unstable main#deb-src http://ftp.uni-stuttgart.de/siduction/base unstable maindeb http://ftp.uni-stuttgart.de/siduction/extra unstable main#deb-src http://ftp.uni-stuttgart.de/siduction/extra unstable maindeb http://ftp.uni-stuttgart.de/siduction/fixes unstable main#deb-src http://ftp.uni-stuttgart.de/siduction/fixes unstable main/etc/apt/sources.list.d$ cat misc.list# misc. siduction-listsdeb http://ftp.uni-stuttgart.de/siduction/experimental unstable main#deb-src http://ftp.uni-stuttgart.de/siduction/experimental unstable main#deb http://ftp.uni-stuttgart.de/siduction/user unstable main#deb-src http://ftp.uni-stuttgart.de/siduction/user unstable maindeb http://ftp.uni-stuttgart.de/siduction/kdenext unstable main#deb-src http://ftp.uni-stuttgart.de/siduction/kdenext unstable main
root@imerabox:/# apt-cache policy nvidia-glxnvidia-glx: Installed: 325.08-0.siduction.1 Candidate: 325.08-0.siduction.1 Version table: *** 325.08-0.siduction.1 0 500 http://packages.siduction.org/experimental/ unstable/non-free amd64 Packages 100 /var/lib/dpkg/status 304.88-4 0 500 http://ftp.us.debian.org/debian/ unstable/non-free amd64 Packages 500 http://http.debian.net/debian/ unstable/non-free amd64 Packages
deb http://packages.siduction.org/base unstable main #deb-src http://packages.siduction.org/base unstable maindeb http://packages.siduction.org/extra unstable main#deb-src http://packages.siduction.org/extra unstable maindeb http://packages.siduction.org/fixes unstable main#deb-src http://packages.siduction.org/fixes unstable maindeb http://packages.siduction.org/experimental unstable main contrib non-free
Code: [Select]deb http://packages.siduction.org/base unstable main #deb-src http://packages.siduction.org/base unstable maindeb http://packages.siduction.org/extra unstable main#deb-src http://packages.siduction.org/extra unstable maindeb http://packages.siduction.org/fixes unstable main#deb-src http://packages.siduction.org/fixes unstable maindeb http://packages.siduction.org/experimental unstable main contrib non-free
$ apt-cache policy nvidia-glxnvidia-glx: Installed: 325.08-0.siduction.1 Candidate: 325.08-0.siduction.1 Version table: *** 325.08-0.siduction.1 0 100 http://packages.siduction.org/experimental/ unstable/non-free amd64 Packages 100 /var/lib/dpkg/status 304.88-4 0 500 http://http.debian.net/debian/ unstable/non-free amd64 Packages$ uname -aLinux prajipati 3.9-7.towo-siduction-amd64 #1 SMP PREEMPT Fri Jun 21 16:02:32 UTC 2013 x86_64 GNU/Linux
I don't need this kernel for any reason other than it was part of the dist-upgrade I just did.
How do I set the default to boot back to the last one?
GRUB_DEFAULT=0 The number at the end of this line can be changed to make the highlight bar or selection bar in the GRUB Menu appear automatically on any GRUB Menu entry we like. 0 (zero) tells GRUB we want the first or top GRUB entry automatically selected unless we over ride that selection with our up or down arrow key during boot-up. Any number greater than 0 (zero) will mean boot entries further down the GRUB Menu will be selected instead.
update-grub
Quote from: "vayu"QuoteHow do I set the default to boot back to the last one?I think it is possible even with grub2.Have a look at /etc/default/grub (using an editor like nano, mcedit as root)The line "GRUB_DEFAULT=0" is the one you want to edit.QuoteGRUB_DEFAULT=0 The number at the end of this line can be changed to make the highlight bar or selection bar in the GRUB Menu appear automatically on any GRUB Menu entry we like. 0 (zero) tells GRUB we want the first or top GRUB entry automatically selected unless we over ride that selection with our up or down arrow key during boot-up. Any number greater than 0 (zero) will mean boot entries further down the GRUB Menu will be selected instead.I am not quite sure how to select an older kernel which is somewhat hidden in a submenue (#1 would be the submenue with the newest kernel selected (?), I assume. Would #2 be the second entry in the submenue or the third entry in the main menue?). Maybe someone can give an additonal hint.After editing this line you have to runCode: [Select]update-grubYes, I had forgotten about that method -- that should work to set an older kernel as default.HOWEVER ...The next time towo releases a new kernel, your d-u will want to install it. And if you don't want it, then you can't proceed with the d-u, and you can't update your packages. This means your rolling distro will stop rolling, or else you'll be accumulating new kernels that you can't use. :lol: So, the advice is to first try to troubleshoot the error with the nvidia driver, and get it working on the new kernel, including using IRC to get help if needed. If that fails, then you probably want to pin the kernel to a 3.9-er and keep that one going forward.
QuoteHow do I set the default to boot back to the last one?I think it is possible even with grub2.Have a look at /etc/default/grub (using an editor like nano, mcedit as root)The line "GRUB_DEFAULT=0" is the one you want to edit.QuoteGRUB_DEFAULT=0 The number at the end of this line can be changed to make the highlight bar or selection bar in the GRUB Menu appear automatically on any GRUB Menu entry we like. 0 (zero) tells GRUB we want the first or top GRUB entry automatically selected unless we over ride that selection with our up or down arrow key during boot-up. Any number greater than 0 (zero) will mean boot entries further down the GRUB Menu will be selected instead.I am not quite sure how to select an older kernel which is somewhat hidden in a submenue (#1 would be the submenue with the newest kernel selected (?), I assume. Would #2 be the second entry in the submenue or the third entry in the main menue?). Maybe someone can give an additonal hint.After editing this line you have to runCode: [Select]update-grub
Quote from: "michaa7"Quote from: "vayu"QuoteHow do I set the default to boot back to the last one?I think it is possible even with grub2.Have a look at /etc/default/grub (using an editor like nano, mcedit as root)The line "GRUB_DEFAULT=0" is the one you want to edit.QuoteGRUB_DEFAULT=0 The number at the end of this line can be changed to make the highlight bar or selection bar in the GRUB Menu appear automatically on any GRUB Menu entry we like. 0 (zero) tells GRUB we want the first or top GRUB entry automatically selected unless we over ride that selection with our up or down arrow key during boot-up. Any number greater than 0 (zero) will mean boot entries further down the GRUB Menu will be selected instead.I am not quite sure how to select an older kernel which is somewhat hidden in a submenue (#1 would be the submenue with the newest kernel selected (?), I assume. Would #2 be the second entry in the submenue or the third entry in the main menue?). Maybe someone can give an additonal hint.After editing this line you have to runCode: [Select]update-grubYes, I had forgotten about that method -- that should work to set an older kernel as default.HOWEVER ...The next time towo releases a new kernel, your d-u will want to install it. And if you don't want it, then you can't proceed with the d-u, and you can't update your packages. This means your rolling distro will stop rolling, or else you'll be accumulating new kernels that you can't use. :lol: So, the advice is to first try to troubleshoot the error with the nvidia driver, and get it working on the new kernel, including using IRC to get help if needed. If that fails, then you probably want to pin the kernel to a 3.9-er and keep that one going forward.If you don't want the kernel to be updated automatically with each d-u just purge the siduction kernel metapackage.