Search found 57 matches
- Mon Jul 25, 2016 1:04 pm
- Forum: Troubleshooting
- Topic: RPi 3B screen corruption
- Replies: 1
- Views: 426
Re: RPi 3B screen corruption
I think that is actually a hardware issue, I used to get the exact same effect when plugging my laptop to my tv via hdmi. I think the cable might be defect.
- Mon Jul 25, 2016 1:00 pm
- Forum: Troubleshooting
- Topic: SD card write protected
- Replies: 4
- Views: 15383
Re: SD card write protected
Or you can try to use the stock Windows formatter. Plug the sdcard in the computer, open my computer and right click your sdcard, click format and choose fat32.
- Mon Jul 25, 2016 12:26 pm
- Forum: Troubleshooting
- Topic: USB does not work at all
- Replies: 7
- Views: 1296
Re: USB does not work at all
Just, one, question. How did you type that into the pi?
- Mon Jul 25, 2016 12:24 pm
- Forum: Troubleshooting
- Topic: Shutdown and SD card corruption
- Replies: 3
- Views: 1439
Re: Shutdown and SD card corruption
Alternativly you can do;
Or;
And wait till it is only the red light left, then, unplugg, that is how I do it and I have never had a corruption (yet).
Code: Select all
sudo poweroff
Code: Select all
sudo halt
- Mon Jul 25, 2016 12:20 pm
- Forum: Troubleshooting
- Topic: VLC no sound
- Replies: 2
- Views: 1088
Re: VLC no sound
If the post above this did not work, open the config.txt
And remove the "#" sign infront of the line "#hdmi_drive=2"
It should look like this;
"hdmi_drive=2"
Hope that helped and good luck!
Code: Select all
sudo nano /boot/config.txt
It should look like this;
"hdmi_drive=2"
Hope that helped and good luck!

- Mon Jul 25, 2016 12:15 pm
- Forum: Troubleshooting
- Topic: SD card copier problem
- Replies: 7
- Views: 4220
Re: SD card copier problem
Why can't you insert the card to your computer and copy the contains of the sdcard?
- Mon Jul 25, 2016 12:13 pm
- Forum: Troubleshooting
- Topic: Pi3 - No wifi, no bluetooth, no sound
- Replies: 8
- Views: 2399
Re: Pi3 - No wifi, no bluetooth, no sound
Also check this link.
- Mon Jul 25, 2016 12:07 pm
- Forum: Troubleshooting
- Topic: Pi3 - No wifi, no bluetooth, no sound
- Replies: 8
- Views: 2399
Re: Pi3 - No wifi, no bluetooth, no sound
If you do; iwlist wlan0 scan What do you get? As for the bluetooth issue, if you can somehow get internet access (via ethernet) open the "menu" and click "preferences". Click "Add/remove software" and search for "pi-bluetooth". Tick the box and hit apply, now ...
- Mon Jul 25, 2016 11:59 am
- Forum: Troubleshooting
- Topic: Tightvnc Issues
- Replies: 1
- Views: 384
Re: Tightvnc Issues
Hmmm, have you tried re-installing it? Do it by running this command in the terminal; sudo apt-get remove tightvncserver Then; sudo apt-get install tightvncserver Once that is done, try to make a simple .sh file to run and check; sudo nano vnc.sh In there type "tightvncserver" on the first...
- Mon Jul 25, 2016 11:46 am
- Forum: Troubleshooting
- Topic: Permission denied when inserting a module (insmod)
- Replies: 7
- Views: 3584
Re: Permission denied when inserting a module (insmod)
Platform: Pi 2 Kernel release: 4.4.13-v7+ For learning purposes, I built my own GPIO driver. When inserting the module, I'm getting a Permission denied error as follows. root@rpi:~# insmod mygpio.ko insmod: ERROR: could not insert module mygpio.ko: Permission denied If you ever get the "permis...
- Mon Jul 25, 2016 11:37 am
- Forum: Arch
- Topic: Write protected partition?
- Replies: 5
- Views: 2506
Re: Write protected partition?
Start your Pi normally. Open a terminal window and type; sudo raspi-config Is the raspi-config utility installed and usable with Arch Linux? (I'm genuinely asking: it may be, but I was under the impression it was a tool for configuring a Raspbian system.) +1 in Arch you have to manually size partit...
- Mon Jul 25, 2016 11:35 am
- Forum: Troubleshooting
- Topic: Unable to install NOOBS or Raspbian
- Replies: 11
- Views: 1734
Re: cant figure this out
did you format your sdcard properly? Insert it into your windows pc and click "my computer", you should see your sdcard there. Right click it and click format and choose "FAT32". Then when that is done you just open "win32diskimager" and write to the sdcard. Formatting...
- Mon Jul 25, 2016 11:22 am
- Forum: Beginners
- Topic: Keyboard issue with Raspbian kernel ver. 4.4
- Replies: 7
- Views: 960
Re: Keyboard issue with Raspbian kernel ver. 4.4
Yep, that is strange. If you boot up to the older version (the one that works) and open terminal and type; sudo apt-get update && sudo apt-get upgrade Once that is done type; sudo apt-get dist-upgrade Please report the results, this is something strange... Hope that helped and good luck! :D
- Mon Jul 25, 2016 11:19 am
- Forum: Troubleshooting
- Topic: Pi 3 HDMI output flickers on and off during boot
- Replies: 4
- Views: 1857
Re: Pi 3 HDMI output flickers on and off during boot
Since you know about the config.txt, this should go smoothly (hopefully). Open a terminal window and type; sudo nano /boot/config.txt Then, using your arrows on the keyboard, find; #config_hdmi_boost=4 Uncomment it so it looks like this; config_hdmi_boost=4 This will increase the signal and you can ...
- Mon Jul 25, 2016 11:14 am
- Forum: Troubleshooting
- Topic: Unable to install NOOBS or Raspbian
- Replies: 11
- Views: 1734
Re: cant figure this out
helo ther thanx for the replies. yes i got the big rainbow picture in the middle so i guess im good on power. im using a 5v 2.5a adapter at least thats wat it says. but anyways i did start over this time using my laptop/win10 desktop was a vista. man i thot i had it lol so close then got another er...
- Mon Jul 25, 2016 11:08 am
- Forum: Arch
- Topic: Write protected partition?
- Replies: 5
- Views: 2506
Re: Write protected partition?
Start your Pi normally. Open a terminal window and type; sudo raspi-config The first option should be "Expand Filesystem". Hit enter and it should be done after a few seconds-minutes depending on your sdcard size. Now, (don't exit out of the terminal window) hit the right arrow on your key...
- Mon Jul 25, 2016 10:57 am
- Forum: Beginners
- Topic: Keyboard issue with Raspbian kernel ver. 4.4
- Replies: 7
- Views: 960
Re: Keyboard issue with Raspbian kernel ver. 4.4
From what I know, the keyboard might not be getting enough power, if you have a USB hub you can use that. I don't think otherwise that it will work.
Source;
http://elinux.org/RPi_USB_Keyboards
Source;
http://elinux.org/RPi_USB_Keyboards
- Sun Jul 24, 2016 5:31 pm
- Forum: General discussion
- Topic: STICKY: Introduce yourself!
- Replies: 3887
- Views: 301933
Re: Introduce yourself!
Hello! Im Mathias from Sweden. I bought a Pi 6 months ago and have been using it as mediaplayer (Kodi/OpenElec) but now it´s time for the next step: Control my caravan with the Pi and a Touchscreen (Waterlevel, control heating, burglary alarm, gas-leakage warning, Kodi and radio) and just ordered s...
- Sun Jul 24, 2016 12:07 pm
- Forum: Beginners
- Topic: I'm an idiot. Please help me
- Replies: 9
- Views: 1649
Re: I'm an idiot. Please help me
For reference, I will show you how chmod works; Three groups, "user", "group" and "root", in that order. That should be "user", "group", and "others". Oh, well thanks for the correction. I will edit the post, but are you sure? Did a quick ...
- Sun Jul 24, 2016 11:58 am
- Forum: Beginners
- Topic: HDMI Display Settings - 800x480
- Replies: 7
- Views: 22156
Re: HDMI Display Settings - 800x480
I think you could have uncommented framebuffer and put the screen resolutions there. I used to do it before i got my hdmi to vga.
- Sun Jul 24, 2016 11:55 am
- Forum: Beginners
- Topic: I'm an idiot. Please help me
- Replies: 9
- Views: 1649
Re: I'm an idiot. Please help me
For reference, I will show you how chmod works; Three groups, "user", "group" and "others", in that order. 0 1 2 3 4 5 6 7 Seven different chmod numbers. #0 = 000, No read, no write not execute. #1 = 001, executable. #2 = 010, only write. #3 = 011, write and executable....
- Sun Jul 24, 2016 11:39 am
- Forum: Beginners
- Topic: Logo in output window for Terminal
- Replies: 4
- Views: 955
Re: Logo in output window for Terminal
Is there a way to eliminate the logo from the output window for Terminal? When you open the LXTerminal application, all you'll get is a window with the default prompt, ready to read input on a black background. There's no RPi logo. And nothing in the LXTerminal preferences give any indication that ...
- Sun Jul 24, 2016 11:32 am
- Forum: Beginners
- Topic: Settings and changes persist after re-installing
- Replies: 10
- Views: 1715
Re: Settings and changes persist after re-installing
Alternativly you can use the windows formatter. When you plug your sdcard in open "my computer" and right click on the sdcard and click format.
- Sun Jul 24, 2016 11:27 am
- Forum: Beginners
- Topic: Keyboard issue with Raspbian kernel ver. 4.4
- Replies: 7
- Views: 960
Re: Keyboard issue with Raspbian kernel ver. 4.4
Is the apple keyboard wireless?
Have you tried with other keyboards?
What about other usb devices such as mouse and thumb drive, do they work properly?
Have you tried with other keyboards?
What about other usb devices such as mouse and thumb drive, do they work properly?
- Sun Jul 24, 2016 11:25 am
- Forum: Beginners
- Topic: Raspberry as second monitor.
- Replies: 7
- Views: 2442
Re: avoid having a GT 8600 and a GTX 780 monitor
problem 1 : i want a method to connect the raspberry and pc to a single audio output I think you can use one of those earphone splitters so you can share your Pis sound with your PCs speaker. Check this out . problem 2: a way to control the raspberry from pc You might want to check this out. proble...