chris@athlon:~$ su |
Password: (enter the root password) |
athlon:/home/chris# |
When you have finished, enter the exit command to resume normal user status.
athlon:/home/chris# exit |
chris@athlon:~$ |
chris@athlon:~$ su |
Password: (enter the root password) |
athlon:/home/chris# lsmod | grep scsi |
If you have the ide-scsi module, you should see a line something like this:
ide-scsi 7060 0 |
athlon:/home/chris# |
If the ide-pci module is present, you can skip the next section and move on to installing the basic software. If you do not have the ide-scsi module you must install a kernel that does have it. The next section explains how to install a different kernel.
athlon:/home/chris# apt-get install emacs21 |
athlon:/home/chris# apt-get install adduser |