Quantcast
Channel: openSUSE Forums
Viewing all articles
Browse latest Browse all 40713

Realtek drivers fail to install, missing linux/version.h

$
0
0
I have been trying to install the realtek audio drivers for my motherboards onboard sound. I am running a 64bit 12.3 system. I used the 3.0 linux driver from here. I unzipped the tar file, ran the ./configure script and got this:

Code:

configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /home/Mani/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa
checking cross compile...
checking for directory with ALSA kernel sources... /home/Mani/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18
checking for directory with kernel source... /usr/src/linux
checking for directory with kernel build... /usr/src/linux
checking for kernel linux/version.h ... no
The include file linux/version.h does not exist.
Please install the package with full kernel sources for your distribution
or use --with-kernel=dir option to specify another directory with kernel
sources (default is /usr/src/linux).

My rpm -qa | grep output is as follows

Code:

kernel-devel-3.7.10-1.16.1.noarch
kernel-desktop-3.7.10-1.1.1.x86_64
nfs-kernel-server-1.2.7-2.10.1.x86_64
kernel-firmware-20130114git-1.2.1.noarch
kernel-desktop-devel-3.7.10-1.16.1.x86_64

I also tried to update the kernel-desktop but that did not help.


Thank you for your help

Viewing all articles
Browse latest Browse all 40713

Trending Articles