poetbeware
January 29th, 2008, 04:11 PM
OK, hard drive crashed in my Darter late last year, system76 sent me a new hard drive (thanks!) and I installed, re-installed Ubuntu, re-installed the system76 driver. I thought everything was groovy until just now when I finally got around to ripping CDs again.
The volume icon has a little circle-slash over it, and clicking it says:
"The volume control did not find any elements and/or devices to control. This means either that you don't have the right GStreamer plugins installed, or that you don't have a sound card configured."
OK. In another thread other people were having this problem back in April, the solution was to:
sudo apt-get remove --purge system76-driver
sudo rm -r /opt/system76
sudo apt-get install system76-driver
system76-driver
reboot
So I did all that, but it still doesn't work. During the run of system76-driver, it output this line:
options snd-hda-intel model=targa-dig
But when I
lsmod | grep snd
there's no listing for snd-hda-intel. When I
sudo modprobe snd-hda-intel
It says:
FATAL: Error inserting snd_hda_intel (/lib/modules/2.6.22-14-generic/ubuntu/media/snd-hda-intel/snd-hda-intel.ko): Unknown symbol in module, or unknown parameter (see dmesg)
And dmesg reports:
[ 97.764000] snd_hda_intel: disagrees about version of symbol snd_dma_free_pages
[ 97.764000] snd_hda_intel: Unknown symbol snd_dma_free_pages
[ 97.764000] snd_hda_intel: disagrees about version of symbol snd_dma_alloc_pages
[ 97.764000] snd_hda_intel: Unknown symbol snd_dma_alloc_pages
Um...help?
The volume icon has a little circle-slash over it, and clicking it says:
"The volume control did not find any elements and/or devices to control. This means either that you don't have the right GStreamer plugins installed, or that you don't have a sound card configured."
OK. In another thread other people were having this problem back in April, the solution was to:
sudo apt-get remove --purge system76-driver
sudo rm -r /opt/system76
sudo apt-get install system76-driver
system76-driver
reboot
So I did all that, but it still doesn't work. During the run of system76-driver, it output this line:
options snd-hda-intel model=targa-dig
But when I
lsmod | grep snd
there's no listing for snd-hda-intel. When I
sudo modprobe snd-hda-intel
It says:
FATAL: Error inserting snd_hda_intel (/lib/modules/2.6.22-14-generic/ubuntu/media/snd-hda-intel/snd-hda-intel.ko): Unknown symbol in module, or unknown parameter (see dmesg)
And dmesg reports:
[ 97.764000] snd_hda_intel: disagrees about version of symbol snd_dma_free_pages
[ 97.764000] snd_hda_intel: Unknown symbol snd_dma_free_pages
[ 97.764000] snd_hda_intel: disagrees about version of symbol snd_dma_alloc_pages
[ 97.764000] snd_hda_intel: Unknown symbol snd_dma_alloc_pages
Um...help?