Go to advanced search

by HawaiianPi
Wed Jun 17, 2020 2:34 am
Forum: Troubleshooting
Topic: [Solved] Can't log in to desktop with non-pi user
Replies: 18
Views: 595

Re: Can't log in to desktop with non-pi user

@ W. H. Heydt, I just cloned my beta USB boot 4B2 system to a USB 3.0 flash drive, then booted from that and rpi-updated. After rebooting I was able to log into my user without issue. Taskbar is still present and functional. I still have the pi account on the system, but it's locked (sudo passwd --l...
by HawaiianPi
Wed Jun 17, 2020 12:45 am
Forum: General discussion
Topic: Anyone successfully connect a large HDD (not SSD) to their rpi? Did you use external power?
Replies: 23
Views: 963

Re: Anyone successfully connect a large HDD (not SSD) to their rpi? Did you use external power?

In my testing I have found you can't really run dual HDD reliably from a Raspberry Pi's USB ports alone. It might be possible to get the system to boot and mount both drives (I've done it), but anything that requires heavy I/O to both drives will eventually (if not immediately) fail. You can do dual...
by HawaiianPi
Tue Jun 16, 2020 11:36 pm
Forum: General discussion
Topic: rpi-eeprom-update -a doesn't seem to update anything!
Replies: 10
Views: 487

Re: rpi-eeprom-update -a doesn't seem to update anything!

pi@raspberrypi:~ $ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 465.8G 0 disk ├─sda1 8:1 0 256M 0 part /boot ├─sda2 8:2 0 200G 0 part / ├─sda3 8:3 0 200G 0 part /media/sda3 └─sda4 8:4 0 65.5G 0 part /media/sda4 Why do you have so many partitions? Why is there more than one root partition...
by HawaiianPi
Tue Jun 16, 2020 10:35 pm
Forum: Beginners
Topic: Easy Wifi setup without Monitor?
Replies: 8
Views: 267

Re: Easy Wifi setup without Monitor?

Note that the in-use location for the file is /etc/wpa_supplicant/wpa_supplicant.conf and Raspbian will automatically move it from the "boot" partition to that location and use it. That's how WiFi info could be updated after a change as well (a new one in "boot" will replace any previous one in /etc...
by HawaiianPi
Tue Jun 16, 2020 7:38 pm
Forum: General discussion
Topic: STICKY: USB-MSD boot EEPROM fourth update - 2020-06-15
Replies: 193
Views: 21390

Re: STICKY: USB-MSD boot EEPROM third update - 2020-06-15

basti274 wrote:
Tue Jun 16, 2020 6:28 pm
...now i got the problem that the pi doesn´t boot from the usb stick. UUIDs are correctly changed.
What does the command sudo rpi-eeprom-update && vcgencmd bootloader_config return?

What OS is on your USB stick?
by HawaiianPi
Tue Jun 16, 2020 7:25 pm
Forum: General discussion
Topic: STICKY: USB-MSD boot EEPROM fourth update - 2020-06-15
Replies: 193
Views: 21390

Re: STICKY: USB-MSD boot EEPROM third update - 2020-06-15

So after the clean Pi OS install due to my black screen with flashing cursor (pending feedback on why that may have happened), I tried a SD Card Copier to a USB 3.0 USB stick. After a shutdown, removal of the SD Card, the USB option doesn't boot the OS. That's because you didn't update the SD card ...
by HawaiianPi
Tue Jun 16, 2020 6:54 pm
Forum: Beginners
Topic: Easy Wifi setup without Monitor?
Replies: 8
Views: 267

Re: Easy Wifi setup without Monitor?

The "boot" partition is readable from a Windows or Mac OS computer, and wpa_supplicant.conf is a simple text file. It shouldn't be too difficult for your friends to edit. The other option is to get their WiFi info and pre-configure the file yourself (assuming they trust you with that info).
by HawaiianPi
Tue Jun 16, 2020 6:46 pm
Forum: General discussion
Topic: Is this possible to boot the raspberry pi B+ model using USB drive?
Replies: 11
Views: 405

Re: Is this possible to boot the raspberry pi B+ model using USB drive?

3B+ can, 4B+ is on it way and is currently very promising in beta There is no 4B+ model. :x I have found that since the release of the Raspberry Pi 3, new Pis have been able to boot from a USB but is it possible for the raspberry pi B+ model? The 3B can, but it needs to have a special OTP bit set t...
by HawaiianPi
Tue Jun 16, 2020 5:59 pm
Forum: General discussion
Topic: STICKY: USB-MSD boot EEPROM fourth update - 2020-06-15
Replies: 193
Views: 21390

Re: STICKY: USB-MSD boot EEPROM third update - 2020-06-15

... I had to reload the OS and when I did, 2020.06.15 was the bootloader that was presently flashed when I checked the version without apt update and apt full-upgrade. That's correct. Unlike previous models, the Pi4B has on-board EEPROM storage for some of the firmware (including the bootloader). S...
by HawaiianPi
Tue Jun 16, 2020 5:48 pm
Forum: General discussion
Topic: STICKY: USB-MSD boot EEPROM fourth update - 2020-06-15
Replies: 193
Views: 21390

Re: STICKY: USB-MSD boot EEPROM third update - 2020-06-15

...the pi prompt me to reboot. after reboot its still the old bootloader from April. how can i fix this? What OS? Does /lib/firmware/raspberrypi/bootloader/beta/pieeprom-2020-06-15.bin exist (you may need to update/upgrade)? Do you get any error messages from either rpi-eeprom-update or when the sy...
by HawaiianPi
Tue Jun 16, 2020 3:28 am
Forum: General discussion
Topic: Sticky: USB-MSD boot EEPROM third update - 2020-06-12
Replies: 55
Views: 9144

Re: STICKY: USB-MSD boot EEPROM third update - 2020-06-12

:D 2020-06-15 bootloader still works great for me! :D This time I left the configuration stock, but I'm still on the beta VL805 138a1 firmware. EEPROM flashed without error and my system still cold boots and reboots fine. The default configuration leaves the USB ports powered after shutdown, so I up...
by HawaiianPi
Mon Jun 15, 2020 11:47 pm
Forum: Raspberry Pi OS
Topic: Minecraft 1.14.4 on Raspbian Buster and RPi4
Replies: 67
Views: 13185

Re: Minecraft 1.14.4 on Raspbian Buster and RPi4

Is there a some additional configuration steps / changes to force MC to use more memory (full 8GB)? Regards, M Using the stock Raspbian/Raspberry Pi OS Buster 32-bit limits any individual process to 3GB, but all 8GB can be used by multiple processes. In order for a process to use more than that you...
by HawaiianPi
Mon Jun 15, 2020 11:03 pm
Forum: Troubleshooting
Topic: Raspberry Pi 4B no HDMI output
Replies: 24
Views: 910

Re: Raspberry Pi 4B no HDMI output

I bought a dozen of these adapter cables, from Amazon, and again - top of the line. EVERY one of them exhibits the same issue. Sadly I only have the 1 Pi4 to test with - and I can't see me buying another one. What evidence do you have to prove your adapters are "top of the line" in quality or funct...
by HawaiianPi
Mon Jun 15, 2020 10:31 pm
Forum: Advanced users
Topic: Raspberry Pi 4 VL805 firmware release 0138a1
Replies: 25
Views: 6355

Re: Raspberry Pi 4 VL805 firmware release 0138a1

Hello, After bootlader update to 000137ad my screen is inverted ;-( The bootloader is not the VL805 firmware, so you posted in the wrong thread. Also, screen rotation is an OS function and not really related to the bootloader (which only affects function before the rainbow GPU test splash screen, n...
by HawaiianPi
Mon Jun 15, 2020 10:11 pm
Forum: Beginners
Topic: USB Audio Adapter for Zero W. How to get sound from it.
Replies: 20
Views: 690

Re: USB Audio Adapter for Zero W. How to get sound from it.

Doesn't matter. It does matter, because the USB audio adapter must be supported in Linux. How do I get the applet bit then. I've never done it before. Just right-click on the volume control on the right side of the panel, and choose your audio device. audioselect_USB-DAC.jpg The name of your audio ...
by HawaiianPi
Mon Jun 15, 2020 6:44 pm
Forum: Troubleshooting
Topic: Wireless keyboard + mouse not seen by RP4
Replies: 1
Views: 54

Re: Wireless keyboard + mouse not seen by RP4

We need more information about your system. What OS are you using, and how was it installed on your SD card? What are you using for a power supply? How is the keyboard/mouse dongle connected (USB 2.0 or 3.0, directly, on a hub)? What other devices do you have connected? How are you connected to the ...
by HawaiianPi
Mon Jun 15, 2020 10:52 am
Forum: Troubleshooting
Topic: Chromium not interacting with system audio output choice for sound
Replies: 3
Views: 131

Re: Chromium not interacting with system audio output choice for sound

snowballEarth wrote:
Mon Jun 15, 2020 8:54 am
Not sure if Chromium can change audio out on-the-fly like that, or whether the browser needs to be restarted.
When I switch to my Bluetooth speakers or headphones I have to restart any application that is currently playing audio.
by HawaiianPi
Sun Jun 14, 2020 4:29 pm
Forum: General discussion
Topic: Sticky: USB-MSD boot EEPROM third update - 2020-06-12
Replies: 55
Views: 9144

Re: STICKY: USB-MSD boot EEPROM third update - 2020-06-12

Yeah can't do that, only sdcard I have is in use right now. No other way? :mrgreen: Best solution: get another card. ;) Or you can flash it manually. Get the new 2020-06-12 bootloader recovery , extract the zip to a folder, and flash it with sudo rpi-eeprom-update -d -f ./pieeprom.bin (followed by ...
by HawaiianPi
Sun Jun 14, 2020 4:16 pm
Forum: Beginners
Topic: Delete pi user in Raspbian
Replies: 16
Views: 24691

Re: Delete pi user in Raspbian

For future reference, the option --remove-home is supposed to be added to the deluser command when removing a user (not a separate step). For your troubles with Add / Remove software, you probably need to edit /etc/polkit-1/localauthority.conf.d/60-desktop-policy.conf . Either change unix-user: pi t...
by HawaiianPi
Sun Jun 14, 2020 9:06 am
Forum: General discussion
Topic: Logitech Wireless keyboard with touchpad k400 plus
Replies: 14
Views: 16103

Re: Logitech Wireless keyboard with touchpad k400 plus

..the other 10% being missing because i can't seem to find a way to make the F*numbers* keys to work, normally sudo apt install solaar -y && sudo reboot Find the new icon in the panel, click on it, and flip the "Swap Fx function" switch. You can also pair and unpair devices, and monitor battery lev...
by HawaiianPi
Sun Jun 14, 2020 8:51 am
Forum: Ubuntu
Topic: Raspberry Pi-4/8GB firmware upgrade over UBUNTU
Replies: 9
Views: 620

Re: Raspberry Pi-4/8GB firmware upgrade over UBUNTU

Ubuntu is based on Debian, which Raspberry Pi OS is also more directly based on (Ubuntu is more of a fork, while Raspberry Pi OS is built on Debian armhf). Their operation is similar enough that transitioning from one to the other is usually not too difficult (except for WiFi, which is annoying to c...
by HawaiianPi
Sun Jun 14, 2020 6:54 am
Forum: Ubuntu
Topic: Raspberry Pi-4/8GB firmware upgrade over UBUNTU
Replies: 9
Views: 620

Re: Raspberry Pi-4/8GB firmware upgrade over UBUNTU

Firmware is normally updated with apt (sudo apt update && sudo apt full-upgrade -y). You don't need to do anything special (other than wait, since 3rd party distros often lag weeks or months behind in development). If you truly are a real beginner, you should start with Raspbian/Raspberry Pi OS, sin...
by HawaiianPi
Sun Jun 14, 2020 4:28 am
Forum: Advanced users
Topic: Pi Won't Restart After OS Shutdown With HDMI +5VDC
Replies: 9
Views: 510

Re: Pi Won't Restart After OS Shutdown With HDMI +5VDC

lasakro wrote:
Sat Jun 13, 2020 9:42 pm
I'm surprised more people don't find this is a problem enough for the Foundation to design in a removable jumper.
That's because the rest of us are not having that problem. Something is screwy with your system.
by HawaiianPi
Sun Jun 14, 2020 4:20 am
Forum: Beginners
Topic: Using the entire SD card space
Replies: 7
Views: 314

Re: Using the entire SD card space

First boot on a freshly imaged card should expand the root filesystem, then reboot. That will happen with any newly written card, unless you mess with certain files on the card prior to booting and disable the script (which is not something a "total NOOB" should know how to do). So your problem is q...

Go to advanced search