|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| 64-bit Questions specific to 64 -bit hardware (Software questions should be posted in the appropriate software forums) |
![]() |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
There is no sound running OS 11.1 x64, with some quick message once I login, which goes away, about using some sound card alternative.
When I try Yast, Hardware, Sound it lists two card models: SBx00 Azalea (Intel HDA) HD48x0 Audio What I have is a K9A2 Platinum mobo: "Chip integrated by Realtek ALC888/ALC888T Flexible 8 channel audio with jack sensing Compliant with Azalia 1.0 spec" In the Sound module I try adding a card model but there is no entry there for Realtek. How can I get OS 11.1 x64 to recognize my built-in sound and get sound to work ? |
|
||||
|
The general advice I give for sound problems is to start trying to work your way through the openSUSE audio troubleshooting guide:
SDB:AudioTroubleshooting - openSUSE Note, when testing if you have sound, please copy and paste the following speaker-test into a Gnome terminal or a kde konsole: speaker-test -Dplug:front -c2 -l5 -twav Note Linux is case sensitive, and “D” is not the same as “d”. To stop the above test, while the konsole/xterm has the mouse focus, press <CTRL><C> on the keyboard. Note you should check your mixer settings (kmix if using KDE, and alsamixer if using Gnome) to ensure that PCM and Master Volume are set around 95%. Once you have basic sound established you can back off to lower volume levels. Note the test for surround sound is different. If that test yields errors (and its not uncommon to get errors there), try instead this more simple test: speaker-test -c2 -l5 -twavYou should hear a female voice saying 'FRONT LEFT', 'FRONT RIGHT' five times. Its quite common that one of those speaker tests will work and one will NOT work, so don't be distressed if that is the case. IF that test gives sound, stop now, post that the sound test gives sound, and we will look at other possible causes for your applications not giving you the sound you want (such as missing codecs, using the wrong packaged version ... etc ... ). Or alternatively, for testing the simple playback, use aplay program. Prepare a WAV file and simply run like: Code:
aplay -vv somefile.wav Try those speaker-tests as both a regular user, and also with root permissions. If you have a headset, try with your headset plugged in, and also with your headset not plugged in (for speakers). Assuming no sound, can you provide more very detailed information so a good recommendation can be given? For openSUSE-11.1, you can do that, with your laptop connected to the internet, by opening a gnome-terminal or a kde konsole and twice copy and paste the following into that terminal/konsole Code:
/usr/sbin/alsa-info.sh Then run it again (as either a regular user or as root). This time it will diagnose your PC's hardware and software configuration for audio, and it will post its output on the Internet/web. It will give you the URL of the web site. Please post that URL here. JUST the URL. Also, please copy and paste the following commands one line at a time into a gnome-terminal or a konsole and post here the output: rpm -qa | grep alsa... with that information I may be able to make a recommendation. Also, do NOT waste too much time on this. Simply post on our forum if you get stumped, and continue to look for help that way. |
|
|||
|
Once I ran:
speaker-test -c2 -l5 -twav I received sounds and after that everything started working. I have no idea why sound did not work before that. I did go into the Sound Mixer and turn my Front and PCM settings to the top. Maybe that fixed it. |
|
||||
|
Quote:
Typically Master and PCM (and sometimes speaker) control the volume. They should be set reasonably high (but not too high to cause distortion). Now that you have sound, you could consider setting up your multimedia applications and codecs. ... Some suggestions: openSUSE Forums - View Single Post - setting up multimedia |
|
|||
|
sudo gedit /etc/modprobe.d/alsa-base.conf
add options snd-hda-intel model=laptop reboot ; |
|
|||
|
NOW enjoy your opensuse 11.1.
|
|
|||
|
I'm having the same problem with different hardware... no sound at all. I've gone through the thread instructions and nothing worked. I ran the alsaconf, the url is http://www.alsa-project.org/db/?f=bb...4089eb2aabb6f5 if somebody could check it out and let me know what you think I'd appreciate it.
|
|
||||
|
Quote:
... but no matter, ... lets fix things now. I note a Dell Studio 1737 laptop. I have a Dell Studio 1537 that has same audio hardware (but a smaller screen). I note you have the 2.6.27.7-9-default kernel. I checked your mixer and it appears ok. What did you do for a sound test? Did you copy and paste the following speaker-test into a Gnome terminal or a kde konsole: speaker-test -Dplug:front -c2 -l5 -twav Note Linux is case sensitive, and “D” is not the same as “d”. To stop the above test, while the konsole/xterm has the mouse focus, press <CTRL><C> on the keyboard. Note you should check your mixer settings (kmix if using KDE, and alsamixer if using Gnome) to ensure that PCM and Master Volume are set around 95%. Once you have basic sound established you can back off to lower volume levels. Note the test for surround sound is different. If that test yields errors (and its not uncommon to get errors there), try instead this more simple test: speaker-test -c2 -l5 -twavYou should hear a female voice saying 'FRONT LEFT', 'FRONT RIGHT' five times. Its quite common that one of those speaker tests will work and one will NOT work, so don't be distressed if that is the case. IF that test gives sound, stop now, post that the sound test gives sound, and we will look at other possible causes for your applications not giving you the sound you want (such as missing codecs, using the wrong packaged version ... etc ... ). Or alternatively, for testing the simple playback, use aplay program. Prepare a WAV file and simply run like: Code:
aplay -vv somefile.wav Try those speaker-tests as both a regular user, and also with root permissions. If you have a headset, try with your headset plugged in, and also with your headset not plugged in (for speakers). Given you did not follow the rest of the instructions, I suspect you ignored that sound test also. You must try all 3 as often only 1 of the 3 will work. Anyway, assuming no sound, then update your alsa user space to 1.0.21 of alsa. You can do that by opening a terminal/konsole, type "su" (no quotes) and copy and paste the following in sequence, one at a time, executing each in that terminal: Code:
zypper ar http://download.opensuse.org/repositories/multimedia:/libs/openSUSE_11.1/ multimedia Code:
zypper install alsa alsa-docs libasound2 Code:
zypper rr multimedia Code:
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_11.1/ multimedia Code:
zypper install alsa-driver-kmp-default Code:
zypper rr multimedia NOTE the test I provided for testing. IF that does not work, then update to the daily snapshots. You can do that by opening a konsole/terminal, type 'su' to get root permissions, and then copy and paste the following six zypper commands in sequence, executing them one at a time, into that konsole/terminal. Code:
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/snapshot/openSUSE_11.1/ multimedia Code:
zypper install alsa alsa-utils alsa-tools alsa-firmware alsa-oss alsa-plugins alsa-plugins-pulse libasound2 Code:
zypper rr multimedia Code:
zypper ar http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_11.1/ multimedia Code:
zypper install alsa-driver-kmp-default Code:
zypper rr multimedia Note your kernel is the original 2.6.27.7-9-default kernel. As soon as you update your kernel to the 2.6.27.29 kernel, your sound WILL break, and you will need to update again, but with DIFFERENT commands. There is guidance here: and another comment, and please pardon my cynicsm, but if all you do is review it and don't follow the instructions, then I can assure you, just like with the troubleshooting guide, that you sound still won't work.
|
|
|||
|
Appreciate the help. It works now after updating alsa.
Also, no worries about the cynacism I apparently missed some steps (speed reading ftl) and didn't provide a complete problem analysis.Again, I appreciate the help |
![]() |
|
| Bookmarks |
| Tags |
| alc888, realtek, sound |
| Thread Tools | |
| Display Modes | |
|
|