Posts: 667
jdmeaux1952
Joined: 01 Nov 2013
#1
When AntiX 13.2 came out, I downloaded the antix-13_386-full.iso for 32-bit and burned it to a cd. It has been working great. This morning, after reading about the big fixes, I did the following:

apt-get update && apt-get install linux-image-3.7.10-antix.7-486-smp linux-headers-3.7.10-antix.7-486-smp

Everything seemed to go okay. I rebooted my machine, and then decided to look at YouTube videos. No sound. I checked that the volume was turned up -- OKAY. I checked the Control Center - seems okay but no sound. I tried the speakers on another machine and they work, I tried different speakers on here, but still no sound.

I am showing in System Information Debian GNU/Linux 7.2 on a Pentium III (Coppermine) w/ 512 mb memory. Motherboard from Dell Optiplex GX110.

inxi -F
System: Host: antiX1 Kernel: 3.7.10-antix.5-486-smp i686 (32 bit)
Desktop: IceWM 1.3.7 Distro: antiX-13.2_386-full Luddite 4 November 2013
Machine: Mobo: Dell model: OptiPlex GX110 Bios: Dell version: A09 date: 01/22/2003
CPU: Single core Pentium III (Coppermine) (-UP-) cache: 256 KB flags: (pae sse) clocked at 996.770 MHz
Graphics: Card: Intel 82810E DC-133 (CGC) Graphics Controller
X.Org: 1.12.4 drivers: intel (unloaded: fbdev,vesa) Resolution: 1280x960@60.0hz
GLX Renderer: Gallium 0.4 on softpipe GLX Version: 2.1 Mesa 8.0.5
Audio: Card: Intel 82801AA AC'97 Audio Controller driver: snd_intel8x0 Sound: ALSA ver: k3.7.10-antix.5-486-smp
Network: Card-1: 3Com 3c905C-TX/TX-M [Tornado] driver: 3c59x
IF: eth0 state: down mac: 00:b0:d0:c7:c1:b4
Card-2: Ralink RT5370 Wireless Adapter
IF: N/A state: N/A mac: N/A
Drives: HDD Total Size: 46.0GB (7.7% used) 1: id: /dev/sda model: ST340014A size: 40.0GB
2: id: /dev/sdb model: DK23AA size: 6.0GB
Partition: ID: / size: 37G used: 3.4G (10%) fs: ext4 ID: swap-1 size: 1.57GB used: 0.00GB (0%) fs: swap
Sensors: None detected - is lm-sensors installed and configured?
Info: Processes: 79 Uptime: 9 min Memory: 94.3/499.5MB Client: Shell (bash) inxi: 1.9.16


lspci
00:00.0 Host bridge: Intel Corporation 82810E DC-133 (GMCH) Graphics Memory Controller Hub (rev 03)
00:01.0 VGA compatible controller: Intel Corporation 82810E DC-133 (CGC) Chipset Graphics Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801AA PCI Bridge (rev 02)
00:1f.0 ISA bridge: Intel Corporation 82801AA ISA Bridge (LPC) (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801AA IDE Controller (rev 02)
00:1f.2 USB controller: Intel Corporation 82801AA USB Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801AA SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio Controller (rev 02)
01:07.0 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
01:07.1 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
01:07.2 USB controller: VIA Technologies, Inc. USB 2.0 (rev 65)
01:0c.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)


lsmod | grep snd
snd_intel8x0 20844 1
snd_ac97_codec 78474 1 snd_intel8x0
snd_pcm 50454 2 snd_ac97_codec,snd_intel8x0
snd_page_alloc 5015 2 snd_intel8x0,snd_pcm
snd_seq 34663 0
snd_seq_device 3890 1 snd_seq
snd_timer 12034 2 snd_pcm,snd_seq
snd 36700 8 snd_ac97_codec,snd_intel8x0,snd_timer,snd_pcm,snd_seq,snd_seq_device
soundcore 3447 1 snd
ac97_bus 687 1 snd_ac97_codec


I've rebooted three times, and can't see any errors. I did a complete shutdown for 5 minutes and then tried again. I see no errors, but I still have no sound. Now I'm lost as to what else to do or look for. I tried a google search"linux Intel 82801AA no sound" but I have found nothing. Could this old Intel MB sound died?

HELP
Last edited by jdmeaux1952 on 20 Nov 2013, 19:15, edited 1 time in total.
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#2
Try running this as root.

# alsactl init

you may or may not get any output from the command. try your sound after that.
Posts: 667
jdmeaux1952
Joined: 01 Nov 2013
#3
Tried it. It worked. What would cause this??
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#4
I don't know, but I had the same issue. the debian and arch wiki's can be your friend!