hm, but I need somehow make WIFI as access point first? or no?WarHawk wrote:manually bridging the interfaces
https://wiki.debian.org/BridgeNetworkCo ... idge_setup
Search found 27 matches
- Wed Oct 11, 2017 3:14 pm
- Forum: General Discussion
- Topic: LAN WIFI bridge
- Replies: 12
- Views: 6323
Re: LAN WIFI bridge
- Wed Oct 11, 2017 2:27 pm
- Forum: General Discussion
- Topic: LAN WIFI bridge
- Replies: 12
- Views: 6323
LAN WIFI bridge
So far I only found how to make WIFI AP with DietPi, I use Orange Pi Zero I would need to bridge WIFI and LAN for this reason: At this moment I connect ma PC (as graphical interface) using LAN cable to OPiZ and I use remote virtual desktop. I use VNC viewer on port 5901. I would like to avoid LAN ca...
- Tue Jun 27, 2017 4:42 pm
- Forum: General Discussion
- Topic: Orange Pi Zero WIFI supported protocols
- Replies: 0
- Views: 1069
Orange Pi Zero WIFI supported protocols
Hi all,
does anybody know what systems are supported by OPI Zero wifi?
I found following list but I do not know if it is even correct. ( I do not say I supports this list...)
WPA2 + AES
WPA + AES
WPA + TKIP
Thanx for help!
does anybody know what systems are supported by OPI Zero wifi?
I found following list but I do not know if it is even correct. ( I do not say I supports this list...)
WPA2 + AES
WPA + AES
WPA + TKIP
Thanx for help!
- Wed Apr 26, 2017 7:04 pm
- Forum: General Discussion
- Topic: DietPi Installation process does not work any more?
- Replies: 6
- Views: 4194
Re: DietPi Installation process does not work any more?
after adding 3x slash it works? : root@DietPi:~# ls root@DietPi:~# pwd /root root@DietPi:~# cd .. root@DietPi:/# cd etc/apt root@DietPi:/etc/apt# ls apt.conf.d sources.list trusted.gpg trusted.gpg.d preferences.d sources.list.d trusted.gpg~ root@DietPi:/etc/apt# nano sources.list root@DietPi:/etc/ap...
- Wed Apr 26, 2017 7:01 pm
- Forum: General Discussion
- Topic: DietPi Installation process does not work any more?
- Replies: 6
- Views: 4194
Re: DietPi Installation process does not work any more?
it seems a slash / is missing after debian? if I try it without slash even in mozilla it does not exist, but with / it opens "index of /debian"
- Wed Apr 26, 2017 6:53 pm
- Forum: General Discussion
- Topic: DietPi Installation process does not work any more?
- Replies: 6
- Views: 4194
Re: DietPi Installation process does not work any more?
root@DietPi:~# root@DietPi:~# root@DietPi:~# ping www.azet.sk PING lb-home.s.etech.sk (91.235.52.77) 56(84) bytes of data. 64 bytes from 91-235-52-77.s.azet.sk (91.235.52.77): icmp_seq=1 ttl=240 time=44.7 ms 64 bytes from 91-235-52-77.s.azet.sk (91.235.52.77): icmp_seq=2 ttl=240 time=103 ms 64 bytes...
- Wed Apr 26, 2017 6:52 pm
- Forum: General Discussion
- Topic: DietPi Installation process does not work any more?
- Replies: 6
- Views: 4194
Re: DietPi Installation process does not work any more?
root@DietPi:~# root@DietPi:~# root@DietPi:~# root@DietPi:~# root@DietPi:~# INTERNET_URL_TEST=$(cat /etc/apt/sources.list | grep -m1 'deb ' | awk '{print $2}') root@DietPi:~# /DietPi/dietpi/func/check_connection "$INTERNET_URL_TEST" [Info] Testing connection to http://ftp.debian.org/debian ...
- Wed Apr 26, 2017 7:45 am
- Forum: General Discussion
- Topic: DietPi Installation process does not work any more?
- Replies: 6
- Views: 4194
DietPi Installation process does not work any more?
Yesterday I was fighting for few hours - I wanted to install HotSpot on OrangePi Zero using "optimized software" installation.
It said I have no internet (not true I could ping everything) or server is down.
Where is the problem? Is server really down?
It said I have no internet (not true I could ping everything) or server is down.
Where is the problem? Is server really down?
- Fri Apr 14, 2017 12:26 pm
- Forum: General Discussion
- Topic: real time clock / date
- Replies: 6
- Views: 4804
Re: real time clock / date
>>Time will stop on power off, time will resume on power on. Unless you have a RTC/network, it will always be incorrect, but, relative to the device. OK, it will be incorrect but never going back into the past ...... (?) /not sure what you mean "relative" / Is it known, where (which file) ...
- Fri Apr 14, 2017 9:49 am
- Forum: General Discussion
- Topic: real time clock / date
- Replies: 6
- Views: 4804
Re: real time clock / date
thanx for the reaction, but this I know already... my question is, if I do not provide network (so it can not have a time info) what is the Linux time then? I already noticed (not sure) that in such case DietPi continues from last known date and time, this would mean it must write to SD (?) card reg...