In order to get root "power" in terminal you must do the following:
open a terminal and write
- Code:
su
It will ask for password.
If your password is not accepted you must create one as follows:
Open a terminal and write:
- Code:
sudo passwd
You will be asked for your standard user password. Write it.
Then you will be asked to give a unix password. Think of one and write it.
Then you will be asked to re-write the unix password. Do it.
And you are done.
Next time you will open the terminal and write
- Code:
su
give your unix password and you will be logged as "root". You will see that the start sentence of the terminal will be something like root@root:-$
So, after you log in as root, write in terminal
- Code:
modprobe b43
P.S. Are you sure you dont have an
/etc/modules file....??? It is not a folder. It's a file that you open with text editor. Please have another look and if necessary amend nautilus to view the hidden files.