|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Hardware Questions about hardware installation or configuration in SUSE Linux |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello guys...
Ash here... my laptop is Compaq v3225au... with Sound - MCP51 High Definition Audio.. now the problem is that... m getting sound as echo... i mean... like we hear a "Ding" in my laptop it goes like Ding Ding Ding Ding DIng Ding and goes on... it never stops... it hapens with any kind of video , mp3 all.. it plays a bit (equal to Ding) and repeats it.. i am writing this with MUTE one... or it is echoing.. also i have installed the alsa drivers.. but no help... please help me... plz plz plz plz plz plz plz plz plz plz plz |
|
|||
|
Quote:
now the problem is that... m getting sound as echo... i mean... like we hear a "Ding" Quote:
I have seen this problem with openSUSE-11.0 alpha3 on KDE-4.xx. Quote:
... The question of interest is what version of the alsa drivers. What is the output of:<span style="font-family:Courier New">rpm -qa | grep alsa uname -a cat /proc/asound/cards</span> |
|
|||
|
thanks for the quick reply...
my system info : OS: Linux 2.6.22.5-31-default i686 System: openSUSE 10.3 (i586) KDE: 3.5.7 "release 72" a strange thing is happening... i installed alsa driver 1.0.16 (driver,lib,oss,utils) but rpm -qa | grep alsa is showing 1.0.14... i installed by commands... ./configure && make && sudo make install Outputs of your commands.. rpm -qa | grep alsa - alsa-utils-1.0.14-27 alsa-oss-1.0.14-23 alsa-1.0.14-31 alsa-plugins-1.0.14-41 uname -a - Linux linux-0vgi 2.6.22.5-31-default #1 SMP 2007/09/21 22:29:00 UTC i686 athlon i386 GNU/Linux cat /proc/asound/cards - 0 [NVidia ]: HDA-Intel - HDA NVidia HDA NVidia at 0xc0000000 irq 10 ... waiting for reply... |
|
|||
|
Quote:
Quote:
Quote:
I recommend you go back to the directory where you typed "./configure && make && sudo make install " and type "make uninstall" and REMOVE 1.0.16 of alsa. Then install it from rpms instead with these commands with your PC connected to the internet, from an xterm/konsole with root permissions. I recommend you copy and paste this to avoid syntax errors: Code:
zypper ar http://download.opensuse.org/reposit...openSUSE_10.3/ multimedia Code:
zypper install alsa alsa-driver-kmp-default alsa-utils alsa-tools alsa-firmware alsa-oss alsa-plugins libasound2 Code:
zypper rr http://download.opensuse.org/reposit...openSUSE_10.3/ cat /etc/modprobe.d/sound</span> and post the output URLs provided to you by running the two diagnostic scripts from the openSUSE audio troubleshooting guide: http://en.opensuse.org/SDB:AudioTroublesho...led_information |
|
|||
|
update done but problem not solved..
here is the info. OUTPUTS : rpm -qa | grep alsa - alsa-1.0.16.hg20080510-2.1 alsa-utils-1.0.16.hg20080429-1.3 alsa-firmware-1.0.16.hg20080314-1.2 alsa-oss-1.0.15.hg20071007-2.6 alsa-plugins-1.0.16.hg20080514-2.1 alsa-tools-1.0.16.hg20080122-7.15 alsa-driver-kmp-default-1.0.16.20080528_2.6.22.5_31-3.1 cat /etc/modprobe.d/sound - options snd-hda-intel enable=1 index=0 # wRyD.ALuUqiQILF2:MCP51 High Definition Audio alias snd-card-0 snd-hda-intel OUTPUT of scripts: Script 1: - ALSA information is located athttp://pastebin.ca/1033219 Script 2: -http://nopaste.com/p/acYXclf7I hope i supplied it as you want.. |
|
|||
|
Quote:
As an after thought, I hope you are logged in as a regular user for these sound tests, and are only using root permissions when absolutely essential (for example for s/w installations) |
|
|||
|
I hope you did the "make uninstall" like I requested. Else nothing we try may work.
First, I would like you to do a test in run level 3, to ensure there is not a setting in your Desktop/Window manager that is causing this affect. Please reboot your PC to run level 3 (a text log in). You can do that by typing "3" (no quotes) in the grub menu when it appears. Your PC will boot to a text prompt. Log in as a regular user (and use regular user password). Then type (note this is case sensitive): Code:
speaker-test -c2 -Ddefault -twav You can reboot from this point by typing "su" (enter root password) followed by "shutdown -r now" [no quotes in both cases] When you performed this sound test, do you still have the same echo? If there is no problem in run level 3, then the echo is a desktop setting that is causing the problem, and you need to investigate your desktop settings. If you still have the echo problem, then please go on to the next step. Your hardware codec is a CX20549, which is the same as a Conexant 5045. The ALSA-Configuration.txt file notes the following: Code:
Conexant 5045 ******laptop-hpsense****Laptop with HP sense (old model laptop) ******laptop-micsense** Laptop with Mic sense (old model fujitsu) ******laptop-hpmicsense Laptop with HP and Mic senses ******benq********Benq R55E Please edit your /etc/modprobe.d/sound file, and change it to: Code:
options snd-hda-intel enable=1 index=0 model=laptop-hpsense # wRyD.ALuUqiQILF2:MCP51 High Definition Audio alias snd-card-0 snd-hda-intel Good Luck! |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|