An update trashed my previous 8.04 installation. Sound was working in it.
I reinstalled 8.04 with a newly downloaded and created livecd.
Sound no longer works and it worked before.
This is a dual boot system and sound works in Windows.
Two sound cards are present. 1. is the onboard one and is an Intel 8xx 2. is a Creative Audigy.
The Windows XP boot works with the sound configured to use the Creative SB 16
cat /proc/asound modules produces:
Alsamixer shows the Intel card with all outputs unmuted
find /lib/modules/`uname -r` | grep snd shows the modules as installed
cat /etc/modprobe.d/alsa-base shows:
I tried those the other way around rebooting each time and still no sound.
I am stumped and would appreciate any help.
To summarize:
Reinstall from latest livecd of 8.04/3.5 killed sound
I tried my limited knowledge without success
Dual boot system and sound works in WinXP so hardware is ok
Sound worked in previous Kubuntu before reinstall.
I would appreciate any advice as I have looked at it so much I am sure I am missing something obvious.
I reinstalled 8.04 with a newly downloaded and created livecd.
Sound no longer works and it worked before.
This is a dual boot system and sound works in Windows.
Two sound cards are present. 1. is the onboard one and is an Intel 8xx 2. is a Creative Audigy.
The Windows XP boot works with the sound configured to use the Creative SB 16
cat /proc/asound modules produces:
Code:
0 snd_intel8x0 1 snd_ca0106
find /lib/modules/`uname -r` | grep snd shows the modules as installed
cat /etc/modprobe.d/alsa-base shows:
Code:
install sound-slot-0 modprobe snd_ca0106 install sound-slot-1 modprobe snd_intel8x0
I am stumped and would appreciate any help.
To summarize:
Reinstall from latest livecd of 8.04/3.5 killed sound
I tried my limited knowledge without success
Dual boot system and sound works in WinXP so hardware is ok
Sound worked in previous Kubuntu before reinstall.
I would appreciate any advice as I have looked at it so much I am sure I am missing something obvious.
Comment