Onefinity with windows xp/vista/7/8

Hey Fred11,

which has an ethernet port, I assume?

What you need for the “Onefinity.local” addressing to work is that an implementation of zeroconf is running on your computer. On your older computer from which you showed the photo above, this was obviously the case, since the page title was transmitted successfully.

What operating system and version is running on the new pc?

If the old computer is 20 years old, many recent Linux distributions will work fine on it. I run both very old and totally new computers, one that still runs 24/7 absolutely reliably since twenty years is from 1994.

1 Like

Yes she has an ethernet port.
The new is with windows 11, but it’s not a good idea, i doesn’t want it in the garage.
I will find one with windows 7 minimum and with a ethernet port.

So this this morning I tried several things.

  • connects directly to a pc more recent with windows 8 , it doesn’t work
  • create a dhcp server in this , it doesn’tt work
  • connect a screen, keyboard and mouse, it ok

Am i doing something wrong or the link with the pc has a problem?
Good question
The leds are lit on the ethernet sockets

Hey Fred11,

You can try if it worked by typing ‘ping onefinity.local’ or by logging in into the Onefinity Controller via ssh with username ‘bbmc’ and password ‘onefinity’.

Apple Mac OS and MS Windows have supported link-local addresses since 1998. A link-local address is an address that is assigned automatically without any configuration.

1 Like

Can you tell me more.
The ping is in cmd?
How to connect with ssh?

Hey Fred11,

yes, type “ping onefinity.local” on the CLI

The output should look similar to this:

root:~# ping onefinity.local
PING onefinity.local (169.254.234.237) 56(84) bytes of data.
64 bytes from onefinity.local (169.254.234.237): icmp_seq=1 ttl=64 time=0.441 ms
64 bytes from onefinity.local (169.254.234.237): icmp_seq=2 ttl=64 time=0.468 ms
64 bytes from onefinity.local (169.254.234.237): icmp_seq=3 ttl=64 time=0.420 ms
64 bytes from onefinity.local (169.254.234.237): icmp_seq=4 ttl=64 time=0.456 ms
[...]

or, if the link-local connection is not there:

root:~# ping onefinity.local
ping: onefinity.local: Name or service not known

The link-local (169.254.0.0) connection should also appear with

netstat -r

Best “SSH Clients” for Windows

1 Like

The ping and netstat-r doesn’t work windows xp or windows 8.
I will watch for the ssd.

On the other hand surprise

That was with the old old pc (xp) only a display problem I think. Ihave only put a other cable.
If I arrive at the same thing with the pc windows 8, It will be ok Ithink

Hey Fred11,

What do you mean, “doesn’t work”. Did the ping tell that “onefinity.local” is not known, and netstat -r did not list a 169.254.0.0 network?

Do you connect the Onefinity Controller and the PC(s) directly? And do you use a CAT5 or higher Ethernet over twisted pair cable?

If ping and netstat -r do not show a 169.254.0.0 network, trying ssh will help you nothing.

This looks like the HTML on the Onefinity Controller page is too recent for the totally ancient web browser. But as I already said above, the link-local connection works with this computer, as it already successfully submitted the HTML page title before. But you should not try this with such an old web browser.

Have you tried the Firefox web browser? If you choose the correct Firefox version on this download page, you can install it on your older Windows PC.

Can you tell which processor you have? Do you have 64-bit Windows?

If you look at the Firefox system requirements, you see it works with Windows 7 and above. When Internet Explorer was Windows’ web browser, the free and open source Firefox managed to implement the most recent HTML standards better.

1 Like

First thank for your assistance.

For netstat -r I am an idiot, I didn’t put the space. I will try it tomorow as quickly as possible.
For the ping the same thing.

For the cable honestly I don’t know , I took cables from my home cinema to test.
In the first cable it is written "data cable FTP flex 4pr 120 ohm patchable 7x0.16 category 5 ff2498, in the second no description.

I have CAT5e cable and sockets to make a new cable. I can make a crossover cable or a straight cable, if I understood correctly a crossover cable is better

For the old browser, yes I know. The old pc with xp is too old and wild be stay for my children.

I bought yesterday one pc with windows 8 it is an acer aspire with intel celeron cpu1005m @ 1,90 ghz 64 bits.

I tried firefox on it

1 Like

Hey Fred11,

Category 5: This cable is the right one.

Since the advent of Auto MDI-X in 1998, a crossover cable is no more necessary.

Did you install a recent version of firefox? Does it display the Onefinity Controller page correctly?

Today.
A new cable tested in a an other systeme it s ok.
The pc with windows 8.

http://OneFinity.local in firefox “page no found”

netstat -r

ping onefinity.local
“could not find the host”

You were able to directly see the screen with a monitor hooked up to the onefinity controller right? If so you should be able to see the IP address it is using. In the 1.09 software it is right near the top of the main screen. Try pinging that from your laptop. That avoids the zeroconf use of onefinity.local. If that ping works, give that IP address as the URL instead.

1 Like

I would try a different browser such as firefox and definitely use the IP address of the controller, it should be visible on the LCD touchscreen.

1 Like

Hey Atroz, hey Giancarlo @Tuvix72, hey Fred11, hey all,

but if you mean a 169.254.x.x address, this is a zeroconf address, a link-local address. And the link-local network ‘169.254.0.0’ is shown successfully with ‘netstat -r’ on the original poster’s computer, as he showed above, which means, the computer is ready to find computers that support link-local addresses (like the Onefinity Controller).

The addressing with the host name “onefinity.local” uses Name Service Discovery, this is done by LLMNR under Windows, but this function is present in all Windows releases since Windows Vista, so of course should be present on Windows 8.

1 Like

Hi Atroz
I haven’t ip adresse

Hi Tuvix72
I already tried with firefox the result is the same with chrome : nothing

That’s what I meant with the explanations above. Your Windows computer is able to make the connection, but something else does not work.

Do you have Onefinity Controller and Windows computer connected directly with a CAT5 or higher cable?

1 Like

Hi Aiph5u.
Yes the controler , the cable cat 5e and my pc

Did you turn off WiFi on the Controller?

Yes Aiph5u it is disabled

Hey Fred11,

if you

  • first unplug the CAT5 Ethernet cable, then
  • on the monitor directly connected to the Onefinity Controller and the keyboard, you type <ctrl>-t and then <ctrl>-c (which opens a CLI), and then you type:
sudo -i
tail -f /var/log/messages

(this should show the syslog)

  • and now you plug the Ethernet cable back in, what new messages appear on the syslog?
1 Like