3
I have Purchased five thin clients. Every time I connect them together, just one remains connected. When I check their MAC addresses, they all have the same one!
The thin client is "computer cloud fl300". It is is Linux based, but I can't reach any terminal in it. It just states "Booting OS" and then connection manager appears.
My question is: Can I reach for terminal in such like systems so I can change MAC address for each one?
Or can I configure boot devices in it?
According to the manual, when you go into "Control Panel" / "Peripherals & Start", you can run a program after connection is done. If this program is run inside the router, then this could be your way into the Linux console. – harrymc – 2014-06-02T11:37:33.450
Ty for your reply , can you give me a good explanation , just answer so i can give you +100 – nux – 2014-06-02T11:40:22.430
Have you managed to get into the console using this ? – harrymc – 2014-06-02T11:50:47.847
no , what should i run in router to get linux console ? you know they just give me a message " booting linux" as if they disabled user to see what is happening . – nux – 2014-06-02T12:04:26.333
They probably boot directly into X for graphics. Try to execute
xterm&
(graphics terminal) or/bin/sh&
(bourne shell). The ampersand is to ensure that the fl-300 is not blocked. I hope it can be factory reset in any case. – harrymc – 2014-06-02T13:01:23.057Where i can execute :) , that's the question – nux – 2014-06-02T15:14:30.840
Try "Control Panel" / "Peripherals & Start" in "Start Setting". – harrymc – 2014-06-02T15:26:03.810
Start Setting for RDP session – nux – 2014-06-02T15:28:21.033
You might be able to get a login prompt by pressing
Ctrl + Alt + F1
, or if that doesn't work you can also tryCtrl + Alt +
F2
throughF6
. If you are successful in getting to a prompt, you can get back to X by tryingCtrl + Alt +
the other F# keys until you see X show up. The login prompt may also have the type / version of Linux installed included even if you can't actually log in, which should help. You can also try pestering the manufacturer / the person you bought the clients from for login creds. – Parthian Shot – 2014-06-02T18:00:11.320You might also be able to find out more information by doing screwy things to get error messages, like disconnecting it from the network while it's booting or while it's trying to connect to the server. In cases like these, error messages can be your friend. – Parthian Shot – 2014-06-02T18:04:55.663
when local update , it go to android recovery system <3e> , does this Help . – nux – 2014-06-02T18:26:08.833