Go to advanced search

by KLL
Thu Sep 10, 2015 4:01 am
Forum: Beginners
Topic: replace user pi
Replies: 2
Views: 642

Re: replace user pi

if you use newuser ALL=(ALL) NOPASSWD: ALL you may keep the pi user as well. ok, i wanted to follow your advice and now have a funny problem: #pi ALL=(ALL) NOPASSWD: ALL #newuser ALL=(ALL) NOPASSWD: ALL #newuser ALL=(ALL) ALL #newuser ALL=(ALL:ALL) PASSWD: ALL #newuser ALL=(ALL:ALL) ALL newuser ALL...
by KLL
Wed Sep 09, 2015 11:06 pm
Forum: Troubleshooting
Topic: [SOLUTION found]how install DHPCD for SHH and VNC
Replies: 11
Views: 2115

Re: how install DHPCD for SHH and VNC

-a- as RPI has no eth0: IP i want ask, is there a ethernet cable from RPI to same router? yellow led ON, green led blink? change cable? -b- why adv.IPscan report 192.168.1.6 ( RPI ethernet? ) and 192.168.1.7 ( RPI WIFI adapter ) as DEAD i not understand ( esp. as RPI WIFI works ) -c- if the SD card ...
by KLL
Wed Sep 09, 2015 4:36 pm
Forum: Beginners
Topic: VNC for Remote Access
Replies: 10
Views: 2668

Re: VNC for Remote Access

actually i have no idea what is your problem with the size?? -a- i have a win 7 PC and use http://www.realvnc.com/ VNC viewer and i start with OPTION NO SCALING changed to SCALE TO WINDOW SIZE and then i have on the (hidden) top menu line a button in the middle FULL SCREEN MODE only if i ask for (I)...
by KLL
Wed Sep 09, 2015 3:57 pm
Forum: Beginners
Topic: SSH Guide For Complete noob?
Replies: 71
Views: 119881

Re: SSH Guide For Complete noob?

so the nameservers are not shown in resolv.conf
?? try: change FROM:

Code: Select all

auto eth0
dns-nameservers 8.8.8.8 8.8.4.4
allow-hotplug eth0
iface eth0 inet manual
TO:

Code: Select all

auto eth0
allow-hotplug eth0
iface eth0 inet manual
dns-nameservers 8.8.8.8 8.8.4.4
reboot
and test ping and look resolv.conf again
by KLL
Wed Sep 09, 2015 3:44 pm
Forum: Beginners
Topic: SSH Guide For Complete noob?
Replies: 71
Views: 119881

Re: SSH Guide For Complete noob?

ping -c3 8.8.8.8 does it work? ( the laptop should have wifi internet connection! and for that you enabled SHARING?) the RPI also, just not have the "way" to resolve google.com ( names to IP numbers ) for that is the new line in interfaces. give me a ifconfig cat /etc/resolv.conf you learn first how...
by KLL
Wed Sep 09, 2015 3:25 pm
Forum: Beginners
Topic: VNC for Remote Access
Replies: 10
Views: 2668

Re: VNC for Remote Access

emeyeraway wrote:I first did a "rm tightvnc*".
re-install "tightvncserver"?
i have no idea if that damage can be repaired, but
to deinstall a program use
sudo apt-get purge tightvncserver
to install
viewtopic.php?p=811707#p811707
by KLL
Wed Sep 09, 2015 3:06 pm
Forum: Beginners
Topic: SSH Guide For Complete noob?
Replies: 71
Views: 119881

Re: SSH Guide For Complete noob?

we talk here only about a windows PC cross wired ethernet cable with RPI command.txt dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait " ip=192.168.1.101::192.168.1.10 " My local area connection->IPV4 -> has IP 192.168.1.10 1 I op...
by KLL
Wed Sep 09, 2015 1:55 pm
Forum: Beginners
Topic: sd cards
Replies: 6
Views: 928

Re: sd cards

Kingston Digital 16GB SDHC UHS-I Speed Class 3 Flash Card (SDA3/16GB) These have a lifetime warranty and higher speeds ( up to 90MB/s read and 80MB/s write, Ultra High-Speed Class 3 ). 2) Would this provide a speed inprovement to the Raspberry pi? not as you expect, but possible: http://elinux.org/...
by KLL
Wed Sep 09, 2015 10:45 am
Forum: Troubleshooting
Topic: My GUI isn't loading past the wallpaper and trash bin
Replies: 2
Views: 396

Re: My GUI isn't loading past the wallpaper and trash bin

i see exactly this when i try to use desktop from a user what is not in "audio" group
so pls report what you see before you start GUI, when you type "groups" i see

Code: Select all

groups
pi adm dialout cdrom sudo audio video plugdev games users netdev gpio i2c spi input
by KLL
Wed Sep 09, 2015 10:29 am
Forum: Beginners
Topic: Berryboot help
Replies: 3
Views: 788

Re: Berryboot help

squashfs build for windows From what I understand I need to download the source for RetroPie and squash the directory into an IMG then install via USB on Berryboot. Does that sound right? - i not tested it on windows - i understand it should be on a drive ( i used the SD card of good RASPBIAN only ...
by KLL
Wed Sep 09, 2015 9:44 am
Forum: Beginners
Topic: Berryboot help
Replies: 3
Views: 788

Re: Berryboot help

Berryboot RetroPie It's 2.6 on the Berryboot repro http://sourceforge.net/projects/berryboot/files/os_images/ i can download only http://sourceforge.net/projects/berryboot/files/os_images/RetroPie_2.3.img192/download like to my USB stick and import it to berry boot. but you could also find a stand ...
by KLL
Wed Sep 09, 2015 8:52 am
Forum: Troubleshooting
Topic: [SOLUTION found]how install DHPCD for SHH and VNC
Replies: 11
Views: 2115

Re: how install DHPCD for SHH and VNC

" PC cmd ipconfig" ? what i must do on PC ? -1- i want ask if you have done all from my point 1 "repair" ( without error ) -2- i want ask why you not show us -2-a and b what is IP for eth0 and wlan0... of RPI -2.c- if you have a windows pc you can open the cmd window ( start search "cmd" and it wil...
by KLL
Wed Sep 09, 2015 6:47 am
Forum: Troubleshooting
Topic: [SOLUTION found]how install DHPCD for SHH and VNC
Replies: 11
Views: 2115

Re: how install DHPCD for SHH and VNC

wpa_gui i can see internet BUT !!!! IP-scanner from PC do not see Raspi no idea, it looks like you are in 2 different subnetworks? -1- try for repair ( and as you are online with WIFI ) sudo apt-get update sudo apt-get upgrade sude apt-get install dhcpcd5 (i expect: dhcpcd5 is already the newest ve...
by KLL
Wed Sep 09, 2015 6:03 am
Forum: Beginners
Topic: replace user pi
Replies: 2
Views: 642

replace user pi

i read that for open a RPI ( and router) to the internet like + as webserver + for remote SSH a password change for user pi might be not enough. so i play about replacing user pi find here my procedure: sudo adduser newuser ( give newpasswd ...) sudo nano /etc/group replace all 'pi' with 'pi,newuser...
by KLL
Wed Sep 09, 2015 3:03 am
Forum: General discussion
Topic: HELP!!! Pi not booting, important document!
Replies: 2
Views: 625

Re: HELP!!! Pi not booting, important document!

document I saved it to /home/pi/documents. (Sdcard)\os\Raspbian in noobs /os/ are the original OS for reinstall called recovery. your installed "RASPBIAN? is on a other partition better not touch that SD. setup a new SD with noobs, install raspbian update... put the old SD in a USB card reader and ...
by KLL
Wed Sep 09, 2015 2:04 am
Forum: Beginners
Topic: Help with setting non-LAN SSH
Replies: 1
Views: 352

Re: Help with setting non-LAN SSH

to find your remote rpi usually ( like for webserver.. ) you use some kind of (free) dyn dns service - a cron job makes a update - the update finds the current (remote) IP ( of the internet connection ) ( there are many of that MY IP services ) - it writes that IP to the DYN DNS service and when yo...
by KLL
Wed Sep 09, 2015 1:26 am
Forum: Troubleshooting
Topic: Service wont Start on Boot
Replies: 21
Views: 6897

Re: Service wont Start on Boot

hp1975 wrote:I'm assuming the script does not need a user logged in for it to run during the boot sequence!?
yes, no login / auto login to desktop ... required

operation:
sudo /etc/init.d/radio start
sudo /etc/init.d/radio stop
sudo /etc/init.d/radio restart now you should see if there is a problem
by KLL
Tue Sep 08, 2015 2:13 pm
Forum: Troubleshooting
Topic: Raspberry Pi not connecting to hidden SSID WIFI
Replies: 25
Views: 8179

Re: Raspberry Pi not connecting to hidden SSID WIFI

- no use to talk about the HIDDEN SSID as already tested that unhiding did not change anything. so the problem is somewhere else, and after that is solved can hide SSID again. I can't and I don't want to wipe all my Pi sd card off. - i not say to overwrite your card, take a new one and get on a clea...
by KLL
Tue Sep 08, 2015 1:21 pm
Forum: Beginners
Topic: Buttons and ohm's
Replies: 9
Views: 1235

Re: Buttons and ohm's

by KLL
Tue Sep 08, 2015 1:07 pm
Forum: Beginners
Topic: SSH Guide For Complete noob?
Replies: 71
Views: 119881

Re: SSH Guide For Complete noob?

for a direct ethernet connection, you need following changes: -a- after you burn the raspbian image with win32diskimager put SD back to cardreader-PC edit: cmdline.txt and add in same first line " ip=192.168.1.101::192.168.1.10" with a [space] with 192.168.1.101 is the IP you want fix for RPI and 19...
by KLL
Tue Sep 08, 2015 10:30 am
Forum: Beginners
Topic: Raspberry pi 2 and chrono dot clock
Replies: 3
Views: 867

Re: Raspberry pi 2 and chrono dot clock

aliva wrote:Hello!
Any one had try to run the chrono dot in the raspberry pi2?
I cant make it run. any good tutorial?
try search for the chip:
https://www.google.co.th/search?site=&s ... rry+DS3231

make sure a RTC battery is connected or it might not talk at all.
by KLL
Tue Sep 08, 2015 10:18 am
Forum: Beginners
Topic: Logitech K230 wireless keyboard will work with raspberry pi?
Replies: 2
Views: 1622

Re: Logitech K230 wireless keyboard will work with raspberry

shaan.bhasin wrote:Logitech K230 wireless keyboard
i have mk220 combo, perfect, 6 month with one battery set,
on RPI only need one port and no powered USB hub.
by KLL
Tue Sep 08, 2015 10:09 am
Forum: Troubleshooting
Topic: error in boot DHCPISCOVER ......
Replies: 8
Views: 1140

Re: error in boot DHCPISCOVER ......

other /old/ way
/menu/run/ type: wpa_gui [enter]
by KLL
Tue Sep 08, 2015 9:04 am
Forum: Troubleshooting
Topic: error in boot DHCPISCOVER ......
Replies: 8
Views: 1140

Re: error in boot DHCPISCOVER ......

mouse over network icon, RIGHT CLICK
give a context menu ( FIRST ENTRY )
WiFi Networks (dhcpcdui) Settings, LEFT CLICK
by KLL
Tue Sep 08, 2015 8:22 am
Forum: Troubleshooting
Topic: error in boot DHCPISCOVER ......
Replies: 8
Views: 1140

Re: error in boot DHCPISCOVER ......

can you tell us what you did before that failed restart?
- problem with ethernet cable?
- any software change?

if you changed to the new version you now setup WIFI here
Image
in the DHCPCDUI network icon top right

Go to advanced search