OpenSUSE Install :: Wrong Linux Kernel Version Reported By Uname -a
Jan 6, 2010
I am an openSuSE user for many years. My current installation is openSuSE 11.2. However, my first was SuSE 6.4 and I have been _constantly_ upgrading since then until reaching the current openSuSE 11.2. The technical issue I have been facing lately is with the kernel version of my current system: although it should be 2.6.31.5-0.1-desktop, as this is the one I have chosen via the online update mechanism and the yast2 system boot-loader procedure, grub shows it as preselected, the boot procedure in the end greets me mentioning this very kernel version, _but_ when I issue the command: uname -a in a command prompt, I am informed of using linux kernel version: 2.6.18.2-34-default #1 SMP PREEMPT
I am really quite puzzled, since I _cannot_ find any such vmlinuz file under /boot/ ! Could it be that my system properly runs with the expected kernel version, but uname mistakes it with a different one? Is there a way to determine the actual version of the linux kernel that my system currently runs with? If it's a problem with uname, have you got any suggestions that could potentially shed some light towards the origin/cause of the reported issue?
I am having issues trying to compile the alsa-linuxtant module and I am getting errors about not being able to find some files and the source needing to be reconfigured. Anyway the developers told me to try compiling on a pristine source to see if I could compile that way. When I went looking at kernel.org I did not find a 2.6.32-5 version. So I did some checking and to see just what version I have.
ii linux-image-2.6-amd 64 2.6.32+27 Linux 2.6 for 64-bit PCs (meta-package) ii linux-image-2.6.26-2-amd64 2.6.26-24 Linux 2.6.26 image on AMD64 ii linux-image-2.6.32-5-amd64 2.6.32-15 Linux 2.6.32 for 64-bit PCs
So the actual package that is installed is 2.6.32-15 but uname -r reports 2.6.32-5 as the kernel version.
I have a system running openSUSE 11.2 with Desktop and XEN kernel, as well as Windows 7 (not by choice though...). I have noticed a strange time issue, with Windows 7 and the desktop kernel the time is correct (like for example now: 1:32 PM) but in the XEN kernel it is ahead several hours (6:32 PM). If it was an issue between openSUSE and windows then I would think that it is a problem with the system clock but I don't know what would cause a time issue between kernels like that.
Just installed OpenSUSE 11.3 64-bit. I have a program that uses libjpeg, so I installed libjpeg and the dev modules. It has both version 6 and 8 installed. When I run my prog and try to access the lib I get this error: Wrong JPEG library version: library is 80, caller expects 62 This seems a common problem elsewhere. Anyone know how to fix it in 11.3 ?
When I installed fedora 11 the other day using the live CD it installed the i586 kernel and not the i686, despite the fact that smolt seems to know that that the hardware is i686 (well, actually it's x86, but I'm not going to argue because I forgot to get that one...). Why would it install the i586 one though? (uname -r 2.6.29.6-213.fc11.i586) But more importantly, are there any specific issues which this version can cause that I should be aware of? I can't really be bothered to change it at the moment if there is no real issue with it but I'm not too sure what difference it makes? Is it slower? It seems to know that I have a quad-core processor and seems to use them fine.
I'm currently trying to get my wireless card to work with ndiswrapper after installing backtrack4 today, BUT.When I try and use the make command it tells me that some or another file is missing. I've checked and the output is right, There is no file of that name but there is neither a folder of that name.
Code:
root@bt:/usr/src/ndiswrapper-1.56/ndiswrapper-1.56# make make -C driver make[1]: Entering directory `/usr/src/ndiswrapper-1.56/ndiswrapper-1.56/driver'
I just backup my mysql db using mysqldump. I run it around 6pm of the evening but I just notice that on the last part of the dump file, it says "Dump completed on 2010-01-14 11:30:01". The time is "Jan 14 19:30" when I run mysqldump. Though the content is corrent, I still want to know why the dump reported it was completed but wrong time. I don't have my.cnf on my /etc so it means all was default by mysql. If I'm not mistaken, timezone by default in mysql is gmt.
My /etc/sysconfig/clock is ZONE="Asia/Manila" UTC=true ARC=false
When I do "select now();" on mysql shell, it was the same with my system. I want to prove my backup was right but this thing confuse me a bit.
I am using OpenSUSE 11.4 64 bit with GNOME. I also use the Tumbleweed and Packman for Tumbleweed repositories. Accoording to uname -r, my current kernel version is 2.6.37.1-1.2-desktop.
How do I safely update to the latest stable kernel version?
I am new to OpenSUSE. Please provide step by step directions.
Is there a link to download a version of Suse with either kernel 2.6.26 or 2.6.28? For some reasons I have, I need one of these kernel versions. The newest download here, 2.6.37, won't work for me.
I'm doing an distro upgrade from 11.2 to 11.3 and for the DVD drive, the repo URL comes up as dvd:/// in ast and zypper. However medium not read is being reported, forcing me to find out exactly what "dvd:///" is pointing to.
My DVD drive is certainly readable and mountable and sits at /dev/dvd (symlink for /dev/sr0). I usually mount it manually, but the problem here is I don't know how to find out what "dvd:///" represents.
After installing 64 bit 11.2 with no apparent problems: computer hangs up on desktop boot opensuse 11.2-2.6.31.5-0.1, however I can boot from failsafe opensuse 11.2-2.6.31.5-0.1. I had problems trying to install Ubuntu so I checked out the opensuse. I do not know if this is an easy fix! I decided to avoid buying anymore windows system software. I ran memory test with no problems. The firmware test reported 4 errors. I have windows XP installed on other hard drive - no problems there.
You know, I thought I had my Broadcom issues all figured out, I have a simple list of installing the RPM Fusion repos do a yum update and yum install kmod-wl and everything works.However, this time it didn't work. I am installing a new fedora 14 for a friend who is totally fed up with windows and I get this error: (Yes I have searched the internet and Fedora forums for an answer)
[code]...
I have tried the two yum suggestions and they don't work I have tried updating the kernel and have installed kernel-devel-'uname -r' (suggested by another site) I have tried installing broadcom-wl and b43-openfwwf which only knocked out the card entirely
I would like to install a more modern version of GNU utils (coreutils) on a debian linux system where I have no admin rights. Is there a way to do that?
The rationale is that I need a more modern version to the one installed in the system where I intend to run my analysis. I am trying to use "sort -R" or "shuf" to randomize lines in a big text file.
Fedora 11 update released today creates a dependency issue in my x86-64 system: Processing Dependency: kernel-uname-r = 2.6.29.5-191.fc11.x86_64 for package: kmod-wl-2.6.29.5-191.fc11.x86_64-5.10.91.9-3.fc11.1.x86_64 # yum info kernel-uname-r produces "no matching packages to list" the yum info pack tells me kmod-wl is: Metapackage which tracks in wl kernel module for newest kernel so it seems important to have it up to date. What should I do?
I am learning Device Driver programming. In the tutorial material they have mentioned to download "main-line� kernel. I have installed Ubantu 10.4. Now I want to install kernel in that. Which version of Kernel should be downloaded and installed for Ubantu 10.4?
i'm using this guide videos - howto: debian linux kernel compilation, part 1 and the author says i need kernel 2.6.26 this version of kernel doesnt longer exist in kernel.org website and the only 2.6.26 i found is a patch here. should i use the patch? or download another version of kernel?
I have recompiled a few kernels, but all on 32bit systems so not sure if that has anything to do with it.
Running Arch Linux 64bit, most recent version.
Kernel Output:
Code:
My first thoughts was that it might be my grub bootloader configuration, so had a big play around with that but it didn't fix it. Also made sure support was built for filesystems. However almost all that Fstab mounts are ext3 anyway, and certainly the root and /boot are. Now thinking it may be a memory error so will run a check when I shutdown.
Is there any legal way to install an older version of linux-kernel (say 2.6.35) on 11.04? By legal I mean - no source-compiling and third-party repo adding.
After a fresh install of Suse 11.4 X-system comes up with the wrong screensize 1680X1200. Instead I need 1600x1200. How can i set permanently the screensize I need ?
I have recently set up a CENTOS server using the kernel 2.6.18-164.el5xen (x64 5.4 Install I believe). Originally I set it up with Xen to becasue I was goig to create the odd VM on it, however I no longer need to do this.Further, I believe I am having networking issues due to the installation of Xen. The machine cannot seem to locate any network addresses (eg websites) unless I put in a hosts entry for them. I believe this networking issue would be easier to rectify if the virtual networking interfaces for Xen were not installed but to do this requires a Kernel replacement. Im not experienced with doing this and the machine is located remotely to me and I dont have the original install CD available.How would I go about replacing the kernel to the non Xen version if I dont have the install CDs?