Go to advanced search

by epoch1970
Mon May 23, 2016 8:03 am
Forum: General discussion
Topic: RPi3 jessie - NPTD does not work
Replies: 35
Views: 10282

Re: RPi3 jessie - NPTD does not work

You need to read man pages, you know.
by epoch1970
Mon May 23, 2016 8:01 am
Forum: Networking and servers
Topic: RPI3 AP with multiple ssid - has anyone made this?
Replies: 14
Views: 8583

Re: RPI3 AP with multiple ssid - has anyone made this?

If along your way you find a recipe for STA+bridged AP that works well on the stock PI3 card, then I'll be interested in a few hints ;)
by epoch1970
Mon May 23, 2016 7:57 am
Forum: General discussion
Topic: RPi3 jessie - NPTD does not work
Replies: 35
Views: 10282

Re: RPi3 jessie - NPTD does not work

broe23 wrote:If you are going to show everything that your machine is having issues, you need to post the Log file or send it to the developers at Raspberry Pi, so that they can look at your logs.
I surely hope they don't!
by epoch1970
Mon May 23, 2016 7:52 am
Forum: General discussion
Topic: RPi3 jessie - NPTD does not work
Replies: 35
Views: 10282

Re: RPi3 jessie - NPTD does not work

It seems that the time update is not problem per se , but automatization / interaction with internet services is. As far as ntpdate is concerned, what happens with the "socket in use" message is that ntpd (I guess) is listening on 123/udp. The socket is in use. Stop ntpd, run ntpdate, start ntpd. Y...
by epoch1970
Sun May 22, 2016 9:09 pm
Forum: General discussion
Topic: RPi3 jessie - NPTD does not work
Replies: 35
Views: 10282

Re: RPi3 jessie - NPTD does not work

please not I am Linux novice. Do you really need the ntpdate and ntpd programs ? If your need really is "I want network time" then the answer is: 1) remove ntpdate and ntpd. You will be using the stock systemd-timesyncd service that can provide the same. 2) type the command "timedatectl status" and...
by epoch1970
Sun May 22, 2016 6:50 pm
Forum: Networking and servers
Topic: RPI3 AP with multiple ssid - has anyone made this?
Replies: 14
Views: 8583

Re: RPI3 AP with multiple ssid - has anyone made this?

Nope, I rarely use rpi-update but I think the last apt-get update did pull rpi-update.
by epoch1970
Sun May 22, 2016 5:38 pm
Forum: General discussion
Topic: RPi3 jessie - NPTD does not work
Replies: 35
Views: 10282

Re: RPi3 jessie - NPTD does not work

Ntpdate is "deprecated", it was working but you had to invoke it as ntpdate-debian; In case your Pi has been sitting offline for a long time, the time jump it would cause could disrupt the machine to some degree. I'm not sure it still works so well on jessie, I think it's better to use ntpd only, an...
by epoch1970
Sun May 22, 2016 4:42 pm
Forum: Networking and servers
Topic: Problem with hostapd
Replies: 8
Views: 10877

Re: Problem with hostapd

Incredibly, I can't find a post that presents this simple setup. So I gave it a go. Objective: Have wireless devices connect through your Pi 3 to your local LAN. Not a hotspot, no firewall, a simple transparent bridge that allows wireless clients to use LAN resources (DHCP server, router, DNS server...
by epoch1970
Sun May 22, 2016 12:43 pm
Forum: Networking and servers
Topic: RPI3 AP with multiple ssid - has anyone made this?
Replies: 14
Views: 8583

Re: RPI3 AP with multiple ssid - has anyone made this?

My machine is a Pi 3 and the wifi card is the embedded one. I run (hopefully) the latest stable kernel. I really don't know if my interpretation of the iw list report is correct. You'd better double-check on that, but this bit of the always helpful (IMHO) Archlinux documentation does not go against ...
by epoch1970
Sun May 22, 2016 11:05 am
Forum: Troubleshooting
Topic: Mounting drives [rpcbind]
Replies: 3
Views: 2969

Re: Mounting drives [rpcbind]

Nobody uses NFS these days it seems :) I just had to install nfs-kernel-server on a Pi 3 and got into the issue where mounts from remote hosts fail until you've restarted nfs-common (and perhaps nfs-kernel-server ?) meaning there is a freaking boot order problem in systemd. Turns out that 2 years ag...
by epoch1970
Sun May 22, 2016 10:36 am
Forum: Troubleshooting
Topic: Run command at startup as different user
Replies: 5
Views: 1222

Re: Run command at startup as different user

On Google's Github pages
https://github.com/google/cups-connecto ... ly-on-Boot

You'll find different ways of running the daemon.
by epoch1970
Sun May 22, 2016 10:18 am
Forum: Advanced users
Topic: pis have no ACPI or PMICs: think hibernate still possible?
Replies: 9
Views: 3265

Re: pis have no ACPI or PMICs: think hibernate still possibl

I don't think rtcwake is the big guy, drivers have to implement some calls sent by the kernel.
Some PC systems can't currently exit sleep states such as mem using only the kernel code accessed by this driver.
I admit I am totally out of my league.
by epoch1970
Sun May 22, 2016 9:52 am
Forum: Advanced users
Topic: pis have no ACPI or PMICs: think hibernate still possible?
Replies: 9
Views: 3265

Re: pis have no ACPI or PMICs: think hibernate still possibl

AFAIK to suspend/hibernate devices have to be able to respond to freeze/thaw commands from the kernel, and the CPU (and RAM) have to accept switching to a specific state too. Linux took a loooong time until it handled low power states gracefully, so if hardware support is there, adding software supp...
by epoch1970
Sat May 21, 2016 4:00 pm
Forum: Networking and servers
Topic: Problem with hostapd
Replies: 8
Views: 10877

Re: Problem with hostapd

Should I use the bridging, and remove dnsmasq? Well it depends on what you want to achieve. Do you want an AP on your LAN for the wireless devices you own (then bridge is best) or do you want some sandboxed internet access over wifi (then your current route is the right one) ? I trust you've compar...
by epoch1970
Sat May 21, 2016 1:20 pm
Forum: Troubleshooting
Topic: DNSMASQ doen't resolve addresses unless you restart dnsmasq
Replies: 2
Views: 2501

Re: DNSMASQ doen't resolve addresses unless you restart dnsm

What a good skin can do to a blog post. I would suspect you have a startup order issue, where dnsmasq starts before wlan0 is properly up. Removing bind-interfaces from the dsnmasq config should help. If this solves it, you should be fine without bind-interfaces. Otherwise the idea would be to instru...
by epoch1970
Sat May 21, 2016 12:56 pm
Forum: Advanced users
Topic: What open source software would you like to see on pi?
Replies: 10
Views: 2481

Re: What open source software would you like to see on pi?

I agree there is lack of a nice web interface for wifi AP management (for headless Pis). All I've seen out there is centered on hotspot functionality. I've found one project (for the Pi IIRC) but it was lacking in terms of key management etc. I ended up rolling my own hostapd config, cronjobs, scrip...
by epoch1970
Sat May 21, 2016 10:48 am
Forum: Networking and servers
Topic: RPI3 AP with multiple ssid - has anyone made this?
Replies: 14
Views: 8583

Re: RPI3 AP with multiple ssid - has anyone made this?

There might be some driver issues there. I don't grok much about wireless, but "iw list" says on a Pi 3: software interface modes (can always be added): valid interface combinations: * #{ managed } <= 1, #{ P2P-device } <= 1, #{ P2P-client, P2P-GO } <= 1, total <= 3, #channels <= 2 * #{ managed } <=...
by epoch1970
Sat May 21, 2016 10:25 am
Forum: Networking and servers
Topic: Problem with hostapd
Replies: 8
Views: 10877

Re: Problem with hostapd

I think you should post your hostapd.conf it would be easier to understand what's going on. Also I am not so sure why the blog post author didn't use bridging. If the objective is to setup a wireless access point in the LAN, and have the wifi clients treated as 1st-class citizens, then go for bridgi...
by epoch1970
Sat May 21, 2016 9:54 am
Forum: Advanced users
Topic: Hardware disable USB port?
Replies: 3
Views: 933

Re: Hardware disable USB port?

In software you could write an udev rule that matches 3 or the 4 ports and do something useless with what is being plugged in. This way you could block the Pi from activating the resources.
I do not know the way (if any) of controlling power delivery to the ports.
What about a piece of tape?
by epoch1970
Sat May 21, 2016 9:49 am
Forum: Beginners
Topic: Auto Login Raspbian Jessie
Replies: 11
Views: 2013

Re: Auto Login Raspbian Jessie

Can't you use raspi-config and set console or graphical environment auto-login?
by epoch1970
Fri May 20, 2016 7:31 pm
Forum: Beginners
Topic: Pi3, serial console over bluetooth?
Replies: 8
Views: 5100

Re: Pi3, serial console over bluetooth?

And I confirm it runs fine (from an OS X machine), thanks again. With your systemd units, all starts automagically at boot, this is great. To be clear for others who might come around here, this serial-over-bluetooth link does not give access to the boot messages (I suppose it starts too late anyway...
by epoch1970
Fri May 20, 2016 3:27 pm
Forum: Beginners
Topic: Pi3, serial console over bluetooth?
Replies: 8
Views: 5100

Re: Pi3, serial console over bluetooth?

Thanks!
That was one of the threads I started with. Then in got lost in bootcmd.txt and core frequency stuff :)
by epoch1970
Fri May 20, 2016 12:37 pm
Forum: Beginners
Topic: Pi3, serial console over bluetooth?
Replies: 8
Views: 5100

Pi3, serial console over bluetooth?

Currently my Pi3 runs sshd but I'd like to add serial console access via Bluetooth. I have read some posts about this but I find the information confusing. I am only interested in Pi 3. I don't know the difference between a mini-UART and a PLxxx (and I think I don't care), etc. Could someone give me...
by epoch1970
Sat May 14, 2016 1:16 pm
Forum: Networking and servers
Topic: How To: Wifi to Ethernet Bridge(Updated for RPi 3)
Replies: 88
Views: 213878

Re: How To: Wifi to Ethernet Bridge

User mfa298 is correct I'm afraid.
I would be surprised if bridging the wireless interface in client mode actually works.
by epoch1970
Sat May 14, 2016 8:51 am
Forum: Troubleshooting
Topic: Using Both (eth0 & wlan0) Interfaces
Replies: 3
Views: 3451

Re: Using Both (eth0 & wlan0) Interfaces

I think using priority should work, e.g. eth0 has high priority 0 and wlan0 has low priority 100. You get 2 default routes but only one is used at any time. On prior systems I did use that and it worked reliably with "metric XX" stanzas added to each interface in /etc/network/interfaces. You need th...

Go to advanced search