PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Sound Problem mit nForce2 nach Update auf SUSE 9.2 auf 9.3



halten101
17.04.05, 12:44
Ich habe von SUSE 9.2 auf 9.3 ein Upgrade durchgeführt.
Ich habe jetzt nur ein Problem das ich beim Booten der des
Soundkartentreibers immer die Folgende Fehlermeldung kommt.

################################################## ####
Starting sound driver: *intel8x0FATAL: Error inserting snd_intel8x0
(/lib/modules/2.6.11.4-20a-default/kernel/sound/pci/snd-intel8x0.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
failed
################################################## #######

Ich verwende ein ASUS A7N8X-X nforce2 Motherboard

Hat jemand Idee voran das jetzt liegt bei der 9.2 lief bisher alles wie
gewünscht.

Helge

fuffy
17.04.05, 12:53
Hi!


Starting sound driver: *intel8x0FATAL: Error inserting snd_intel8x0
(/lib/modules/2.6.11.4-20a-default/kernel/sound/pci/snd-intel8x0.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
Lade mal als root in der Konsole mit
modprobe snd-intel8x0 das Modul und ruf anschließend dmesg auf. In den letzten Zeilen der Ausgabe solltest du den Grund für das fehlgeschlagene Laden finden.

Gruß
fuffy

Stefan0962
21.04.05, 18:20
es ist ein Joystick-Problem (ich habe aber keinen)
laut mailinglist soll joystick=0 in /etc/modprobe.d/sound entfernt werden
das steht bei mir aber nicht drin

hat jemand eine Lösung?

Stefan0962
25.04.05, 18:56
ich antworte mir mal selbst, falls jemand das gleiche Problem hat

es muß der Eintrag joystick=0 aus der datei /etc/modprobe.d/sound.-
(woher die auch immer kommt,...)
beseitigt werden (nicht wie genannt aus .../sound)

bumerang
26.06.05, 07:31
ich antworte mir mal selbst, falls jemand das gleiche Problem hat

es muß der Eintrag joystick=0 aus der datei /etc/modprobe.d/sound.-
(woher die auch immer kommt,...)
beseitigt werden (nicht wie genannt aus .../sound)

Hallo,

habe ein ähnliches (oder das gleiche?) Problem. Nach dem Booten ist KMix inaktiv. Ich muss unter Yast bei Soundkartenkonfig das Soundsystem neu starten nach der Meldung "Die Anzahl der Karten stimmt mit der Anzahl der laufenden Soundsysteme nicht über ein. Soll dass Soundsystem neu gestartet werden?". Nach "Ja" und einem Stoppen und neu Starten von KMix ist alles wieder OK.

Ich habe in der Datei sound.- den Eintrag joystick=0 gelöscht, das Problem besteht aber weiterhin.

TuxseinFreund
08.07.05, 08:01
Ich habe ein A7N8X mit nforce2 und hatte ähnliche Probleme.

Anscheinend wird die nötige Einstellung mittels asound.conf nicht installiert.

Hier die funktionierende asound.conf, falls ihr Digisound haben wollt, der läuft nämlich
bei onboard sound von nforce über hw:0,2

Überprüfen, ob /etc/asound.conf vorhanden ist. Wenn nicht, dann siehe unten.

Also asound.conf in /etc/ erstellen und dieses reinkopieren, speichern, neustart.

pcm.!default {
type hw
card 0
device 2
}

# Override the default output used by ALSA.
# If you do not override the default, your default
# device is identical to the (unmixed) analog device
# shown below. If you prefer mixed and/or digital
# output, uncomment the appropriate four lines below
# (only one slave.pcm line).
#pcm.!default {
# type plug
## Uncomment the following to use mixed analog by default
# slave.pcm "dmix-analog"
## Uncomment the following to use unmixed digital by default
# slave.pcm "digital-hw"
## Uncomment the following to use mixed digital by default
# slave.pcm "dmix-digital"
#}

# Alias for analog output on the nForce2/4 (hw:0,0)
# - This is identical to the device named "default"--which
# always exists and refers to hw:0,0 (unless overridden)
# - Therefore, we can specify "hw:0,0", "default", or "analog"
# to access analog output on the nForce2/4
pcm.analog {
type plug
slave.pcm "analog-hw"
}

# Control device (mixer, etc.) for the nForce2 card
ctl.analog {
type hw
card 0
}

# Alias for (rate-converted) mixed analog output on the
# nForce2 (hw:0,0)
# - This will accept audio input--regardless of rate--and
# convert to the rate required for the dmix plugin
# (in this case 48000Hz)
pcm.mixed-analog {
type plug
slave.pcm "dmix-analog"
}

# Control device (mixer, etc.) for the nForce2 card
ctl.mixed-analog {
type hw
card 0
}

# Alias for (rate-converted) digital (S/PDIF) output on the
# nForce2 (hw:0,2)
# - This will accept audio input--regardless of rate--and
# convert to the rate required for the S/PDIF hardware
# (in this case 48000Hz)
pcm.digital {
type plug
slave.pcm "digital-hw"
}

# Control device (mixer, etc.) for the nForce2 card
ctl.digital {
type hw
card 0
}

# Alias for mixed (rate-converted) digital (S/PDIF) output on the
# nForce2/4 (hw:0,2)
# - This will accept audio input--regardless of rate--and
# convert to the rate required for the S/PDIF hardware
# (in this case 48000Hz)
pcm.mixed-digital {
type plug
slave.pcm "dmix-digital"
}

# Control device (mixer, etc.) for the nForce2 card
ctl.mixed-digital {
type hw
card 0
}

# The following devices are not useful by themselves. They
# require specific rates, channels, and formats. Therefore,
# you probably do not want to use them directly. Instead use
# of of the devices defined above.

# Alias for analog output on the nForce2 (hw:0,0)
# Do not use this directly--it requires specific rate,
# channels, and format
pcm.analog-hw {
type hw
card 0
# The default value for device is 0, so no need to specify
}

# Control device (mixer, etc.) for the nForce2/4 card
ctl.analog-hw {
type hw
card 0
}

# Alias for digital (S/PDIF) output on the nForce2/4 (hw:0,2)
# Do not use this directly--it requires specific rate,
# channels, and format
pcm.digital-hw {
type hw
card 0
device 2
}

# Control device (mixer, etc.) for the nForce2/4 card
ctl.digital-hw {
type hw
card 0
}

# Direct software mixing plugin for analog output on
# the nForce2/4 (hw:0,0)
# Do not use this directly--it requires specific rate,
# channels, and format
pcm.dmix-analog {
type dmix
ipc_key 1234
slave {
pcm "analog-hw"
period_time 0
period_size 1024
buffer_size 4096
rate 48000
}
}

# Control device (mixer, etc.) for the nForce2/4 card
ctl.dmix-analog {
type hw
card 0
}

# Direct software mixing plugin for digital (S/PDIF) output
# on the nForce2/4 (hw:0,2)
# Do not use this directly--it requires specific rate,
# channels, and format
pcm.dmix-digital {
type dmix
ipc_key 1235
slave {
pcm "digital-hw"
period_time 0
period_size 1024
buffer_size 4096
rate 48000
}
}

# Control device (mixer, etc.) for the nForce2/4 card
ctl.dmix-digital {
type hw
card 0
}




(Habe das auch aus einem anderen Thread, bzw unter google "hw:0,2" und/oder "Alsa" suchen gefunden.

Viel Erfolg und bitte schreiben, obs hilft! :)

GRüsse!