Search found 41 matches
- Sun Oct 07, 2018 4:53 am
- Forum: Troubleshooting
- Topic: [Solved] Change fan speed XU4
- Replies: 7
- Views: 2521
Re: Change fan speed XU4
Fix by MichaIng Instead of using: for file in /sys/devices/odroid_fan.*/temp_levels do echo '35 40 55' > "$file" done Use this instead: for file in /sys/devices/virtual/thermal/thermal_zone* do echo 35 > $file/trip_point_0_temp echo 40 > $file/trip_point_1_temp echo 55 > $file/trip_point_2...
- Tue Oct 02, 2018 4:54 am
- Forum: Troubleshooting
- Topic: [Solved] Change fan speed XU4
- Replies: 7
- Views: 2521
Re: Change fan speed XU4
ok...sweet. Now the stupid question. What do I even do with that script? My coding skills are beyond lacking. Imagine someone with enough knowledge to google code but no clue to what to do with it or what it does. Also does that script have the temp set at the ones I have or do I need to change some...
- Tue Oct 02, 2018 4:18 am
- Forum: Troubleshooting
- Topic: [Solved] Change fan speed XU4
- Replies: 7
- Views: 2521
Re: Change fan speed XU4
I don't have a C2. I have an XU4. Mine has a built in fan and the C2 uses a USB fan. Will that affect the script? I imagine it would. if not I will try it but if it doesn't work I won't be able to provide logs or anything as I don't know enough about Linux to find them and would have to format if it...
- Tue Oct 02, 2018 3:25 am
- Forum: Troubleshooting
- Topic: [Solved] Change fan speed XU4
- Replies: 7
- Views: 2521
Re: Change fan speed XU4
I don't understand most of that code. That's why what I had was a single line. I use dietpi so I don't need to learn any of the coding. I can't even read all of what you wrote. I did notice 1 thing though. So as far as I understood the API: •/sys/devices/odroid_fan.*/temp_levels respectively /sys/de...
- Mon Oct 01, 2018 12:53 pm
- Forum: Troubleshooting
- Topic: ODroid XU4 - v6.15 - Network settings not saved on reboot.
- Replies: 22
- Views: 5942
Re: ODroid XU4 - v6.15 - Network settings not saved on reboot.
@Shanther We have a Debian Stretch image for XU4: https://dietpi.com/downloads/images/DietPi_OdroidXU4-ARMv7-Stretch.7z Also there is no Pi-hole issue with Jessie any more since Pi-hole v4.0, so this should work in every case. sed -i '/[[:blank:]]Workaround_WiFi$/a\\t\tsystemctl start networking' /...
- Mon Oct 01, 2018 9:47 am
- Forum: Troubleshooting
- Topic: [Solved] Change fan speed XU4
- Replies: 7
- Views: 2521
[Solved] Change fan speed XU4
Since the change from jessie to stretch a few changes have been noticed and easily ignored. The big one I am having an issue with is setting my fan speed. sudo nano ../etc/rc.local (add the following lines before "exit 0") for file in /sys/devices/odroid_fan.*/temp_levels do echo '35 40 55...
- Mon Oct 01, 2018 8:36 am
- Forum: Troubleshooting
- Topic: [Solved] Unsopported NTFS
- Replies: 2
- Views: 1376
- Mon Oct 01, 2018 8:27 am
- Forum: Troubleshooting
- Topic: [Solved] Unsopported NTFS
- Replies: 2
- Views: 1376
[Solved] Unsopported NTFS
I had this running perfectly from my old Dietpi jessie system but I want to run stretch. Why now does it decide not to work any more?
The same code used to add the hard drives aren't being accepted any more.
The same code used to add the hard drives aren't being accepted any more.
- Fri Sep 28, 2018 1:32 pm
- Forum: Troubleshooting
- Topic: ODroid XU4 - v6.15 - Network settings not saved on reboot.
- Replies: 22
- Views: 5942
Re: ODroid XU4 - v6.15 - Network settings not saved on reboot.
I wish they would get Debian Stretch up and running for the XU4. That would have fixed the pi-hole issue as well apparently. They went straight for the pi-hole issue rather then move to stretch so it is probably a bigger thing then I would understand. I do wish they could fix this asap as I used to ...
- Thu Sep 20, 2018 5:17 pm
- Forum: Troubleshooting
- Topic: ODroid XU4 - v6.15 - Network settings not saved on reboot.
- Replies: 22
- Views: 5942
Re: ODroid XU4 - v6.15 - Network settings not saved on reboot.
I tried that but it didn't work for me.