Posts by ghtester
-
-
OK, I see... Your English is maybe even better then mine, it's not my first language as well...

Well, there are 2 basic options how 'deep' the RPi 4B's shutdown can be. It depends on bootloader configuration.
You can check your current config with: vcgencmd bootloader_config command.
When you change the default option POWER_OFF_ON_HALT=0 to POWER_OFF_ON_HALT=1, you could connect a LED in serie with resistor (about 500 - 1000 Ohm) to unused USB port. So it turns off when the RPi is completely down.
FYI some details can be found here: Raspberry Pi 4 B GPIO boot and shutdown button(s) - Raspberry Pi Stack Exchange
-
Yeah I understand but sometimes there are very strange things between 2 specific devices / OS releases... I don't know much how SMB protocol works but I think it's a bit complex. And recently I was facing to a strange issue with LE on RPi serving files to Windows client...
-
OK, perhaps I don't understand the specific use case properly as from my perspective there's no need to see a rolling text on display...
I am using RPi 4B as well and in my case the display stops receiving HDMI signal when I turn off LE. So I believe it's a sufficient indication (among others possible - for instance I am using GPIOs + LEDs + buttons to see the current state or to shut down the device).
-
It depends on which HW you are using... Usually when you shutdown LE, it turns off the device which is running on. And there are usually some status LEDs so you should see the current status.
If the request is more sophisticated, perhaps the shutdown script could be upgraded to do another (than currently {in}visible) indication...
-
There are gossips that DSM 7 is not yet free of bugs so maybe??
-
should work like expected
Almost...

Is the recent TVH 4.3 build 1979 (from today, thanks to heitbaum as mentioned here: RE: tvheadend 4.3 doesn't start on todays nightly (Generic, 20210912-85b190b) ) going to appear in RPi 4B repository as well or it's just for x86 based HW please?
-
put them in pastebin?
This is a correct choice always when possible.
-
Would gladly change 2GB model for the same memory but earlier revision

Well, unfortunately it won't work ;-). Despite I don't currently use IPTV, I wouldn't replace my earlier RPi revisions ( which are working fine for all of my use cases) with newer devices with the same memory size (and with a known issues).

Also it's maybe possible a fake / clone RPi 4B devices are yet on the market... Try to find a trusted Raspberry distributor who can perhaps help with the HW release.
Another chance could be that some further kernel fix could fix an application issue in future...
Display MorePCB says Raspberry PI 4 Model B.
The Raspicontroller (Android tool) identifies all three LE's as BCM2835 but my Pi-hole running Raspi OS on identical RPi4/4GB is identified as BCM2711.
(The tool says that LE's OS isn't supported...)
All has identical PCB's with same revision.
Edit:
Checked within LE (System Info): It clearly says HW: BCM2835, Rev: c03114
Yeah I understand. But it's not so simple... Here is what I meant:
Raspberry Pi Documentation - Processors
Raspberry Pi 4 Model B - Board Revisions - Tutorial Australia
How to Check if Your Raspberry Pi 4 Model B is Rev1.2? | Tutorials of Cytron Technologies
-
Yeah but it's a question what exactly it is as the HW info is a bit strange (AFAIK BCM2711 is inside of any RPi 4B in fact.)
So the PCB layout should tell truth.

-
I would gladly buy such a device, but most of the shops just sell rpi 4 without mentioning which revision it is. Last week I bought 2 rpis for this, and both of them are crashing since they are rev 1.4.
Hopefully the issues with 1.4 version could be fixed later...
It seems you bought 8GB versions as so far I have never seen 1.4 version of 2GB/4GB RPi 4B?
In worst case I could offer selling one of my 1.1 RPI's away but they are just 1GB and 2GB...

-
what tvheadend version are you running 4.2 or 4.3 ?
if 4.2:
update to 4.3 !
I am not sure if that's a good idea, I am using TVH 4.3 but I did not encounter any advantages, instead there's a bit strange behaviour of TVH 4.3 configuration webpage (depends on browser) and at least an issue with Kodi which can't display subtitles on some TV channels.
-
-
Even the latest recovery image from 2021-04-29 is outdated.
LE does not check the latest bootloader / USB firmware version available online so the offer depends on the LE build.
The latest stable RPi 4B bootloader is dated 2021-07-06.
See here, there are commands to check the current versions installed and an update script which I am refreshing at intervals and it's now fresh:
PostRE: Is it possible already to set up a rpi4 with kernel 5.4?
To show the currently installed bootloader version / config:
rpi-eeprom-update
vcgencmd bootloader_version
vcgencmd bootloader_config
Make sure you have the HDD adapter powered properly (external power is best, although for SSD HDD it should not be necessary but depends on HDD model).
BTW. em28xx is NOT the HDD adapter, this is your DVB-C/T USB stick (which may be also a bit power hungry)
Regarding to newer kernel, you may try the latest test LE 9.80 Nightly build from today which already has 5.10.1…ghtesterDecember 19, 2020 at 1:34 PM -
As you did not share any details (about prior version and about version you tried update to), I think now the only recommendation would be another reboot and if the issue is the same, make a clean new installation.
As mentioned here several times, an update from 9.2 to 10 is not supported and may lead to crash.
-
Yeah it should help but it's unlikely I'll need to repeat that situation (these recordings were made just to help debugging with another issue with subtitles not displayed on some Live TV channel), I'll keep the current TVH settings.
But, overall, I think Samba should be still able to serve the both files properly (even with the default name mangling configuration).

I don't know how the SMB protocol works but it looks Samba is able to recognize which file Windows client requests (as it returns a correct file length when Windows offers replacing the file yet existing with the same filename) but the wrong file (with the different file length than reported) is then sent... I'll try to look at smb.conf to understand better why it works this way.
-
Yeah, thanks a lot for the opinion, I think you are absolutely right.
I agree TVH should be configured better to save always a unique file names but currently I also don't know how exactly.
As in this case the recordings were made from different TV channels (different TV providers, transmitting the same program), enabling the TVH settings Make subdirectories per channel: could perhaps help.
As it looks there's no Samba / filesystem issue, let's mark this thread as Resolved. Thanks again for your quick help, I have learned something... The only confusing thing is the file size reported properly...
-
A good point... So on LE's filesystem it's OK.
It looks I am able to download only the files with eaerlier timestamp.
For Windows the filenames are the same. The replacement of the first file is offered when I try to download the second file and the correct filename size is reported. It does not matter if I allow the replacement or filename change instead, still the first file is saved.