• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Sound auf dem A8N-VM CSM aktivieren (nforce-430)

HaukeW

Member
Hallo!
Nachdem ich etwa 2 Stunden durch das Netz gesurft bin, von einer erfolglosen Problemlösung zur Nächsten, probiere ich es jetzt mit fragen ;)
Also: Ich habe SuSE 11.0 64 Bit auf einem A8N-VM CSM installiert. Klappt auch alles super, Grafik geht, Netzwerk (offensichtlich), Festplatten, alles super.
Nur gibt der Rechner keinen Ton von sich.Ich bin sicher, dass die Hardware intakt ist.

Zuerst versuchte ich es mit den mitgelieferten Modulen, die - laut einigen Forenbeiträgen - helfen sollen (snd-hda-intel und intel8x0) - beide funktionieren nicht, weder Yast noch alsaconf finden etwas (Yast findet nichtmal eine Soundkarte, es schlägt mir am Anfang der Soundkonfiguration vor, nach alten Soundkarten zu suchen (Soundblaster 16 etc.).
Danach versuchte ich, den offizielen Nvidia-Treiber zu nehmen ( NFORCE-Linux-x86_64-1.0-0310-pkg1.run ).
Der startet, und - nachdem ich die Pakete
Code:
make-3.81-103.1
gcc-4.3-39.1
kernel-source-2.6.25.18-0.2
passend zu
Code:
uname -r
2.6.25.18-0.2-default
installiert habe, bricht mit folgendem Output ab:

Code:
cat /var/log/nvidia-nforce-installer.log
nforce-installer log file '/var/log/nvidia-nforce-installer.log'
creation time: Tue Jan 13 18:43:35 2009

option status:
  license pre-accepted      : false
  expert                    : false
  uninstall                 : false
  driver info               : false
  no precompiled interface  : false
  no ncurses color          : false
  no questions              : false
  silent                    : false
  Installer install prefix  : /usr
  kernel source path        : (not specified)
  net kernel install path   : (not specified)
  audio kernel install path : (not specified)
  proc mount point          : /proc
  ui                        : (not specified)
  tmpdir                    : /tmp

Using: nvidia-installer ncurses user interface
-> Found package NVIDIA audio driver for Linux-x86_64
-> Found package NVIDIA network driver for Linux-x86_64
-> Please select packages for installation:
   Selections:
   NVIDIA audio driver for Linux-x86_64 (1.0-7)
-> Starting install of NVIDIA audio driver for Linux-x86_64
-> Checking for loaded module nvsound
-> Checking for loaded module nvaudio
-> License accepted.
-> Skipping check for conflicting rpms.
-> /proc/version is Linux version 2.6.25.18-0.2-default (geeko@buildhost) (gcc
   version 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036] (SUSE
   Linux) ) #1 SMP 2008-10-21 16:30:26 +0200
-> No precompiled kernel interface was found to match your kernel; this means
   that the installer will need to compile a new kernel interface.
-> Kernel source path: '/lib/modules/2.6.25.18-0.2-default/source'
-> Kernel output path: '/lib/modules/2.6.25.18-0.2-default/build'
-> Performing cc_version_check with CC="cc".
ERROR:
       If you are using a Linux 2.4 kernel, please make sure
       you either have configured kernel sources matching your
       kernel or the correct set of kernel headers installed
       on your system.

       If you are using a Linux 2.6 kernel, please make sure
       you have configured kernel sources matching your kernel
       installed on your system. If you specified a separate
       output directory using either the "KBUILD_OUTPUT" or
       the "O" KBUILD parameter, make sure to specify this
       directory with the SYSOUT environment variable or with
       the appropriate nvidia-installer command line option.
ERROR: Installation of the audio driver has failed.  Please see the file
       '/var/log/nvidia-nforce-installer.log' for details.  You may find
       suggestions on  fixing installation problems in the README available on
       the Linux driver download page at www.nvidia.com.
Wo genau liegt hier das Problem?
Wenn ich nach der letzten Fehlermeldung ( -> Performing cc_version_check with CC="cc". ) google, finde ich auch nichts brauchbares heraus...

P.S: Das System, das ich in der Signatur angegeben habe, hat nichts mit dem, auf dem ich gerade rumwerkel, zu tun.

Das hier ist ein A8N-VM CSM Mainboard mit einem Athlon 64
 
Du solltest auch noch die Kernel-headers installieren:
Code:
zypper install kernel-headers
erhälst du immer noch Fehlermeldungen danach? Ersetzt normalerweise nämlich die "konfigurierten" Kernelquellen:
If you are using a Linux 2.6 kernel, please make sure
you have configured kernel sources matching your kernel
installed on your system. If you specified a separate
output directory using either the "KBUILD_OUTPUT" or
the "O" KBUILD parameter, make sure to specify this
directory with the SYSOUT environment variable or with
the appropriate nvidia-installer command line option.
 
Oben