Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overclocking section empty (Arch Linux) #109

Closed
indywidualny opened this issue Jan 26, 2016 · 7 comments
Closed

Overclocking section empty (Arch Linux) #109

indywidualny opened this issue Jan 26, 2016 · 7 comments

Comments

@indywidualny
Copy link

Zeros everywhere. I will try to fix it.

12:00:27.499 DEBUG RaspiQuery - Querying vcgencmd...
12:00:28.094 DEBUG RaspiQuery - Checking vcgencmd location: vcgencmd
12:00:28.163 DEBUG RaspiQuery - Path check output: zsh:1: command not found: vcgencmd

12:00:28.349 DEBUG RaspiQuery - Checking vcgencmd location: /usr/bin/vcgencmd
12:00:28.430 DEBUG RaspiQuery - Path check output: zsh:1: no such file or directory: /usr/bin/vcgencmd

12:00:28.431 INFO  RaspiQuery - Found vcgencmd in path: /usr/bin/vcgencmd.
12:00:28.642 ERROR RaspiQuery - Could not parse frequency.
12:00:28.643 ERROR RaspiQuery - Output of 'vcgencmd measure_clock [core/arm]': 

12:00:28.897 ERROR RaspiQuery - Could not parse frequency.
12:00:28.898 ERROR RaspiQuery - Output of 'vcgencmd measure_clock [core/arm]': 

12:00:28.899 INFO  RaspiQuery - Querying core volts...
12:00:29.126 ERROR RaspiQuery - Could not parse cpu voltage.
12:00:29.128 ERROR RaspiQuery - Output of 'vcgencmd measure_volts core': 

12:00:29.418 ERROR RaspiQuery - Could not parse cpu temperature.
12:00:29.424 ERROR RaspiQuery - Output of 'vcgencmd measure_temp': 

12:00:29.426 DEBUG RaspiQuery - Querying firmware version...
12:00:29.598 ERROR RaspiQuery - Could not parse firmware. Maybe the output of 'vcgencmd version' changed.
12:00:29.599 DEBUG RaspiQuery - Output of 'vcgencmd version': 

12:00:29.600 DEBUG RaspiQuery - Firmware version: n/a
@eidottermihi
Copy link
Owner

Looks like #41 #86 to me.

@indywidualny
Copy link
Author

Nope. It's not the issue. I'm the member of video.

Maybe something is wrong with the path to vcgencmd.

https://github.com/phortx/Raspberry-Pi-Setup-Guide/blob/master/README.md Section 4.5

I added it to /etc/profile

@eidottermihi
Copy link
Owner

12:00:28.431 INFO RaspiQuery - Found vcgencmd in path: /usr/bin/vcgencmd.

Can you execute /usr/bin/vcgencmd?

@indywidualny
Copy link
Author

pizero $ ~  LC_ALL=C /usr/bin/vcgencmd
zsh: no such file or directory: /usr/bin/vcgencmd

;)

It's here /opt/vc/bin/vcgencmd

The app can find the command because it's in my /etc/profile

But it gives nothing without arguments.

pizero $ ~  /opt/vc/bin/vcgencmd                        
pizero $ ~  

In order to get any data I have to specify arguments. For example:

pizero $ ~  /opt/vc/bin/vcgencmd measure_temp
temp=40.6'C

@indywidualny
Copy link
Author

Please give me your output of vcgencmd. I will make a simple workaround for my machine, creating a script that will format the data to be readable by the app.

I will place it in /usr/bin so any changes will not be needed inside the app.

@eidottermihi
Copy link
Owner

I found the problem in the code and fixed it, thanks!

Meanwhile, you can create a symbolic link in /usr/bin which points to /opt/vc/bin:

ln -s /opt/vc/bin/vcgencmd /usr/bin/vcgencmd

@indywidualny
Copy link
Author

Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants