OK, time for a kernel update.
Run
add this line to the end:
and save & close. Run
Now the new kernel is installed (alongside your original one), so remove the repository from the list by running:
deleting that last line and save. Run
And reboot. The new kernel should be an option at boot. If recording still doesn't work, then something else is hosed.
Run
Code:
gksudo gedit /etc/apt/sources.list
Code:
deb http://archive.ubuntu.com/ubuntu/ gutsy main restricted
Code:
sudo apt-get update
Code:
sudo apt-get -y install linux linux-generic linux-headers-generic linux-image-generic linux-restricted-modules-generic
Code:
gksudo gedit /etc/apt/sources.list
Code:
sudo apt-get update
Comment