3

I want to calibrate my LCD screen, but i have no internet connection to my Raspberry Pi 2B.

The terminal commands I would use with internet on the Raspberry Pi is

cp LCD-show/xinput-calibrator_0.7.5-1_armhf.deb ~/
sudo dpkg -i -B xinput-calibrator_0.7.5-1_armhf.deb

How can i still calibrate without internet?

Vincent P
  • 2,210
  • 15
  • 24
user101360
  • 51
  • 3

2 Answers2

1

You can download deb files on your laptop and move them to your Raspberry on a USB stick.

Or connect your RPi to your laptop (with a cat5 cable) and use "internet connection sharing" on Windows to get the Raspberry online.

Unless you are located somewhere where you're off the grid.

Dougie
  • 5,381
  • 11
  • 22
  • 30
0

The above command should not require internet access. dpkg simply installs deb files given to it.

Mark Smith
  • 1,293
  • 8
  • 9