Search found 2 matches
- Mon Jul 03, 2017 7:51 pm
- Forum: Raspberry Pi OS
- Topic: Kodi 15/16/17 Packages for Raspbian
- Replies: 745
- Views: 629245
Re: Kodi 15/16/17 Packages for Raspbian
Hello, I tried to compile latest Kodi 18 from github master branch. Cross compiling seems to work but when trying to start kodi binary on my Pi2 I just get a seg fault :-(. However...are you able to create a test version from github master branch or could give me at least instructions how you have b...
- Fri Oct 18, 2013 2:07 pm
- Forum: Beginners
- Topic: Mounting Truecrypt volume without -m=nokernelcrypto
- Replies: 0
- Views: 1179
Mounting Truecrypt volume without -m=nokernelcrypto
Hello, I am playing around with Rasperry Pi and Truecrypt. I am using a precompiled executable which is running fine so far. I am able to mount a truecrypt container like this: sudo ./truecrypt -t --filesystem=none -m=nokernelcrypto test.volume sudo mount -t ext4 /dev/loop0 /mnt/intern/ But only wit...