Search found 123 matches
- Sun Jan 01, 2017 1:24 am
- Forum: Raspberry Pi Desktop for PC and Mac
- Topic: STICKY: X86 Debian Jessie with PIXEL desktop for PC and Mac (obsolete)
- Replies: 231
- Views: 165349
Re: RASPBIAN WITH PIXEL DESKTOP FOR PC AND MAC
Yes, thank you for the reminder. I also had to edit /etc/ssh/sshd_config so that it reads: # Change to no to disable tunnelled clear text passwords PasswordAuthentication yes For some reason, this ships set to "no". I changed it to yes. And then did: /etc/init.d/ssh restart (Note that rel...
- Sat Dec 31, 2016 10:49 pm
- Forum: Raspberry Pi Desktop for PC and Mac
- Topic: STICKY: X86 Debian Jessie with PIXEL desktop for PC and Mac (obsolete)
- Replies: 231
- Views: 165349
Re: RASPBIAN WITH PIXEL DESKTOP FOR PC AND MAC
I cant get SSH working. 1) It is hard to tell from your post whether you are talking about SSH or about RDP. They are (completely) different things. 2) I have SSH working in Pixel86. You just have to enable it. I did this by putting: /etc/init.d/ssh start in /etc/rc.local. I doubt the "/boot/s...
- Sat Dec 31, 2016 6:06 pm
- Forum: Raspberry Pi Desktop for PC and Mac
- Topic: STICKY: X86 Debian Jessie with PIXEL desktop for PC and Mac (obsolete)
- Replies: 231
- Views: 165349
Re: RASPBIAN WITH PIXEL DESKTOP FOR PC AND MAC
I cant get SSH working . I would like to use putty or remote desktop from my Win7 desktop. This works on all other Jessie based raspberry pi systems I own but I can not get it working for my new x86 image running on a DELL laptop (D620). Can we please have raspi-config available? That might help. I...
- Sat Dec 24, 2016 2:43 am
- Forum: Raspberry Pi Desktop for PC and Mac
- Topic: STICKY: X86 Debian Jessie with PIXEL desktop for PC and Mac (obsolete)
- Replies: 231
- Views: 165349
Re: PIXEL FOR PC AND MAC
Is this the official forum for PC/Mac liveCD? Maybe this needs a dedicated forum?
So I booted from USB on my DELL LATITUDE D620 Core 2 Duo laptop and it's pretty responsive but the Wifi adapter is not recognized. Any ideas? Thanks.
So I booted from USB on my DELL LATITUDE D620 Core 2 Duo laptop and it's pretty responsive but the Wifi adapter is not recognized. Any ideas? Thanks.
- Fri Nov 04, 2016 12:37 am
- Forum: Raspberry Pi OS
- Topic: Raspbian vs Wheezy (beta) Mono support
- Replies: 225
- Views: 96149
Re: Raspbian vs Wheezy (beta) Mono support
None that I know of
- Mon Sep 28, 2015 3:09 pm
- Forum: Raspberry Pi OS
- Topic: Raspbian vs Wheezy (beta) Mono support
- Replies: 225
- Views: 96149
Re: Raspbian vs Wheezy (beta) Mono support
Yes, I have walked away
I have years of experience with .NET/C# and was so excited about the possibility of using it to program on Raspberry Pi but became disappointed and frustrated years ago and have given up.

- Sun Sep 20, 2015 2:41 pm
- Forum: Official Foundation Display
- Topic: Official Pi Display - No Touch
- Replies: 25
- Views: 6113
Re: Official Pi Display - No Touch
Forgive me if this is nit useful, I'm new to the world of Raspberry Pi,I had the same problem, but running sudo apt-get update followed by sudo apt-get upgrade as mentioned on the site where I bought my touch screen (http://www.mcmelectronics.com/product/83-16872). I know everybody has already talk...
- Sat Sep 19, 2015 1:07 pm
- Forum: Official Foundation Display
- Topic: Official Pi Display - No Touch
- Replies: 25
- Views: 6113
Re: Official Pi Display - No Touch
When I first installed and attached the display device to my B+ the display worked fine but the touch operation was very intermittent. Several times after reboot the touch would not work at all. Then I read somewhere that you might need adjust the memory split and give the GPU 128 MB. I checked my c...
- Thu Aug 28, 2014 10:12 am
- Forum: Raspberry Pi OS
- Topic: Raspbian vs Wheezy (beta) Mono support
- Replies: 225
- Views: 96149
Re: Raspbian vs Wheezy (beta) Mono support
Either suggestion is fine with me and would be great. Just let us me know where to find it. Thanks.moelski wrote:Maybe it´s a good idea to start an extra topic for this (or I place it on my website).Would you be able to provide more detail? Exact steps?
Dominik
- Wed Aug 27, 2014 8:48 pm
- Forum: Raspberry Pi OS
- Topic: Raspbian vs Wheezy (beta) Mono support
- Replies: 225
- Views: 96149
Re: Raspbian vs Wheezy (beta) Mono support
Very interesting @moelski I have no idea how to do this. Would you be able to provide more detail? Exact steps? ... got the Mono GIT stuff and made some compilations and installations ... Get your GCC´s use the GIT repo and give it a try Also, what is a "Cubietruck" and do I have to have o...
- Tue Jan 14, 2014 1:22 pm
- Forum: Raspberry Pi OS
- Topic: Raspbian vs Wheezy (beta) Mono support
- Replies: 225
- Views: 96149
Re: Raspbian vs Wheezy (beta) Mono support
I don't know of any workaround.Slowmo wrote:Same problem here. Any news or workarounds?
No news in the bug report that was created specifically for this problem:
https://bugzilla.xamarin.com/show_bug.cgi?id=17013
- Wed Jan 08, 2014 3:28 am
- Forum: Raspberry Pi OS
- Topic: Raspbian vs Wheezy (beta) Mono support
- Replies: 225
- Views: 96149
Re: Raspbian vs Wheezy (beta) Mono support
I've made upstream aware of the issue but I don't have any news of a fix at this time. Thanks let us know if you hear anything. Here is a the result of a little more testing of WinFoms. I have found several other controls that fail because they are either derived form TextBox or use one. These do n...
- Sun Jan 05, 2014 5:21 pm
- Forum: Raspberry Pi OS
- Topic: Raspbian vs Wheezy (beta) Mono support
- Replies: 225
- Views: 96149
Re: Raspbian vs Wheezy (beta) Mono support
This might be a possible solution (see last post in thread): Mono (C#) 2.11.4 hard-float for Raspberry Pi I took a look at my system and it already had libgdiplus.so installed in /usr/lib but it did not have the symbolic link from /usr/local/lib. I created that symbolic link and tried it again -- b...
- Wed Jan 01, 2014 5:06 pm
- Forum: Raspberry Pi OS
- Topic: Raspbian vs Wheezy (beta) Mono support
- Replies: 225
- Views: 96149
Re: Raspbian vs Wheezy (beta) Mono support
I used ILSpy to have a look at your test executable. I don't know if it makes any difference, but you are targeting: // Architecture: AnyCPU (64-bit preferred) // Runtime: .NET 4.0 Try changing to 32-bit and target .NET 2.0 and re-test. I'm under the impression that Mono is usually a few vers behin...
- Tue Dec 31, 2013 1:36 am
- Forum: Raspberry Pi OS
- Topic: Raspbian vs Wheezy (beta) Mono support
- Replies: 225
- Views: 96149
Re: Raspbian vs Wheezy (beta) Mono support
WinForm TextBox causes crash. I created a very simple exe (attached inside the zip) with a WinForm and two Button controls and it was fine but then I added a TextBox control and it crashed during startup with this error. mono WindowsFormsApplication1.exe Xlib: extension "RANDR" missing on ...
- Sat Dec 28, 2013 3:14 pm
- Forum: Raspberry Pi OS
- Topic: Raspbian vs Wheezy (beta) Mono support
- Replies: 225
- Views: 96149
Re: Raspbian vs Wheezy (beta) Mono support
One problem we have been seeing with mono is that the DataTime class does not report the correct data. You can test to see if this is now fixed by using the 'csharp' mono tool. Simply run csharp and you will get a 'csharp>' command line prompt where you can type C# lines of code. If you enter the fo...
- Fri Dec 27, 2013 11:38 pm
- Forum: Raspberry Pi OS
- Topic: Raspbian vs Wheezy (beta) Mono support
- Replies: 225
- Views: 96149
Re: Raspbian vs Wheezy (beta) Mono support
Wonderful progress. Please continue with your great work. I can do some testing ... If that is helpful.
- Sat Dec 21, 2013 8:25 pm
- Forum: Raspberry Pi OS
- Topic: Raspbian vs Wheezy (beta) Mono support
- Replies: 225
- Views: 96149
Re: Raspbian vs Wheezy (beta) Mono support
Sounds very encouraging. Thanks.
- Sat Aug 31, 2013 8:32 pm
- Forum: Camera board
- Topic: power usage -- run on 2-AA batteries?
- Replies: 15
- Views: 8875
Re: power usage -- run on 2-AA batteries?
I was finally able to answer my original question -- can you run a model B on 2 AA batteries and operate the camera board? Short answer: Yes. Using this very inexpensive (1.85$ USD) USB charger and my own 2 AA batteries I was able to power my model B for 67 minutes and using the camera board to snap...
- Wed Aug 28, 2013 2:11 pm
- Forum: Camera board
- Topic: power usage -- run on 2-AA batteries?
- Replies: 15
- Views: 8875
Re: power usage -- run on 2-AA batteries?
At what voltage will the Raspberry Pi just stop working? When the pi is halted but power is still on the voltage reads 5.05 but when the pi starts up that drops to 4.80. If I use the camera it drops further to 4.72. This is with my ac power. With the battery pack voltage starts lower at say 4.70 and...
- Wed Aug 28, 2013 1:24 pm
- Forum: Camera board
- Topic: power usage -- run on 2-AA batteries?
- Replies: 15
- Views: 8875
Re: power usage -- run on 2-AA batteries?
also I have a digital volt meter on my camera RPi fixed between TP1 TP2 which currently [HA!] measures 4.88V with no camera and 4.79 when the camera is active I have been monitoring the voltage reading between TP1 & TP2 also. I thought that was the voltage that the Pi was receiving from the pow...
- Wed Aug 28, 2013 4:15 am
- Forum: Camera board
- Topic: power usage -- run on 2-AA batteries?
- Replies: 15
- Views: 8875
Re: power usage -- run on 2-AA batteries?
Here is what I ended up with. PARTS LIST: 1. I several old Kodak NiMH 2100 mAh batteries around the house so they are essentially free (to me :) ). 2. USB DC to DC 5V Voltage Step Up Boost Module for $2.20 US from dx.com. The specs say the ouput max is 500 mA but people were revewing the product say...
- Mon Aug 05, 2013 5:02 pm
- Forum: Camera board
- Topic: power usage -- run on 2-AA batteries?
- Replies: 15
- Views: 8875
Re: power usage -- run on 2-AA batteries?
If you put 4 AA batteries in series without any circuitry the voltage will be 4x1.38=5.52V when full and 4x1.2=4.8V when depleted. But the 5.52V will be lower when the Pi with camera is drawing power. Should work fine I guess. The 2nd device I referenced (my most recent post) says that it can take ...
- Mon Aug 05, 2013 1:13 pm
- Forum: Camera board
- Topic: power usage -- run on 2-AA batteries?
- Replies: 15
- Views: 8875
Re: power usage -- run on 2-AA batteries?
That looks powerful. I prefer a solution that lets me reuse my existing AA NiMH batteries because I have many of them.RaTTuS wrote:http://www.amazon.co.uk/Portable-Powerb ... 00CI3DG8K/
will work for 16+ hours
- Sun Aug 04, 2013 8:51 pm
- Forum: Camera board
- Topic: power usage -- run on 2-AA batteries?
- Replies: 15
- Views: 8875
Re: power usage -- run on 2-AA batteries?
I don't have to worry about extra weight like that hot air balloon project (which is very cool btw) so I can add more batteries but I guess I need a different USB converter device. If I had one that was capable of outputting 5V and upto 1A that should be enough right? So what about this device: http...