Skip to content

Categories:

Install backtrack 4 on chipset Silicon Intregated Systems (SIS) Part 1

In this post I will discuss about how to installation to the user Backtrack 4 chipset Silicon Intregated Systems…
The first step is to have a laptop or PC … hehehe :D

Next …
1. When the menu appears Backtrack install option, press tab to add commands to be entered into its GUI (only for chipset sis), type “maxcpus = 0” (without the quotes) after writing splash … (Enter)

2. After that will come login …
type with login: root
password: toor

Then to enter the GUI type startx command
3. Once inside, open the console and follow the following commands …
root@bt:~# mkdir /mnt/bt
root@bt:~# mount /dev/sdaX/ /mnt/bt/
root@bt:~# mkdir /mnt/bt/boot
root@bt:~# cp-preserve-R /(bin, dev, home, pentest, root, usr, boot, etc, lib, opt, sbin, var) /mnt/bt/
root@bt:~# mkdir /mnt/bt/ (mnt, tmp, proc, sys)
root@bt:~# chmod 777 /mnt/bt/tmp/
root@bt:~# mount-t proc proc /mnt/bt/ /proc
root@bt:~# mount-o bind /dev/ /mnt/bt/dev/
Note: Sign partition Continued…

Posted in Gudang Linux.

Tagged with , , , , , , , .


Enable sound on RS780 Azalia controller

I am writing this post because my friend asked for help installing Windows on a laptop, then I installed it, but suddenly there is an error, can not be installed because I suggest to install Ubuntu and found that he agreed, after I installed Ubuntu and found his voice codecs another problem, sound not detected in Ubuntu. But I believe every problem in Linux must be a solution … hehehehe … great Linux … :D

Then I searched on Google and got the following link http://ubuntuforums.org/showthread.php?p=7231465 # post7231465 (Thanx’s)
After I opened and read, to add some code in /etc/modprobe.d/alsa-base.conf

Here are the steps:
Continued…

Posted in Gudang Linux.

Tagged with , , , , , , , .