I'm new to Linux. After I installed Kubuntu 8.04 (on a second HDD in a dual-boot w/Win XP Pro) for the first time, and installed support for mp3, wma, and other file formats, I was able to play any of the multimedia files on my Windows HDD, and with excellent sound. However, after I rebooted, I have no sound at all.
Kernel: 2.6.24-19-generic
lspci results:
Alsa mixer gives the card as Intel IEC958 / RealTEK ALC662 chip (inboard sound on an ASUS p5gc mx/1333 mobo). I know this is supported since I had sound before I rebooted!
aadebug results:
Kernel: 2.6.24-19-generic
lspci results:
Code:
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02) 00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 02) 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Aud io Controller (rev 01) 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (r ev 01) 00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (r ev 01) 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controll er #1 (rev 01) 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controll er #2 (rev 01) 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controll er #3 (rev 01) 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controll er #4 (rev 01) 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Control ler (rev 01) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1) 00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bri dge (rev 01) 00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (re v 01) 00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Co ntroller (rev 01) 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01) 01:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139 C+ (rev 10) 02:00.0 Ethernet controller: Attansic Technology Corp. L2 100 Mbit Ethernet Adap ter (rev a0) 04:00.0 VGA compatible controller: nVidia Corporation G72 [GeForce 7300 SE] (rev a1)
aadebug results:
Code:
./aadebug: 1: bin/bash: not found
ALSA Audio Debug v0.1.0 - Thu Sep 18 03:19:05 EDT 2008
[url]http://alsa.opensrc.org/aadebug[/url]
[url]http://www.gnu.org/licenses/gpl.txt[/url]
Kernel ----------------------------------------------------
Linux darren-desktop 2.6.24-19-generic #1 SMP Wed Aug 20 22:56:21 UTC 2008 i686 GNU/Linux
Loaded Modules --------------------------------------------
snd_hda_intel 344728 108
snd_pcm_oss 42144 0
snd_mixer_oss 17920 1 snd_pcm_oss
snd_pcm 78596 2 snd_hda_intel,snd_pcm_oss
snd_page_alloc 11400 2 snd_hda_intel,snd_pcm
snd_hwdep 10500 1 snd_hda_intel
snd_seq_dummy 4868 0
snd_seq_oss 35584 0
snd_seq_midi 9376 0
snd_rawmidi 25760 1 snd_seq_midi
snd_seq_midi_event 8320 2 snd_seq_oss,snd_seq_midi
snd_seq 54224 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 24836 2 snd_pcm,snd_seq
snd_seq_device 9612 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 56996 913 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
Modprobe Conf ---------------------------------------------
Warning: module config file does not exist
This means any kernel modules will not be auto loaded
See your linux distro docs on how to create this file
Proc Asound -----------------------------------------------
cat: /proc/asound/{version,cards,devices,hwdep,pcm,seq/clients}: No such file or directory
Dev Snd ---------------------------------------------------
controlC0 hwC0D0 pcmC0D0c pcmC0D0p pcmC0D1p seq timer
CPU -------------------------------------------------------
model name : Intel(R) Pentium(R) Dual CPU E2180 @ 2.00GHz
cpu MHz : 1200.000
model name : Intel(R) Pentium(R) Dual CPU E2180 @ 2.00GHz
cpu MHz : 1200.000
RAM -------------------------------------------------------
MemTotal: 2075364 kB
SwapTotal: 3229024 kB
Hardware --------------------------------------------------
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
darren@darren-desktop:~/Documents$




Comment