Posts: 3
kwgarner
Joined: 01 May 2010
#1
Does anyone know how to cure the occasional crackling sound which seems to exist with HDA audio cards? This occurs with other OSs (e.g. Ubuntu and Fedora) but not with others and seems to relate to power saving options. Many thanks
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2
Can you post

Code: Select all

inxi -F
readout from terminal so we can see your sound card and also the readout of

Code: Select all

aplay -l
also.
Posts: 3
kwgarner
Joined: 01 May 2010
#3
Thanks. The details are:-

inxi -F

System: Host antiX1 Kernel 2.6.32-1-mepis-smp i686 (32 bit) Distro antiX-M8.5 Marek Edelman 11 April 2010
CPU: Single core Intel Celeron M 440 (UP) cache 1024 KB flags (nx sse sse2 sse3) bmips 3726.86 clocked at 1862.334 MHz
Graphics: Card Intel Mobile 945GM/GMS 943/940GML Express Integrated Graphics Controller tty res: 80x24 Gfx Data: N/A for root user
Audio: Card Intel N10/ICH 7 Family High Definition Audio Controller driver HDA Intel BusID: 00:1b.0
Sound: Advanced Linux Sound Architecture Version 1.0.21
Network: Card-1 Broadcom BCM4311 802.11b/g WLAN driver wl BusID: 06:00.0
Card-2 Realtek RTL-8139/8139C/8139C+ driver 8139too v: 0.9.28 at port 2000 BusID: 08:08.0
Disks: HDD Total Size: 80.0GB (6.8% used) 1: /dev/sda ST980812AS 80.0GB
Partition: ID:/ size: 72G used: 5.1G (8%) fs: ext3 ID:swap-1 size: 2.17GB used: 0.00GB (0%) fs: swap
Info: Processes 85 Uptime 4 min Memory 80.7/1507.8MB Runlevel 5 Client Shell inxi 1.4.9

aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: CONEXANT Analog [CONEXANT Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: Conexant Digital [Conexant Digital]
Subdevices: 1/1
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#4
What is the make of your computer.

You might have to edit /etc/modprobe.d/modprobe.conf (I am not on my AntiX box to see if it has this file at the moment)

And add to the end of the file

Code: Select all

options snd-hda-intel model=(the name of your computer like Toshiba , Asus)
If a Hewlitt Packcard a guy did
I added:
options snd-hda-intel model=ref

To:
/etc/modprobe.d/alsa-base.conf
Be sure to backup /etc/modprobe.d/modprobe.conf before making any changes.

Code: Select all

cp /etc/modprobe.d/modprobe.conf /etc/modprobe.d/modprobe.conf_bak
I keep a new folder called backups in /home that I move my backups to. For stuff like this because I have had to edit /etc/fstab and ~/.conky and other stuff. Happy Trails, Rok

Just so you know. I am Just a Linux using Biker. I have to experiment with my installs sometimes and edit files and such to get my gear working properly. I am by no means a Linux expert. I have to search a lot to find answers to my problems. So if my suggestions don't work. Sorry
Posts: 3
kwgarner
Joined: 01 May 2010
#5
Very many thanks. My laptop is a HP Compaq - I will try altering the etc/modprobe as the other guy did and see if this works. Nonetheless Antix is a great OS - far better for my slightly ageing laptop than better known OSs
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#6
Have you upgraded antiX since install? There is a new xorg that may fix the problem.