Go to advanced search

by Muhammad_Fathi
Wed Jun 14, 2017 9:31 pm
Forum: Troubleshooting
Topic: Access denied
Replies: 3
Views: 1542

Access denied

i am using Jessie on my memory card , i was working on the pi using the VNC viewer as i always do , then suddenly the connection was terminated and when i tried to log in again , it kept giving me access denied after i put in the password (i have using the default user name and password) i am kinda ...
by Muhammad_Fathi
Sun May 21, 2017 12:28 am
Forum: Troubleshooting
Topic: Rpi doesnt connect to the internet
Replies: 2
Views: 405

Re: Rpi doesnt connect to the internet

nope it was without the <>
by Muhammad_Fathi
Sun May 21, 2017 12:04 am
Forum: Troubleshooting
Topic: Port forwarding
Replies: 10
Views: 1349

Re: Port forwarding

i set up the apache server on the raspberry pi and im trying to access it from another computer on the same network through WiFi not by connecting the ethernet directly to the RaspBerry Pi. Whenever i type the Raspberry IP i get "This Site cant be reached" but when i connect via ethernet cable norm...
by Muhammad_Fathi
Sat May 20, 2017 11:48 pm
Forum: Troubleshooting
Topic: Rpi doesnt connect to the internet
Replies: 2
Views: 405

Rpi doesnt connect to the internet

My Pi was working fine connecting to the internet and everything was ok until i decided to remove the apache2 server i entered the sudo apt-get purge <apache2> and then the apache server is still there but the raspberry pi cant connect to the internet, im really frustrated cuz i ran out of options i...
by Muhammad_Fathi
Mon May 15, 2017 7:25 pm
Forum: Troubleshooting
Topic: Port forwarding
Replies: 10
Views: 1349

Re: Port forwarding

Some routers have a setting that means computers on WiFi aren't allowed to contact other computers on the local network. It's usually called "Client isolation" or something similar. thanks alot but i do play Lan games on my network with friends does this mean that client isolation is on? or its irr...
by Muhammad_Fathi
Mon May 15, 2017 6:51 pm
Forum: Troubleshooting
Topic: Port forwarding
Replies: 10
Views: 1349

Re: Port forwarding

Some routers have a setting that means computers on WiFi aren't allowed to contact other computers on the local network. It's usually called "Client isolation" or something similar. thanks alot but i do play Lan games on my network with friends does this mean that client isolation is on? or its irr...
by Muhammad_Fathi
Mon May 15, 2017 6:05 pm
Forum: Troubleshooting
Topic: Port forwarding
Replies: 10
Views: 1349

Port forwarding

i set up the apache server on the raspberry pi and im trying to access it from another computer on the same network through WiFi not by connecting the ethernet directly to the RaspBerry Pi. Whenever i type the Raspberry IP i get "This Site cant be reached" but when i connect via ethernet cable norma...
by Muhammad_Fathi
Mon Nov 28, 2016 7:31 pm
Forum: Troubleshooting
Topic: GPIO outputs doesnt change when i terminate
Replies: 5
Views: 839

Re: GPIO outputs doesnt change when i terminate

From http://raspi.tv/2013/rpi-gpio-basics-3-how-to-exit-gpio-programs-cleanly-avoid-warnings-and-protect-your-pi The problem is that, unless you code for these situations, any ports which are in use at the time of an error or Keyboard Interrupt will stay set exactly as they were, even after the pro...
by Muhammad_Fathi
Mon Nov 28, 2016 7:29 pm
Forum: Troubleshooting
Topic: GPIO outputs doesnt change when i terminate
Replies: 5
Views: 839

Re: GPIO outputs doesnt change when i terminate

AFAIK Ctrl-F6 just forcibly restarts the IDLE shell (it kills the current Python shell interpreter process and starts a new one), it doesn't cleanly terminate any running program so your finally: clause won't be run. Can't you just use the normal Ctrl-C in the shell window? I just tried that and it...
by Muhammad_Fathi
Sun Nov 27, 2016 10:35 pm
Forum: Troubleshooting
Topic: GPIO outputs doesnt change when i terminate
Replies: 5
Views: 839

GPIO outputs doesnt change when i terminate

i recently tried led on/off code and if i dont let the entire code end , the current state of the pin stays as i left it , despite the fact i wrote GPIO.cleanup() that resets all the pins at the end i simply run the code f5 , and in the middle if i want to break it i press ctrl f6 , and the last sta...

Go to advanced search