Did you use gksudo then type your password?
Copy and paste this into your terminal.
Code:
gksudo gedit /etc/modules
then type your password.
You will see a file that looks like this
Code:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
fuse
lp
You want it to look like this
Code:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
fuse
lp
ath_pci
Save it
Close
Reboot
Bookmarks