Installing bluetooth manager without a keyboardGetting error while using “bluez-test-input connect...
Why is that max-Q doesn't occur in transonic regime?
I have trouble understanding this fallacy: "If A, then B. Therefore if not-B, then not-A."
How do I prevent a homebrew Grappling Hook feature from trivializing Tomb of Annihilation?
How does Leonard in "Memento" remember reading and writing?
Subsurf on a crown. How can I smooth some edges and keep others sharp?
What's this assembly doing?
Possible issue with my W4 and tax return
Broad Strokes - missing letter riddle
If angels and devils are the same species, why would their mortal offspring appear physically different?
What to do with threats of blacklisting?
Single-row INSERT...SELECT much slower than separate SELECT
Do authors have to be politically correct in article-writing?
How to not let the Identify spell spoil everything?
What is the industry term for house wiring diagrams?
Reading Mishnayos without understanding
Could a warlock use the One with Shadows warlock invocation to turn invisible, and then move while staying invisible?
How to write cases in LaTeX?
How is this property called for mod?
Article. The word "Respect"
Is a creature that sees a Medusa's eyes automatically subjected to a saving throw?
Coworker asking me to not bring cakes due to self control issue. What should I do?
What is the wife of a henpecked husband called?
Categorical Unification of Jordan Holder Theorems
What is a good reason for every spaceship to carry a weapon on board?
Installing bluetooth manager without a keyboard
Getting error while using “bluez-test-input connect <device address> yes” command to connect to a serial Bluetooth moduleCannot install nginx (dependency issue) on Raspberry Pi 3Run nmcli as unprivileged userUbuntu Mate 16.04.2, Raspberry Pi 3b, ethernet not automatically connectingConfiguring tkinter for python3.4.3 ProblemHow do you send and receive data from one machine to another?Choosing Startup Disk Prior to Bootraspberry pi 0w wifi autoconnect or shareRaspberry Pi Wifi HotspotConvert from armhf to arm64 on Raspberry Pi 3 B running 64-bit Ubuntu Server 18.04 LTS (Bionic)
I'm trying to connect a non-dongle bluetooth keyboard to a rasberry pi but I don't have a regular keyboard to set it up. Just a mouse.
I have a script to install the bluetooth manager which i can transfer over from a thumb drive but no way to execute it. Is there a script to execute commands?
raspberrypi
New contributor
Tim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I'm trying to connect a non-dongle bluetooth keyboard to a rasberry pi but I don't have a regular keyboard to set it up. Just a mouse.
I have a script to install the bluetooth manager which i can transfer over from a thumb drive but no way to execute it. Is there a script to execute commands?
raspberrypi
New contributor
Tim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I'm trying to connect a non-dongle bluetooth keyboard to a rasberry pi but I don't have a regular keyboard to set it up. Just a mouse.
I have a script to install the bluetooth manager which i can transfer over from a thumb drive but no way to execute it. Is there a script to execute commands?
raspberrypi
New contributor
Tim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm trying to connect a non-dongle bluetooth keyboard to a rasberry pi but I don't have a regular keyboard to set it up. Just a mouse.
I have a script to install the bluetooth manager which i can transfer over from a thumb drive but no way to execute it. Is there a script to execute commands?
raspberrypi
raspberrypi
New contributor
Tim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 6 hours ago
TimTim
61
61
New contributor
Tim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Tim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can use a on screen keyboard. Just look here into the official documentation:
Instead of typing "settings" you have to search for the entry manually, which should not be a problem.
If you want to run a script (.sh), it's best to copy to your home folder. Then run a terminal and type
chmod +x yourscript.sh
./yourscript.sh
First line will make the file executable, which is an addition security barrier so you don't run downloaded files accidently. Second line will run the script.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Tim is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1121224%2finstalling-bluetooth-manager-without-a-keyboard%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use a on screen keyboard. Just look here into the official documentation:
Instead of typing "settings" you have to search for the entry manually, which should not be a problem.
If you want to run a script (.sh), it's best to copy to your home folder. Then run a terminal and type
chmod +x yourscript.sh
./yourscript.sh
First line will make the file executable, which is an addition security barrier so you don't run downloaded files accidently. Second line will run the script.
add a comment |
You can use a on screen keyboard. Just look here into the official documentation:
Instead of typing "settings" you have to search for the entry manually, which should not be a problem.
If you want to run a script (.sh), it's best to copy to your home folder. Then run a terminal and type
chmod +x yourscript.sh
./yourscript.sh
First line will make the file executable, which is an addition security barrier so you don't run downloaded files accidently. Second line will run the script.
add a comment |
You can use a on screen keyboard. Just look here into the official documentation:
Instead of typing "settings" you have to search for the entry manually, which should not be a problem.
If you want to run a script (.sh), it's best to copy to your home folder. Then run a terminal and type
chmod +x yourscript.sh
./yourscript.sh
First line will make the file executable, which is an addition security barrier so you don't run downloaded files accidently. Second line will run the script.
You can use a on screen keyboard. Just look here into the official documentation:
Instead of typing "settings" you have to search for the entry manually, which should not be a problem.
If you want to run a script (.sh), it's best to copy to your home folder. Then run a terminal and type
chmod +x yourscript.sh
./yourscript.sh
First line will make the file executable, which is an addition security barrier so you don't run downloaded files accidently. Second line will run the script.
answered 6 hours ago
davidbaumanndavidbaumann
1,45111127
1,45111127
add a comment |
add a comment |
Tim is a new contributor. Be nice, and check out our Code of Conduct.
Tim is a new contributor. Be nice, and check out our Code of Conduct.
Tim is a new contributor. Be nice, and check out our Code of Conduct.
Tim is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1121224%2finstalling-bluetooth-manager-without-a-keyboard%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown