Hi,
Just a little forewarning I'm a major newbie to Arch Linux, and to most of Linux as a whole, but I have done my best to follow guides that I have found on the internet. However in trying to enable the camera module on my Raspberry Pi I'm coming up stumped with an error, undoubtedly a trivial error, I can't solve.
I have as suggest in the Raspberry Pi section of the ArchWiki amended my config.txt to contain
$this->bbcode_second_pass_code('', 'start_file=start_x.elf
fixup_file=fixup_x.dat')
I then manually modified my user path to allow for access to the camera commands with the following
$this->bbcode_second_pass_code('', 'PATH=$PATH: /opt/vc/bin')
Now when I run the command: $this->bbcode_second_pass_code('', 'raspistill -o test.jpg') I am greeted by the following error.
$this->bbcode_second_pass_code('', 'failed to open vchiq instance')
I have followed the guides I found and installed myself as a sudo user rather than acting as root, further more I dont have any graphical desktop environment installed. I am running this all through PuTTy.
Thank you for any assistance and I apologise if this is the incorrect place to be asking such questions
NeoMopp