Go to advanced search

by TheRoark
Sun Dec 15, 2019 8:03 pm
Forum: Arch
Topic: Printing on Rpi4 with a Brother
Replies: 2
Views: 695

Re: Printing on Rpi4 with a Brother

Appreciate the help . . . but the issue is that I get the error noted in my OP at the cmake . stage (about half way down the list of the instructions on the link you provided). Specifically: -- Looking for C++ include cups/raster.h -- Looking for C++ include cups/raster.h - not found CMake Error at ...
by TheRoark
Sun Dec 15, 2019 7:13 pm
Forum: Arch
Topic: Printing on Rpi4 with a Brother
Replies: 2
Views: 695

Printing on Rpi4 with a Brother

First, I am running Manjaro -- not Arch -- on my Rpi4. I hope that folks aren't quite as strict about that on this forum. Especially since my question is about installing packages. That said, I'm trying to get a Brother HL-2140 to print from my Rpi4 and having a hell of a time. There is this github ...
by TheRoark
Tue Oct 29, 2019 8:19 pm
Forum: General discussion
Topic: GNOME DE on Rpi 4 -- Can't do it
Replies: 5
Views: 3290

Re: GNOME DE on Rpi 4 -- Can't do it

I took @wren's suggestion - kind of - and tried Manjaro's 19.10 XFCE build for the Raspberry Pi 4 (can be found here https://manjaro.org/download/# ). Then I just installed GNOME using these instructions: https://wiki.manjaro.org/index.php/Install_Desktop_Environments#Gnome_3 . I have to say for tho...
by TheRoark
Tue Oct 29, 2019 2:22 am
Forum: General discussion
Topic: GNOME DE on Rpi 4 -- Can't do it
Replies: 5
Views: 3290

Re: GNOME DE on Rpi 4 -- Can't do it

No go. I get this error: dpkg: error processsing archive /var/cache/apt/archives/gnome-software_3.30.6-5.armfh.deb (--unpack): [b]trying to overwrite '/usr/share/dbus-1/services/org.freedesktop.PackageKit.services', which is also in package pi-package-session 0.5[/b] The following packages have unme...
by TheRoark
Tue Oct 29, 2019 12:58 am
Forum: General discussion
Topic: GNOME DE on Rpi 4 -- Can't do it
Replies: 5
Views: 3290

Re: GNOME DE on Rpi 4 -- Can't do it

Trying that now. Will report back.....
by TheRoark
Sun Oct 27, 2019 6:25 pm
Forum: General discussion
Topic: GNOME DE on Rpi 4 -- Can't do it
Replies: 5
Views: 3290

GNOME DE on Rpi 4 -- Can't do it

I am trying to install GNOME DE on a new Rpi 4 after installing Raspbian (note: I recognize it may be sluggish, so please no "don't do it" responses). I have followed a few guides online, but none work. Here is what I've done 1. used tasksel as suggested here ( https://www.stewright.me/2019/10/insta...
by TheRoark
Tue Aug 14, 2018 12:58 am
Forum: Other
Topic: Encrypted Pi and Remote SSH login with DropBear Not Working
Replies: 4
Views: 2344

Re: Encrypted Pi and Remote SSH login with DropBear Not Working

Does anyone have this working on their Pi with dropbear???
by TheRoark
Mon Aug 06, 2018 1:50 am
Forum: Other
Topic: Encrypted Pi and Remote SSH login with DropBear Not Working
Replies: 4
Views: 2344

Re: Encrypted Pi and Remote SSH login with DropBear Not Working

So I was able to find (what I believe to be) the error in the Kali instructions. Basically, it tells you what the authorized_keys (at sudo nano /etc/dropbear-initramfs/authorized_keys ) should look like, but it doesn't tell you how to create and append your dropbear id_rsa keys. Here is what I did (...
by TheRoark
Sun Aug 05, 2018 7:26 pm
Forum: Other
Topic: Encrypted Pi and Remote SSH login with DropBear Not Working
Replies: 4
Views: 2344

Re: Encrypted Pi and Remote SSH login with DropBear Not Working

On the server side it's: Linux 4.9.59-v7_Re4son-Kali-Pi+ armv7l GNU/Linux with OpenSSH_7.7p1 Debian-2, OpenSSL 1.0.2o 27 Mar 2018. On the client side I've tried both: (1) Fedora 28 with OpenSSH_7.7p1, OpenSSL 1.1.0h-fips 27 Mar 2018; and (2) Ubuntu 18.04 with OpenSSH_7.6p1 Ubuntu-4, OpenSSL 1.0.2n 7...
by TheRoark
Sun Aug 05, 2018 5:58 pm
Forum: Other
Topic: Encrypted Pi and Remote SSH login with DropBear Not Working
Replies: 4
Views: 2344

Encrypted Pi and Remote SSH login with DropBear Not Working

I am trying to log in to an encrypted Pi with SSH and DropBear. I have it working locally in that the partition is encrypted and can boot at login with a local password typed in. I also have SSH working. But I can't get it to work so I can SSH remotely on reboot (i.e., log in on boot remotely using ...
by TheRoark
Sat Mar 03, 2018 9:15 pm
Forum: Troubleshooting
Topic: Pi 3 Restarts (crashes) when Copying Large Files to USB
Replies: 5
Views: 811

Re: Pi 3 Restarts (crashes) when Copying Large Files to USB

Great. Will report back if that is the problem when I get the new supply -- sometime tomorrow.
by TheRoark
Sat Mar 03, 2018 9:03 pm
Forum: Troubleshooting
Topic: Pi 3 Restarts (crashes) when Copying Large Files to USB
Replies: 5
Views: 811

Re: Pi 3 Restarts (crashes) when Copying Large Files to USB

The power supply was just a guess because one time I saw the little lightning icon show up during the copy, right before the crash. The USB is unpowered. Just a thumb drive. Running dmesg doesn't show anything about the copy after the crash. During the copy, ithe Pi just restarts -- so I can't reall...
by TheRoark
Sat Mar 03, 2018 6:46 pm
Forum: Troubleshooting
Topic: Pi 3 Restarts (crashes) when Copying Large Files to USB
Replies: 5
Views: 811

Pi 3 Restarts (crashes) when Copying Large Files to USB

I'm running Kali on my RPI3. When transferring large files to a 128GB USB drive (a good Samsung one), the RPI3 crashes and reboots. In this context, "Large" seems to mean above 100MB. Smaller file transfers are fine and do not crash the Pi. I have tried transferring using (1) the cp command; (2) the...
by TheRoark
Sun Feb 11, 2018 4:45 pm
Forum: Beginners
Topic: How chroot in to Pi from Fedora
Replies: 1
Views: 286

How chroot in to Pi from Fedora

I'm running Fedora on my main machine. I am running raspbian on my Pi. I have seen instructions for chroot from an Ubuntu-based computer to a Pi, but I have not found instructions that work coming from Fedora. Has anyone done this?

Go to advanced search