I forgot to add that you may need to do the below before controlling the start in /etc/rc.local
sudo update-rc.d dhcpcpd remove
sudo update-rc.d isc-dhcp-server remove
Search found 11 matches
- Sun Jan 08, 2017 5:28 pm
- Forum: Networking and servers
- Topic: How to start hostap, dhcpcd, isc-dhcpd-server [SOLVED]
- Replies: 13
- Views: 7983
- Sun Jan 08, 2017 5:08 pm
- Forum: Networking and servers
- Topic: How to start hostap, dhcpcd, isc-dhcpd-server [SOLVED]
- Replies: 13
- Views: 7983
Re: Raspbian Jessie: How to start hostap, dhcpcd, isc-dhcpd-
It looks like you are having a similar issue to what I'm fighting. https://www.raspberrypi.org/forums/viewtopic.php?f=36&t=170666 I believe that dhcpcpd and isc-dhcpd conflict and only one should be used...so I uninstalled (apt-get remove) isc-dhcpd that I was using previously. Maybe that will h...
- Sat Jan 07, 2017 7:02 pm
- Forum: Networking and servers
- Topic: RPI3 Jessie Access Point/Hostapd Network Issues
- Replies: 0
- Views: 2374
RPI3 Jessie Access Point/Hostapd Network Issues
RPI3 Jessie Access Point / hostapd Network Issue I am having networking issues with Jessie-RPI3 as an Access Point. I had this all working fine under Wheezy-RPI2 and https://learn.adafruit.com/setting-up-a-raspberry-pi-as-a-wifi-access-point/overview?view=all to use the RPI as an Access Point. The c...
- Sun Jan 01, 2017 6:40 pm
- Forum: Troubleshooting
- Topic: RPI3 Jessie - Pixel but doesn't start-still LXDE/LXpanel
- Replies: 4
- Views: 1091
Re: RPI3 Jessie - Pixel but doesn't start-still LXDE/LXpanel
Thanks for the reply! Fortunately I have this one wrapped NOW...apparently there was an issue with installing the Pixel and a conflict with another installed desktop package. It was an older Rasbian, originally Wheezy updated to Jessie that I was adding Pixel to. When I installed the pixel updates i...
- Thu Dec 22, 2016 8:18 pm
- Forum: Troubleshooting
- Topic: RPI3 Jessie - Pixel but doesn't start-still LXDE/LXpanel
- Replies: 4
- Views: 1091
Re: RPI3 Jessie - Pixel but doesn't start-still LXDE/LXpanel
Interesting ... couldn't find /usr/share/pixel-wallpaper/ directory. Does this indicate that PIXEL was not installed correctly?
- Thu Dec 22, 2016 7:54 pm
- Forum: Troubleshooting
- Topic: RPI3 Jessie - Pixel but doesn't start-still LXDE/LXpanel
- Replies: 4
- Views: 1091
RPI3 Jessie - Pixel but doesn't start-still LXDE/LXpanel
RPI3 with Jessie - Pixel is installed but won't start either initially or startx from cmd line - both start LXDE/LXPanel. I've googeled everything available. Anyone have any ideas? Thanks!
- Wed Jun 01, 2016 10:36 pm
- Forum: Advanced users
- Topic: rpi-update to get support for BCM2837/Pi3B
- Replies: 12
- Views: 8489
Re: rpi-update to get support for BCM2837/Pi3B
I've got a similar issue... Have multiple RPI2s that started off with NOOBS install of wheezy with complex installation including networking, packages, and applications that would be very difficult to re-create. So I was motivated and worked out later upgrade to Jessie. When I did upgrade etc the sd...
- Wed Mar 30, 2016 8:34 pm
- Forum: C/C++
- Topic: Netbeans C/C++ Link/Make EXE?
- Replies: 6
- Views: 2919
Re: Netbeans C/C++ Link/Make EXE?
"FYI, I had never used Netbeans for C/C++ development, so I don't how it do things." Thanks for the reply, but I don't think that what you are describing is my problem. I am able to create the executable on the rpi via the gcc linker "manually" from the command line but NETBEANS ...
- Wed Mar 30, 2016 6:40 pm
- Forum: C/C++
- Topic: Netbeans C/C++ Link/Make EXE?
- Replies: 6
- Views: 2919
Re: Netbeans C/C++ Link/Make EXE?
ghans, THANK YOU for the reply! Ok, but I also don't have any without any extension. I do see project.cc, project.o, project.o.d. Are you saying that the executable is not named the same thing as the project? Do I need to modify the make file for a simple example where 1project = 1source.cc=1exe Or ...
- Wed Mar 30, 2016 4:52 pm
- Forum: C/C++
- Topic: Netbeans C/C++ Link/Make EXE?
- Replies: 6
- Views: 2919
Netbeans C/C++ Link/Make EXE?
Hello All! I've been using Netbeans for remote RPI C program development for some time now. Everything has been working well, build, debug, library includes, etc. ...EXCEPT for one thing...my build option does not create an EXE on the RPI. I do a find - sudo find / -name.exe and don't find anything ...
- Thu Nov 26, 2015 11:21 pm
- Forum: Raspberry Pi OS
- Topic: Pi drops ethernet connection
- Replies: 28
- Views: 24505
Re: Pi drops ethernet connection
Do others still have this problem? I have a pi2 with Raspian...for about five months I've been wondering why my pi will intermittently quit responding. When I reboot it has generally resumed with everything working fine again. Now I have narrowed it down to the eth0 loosing the ip address as describ...