View Single Post
  #2 (permalink)  
Old 10-Feb-2008, 23:19
oldcpu
Guest
 
Posts: n/a
Default

Quote:
I got as far as running the alas-info script and the link for the results is here:
http://pastebin.ca/899263
[/b]
I recommend you follow this audio troubleshooting guide for openSUSE:
http://en.opensuse.org/AudioTroubleshooting

Some hints reference that guide, and reference the script output you provided. You have v.1.0.14 of alsa installed, and you have an alc268 hardware codec. With that codec you must have at least v.1.0.15 (or even better v.1.0.16rc2) of the various alsa applications installed to get audio. The audio trouble shooting guide will give you guidance for that.

The zypper example given in the guide assumes you have the latest openSUSE kernel. You do not have the latest kernel. If you insist on using the older kernel version, then instead of the zypper commands in the audio troubleshooting guide, use these commands in a konsole/xterm with root permissions:

Code:
zypper ar http://download.opensuse.org/reposit...openSUSE_10.3/ multimedia-audio01 
zypper install alsa alsa-driver-kmp-default alsa-utils alsa-tools alsa-firmware
zypper rr http://download.opensuse.org/reposit...openSUSE_10.3/
Note, you will need to reboot after installing the latest alsa. Also, you will likely need to have to edit your /etc/modprobe.d/sound file, either editing, or adding, a line for your alc268. ... ie possibly something like this:
<span style="font-family:Courier New">options snd-hda-intel model=toshiba</span>