Go to advanced search

by LikeyThePi
Wed Jan 22, 2020 10:53 pm
Forum: General discussion
Topic: Nextion 7 Inch Display Case for Raspberry Pi
Replies: 1
Views: 201

Nextion 7 Inch Display Case for Raspberry Pi

Would anyone happen to know if the Nextion 7 inch display will fit in a SmartiPi Touch 2 case? If not, would anyone happen to know of a similar case for the Nextion 7 inch display? Thanks.
by LikeyThePi
Thu Dec 07, 2017 11:54 pm
Forum: General discussion
Topic: Nextcloud Admin Account Creation Error
Replies: 1
Views: 760

Re: Nextcloud Admin Account Creation Error

Anyone have any ideas???
by LikeyThePi
Sun Dec 03, 2017 1:44 am
Forum: General discussion
Topic: Nextcloud Admin Account Creation Error
Replies: 1
Views: 760

Nextcloud Admin Account Creation Error

I’m no Linux guru and I don’t know anything about Apache, databases, or PHP, however, I can follow instructions pretty well. I just created a clean install of Raspbian Stretch with desktop, version November 2017, 2017-11-29, on my Raspberry Pi 2. I installed Apache with no issues or errors. I attemp...
by LikeyThePi
Fri Nov 17, 2017 5:31 pm
Forum: General discussion
Topic: Nextcloud, MySQL, PHP 7
Replies: 3
Views: 2455

Nextcloud, MySQL, PHP 7

I would like to install Nextcloud on Raspbian Stretch (or Ubuntu Mate) with MySQL and PHP 7. My apt-get install syntax looks like the below for MySQL and PHP 7: sudo apt-get install mysql-server php7.0 php7.0-gd php7.0-mysql php7.0-curl php7.0-json php7.0-intl php7.0-mcrypt php7.0-bz2 php7.0-zip php...
by LikeyThePi
Tue Jan 12, 2016 12:43 am
Forum: General discussion
Topic: Looking for a Wifi Dongle That Won't Crash???
Replies: 8
Views: 1529

Re: Looking for a Wifi Dongle That Won't Crash???

mahjongg , The power supply I purchased for my Pi 2 was supposed to be specifically made for the Pi 2 considering it's electrical needs. Maybe it's not that great after all. MrEngman, Thank you for posting the script. I'll have to have a look see and figure out how I can implement it. Although I'm n...
by LikeyThePi
Mon Jan 11, 2016 11:45 pm
Forum: General discussion
Topic: Looking for a Wifi Dongle That Won't Crash???
Replies: 8
Views: 1529

Re: A Wifi Dongle That Won't Sleep???

dom,
Thanks for the reply. Actually that's what I tried. Even with those settings, the wifi is still unpredictable. Thanks though.
by LikeyThePi
Mon Jan 11, 2016 11:05 pm
Forum: General discussion
Topic: Looking for a Wifi Dongle That Won't Crash???
Replies: 8
Views: 1529

Re: A Wifi Dongle That Won't Sleep???

The problem I am trying to resolve is my current Pi's wifi dongle will drop and not reconnect. It's intermittent when this occurs. When I start the Pi, it can drop in a couple of hours to sometime overnight to sometime in a couple of days; seems to be no rhyme or reason why this happens. I've read a...
by LikeyThePi
Mon Jan 11, 2016 1:36 am
Forum: General discussion
Topic: Looking for a Wifi Dongle That Won't Crash???
Replies: 8
Views: 1529

Looking for a Wifi Dongle That Won't Crash???

Can anyone recommend a wifi dongle for the RaspberryPi 2 Model B that doesn't have a sleep mode; in other words, it just stays on all of the time? Any suggestions would be appreciated and I thank you in advance.
by LikeyThePi
Tue Sep 29, 2015 11:21 pm
Forum: Troubleshooting
Topic: Pi Displays DHCP Settings Instead of Static Settings
Replies: 7
Views: 1365

Re: Pi Displays DHCP Settings Instead of Static Settings

Has anyone found a way to configure the dhcpcd.conf file to have a static ip address for both eth0 and wlan0 yet??? Any guidance would be helpful.
by LikeyThePi
Tue Sep 22, 2015 10:32 pm
Forum: Troubleshooting
Topic: Pi Displays DHCP Settings Instead of Static Settings
Replies: 7
Views: 1365

Re: Pi Displays DHCP Settings Instead of Static Settings

I'm hoping you or someone can help. I would like to get this done sooner rather than later :D This is quite frustrating to say the least.
by LikeyThePi
Mon Sep 21, 2015 8:57 pm
Forum: Troubleshooting
Topic: Pi Displays DHCP Settings Instead of Static Settings
Replies: 7
Views: 1365

Re: Pi Displays DHCP Settings Instead of Static Settings

Ok... So my dhcpcd.conf file looks like this now: interface eth0 static ip_address=192.168.1.41 static routers=192.168.1.1 static domain_name_servers=192.168.1.1 interface wlan0 static ip_address=192.168.2.20 static routers=192.168.2.1 static domain_name_servers=192.168.2.1 The network icon on the t...
by LikeyThePi
Sun Sep 20, 2015 11:00 pm
Forum: Troubleshooting
Topic: Pi Displays DHCP Settings Instead of Static Settings
Replies: 7
Views: 1365

Re: Pi Displays DHCP Settings Instead of Static Settings

Thank you for the reply. Ok, so I don't use the interfaces or the wpa_supplicant.conf file any longer to setup the network. Seeing that my router is my DHCP server, and I've never used or worked with the dhcpcd.conf file, I guess I better ask the question, "Do I just copy and paste my network settin...
by LikeyThePi
Sun Sep 20, 2015 8:01 pm
Forum: Troubleshooting
Topic: Pi Displays DHCP Settings Instead of Static Settings
Replies: 7
Views: 1365

Pi Displays DHCP Settings Instead of Static Settings

Hello... I've been trying to setup my network to run static IPs for both my cabled ethernet and my wireless. Here are my /etc/network/interfaces settings: auto lo iface lo inet loopback auto eth0 allow-hotplug eth0 iface eth0 inet static address 192.168.1.41 netmask 255.255.255.0 gateway 192.168.1.1...
by LikeyThePi
Mon Jan 13, 2014 10:22 am
Forum: Troubleshooting
Topic: Edimax Wireless USB Adapter EW-7811Un Not Connecting
Replies: 10
Views: 3332

Re: Edimax Wireless USB Adapter EW-7811Un Not Connecting

My apologies... It's late and I was thinking in terms of how I have one of my other network devices configured. It requires a port to be defined in its setup. This is my first dealing with the interfaces file.

Thanks for all the help in getting me connected! Much appreciated.
by LikeyThePi
Mon Jan 13, 2014 1:01 am
Forum: Troubleshooting
Topic: Edimax Wireless USB Adapter EW-7811Un Not Connecting
Replies: 10
Views: 3332

Re: Edimax Wireless USB Adapter EW-7811Un Not Connecting

Is there a way that I could use a specific port in the interfaces file? I'm thinking in terms of connecting to my Pi from outside/WAN.
by LikeyThePi
Mon Jan 13, 2014 12:51 am
Forum: Troubleshooting
Topic: Edimax Wireless USB Adapter EW-7811Un Not Connecting
Replies: 10
Views: 3332

Re: Edimax Wireless USB Adapter EW-7811Un Not Connecting

I apologize, I edited my post before I saw your reply. It now works! Thank you very much for your insight and help getting me connected. I guess my next question would be how to make the Pi use a static IP address using the interfaces file with a specific port. You wouldn't happen to know what lines...
by LikeyThePi
Sun Jan 12, 2014 11:40 pm
Forum: Troubleshooting
Topic: Edimax Wireless USB Adapter EW-7811Un Not Connecting
Replies: 10
Views: 3332

Re: Edimax Wireless USB Adapter EW-7811Un Not Connecting

I didn't think that it would be a power supply issue. The product description stated that it was specifically designed and tested for the Pi and can deliver a full 1A without the output voltage dropping below the recommended 5V necessary for reliable Raspberry Pi operation. Hmm... I'll try the inter...
by LikeyThePi
Sun Jan 12, 2014 12:36 am
Forum: Troubleshooting
Topic: Edimax Wireless USB Adapter EW-7811Un Not Connecting
Replies: 10
Views: 3332

Re: Edimax Wireless USB Adapter EW-7811Un Not Connecting

Thank you for the reply MrEngman. 1st) I tried just changing the wpa_supplicant.conf file to your recommendations. There was no connection. The wpa_gui was responding as initially posted. :( 2nd) I kept the wpa_supplicant.conf to your recommendations and then changed the interfaces file as you sugge...
by LikeyThePi
Thu Jan 09, 2014 1:03 am
Forum: Troubleshooting
Topic: Edimax Wireless USB Adapter EW-7811Un Not Connecting
Replies: 10
Views: 3332

Edimax Wireless USB Adapter EW-7811Un Not Connecting

Hello... I've been attempting to get my new RPi to connect to my wireless router using a new Edimax EW-7811Un USB adapter. I've read many posts concerning this and I'm wondering if it's actually the adapter and not the settings listed below: /etc/network/interfaces auto lo iface lo inet loopback ifa...

Go to advanced search