I have already written, I have a dreambox dm800se hd, but the image I uploaded does not have the drivers for the internal wifi, I wanted to know the wifi chip used by this decoder...
this is an unofficial updated image
- Forums
- → Viewing Profile: Posts: marcus83
ATTENTION !!!
Due to a database corruption issue, we were forced to restore last-nights backup. This means all posts of Saterday Febuary 17th have been lost.Community Stats
- Group Senior Member
- Active Posts 106 ( per day)
- Profile Views 1,515
- Age 41 years old
- Birthday October 14, 1983
-
Gender
Undisclosed
Contact Information
User Tools
Latest Visitors
Posts I've Made
In Topic: info driver internal Wi-Fi DM800SE
21 December 2023 - 18:07
In Topic: Crontab info or a Plugin Enigma2
15 June 2023 - 19:42
@marcus83,
as example if i made a cronjob as follows;
(crontab -l 2>/dev/null; echo "* * * * * sh /usr/script/wz_box_cifswithcron_link.sh") | crontab -i can remove the same cronjob with command;
crontab -l | grep -v '* * * * * sh /usr/script/wz_box_cifswithcron_link.sh' | crontab - 2>/dev/null;but with * */1 * * * does the script start every hour?
yes
regards
Pike
all very clear! thanks man!
In Topic: Crontab info or a Plugin Enigma2
15 June 2023 - 16:06
@marcus83
Why don't you read what I write ?
Please click on the link (I mean "crontab.guru" webpage), which I sent you before !!! There it is explained in human language, when exactly the specified time-entry will be started, in the CRON configuration line . This website is designed for exactly this purpose, or primarily for this purpose:
yes I have already thanked @Tech for this...
Well... but I wrote it to you first... just that @Tech didn't notice it and that's why he wrote the same thing as me. I also gave you an explanation + links to the aforementioned crontabs.guru website. Then you wouldn't have to ask the same question every time :-) if you read what I explained to you. Besides everything, the mistake in my opinion is that you don't use the interpreter (/bin/bash </path/shell-script>) to run your shell script, but send the shell script directly to CRON.
I don't care. It's help for you. If you don't want help... OK...don't read it ;-). I take it then that you don't need to know :-). But without knowing how the CRON time data works, you will never do it well :-). For me personally, it was a waste of time trying to find out, and for you personally, it was just a burden on people who, instead of writing an "article" for you, could be doing something else.
yes but as @Tech explained it to me it was much easier, I'm not an expert like you, try to understand.
In Topic: Crontab info or a Plugin Enigma2
15 June 2023 - 10:33
@marcus83
Why don't you read what I write ?
Please click on the link (I mean "crontab.guru" webpage), which I sent you before !!! There it is explained in human language, when exactly the specified time-entry will be started, in the CRON configuration line . This website is designed for exactly this purpose, or primarily for this purpose:
yes I have already thanked @Tech for this...
In Topic: Crontab info or a Plugin Enigma2
15 June 2023 - 09:46
Cron also works when the decoder is in standby?
[auto answer]
It works perfectly on standby
- Forums
- → Viewing Profile: Posts: marcus83