Jump to content

radiant98

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by radiant98

  1. Hello. Good day! When I connect my box via wifi (chipset is ssv6051), I can't seem to communicate to it via SSH, or access admin web interface when I setup pihole. The internet and network works well on the box through wifi, except for this. On windows, I get "Destination host unreachable" error when I ping the box that is connected to wifi; however, when I try to ping my pc on the box (vice-versa), it works perfectly well. Is there any configuration that I need to modify, or this function only works through LAN? Any help is really appreciated. Many many thanks!
  2. I was finally able to fixed this issue by adding the raspbian repository. Epson L360 scanner works perfectly including Sane in Windows (SaneTwain) I use an RK322X box ( arm7l / armhf ) with Armbian Buster with Kernel 4.4.194 1.) Create a raspi.list file on /etc/apt/sources.list.d You can do this using the nano command: sudo nano /etc/apt/sources.list.d/raspi.list 2.) Copy this to its content: deb http://archive.raspberrypi.org/debian/ buster main ui deb [trusted=yes] http://raspbian.raspberrypi.org/raspbian buster main contrib non-free deb-src [trusted=yes] http://raspbian.raspberrypi.org/raspbian buster main contrib non-free 3.) Execute these commands one by one: wget https://archive.raspbian.org/raspbian.public.key -O - | sudo apt-key add - wget https://archive.raspberrypi.org/debian/raspberrypi.gpg.key -O - | sudo apt-key add - sudo apt update && sudo apt upgrade 4.) Finally run the install.sh from the imagescan folder you've downloaded from the Epson driver website (for me, I use the deb file for 32-bit ARM, armhf ) sudo ./install.sh 5.) If you have running with timeout issues on sanetwain (windows), you change the ini config located in %USERPROFILE%\sanetwain.ini and increase the timeout value [Connection] Timeout=360000
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines