Go to advanced search

by FTrevorGowen
Sun Mar 29, 2020 1:21 pm
Forum: Troubleshooting
Topic: SD Card test won't work on original Pi B (256MB)
Replies: 13
Views: 485

Re: SD Card test won't work on original Pi B (256MB)

In /usr/share/agnostics/sdtest.sh add --max-jobs=4 as an argument to the FIO invocation. Seems to cut RAM usage by a drastic amount. Thanks @jdb - I'll give that a try with raspiblack (Pi #1) sometime later today and report back. At some point I'll test with raspigrey , my model A Pi, too. Trev.
by FTrevorGowen
Sun Mar 29, 2020 1:17 pm
Forum: Troubleshooting
Topic: SD Card test won't work on original Pi B (256MB)
Replies: 13
Views: 485

Re: SD Card test won't work on original Pi B (256MB)

mattmiller wrote:
Sun Mar 29, 2020 12:25 pm
I just ran the new SD Card speed test on my fleet of Raspberry Pi's.
Must have missed some announcement somewhere - what new SD Card speed test?
See the March 4th. blog: https://www.raspberrypi.org/blog/sd-card-speed-test/
Trev.
by FTrevorGowen
Sat Mar 28, 2020 10:20 pm
Forum: Beginners
Topic: USB drive not mounted where I need it!
Replies: 3
Views: 173

Re: USB drive not mounted where I need it!

I've learned a lot, but still a newbie. I am trying to make my Pi 4 a NAS and am almost there, but I need some help. When I start Raspbian Buster on my Pi4, my USB drive shows up on the desktop. According to file manager, this USB drive is mounted at /media/pi/NAS2. Samba is running, but Win10 cann...
by FTrevorGowen
Sat Mar 28, 2020 10:01 pm
Forum: Beginners
Topic: Breadboard
Replies: 7
Views: 259

Re: Breadboard

Trev, most people would call that a protoboard, not a breadboard. Maybe so - names and definitions change. When I was building audio pre-amps around germanium transistors (OC71, OC81 etc.) one used tag-strips or pins in matrix board (veroboard w/o the copper strips) those were breadboard(ed) protot...
by FTrevorGowen
Sat Mar 28, 2020 7:13 pm
Forum: Beginners
Topic: Breadboard
Replies: 7
Views: 259

Re: Breadboard

They should not fall out. Can you post a link to what you bought? +1 However, if it's similar to this: https://www.cpmspectrepi.uk/raspberry_pi/MoinMoinExport/AdafruitRasPiPermaProtoFull.html then it's one for "permanent", soldered circuitry usually built after testing with the "plugin" type. (In m...
by FTrevorGowen
Sat Mar 28, 2020 6:48 pm
Forum: Beginners
Topic: Cooling fan
Replies: 15
Views: 732

Re: Cooling fan

With default configuration it runs really hot with out fan or heatsink. No programs running. Why? What is it doing? How are you measuring the temperature? Its usually done with:- vcgencmd measure_temp With nothing running, my Pi4 idles at around 35C depending on the room temperature. It might idle ...
by FTrevorGowen
Sat Mar 28, 2020 6:28 pm
Forum: Beginners
Topic: Disable RealVNC VNC Conntect
Replies: 10
Views: 320

Re: Disable RealVNC VNC Conntect

What you are asking makes no sense. You are absolutely right in that I forgot to point out: No, I do not actually want to disable VNC (I'd know how to do that). I just do not want that VNC Connect app not to start. It autostarts after each reboot when I log in via VNC. I can quit it, and the VNC co...
by FTrevorGowen
Sat Mar 28, 2020 4:05 pm
Forum: Beginners
Topic: Confusion regarding UK/US keyboard
Replies: 28
Views: 1005

Re: Confusion regarding UK/US keyboard

@olivero & @gordon77 thanks for the info. AFAICT, so far, 04d9:0006 refers to the Holtek/keyboard/hub (RPI Wired Keyboard 1) combo. whereas 04f2:0963 Chicony Electronics Co., Ltd (2.4G Multimedia Wireless Kit) which seems to be the keyboard/hub (HID devices) is "something else" possibly the similar ...
by FTrevorGowen
Sat Mar 28, 2020 2:37 pm
Forum: Beginners
Topic: Confusion regarding UK/US keyboard
Replies: 28
Views: 1005

Re: Confusion regarding UK/US keyboard

Just to clarify, this is a Raspberry Pi problem, not a user problem. I used Raspberry Pi Imager to get the latest Raspbian Buster. I plugged in the latest UK Raspberry Pi keyboard (the one with the integrated USB hub). I did not select the US keyboard in the setup. But the pi was configured for a U...
by FTrevorGowen
Sat Mar 28, 2020 2:13 pm
Forum: Troubleshooting
Topic: SD Card test won't work on original Pi B (256MB)
Replies: 13
Views: 485

Re: SD Card test won't work on original Pi B (256MB)

Just tested this on my two first generation Pis - both have trouble. On the 512MB version it is rather more serious - the whole Pi hangs hard and needs the power yanked to get it working again. The 256MB version seems to just have heavy load for a few seconds, then goes back to normal. Both fail to...
by FTrevorGowen
Fri Mar 27, 2020 8:30 pm
Forum: Troubleshooting
Topic: SD Card test won't work on original Pi B (256MB)
Replies: 13
Views: 485

Re: SD Card test won't work on original Pi B (256MB)

.... pi@raspiblack:~ $ cat rpdiags.txt Raspberry Pi Diagnostics - version 0.2 Fri Mar 27 18:32:37 2020 Test : SD Card Speed Test Run 1 fio: job startup hung? exiting. fio: 1 job failed to start Test FAIL [/code] NB: I'm not too surprised that it did since, IIRC, the sd card hardware (and associated...
by FTrevorGowen
Fri Mar 27, 2020 7:43 pm
Forum: General discussion
Topic: VNC on Buster-lite
Replies: 5
Views: 296

Re: VNC on Buster-lite

Folks, Curious, I run a few headless Pi projects so invariably use the lite version of Raspian. I nearly accidentally enabled VNC on the lite version recently and it stated 168MB of space would be needed. Without a desktop is this of any use? Geoff Possibly not but for someone like me who has Pi's ...
by FTrevorGowen
Fri Mar 27, 2020 7:00 pm
Forum: Troubleshooting
Topic: SD Card test won't work on original Pi B (256MB)
Replies: 13
Views: 485

Re: SD Card test won't work on original Pi B (256MB)

O.K. I've used a P3A+ running the Pi version of the new Imaging Tool to write a 16Gb uSDHC card to be used in an adapter for my original B1 256Mb Pi - raspiblack: https://www.cpmspectrepi.uk/raspberry_pi/MoinMoinExport/BlackAndBluePis.html Buster runs fine but, of course much slower. With SSH enable...
by FTrevorGowen
Fri Mar 27, 2020 11:43 am
Forum: General discussion
Topic: How to don't show "Removable medium is inserted" window.
Replies: 4
Views: 217

Re: How to don't show "Removable medium is inserted" window.

Try changing the File Manager's Volume Management settings - same location as for disabling auto-mount altogether:
Edit --> Preferences --> Volume Management ...
(screenshot here: https://www.cpmspectrepi.uk/raspberry_p ... Auto-mount )
Trev.
by FTrevorGowen
Fri Mar 27, 2020 11:34 am
Forum: General discussion
Topic: Old SD (or microSD) cards
Replies: 14
Views: 840

Re: Old SD (or microSD) cards

I use old cards like that to build up systems for testing stuff out on. I can install a fresh Raspbian on them, try stuff out, then re-write them as required when it goes wrong. That is a decent idea,, I do have one of those plastic holder that store 8 microSD cards, don't write on the labels, just...
by FTrevorGowen
Thu Mar 26, 2020 11:21 am
Forum: Troubleshooting
Topic: pi 4 32GB sd card doesn't work.
Replies: 75
Views: 18474

Re: pi 4 32GB sd card doesn't work.

Same reader/writer as where I flashed my Pi3 64GB card with. That works fine (only not in the Pi4 off course). Despite the fact that the card tests are positive, I do think it's the SD card. It also does not boot in my Pi3. Given that you appear to have a working P3 maybe try updating that and usin...
by FTrevorGowen
Wed Mar 25, 2020 3:29 pm
Forum: Beginners
Topic: Power supply for the Raspberry Pi 4 Model B
Replies: 8
Views: 358

Re: Power supply for the Raspberry Pi 4 Model B

So I can be 100% certain that a 4.5A battery won't do anything harmful to the Pi? Sorry, no - the current capability (w.r.t. to being "harmful") is largely irrelevant - it's the voltage output that's important. However I would not recommend any "random" battery (pack). You need a proper USB C power...
by FTrevorGowen
Wed Mar 25, 2020 2:56 pm
Forum: General discussion
Topic: Real VT100 on Serial Port / Garbled Text on Buster
Replies: 20
Views: 682

Re: Real VT100 on Serial Port / Garbled Text on Buster

This may be a "red herring" but when I last played with USB-to-TTL (3.3V) adapters connected to a Pi the default setting was 115200-8-N-1. However, IIRC, that can be changed in /boot/cmdline.txt : https://www.cpmspectrepi.uk/raspberry_pi/MoinMoinExport/USBtoTtlSerialAdapters.html Currently, on the P...
by FTrevorGowen
Tue Mar 24, 2020 7:48 pm
Forum: General discussion
Topic: Raspberry Pi3 A+ with only 250mb of ram
Replies: 13
Views: 664

Re: Raspberry Pi3 A+ with only 250mb of ram

Pictures and info here, https://www.raspberrypi.org/products/ The above links didn't work for me? Assuming you meant those I posted: that's somewhat odd, esp. as my website is (also) hosted by Mythic Beasts (albeit probably on a different server) ... Trev. Yes, your links sorry for not quoting you....
by FTrevorGowen
Tue Mar 24, 2020 2:02 pm
Forum: General discussion
Topic: Raspberry Pi3 A+ with only 250mb of ram
Replies: 13
Views: 664

Re: Raspberry Pi3 A+ with only 250mb of ram

alphanumeric wrote:
Tue Mar 24, 2020 10:57 am
Pictures and info here, https://www.raspberrypi.org/products/
The above links didn't work for me?
Assuming you meant those I posted: that's somewhat odd, esp. as my website is (also) hosted by Mythic Beasts (albeit probably on a different server) ...
Trev.
by FTrevorGowen
Tue Mar 24, 2020 10:47 am
Forum: General discussion
Topic: Raspberry Pi3 A+ with only 250mb of ram
Replies: 13
Views: 664

Re: Raspberry Pi3 A+ with only 250mb of ram

davidcoton wrote:
Tue Mar 24, 2020 10:42 am
Is your Pi a 3A+ or just an A+? The latter was made in a 256MB version.
FWIW, here are links to pictures etc.:
A+ : https://www.cpmspectrepi.uk/raspberry_p ... RasPi.html
3A+ :https://www.cpmspectrepi.uk/raspberry_p ... Aplus.html
Trev.
by FTrevorGowen
Mon Mar 23, 2020 10:38 pm
Forum: Troubleshooting
Topic: Pi4 won't keep screen resolution.
Replies: 19
Views: 662

Re: Pi4 won't keep screen resolution.

OK, still getting nowhere. :( I've had a look at the docs. This one: https://www.raspberrypi.org/documentation/configuration/hdmi-config.md appears to say that setting the mode is done with hdmi_mode:0 or hdmi_group:1. But my config.txt (and everything else) is hdmi_mode=0 or hdmi_group=1. I assume...
by FTrevorGowen
Mon Mar 23, 2020 4:48 pm
Forum: Troubleshooting
Topic: Pi4 won't keep screen resolution.
Replies: 19
Views: 662

Re: Pi4 won't keep screen resolution.

Having looked up what a Prolite E4355 display is it appears to use a DVI input rather than HDMI... Also has a VGA input: I'm using a HDMI-VGA adaptor. It displays fine, so I think it's working on that score. Have a couple of things to try now, I'll report back... Hint: what do these tvservice comma...
by FTrevorGowen
Mon Mar 23, 2020 4:30 pm
Forum: Troubleshooting
Topic: HMDI Problems
Replies: 3
Views: 159

Re: HMDI Problems

.... What are you using as a HDMI display - monitor, T.V. or other? Was it that giving the "no HDMI signal" message itself? Trev. ** https://www.raspberrypi.org/downloads/ So I used a monitor and 3 different tv's. Also the O.S. is Pi compatible because it already worked as i said. Nevertheless ill ...
by FTrevorGowen
Mon Mar 23, 2020 1:47 pm
Forum: Troubleshooting
Topic: HMDI Problems
Replies: 3
Views: 159

Re: HMDI Problems

Hi folks, last wednesday i got my raspberry pi 4, a proper hdmi kable (no adapter) and the original power cord. Then I installed Kali Linux and tried it for the first time. The Pi was on but it had no HDMI output. I wabbled a bit on the black thing over the sd card input and it worked. But 2 days l...

Go to advanced search