Hello All,
I took a break from my sound issue and now I'm back. Ok I'm following the steps at http://ubuntuforums.org/showthread.php?t=205449 and got to
so I entered
and I get
So I did a search and I found http://ubuntuforums.org/showthread.php?t=174906
So it says
In my sourse.list
So how do I "uncomment" them like it says in the directions I found?
In fact I have a few lines that says
Thanks,
James
I took a break from my sound issue and now I'm back. Ok I'm following the steps at http://ubuntuforums.org/showthread.php?t=205449 and got to
Using alsa-source
Code:
sudo apt-get install build-essential linux-headers-$(uname -r) module-assistant alsa-source
E: Couldn't find package module-assistant
So it says
Edit /etc/apt/sources.list (you need to be root to do this).
In there somewhere there should be lines that look
more or less like this:
Code:
deb http://archive.ubuntu.com/ubuntu/ breezy universe
deb-src http://archive.ubuntu.com/ubuntu/ breezy universe
They may say dapper if you are using a Dapper release, and the archive
URL may be slightly different, might have us or ca or eu or something in it.
If they are there but commented ('#' as first character in the line),
uncomment them.
In there somewhere there should be lines that look
more or less like this:
Code:
deb http://archive.ubuntu.com/ubuntu/ breezy universe
deb-src http://archive.ubuntu.com/ubuntu/ breezy universe
They may say dapper if you are using a Dapper release, and the archive
URL may be slightly different, might have us or ca or eu or something in it.
If they are there but commented ('#' as first character in the line),
uncomment them.
Code:
# Line commented out by installer because it failed to verify: # deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] gutsy universe # Line commented out by installer because it failed to verify: # deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] gutsy universe # Line commented out by installer because it failed to verify: # deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] gutsy-updates universe # Line commented out by installer because it failed to verify: # deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] gutsy-updates universe
In fact I have a few lines that says
# Line commented out by installer because it failed to verify:
James
Comment