PB: Install driver of 3rd-party wireless adapter

Topics about the Hardware of Revolution Pi
Post Reply
hikaru2001
Posts: 38
Joined: 18 Feb 2019, 04:13
Answers: 0

PB: Install driver of 3rd-party wireless adapter

Post by hikaru2001 »

Hello,

I want to use a 3rd-party wireless adapter on RevPi Core 3. When I install the driver of the adapter, the terminal asks me to enter the password. I have tried the password of login, but it doesn't work. Could you tell how to do it? Thank you!
Attachments
a.jpg
a.jpg (86.89 KiB) Viewed 2915 times
User avatar
dirk
KUNBUS
Posts: 1947
Joined: 15 Dec 2016, 13:19
Answers: 4

Re: PB: Install driver of 3rd-party wireless adapter

Post by dirk »

Hi, you have to use "sudo [command]..." to run an command with super user privileges. The idea is that you never use the "root" account as your user "pi" as sudo privileges.
https://www.raspberrypi.org/documentati ... ge/root.md
hikaru2001
Posts: 38
Joined: 18 Feb 2019, 04:13
Answers: 0

Re: PB: Install driver of 3rd-party wireless adapter

Post by hikaru2001 »

Hi Dirk,

I have tried sudo command. It works. Thank you!
Post Reply