Buddy, If you can log in as root while off line (suggest turn off modem) you might check /etc/groups for a group called wheel. If it's there, you need to add davros to wheel. If adduser davros wheel doesn't work then usermod davros -G wheel should do the trick. A normal user can't even su to root unless they're already in the wheel group on systems that have wheel.