|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Hardware Support Do you have any problems with installing new hardware under SuSE Linux? Post your question in here... |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
hello guys .i installed opensuse 10.3 in my laptop DELL 1420 recently....but the problem is there is no sound from LAPTOP SPEAKERS which are sigmatel speakers....important to note is i am getting sound when external speakers or headphones are connected....i am using gnome.
please help me regarding this.....thanks . |
|
|||
|
My guess is you need to update your alsa version, and then possibly add a "dell specific" entry into your /etc/modprobe.d/sound file.
I recommend you start by updating your alsa version on your laptop. Please follow the openSUSE audio troubleshooting guide here: http://en.opensuse.org/AudioTroubleshootin...ng_alsa_via_rpm Note that dependant on your kernel version, the zypper commands may need to be different. For example, if your kernel version is 2.6.22.17, you can use the zypper commands from that guide, which are (copy and paste and execute them from an xterm/konsole with root permissions when connected to internet): Code:
zypper ar http://download.opensuse.org/reposit...E_10.3_Update/ multimedia-audio Code:
zypper install alsa alsa-driver-kmp-default alsa-utils alsa-tools alsa-firmware libasound2 Code:
zypper rr http://download.opensuse.org/reposit...E_10.3_Update/ You can determine what kernel version you have by typing: Code:
uname -a Code:
rpm -qa | grep alsa Code:
cat /etc/modprobe.d/sound http://en.opensuse.org/AudioTroubleshootin...led_information |
|
|||
|
Quote:
I added the repository and added some alsa drivers but of no use. tha out puts are.... mohanvarma@mohanvarma:~> rpm -qa | grep alsa alsa-oss-1.0.14-23 alsa-utils-1.0.14-27 alsa-devel-1.0.14-31 alsa-1.0.14-31 alsa-driver-kmp-bigsmp-1.0.16.hg20080426_2.6.22.17_0.1-1.1 alsa-plugins-1.0.14-41 alsa-driver-kmp-default-1.0.16.hg20080426_2.6.22.17_0.1-1.1 mohanvarma@mohanvarma:~> cat /etc/modprobe.d/sound options snd-hda-intel enable=1 index=0 # u1Nb.wUq5O6bR3r1:82801H (ICH8 Family) HD Audio Controller alias snd-card-0 snd-hda-intel did i commit any mistake in installing required drivers..thanku.. |
|
||||
|
Quote:
Those commands I gave were not to just "add the repository and add some alsa drivers". Those commands were specifically picked to: a. add the repository, and b. add some very specific alsa packages, and c. remove the repository. You did not do that, and if you deviate, and if you do not understand what you are doing when you deviate, the likelihood is your speaker sound will still not work. .... Please try to follow the instructions. If they are not clear, then please ask for clarification. Quote:
Quote:
What is the output of: <span style="font-family:Courier New">uname -a</span> Quote:
|
|
|||
|
Quote:
the kernel information is.. Linux mohanvarma 2.6.22.5-31-bigsmp #1 SMP 2007/09/21 22:29:00 UTC i686 i686 i386 GNU/Linux and i pasted evey code u have given in terminal finally a repository is added after these instructions.it showed me lot of packages and i dont know what are need to be installed... sorry for the trouble... |
|
|||
|
Quote:
If you read the audio troubleshooting guide that I quoted, it specifically notes for "bigsmp" you should not install the "alsa-driver-kmp-default" rpm, but ONLY install the "alsa-driver-kmp-bigsmp" instead. You should remove the "alsa-driver-kmp-default". Because you have the mixed (two) alsa drivers, the other alsa apps failed to install. Hence after removing "alsa-driver-kmp-default", try again to install alsa-firmware and alsa-tools. So AFTER you have removed "alsa-driver-kmp-default" (and you must remove that) you can try: Code:
zypper ar http://download.opensuse.org/reposit...openSUSE_10.3/ multimedia-audio-bigsmpoldkernel Code:
zypper install alsa alsa-driver-kmp-bigsmp alsa-utils alsa-tools alsa-firmware libasound2 Code:
zypper rr http://download.opensuse.org/reposit...openSUSE_10.3/ so I can see what you have installed. Also, WHY are you using a "bigsmp" kernel? How much RAM does your laptop have? |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|