Menu

#15 FATAL: cannot locate cpu MHz in /proc/cpuinfo

next
closed
nobody
None
2015-02-22
2014-11-23
No

guvcview no longer works on Raspberry Pi as they removed the bogomips entry in /proc/cpuinfo. I am not sure why this is critical to the operation of guvcview, but hopefully there is a way to work without it!

# guvcview
GUVCVIEW: couldn't open /root/.config/guvcview2/video0 for read: No such file or directory
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.front
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround21
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround21
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround40
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround41
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround50
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround51
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.surround71
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
FATAL: cannot locate cpu MHz in /proc/cpuinfo

This also appears to be affecting other ARM devices too: http://forums.gentoo.org/viewtopic-p-7481380.html

Discussion

  • Paulo Assis

    Paulo Assis - 2014-11-23

    Hi,
    This is an issue with jackd:
    http://www.raspberrypi.org/forums/viewtopic.php?f=29&t=75895

    guvcview doesn't use jack directly but portaudio has support for it.

    There are a couple of solutions for this:
    1- get a fixed jackd package
    2- use pulseaudio instead of portaudio
    guvcview supports both apis, but you need pulse to be configured and running on your system.
    you can then change the audio api with: guvcview --audio=pulse

    Regards,
    Paulo

     
  • Paulo Assis

    Paulo Assis - 2014-11-23
     
  • Adam Nielsen

    Adam Nielsen - 2014-11-23

    Oh you're right! My camera doesn't even have a microphone so I just disabled audio completely with "guvcview -a none" and it works again! Many thanks for the quick reply.

     
  • Adam Nielsen

    Adam Nielsen - 2014-11-23
    • status: open --> closed
     

Log in to post a comment.