NO sound on suse

I installed suse 11.0 but i got no sound :’(

lspci command shows this
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)

i think my codec are alc883

please help my i’m new but i hate Vista that’s why i switched to suse 11.0;)

Its useful to know that your PC’s hardware audio codec might be an ALC883, but it would be more useful to confirm that as best possible. Please, could you provide some more information, such that a good recommendation can be provided?

Specifically to provide more information, then with your PC connected to the internet, please copy and paste the following into a gnome-terminal / konsole:

wget http://home.cfl.rr.com/infofiles/tsalsa && su -c 'bash ./tsalsa' 

when prompted for a password please enter your root password. Please try to accurately answer the question on the number of plugs/jacks on your PC (for example my PC has 3 i/o plugs/jacks). When the script completes it will pass you a URL. Please post that URL here.

Also, please copy and paste the following, one line at a time, into a gnome-terminal or konsole and post the output here.
rpm -qa | grep alsa
rpm -qa | grep pulse
rpm -q libasound2
uname -a
cat /etc/modprobe.d/soundAlso, are you using Gnome? KDE4? or KDE3?

im sure alc883
runnig Gnome;)

tsalsa.txt - nopaste.com (beta) this is the URl

//////////////////////////////////////////////////
./tsalsa: line 169: lsof: command not found
cat: /proc/asound/card0/pcm0p/info: No such file or directory
aplay: device_list:215: no soundcards found…
arecord: device_list:215: no soundcards found…
uploading /tmp/tsalsa.txt to nopaste.com
Uploading /tmp/tsalsa.txt: #-------------------------------------------------] 0.2 Seconds
tsalsa completed in 221 seconds
paste this url in #alsa: tsalsa.txt - nopaste.com (beta)
which: no lsof in (/home/standard/bin:/usr/local/bin:/usr/bin:/sbin:/usr/sbin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin)

linux-fpkt:/home/standard # rpm -qa | grep alsa
alsa-1.0.16-39.1
alsa-plugins-pulse-1.0.16-57.1
alsa-firmware-1.0.16-24.1
alsa-oss-32bit-1.0.15-48.1
alsa-utils-1.0.16-35.1
alsa-oss-1.0.15-48.1
:slight_smile:
linux-fpkt:/home/standard # rpm -qa | grep pulse
libpulse0-0.9.10-26.1
pulseaudio-utils-0.9.10-26.1
pulseaudio-module-bluetooth-0.9.10-26.1
pulseaudio-esound-compat-0.9.10-26.1
libpulse-mainloop-glib0-0.9.10-26.1
alsa-plugins-pulse-1.0.16-57.1
pulseaudio-0.9.10-26.1
pulseaudio-module-lirc-0.9.10-26.1
pulseaudio-module-gconf-0.9.10-26.1
libpulsecore4-0.9.10-26.1
pulseaudio-module-zeroconf-0.9.10-26.1
gstreamer-0_10-pulse-0.9.5-54.1
libpulse-browse0-0.9.10-26.1
pulseaudio-module-x11-0.9.10-26.1
:wink:
linux-fpkt:/home/standard # rpm -q libasound2
libasound2-1.0.16-39.1
:stuck_out_tongue:
linux-fpkt:/home/standard # uname -a
Linux linux-fpkt 2.6.25.5-1.1-default #1 SMP 2008-06-07 01:55:22 +0200 x86_64 x86_64 x86_64 GNU/Linux
:
linux-fpkt:/home/standard # cat /etc/modprobe.d/sound

options snd slots=snd-hda-intel

u1Nb.1DH0SjRJ4FC:82801H (ICH8 Family) HD Audio Controller

alias snd-card-0 snd-hda-intel
linux-fpkt:/home/standard #

lol!lol!lol!
linux-fpkt:/home/standard # rcalsasound restart
/usr/sbin/alsactl: save_state:1497: No soundcards found…:X
Shutting down sound driverERROR: Module snd is in use
failed
Starting sound driver: hda-intel done
linux-fpkt:/home/standard #

The Codecs ;):wink:
linux-fpkt:/home/standard # cat /proc/asound/pcm
00-01: ALC268 Digital : ALC268 Digital : playback 1
00-05: ALC268 Analog : ALC268 Analog : playback 1 : capture 1
00-04: ALC883 Analog : ALC883 Analog : capture 1
00-00: ALC883 Analog : ALC883 Analog : playback 1 : capture 1
linux-fpkt:/home/standard # cat /proc/asound/modules
0 snd_hda_intel

This is strange, … given alsa is not detecting your PC’s sound device, I am surprised to see this in /proc/asound/pcm. Plus that directory suggests both an ALC268 and an ALC883 (they are not the same).

Next time you restart your PC, can you run: dmesg > dmesg.txt && curl -F file=@dmesg.txt nopaste.com/a
and post the URL it gives here. I am looking for an error message in the dmesg file for “snd” or “hda” or “alsa” or “sound” …

Is your “medion m2280” a laptop?

Also, what is the output of: su -c lspci (enter root password when prompted for a password)

There are boot codes for the ALC883 for the medion. For example, looking at the ALSA-Configuration.txt file for the ALC883/888 (here is an extract):

	ALC883/888
	  medion	Medion Laptops
	  medion-md2	Medion MD2 

which suggests the following edit to your /etc/modprobe.d/sound file might work:

options snd slots=snd-hda-intel
# u1Nb.1DH0SjRJ4FC:82801H (ICH8 Family) HD Audio Controller
alias snd-card-0 snd-hda-intel
options snd-hda-intel model=medion 

followed by a reboot, or by restarting alsa with su -c ‘rcalsasound restart’ but given your sound device is not working at all, I am not convinced that will help.

Doing a search for medion on the alsa web site I obtain this:
Search results for medion - AlsaProject
… which suggests you may need to update your alsa to 1.0.17 or newer.

There is guidance here on how to update your alsa:
Alsa-update guide - openSUSE
note there are six zypper commands to send if updating via zypper. One need to update their various alsa apps (that are already installed) and also install the alsa-driver-kmp-their-kernel that is applicable to one’s kernel.

Due to some driver problems, I reinstalled openSuSE 11.2 and this time I can’t get sound working… :confused:

http://www.alsa-project.org/db/?f=f439d6a26200cf3c4c7595399349cbfaff052ff1


linux-gasr:/home/tansel # rpm -qa | grep alsa
alsa-plugins-pulse-1.0.21-3.3.x86_64
alsa-1.0.21-3.2.x86_64
alsa-plugins-32bit-1.0.21-3.3.x86_64
alsa-plugins-pulse-32bit-1.0.21-3.3.x86_64
alsa-firmware-1.0.20-3.2.noarch
alsa-plugins-1.0.21-3.3.x86_64
alsa-utils-1.0.21-3.1.x86_64
alsa-oss-1.0.17-25.2.x86_64
alsa-oss-32bit-1.0.17-25.2.x86_64
linux-gasr:/home/tansel # rpm -qa | grep pulse
pulseaudio-module-x11-0.9.21-1.2.1.x86_64
alsa-plugins-pulse-1.0.21-3.3.x86_64
pulseaudio-utils-0.9.21-1.2.1.x86_64
pulseaudio-module-zeroconf-0.9.21-1.2.1.x86_64
alsa-plugins-pulse-32bit-1.0.21-3.3.x86_64
pulseaudio-lang-0.9.21-1.2.1.noarch
libpulse-browse0-0.9.21-1.2.1.x86_64
libpulse0-32bit-0.9.21-1.2.1.x86_64
pulseaudio-module-gconf-0.9.21-1.2.1.x86_64
pulseaudio-module-lirc-0.9.21-1.2.1.x86_64
libpulse-mainloop-glib0-0.9.21-1.2.1.x86_64
libpulse0-0.9.21-1.2.1.x86_64
pulseaudio-module-bluetooth-0.9.21-1.2.1.x86_64
libxine1-pulse-1.1.16.1-7.6.x86_64
pulseaudio-0.9.21-1.2.1.x86_64
linux-gasr:/home/tansel # rpm -q libasound2
libasound2-1.0.21-3.2.x86_64
linux-gasr:/home/tansel # uname -a
Linux linux-gasr 2.6.31.12-0.2-desktop #1 SMP PREEMPT 2010-03-16 21:25:39 +0100 x86_64 x86_64 x86_64 GNU/Linux
linux-gasr:/home/tansel # cat /etc/modprobe.d/sound
cat: /etc/modprobe.d/sound: No such file or directory

Thats the wrong command. The command to run is:

cat /etc/modprobe.d/50-sound.conf

… however it also won’t work as your sound card is not recognized.

Are you certain this was a good install ?

I note:

!!Aplay/Arecord output
!!------------

APLAY

aplay: device_list:223: no soundcards found…

ARECORD

arecord: device_list:223: no soundcards found…

and

!!ALSA Version
!!------------

Driver version:
Library version:
Utilities version: 1.0.21
ie your driver is not installed.

Is sound switched ON in the BIOS ?

Also, please provide the output of:

rpm -qa '*kernel*'
uname -a

I re-installed the system, I think I messed up with the Realtek drivers.
Sound was/is open on the bios. After the fresh install, sound worked like a charm for a while, but suddenly, it stopped to work properly.

Now when I start the computer while headphones are plugged, there is no sound from speakers when I unplug the headphones.
When I start the computer while headphones are unplugged, sound comes from both speaker and headphones if I plug the headphones. I don’t know what thing I did wrong, it was working good.

BTW, if I restart the sound driver it works fine again. So I think I can go like this. I prepared a shortcut to restart sound driver. If anything goes wrong, a doble-click will solve it.

Thanks for the response btw.

Are these USB headphones?

What are you using to restart the sound driver ? Are you using:

rcalsasound restart

if you want that run upon every boot, you could put it in /etc/init.d/boot.local as the last line.

Having stated that, this really should not be necessary.

It’s a laptop and they’re not USB headphones.

I actually don’t boot my computer often. Once in three days or so. Sound now works without a problem. It doesn’t need to restart driver on every boot.

And yes, I use that command. I didn’t need to use it since last time (just before I posted my last message). I think it happens when I don’t shut down the OS properly.

Thanks for helping.