-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Sony RX100 M4 #21
Comments
That 169.254 address is an automatic private IP address. An IP in this range means that the camera cannot see the network. Do you disable DHCP on your wifi router? Your camera need to be able to find an DHCP server (typically running on your router) in order to get a 192.168.1.x IP address. That is the only way your camera and your computer will be able to communicate. You might also want to check if there is a way to set a static IP address (192.168.1.xxx) on your camera. This is the first I've heard of someone having the 169.254 issue on their camera. |
Thank you for your reply. I double-checked again. "DHCP" is turned OFF on my WiFi-Router. The wifi-router is 192.168.1.1 My "normal" routing table on the computer I want to use as target for the camera:
When I want to access the camera I add the 169.254.0.0 net so the routing table looks like:
Perhaps the routing table is not quite correct ... Markus |
If your camera doesn't have a 192.168 address, I don't think it will be able to communicate with your PC. My understanding is these IP ranges are in the private range and aren't routable. I'm sure there is a way but probably involves SNAT/NAT and/or iptable trickery. Why are you against using DHCP on your network? You can still statically assign your IP addresses, but at least then your camera will get a valid IP on the same network. I really think you need to figure out a way to get your camera to have a 192.168.1.x address in order for things to work. |
Status: The key-point was your statement [...] So I enabled DHCP on my WLAN-Router. After this and ... some quirks ... I managed to send a file from the camera to a computer. My experience:
Transfer from camera to computer did not work:
Thanks for your support and your script. Markus |
Hello falk0069,
I've a problem getting the full connection to the camera.
Camera Side
If I do "Send to computer" the camera says
looks good till now, but that's all.
After some minutes the camera says, that it can't get a connection to the computer.
Computer Side
NOTES:
Debug output
Even if I run photo2 with the IP-address found by sony-pm-alt.py gphoto2 can't continue.
For me it looks like the communication is only from the camera to the computer but not back.
Interesting - I don't know if it's important: I can configure a network settings with
IP-Address
Network Mask
Gateway
and I use 192.168.1.XXX
but the camera always uses a different 169.254.XXX.XXX address.
My gphoto2:
Any ideas?
Markus
The text was updated successfully, but these errors were encountered: