HP TouchSmart 600 Touchscreen driver
I have a HP TouchSmart 600 and I installed Linux on the machine. Everything runs fine except the touchscreen.
I tryed it with the newest Ubuntu 32/64bit and also with Linux Mint 32/64bit.
Found this tutorial:
https://www.ebower.com/docs/ubuntu-touchsmart/#touchscreen
I installed the nwfermi driver, but the touchscreen still doesnt work. Have to use Linux because its a project from the university and I am not pro with Linux. So sorry for that stupid question ;)
Maybe someone has an idea or another tutorial. Would be very nice! Thank you guys
I got xinput-calibrator running, but the touchevent still doesnt work :(
touchscreen
add a comment |
I have a HP TouchSmart 600 and I installed Linux on the machine. Everything runs fine except the touchscreen.
I tryed it with the newest Ubuntu 32/64bit and also with Linux Mint 32/64bit.
Found this tutorial:
https://www.ebower.com/docs/ubuntu-touchsmart/#touchscreen
I installed the nwfermi driver, but the touchscreen still doesnt work. Have to use Linux because its a project from the university and I am not pro with Linux. So sorry for that stupid question ;)
Maybe someone has an idea or another tutorial. Would be very nice! Thank you guys
I got xinput-calibrator running, but the touchevent still doesnt work :(
touchscreen
There are also a couple of good trouble shooting steps here as well: wiki.ubuntu.com/Touchscreen
– jmunsch
Dec 16 '14 at 13:13
add a comment |
I have a HP TouchSmart 600 and I installed Linux on the machine. Everything runs fine except the touchscreen.
I tryed it with the newest Ubuntu 32/64bit and also with Linux Mint 32/64bit.
Found this tutorial:
https://www.ebower.com/docs/ubuntu-touchsmart/#touchscreen
I installed the nwfermi driver, but the touchscreen still doesnt work. Have to use Linux because its a project from the university and I am not pro with Linux. So sorry for that stupid question ;)
Maybe someone has an idea or another tutorial. Would be very nice! Thank you guys
I got xinput-calibrator running, but the touchevent still doesnt work :(
touchscreen
I have a HP TouchSmart 600 and I installed Linux on the machine. Everything runs fine except the touchscreen.
I tryed it with the newest Ubuntu 32/64bit and also with Linux Mint 32/64bit.
Found this tutorial:
https://www.ebower.com/docs/ubuntu-touchsmart/#touchscreen
I installed the nwfermi driver, but the touchscreen still doesnt work. Have to use Linux because its a project from the university and I am not pro with Linux. So sorry for that stupid question ;)
Maybe someone has an idea or another tutorial. Would be very nice! Thank you guys
I got xinput-calibrator running, but the touchevent still doesnt work :(
touchscreen
touchscreen
edited Dec 16 '14 at 12:45
Mitch♦
85.1k14173231
85.1k14173231
asked Dec 15 '14 at 20:17
ArazielAraziel
1112
1112
There are also a couple of good trouble shooting steps here as well: wiki.ubuntu.com/Touchscreen
– jmunsch
Dec 16 '14 at 13:13
add a comment |
There are also a couple of good trouble shooting steps here as well: wiki.ubuntu.com/Touchscreen
– jmunsch
Dec 16 '14 at 13:13
There are also a couple of good trouble shooting steps here as well: wiki.ubuntu.com/Touchscreen
– jmunsch
Dec 16 '14 at 13:13
There are also a couple of good trouble shooting steps here as well: wiki.ubuntu.com/Touchscreen
– jmunsch
Dec 16 '14 at 13:13
add a comment |
1 Answer
1
active
oldest
votes
sudo apt-get install build-essential autoconf2.13 xorg-dev xserver-xorg-dev xutils-dev libtool debhelper
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 libc6-i386 lib32tinfo5 libc6-i386
sudo dpkg -i xf86-input-nextwindow_0.3.4~precise1_amd64.deb
sudo dpkg -i nwfermi-0.6.5.0_amd64.deb
thats what i used to get mine (touchsmart 600-1050) working everytime you install a diffrent kernel you have to reinstall the last two..hope it helps
1
Too bad the answer doesn't explain whyxf86-input-nextwindow_0.3.4~precise1_amd64.deb
andnwfermi-0.6.5.0_amd64.deb
have been installed manually and/or where they are available for download.
– MadMike
Feb 24 '17 at 12:32
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
});
}
});
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%2f561804%2fhp-touchsmart-600-touchscreen-driver%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
sudo apt-get install build-essential autoconf2.13 xorg-dev xserver-xorg-dev xutils-dev libtool debhelper
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 libc6-i386 lib32tinfo5 libc6-i386
sudo dpkg -i xf86-input-nextwindow_0.3.4~precise1_amd64.deb
sudo dpkg -i nwfermi-0.6.5.0_amd64.deb
thats what i used to get mine (touchsmart 600-1050) working everytime you install a diffrent kernel you have to reinstall the last two..hope it helps
1
Too bad the answer doesn't explain whyxf86-input-nextwindow_0.3.4~precise1_amd64.deb
andnwfermi-0.6.5.0_amd64.deb
have been installed manually and/or where they are available for download.
– MadMike
Feb 24 '17 at 12:32
add a comment |
sudo apt-get install build-essential autoconf2.13 xorg-dev xserver-xorg-dev xutils-dev libtool debhelper
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 libc6-i386 lib32tinfo5 libc6-i386
sudo dpkg -i xf86-input-nextwindow_0.3.4~precise1_amd64.deb
sudo dpkg -i nwfermi-0.6.5.0_amd64.deb
thats what i used to get mine (touchsmart 600-1050) working everytime you install a diffrent kernel you have to reinstall the last two..hope it helps
1
Too bad the answer doesn't explain whyxf86-input-nextwindow_0.3.4~precise1_amd64.deb
andnwfermi-0.6.5.0_amd64.deb
have been installed manually and/or where they are available for download.
– MadMike
Feb 24 '17 at 12:32
add a comment |
sudo apt-get install build-essential autoconf2.13 xorg-dev xserver-xorg-dev xutils-dev libtool debhelper
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 libc6-i386 lib32tinfo5 libc6-i386
sudo dpkg -i xf86-input-nextwindow_0.3.4~precise1_amd64.deb
sudo dpkg -i nwfermi-0.6.5.0_amd64.deb
thats what i used to get mine (touchsmart 600-1050) working everytime you install a diffrent kernel you have to reinstall the last two..hope it helps
sudo apt-get install build-essential autoconf2.13 xorg-dev xserver-xorg-dev xutils-dev libtool debhelper
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 libc6-i386 lib32tinfo5 libc6-i386
sudo dpkg -i xf86-input-nextwindow_0.3.4~precise1_amd64.deb
sudo dpkg -i nwfermi-0.6.5.0_amd64.deb
thats what i used to get mine (touchsmart 600-1050) working everytime you install a diffrent kernel you have to reinstall the last two..hope it helps
answered Jul 11 '16 at 16:36
WondererWonderer
392
392
1
Too bad the answer doesn't explain whyxf86-input-nextwindow_0.3.4~precise1_amd64.deb
andnwfermi-0.6.5.0_amd64.deb
have been installed manually and/or where they are available for download.
– MadMike
Feb 24 '17 at 12:32
add a comment |
1
Too bad the answer doesn't explain whyxf86-input-nextwindow_0.3.4~precise1_amd64.deb
andnwfermi-0.6.5.0_amd64.deb
have been installed manually and/or where they are available for download.
– MadMike
Feb 24 '17 at 12:32
1
1
Too bad the answer doesn't explain why
xf86-input-nextwindow_0.3.4~precise1_amd64.deb
and nwfermi-0.6.5.0_amd64.deb
have been installed manually and/or where they are available for download.– MadMike
Feb 24 '17 at 12:32
Too bad the answer doesn't explain why
xf86-input-nextwindow_0.3.4~precise1_amd64.deb
and nwfermi-0.6.5.0_amd64.deb
have been installed manually and/or where they are available for download.– MadMike
Feb 24 '17 at 12:32
add a comment |
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%2f561804%2fhp-touchsmart-600-touchscreen-driver%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
There are also a couple of good trouble shooting steps here as well: wiki.ubuntu.com/Touchscreen
– jmunsch
Dec 16 '14 at 13:13