Quote:
How do you log in as root?
|
There are a couple of ways. When you first log in, you enter root as the username and then give the password. The other is to use the
su - command in a console (note the - after the su, that isn't a typo). Once you've entered root's password, then any commands you give afterwards in that console will be run with root privileges.
Quote:
And when you extract the tgz file into the directory "/lib/firmware/", do you extract everything including the directory that the files are in, or do you extract just the files into the /lib/firmware/ directory?
|
You probably just want the files. If you have directories below /lib/firmware, the drivers may not look there.