Amino 110 STB

Just have a drink and chat
burrebever
New Cone
New Cone
Posts: 4
Joined: 30 Mar 2006 18:11

Amino 110 STB

Postby burrebever » 30 Mar 2006 18:18

Hello,

First I'm very srorry for the offtopic msg :?
but I don't know where to put it.
Second, is here anybody who can
help me to set up a Amino 110 STB??
Using a linux dhcp server but
the Amino just say "Multicast Group not found".
and just continue "loading".
Should't keep going and load the software and
not try to upgrade after failure??
It just looping...

Thanks for all the help! :D

__mami2

Postby __mami2 » 06 Apr 2006 10:10

Do you have amilinux?

so, the failur in operation of your IP STB is due to an unsuccessful upgrade, YES?

so I should say that you may have difficult time correcting the IP STB.

Now, open the cover of IP STB and prepare a standard serial cable.
Aminet has a debug interface ( I have done all of these myself ) this is a serial debug interface, if you connect it to the serial port of your pc you will be able to connect to aminet using Hyper Terminal and you will be able to see the main linux operating system running on aminet.

you should login as root, now, there is a folder in the linux folders of aminet, which contains the main files needed for upgrade operation. as far as i remember this was the bin directory.

There is a file in this directory which indicates if the upgrade operation has done successfully, or if it should begin from begining or if it is in the middle of the upgrade. Now you should set the proper value in this file to point to aminet that the entire upgrade procedure should be begun from the begining.

Take care of your serial cable, it should be a 3.3 volt one otherwise you will burn aminet.

Good luck.

burrebever
New Cone
New Cone
Posts: 4
Joined: 30 Mar 2006 18:11

Postby burrebever » 06 Apr 2006 14:08

hmm... sound like a good idee...
but the problem is that I don't have seriel
port on my Amino 110....
There are no pins at all...

Is there anyone how can send or mail me
conf files (dhcp w/ Amino code and mcastboot)??

burrebever@everyday.com

Tnx for all the help :)

acidburn
New Cone
New Cone
Posts: 7
Joined: 12 Apr 2006 07:56

Postby acidburn » 12 Apr 2006 08:09

Can you connect through the LAN interface to the STB?
He has the conf files and there you can configure where the middleware server is, or one your stream.
throug ssh.

azulene

AmiNet110 serial port

Postby azulene » 18 Apr 2006 11:36

Now, open the cover of IP STB and prepare a standard serial cable.
Aminet has a debug interface ( I have done all of these myself ) this is a serial debug interface, if you connect it to the serial port of your pc you will be able to connect to aminet using Hyper Terminal and you will be able to see the main linux operating system running on aminet.
Could you give a detailed information how to use the serial port on AmiNet110. Thank you.

acidburn
New Cone
New Cone
Posts: 7
Joined: 12 Apr 2006 07:56

Postby acidburn » 16 May 2006 22:21

Let's do not give the instructions how to connect to the amino box through the serial interface, there will be lot of "hackers" then..:)

The Aminobox has three boot steps/options
1. xmboot
2. upgrd
3. fisys

let me finish this later, 'coz I've havn't the manuals in this pc..:(
if i'm lazy, then mail me.
girts.legzdins(at)latvenergo.lv

Maby somebody knows if the mcastboot tool is working with VLANs?

acidburn
New Cone
New Cone
Posts: 7
Joined: 12 Apr 2006 07:56

Postby acidburn » 17 May 2006 19:56

I'm back..:)


So: my dhcp servers config looks like this:

Code: Select all

[acidburn@lr1 ~]$ more /etc/dhcpd.conf allow bootp; ddns-update-style ad-hoc; next-server 10.41.0.2; option space AMINO; option AMINO.address code 1 = ip-address; option AMINO.port code 2 = integer 16; option AMINO.product code 3 = text; option AMINO.option code 4 = text; option AMINO.version code 5 = text; option AMINO.middleware code 6 = ip-address; option AMINO.mw_port code 7 = integer 16; option AMINO.homepage code 8 = text; class "AmiNET110 mboot" { match if (option vendor-class-identifier="aminoAMINET11xmboot1.31") or ((substring(option vendor-encapsulated-options, 2, 9)="AMINET110") and (substring(option vendor-encapsulated-options, 13, 5)="mboot")); vendor-option-space AMINO; option AMINO.address 225.50.50.52; option AMINO.port 11111; } class "AmiNET110 upgrd" { match if (option vendor-class-identifier="Aminoaminet110upgrd") or ((substring( option vendor-encapsulated-options,2,9)="aminet110") and (substring( option vendor-encapsulated-options,13,5)="upgrd")); vendor-option-space AMINO; option AMINO.address 225.50.50.53; option AMINO.port 11111; } class "AmiNET110 fisys" { match if (option vendor-class-identifier="Aminoaminet110fisys") or ((substring( option vendor-encapsulated-options, 2, 9)="aminet110") and (substring(option vendor-encapsulated-options, 13, 5)="fisys")); vendor-option-space AMINO; option AMINO.homepage "http://10.41.0.1/LE"; } subnet 10.41.1.0 netmask 255.255.255.0 { option routers 10.41.1.254; option subnet-mask 255.255.255.0; option domain-name "letcom.lv"; option domain-name-servers 10.0.37.1; option ntp-servers 10.41.1.2; pool { range dynamic-bootp 10.41.1.200 10.41.1.210; range 10.41.1.100 10.41.1.150; allow members of "AmiNET110 mboot"; allow members of "AmiNET110 upgrd"; allow members of "AmiNET110 fisys"; # allow unknown clients; } } subnet 10.41.0.0 netmask 255.255.255.240 { option routers 10.41.0.14; option subnet-mask 255.255.255.240; option domain-name "letcom.lv"; option domain-name-servers 192.168.55.10; option time-offset 2; # Eastern Standard Time option ntp-servers 192.168.55.10; pool { range 10.41.0.4 10.41.0.10; allow members of "AmiNET110 mboot"; allow members of "AmiNET110 upgrd"; allow members of "AmiNET110 fisys"; # allow unknown clients; } }

My mcastboot.conf looks like this:

Code: Select all

[acidburn@lr1 ~]$ more /etc/mcastbootd.conf # Configuration file: Fri May 12 09:21:57 2006 [Server] LogLevel=4 MulticastTTL=10 [Image bootstrap.signed] MulticastIPAddress=225.50.50.52 MulticastUDPPort=11111 FileName=bootstrap.signed Description=Linux bootstrap image ImageType=1 SerialNumber=3 PacketSize=1456 CycleTime=0 [Filesystem mc2] MulticastIPAddress=225.50.50.53 MulticastUDPPort=11111 ImageName=mc2 Description=upgrade filesystem SerialNumber=3 DirsPerCycle=128
And everything is working, and also software streaming between two VLANs.. AT LEAST..:)))
Have a nice try...:) any quests - mailme

boothound

mcastboot

Postby boothound » 30 May 2006 13:38

I am looking for mcastboot
anyone can help me to find this

wrecker
New Cone
New Cone
Posts: 2
Joined: 04 Sep 2006 10:41

Postby wrecker » 05 Sep 2006 09:09

Hi all!
How i can create mc2.mcfs file?
Please help!

gamera06
New Cone
New Cone
Posts: 7
Joined: 03 Jun 2007 12:12

Postby gamera06 » 06 Jun 2007 19:30

Hi,

I'm trying to set up a linux server to flash aminet110. The boxes are brand new, so I need to use MBOOT config. My box is a Debian 4.0 and I tried dhcpd from ISC v2.0p15 or dhcpd v3. But I'm getting the same errors:

at the first line of: option space AMINO; it says no option named space, etc...

what dhcp daemon are you using ?

If I need to use another distrib, I can change, I'm not married with Debian :-)

I got the firmwares, dhcpd.conf from Amino, guides, etc.

prune
New Cone
New Cone
Posts: 6
Joined: 28 Jun 2007 15:14
Operating System: Mac OSX / Solaris
Location: Paris, France
Contact:

Re: Amino 110 STB

Postby prune » 11 Oct 2007 16:16

Hi,

I also would like to have my amino STB to be configured automaticaly at boot. I don't want to configure the 300 STB by hand, so help is needed here :)
I'm changed my dhcp server to give a spacial value to the amino (103 and 110). The homepage (or browser_homepage) is set to a http server on the same network and passed to the amino at dhcp negociation.
Then... nothing.
Maybe something need to be done on the amino so it will 'use' the URL given by the DHCP ?

Please help !

yohann.martineau
Blank Cone
Blank Cone
Posts: 84
Joined: 27 Aug 2007 15:22

Re: Amino 110 STB

Postby yohann.martineau » 23 Nov 2007 10:28

Hello,

I'm using Amino Aminet 125 on a local network with a local DHCP server running on debian etch (dhcp3-server).
I'm trying to boot the aminet but it sends dhcp discover and dhcp requests permanently. The TV screen just display: "Loading..." and nothing else.
Within the capture I made, I observed that the ethernet header of the DHCP requets sent by the aminet contains one MAC address (starting with Micropro_... on wireshark) whereas the DHCP request itself contains another MAC address. The "Client MAC address" BOOTP field contains AminoCom_... this is an odd behavior, isn't it ?
Thus my DHCP server sends the DHCP Offer on the MAC address provided within bootp, and I think the aminet 125 drops the packets with this header.

I'm not a DHCP expert, but I try to make it boot correctly.
The dhcp discover contains a vendor-specific-information field with AMINET125 mboot 1.34
Is it necessary for the aminet to receive a firmware image on the first boot ?

Also I've heard that the aminet 125 had a telnet server running. Of course it can only be used when the IP configuration is done. But can you confirm that a telnet server is available on the aminet ?

Thanks a lot,

yohann

prune
New Cone
New Cone
Posts: 6
Joined: 28 Jun 2007 15:14
Operating System: Mac OSX / Solaris
Location: Paris, France
Contact:

Re: Amino 110 STB

Postby prune » 23 Nov 2007 10:39

Booting on DHCP should work. This is normal behaviour.
Which is not is how to configure the whole Aminet from the DHCP.

I'm sorry I can't help you more with your DHCP problem. You should try sniffing (tcpdump) the packets between your Aminet and your DHCP server.
Also check the logs of your DHCP server, which may be usefull.
What DHCP server are you using ?

Yes you have a telnet server on the Aminet (I Only know 103 and 110 though). This is how I used to change the config of aminets.

I will release my searches on Amino DHCP config soon, when I find some time to make it clear.
I'm really sorry nobody did this before. It's like people get scared of publishing the way Amino boxes are working... maybe because the "Amino Bible" is not released freely, so they have no right to talk about it.

yohann.martineau
Blank Cone
Blank Cone
Posts: 84
Joined: 27 Aug 2007 15:22

Re: Amino 110 STB

Postby yohann.martineau » 23 Nov 2007 11:04

Thank you for your answer.

I sniffed the network traffic between the set-top-box and the DHCP server. The DHCP server I'm running is dhcp3-server, provided by debian repositories.

I looked at the server logs just after my post and I saw that logs mentioned the aminocom MAC address and never the micropro MAC address... I made a grep with absolute addresses (00 00 ec d9 15 81 and 00 02 02 15 18 3b) on the whole logs. It's really confusing...

Well, it's ok for the telnet server, I think it's the same on the 125 model, even if I can't test it for the moment...

And amino is not the first company who does not publish any technical documents about its boxes... look at netgem's netbox, it's the same nightmare... even if network configuration is a bit easier...

For amino, a NDA is necessary to get technical support, I think this is the reason why people do not publish information.

dkumargupta
New Cone
New Cone
Posts: 1
Joined: 12 Jan 2008 12:23

Amino 110/125 STB developement board

Postby dkumargupta » 12 Jan 2008 14:21

Hey guys !!

Saw the forum and come to know we can log into the box as well.. is there development board available for Amino 110/125 boxes.. what's the cost of the board

I am sorry to asking this, but wanna to have some fun on box...

Any ideas/help will be helpful....

~David

Maulkin
New Cone
New Cone
Posts: 7
Joined: 14 Jan 2008 14:36

Re: Amino 110/125 STB developement board

Postby Maulkin » 16 Jan 2008 16:51

Saw the forum and come to know we can log into the box as well.. is there development board available for Amino 110/125 boxes.. what's the cost of the board
Not quite sure what you mean about development board... The actual aminet boxes are good enough for development on.

quauhtlimtz
Blank Cone
Blank Cone
Posts: 10
Joined: 05 Jan 2008 23:37

Re: Amino 110 STB

Postby quauhtlimtz » 17 Jan 2008 23:30

Link removed because not compatible with the rules here

quauhtlimtz
Blank Cone
Blank Cone
Posts: 10
Joined: 05 Jan 2008 23:37

Re: Amino 110 STB

Postby quauhtlimtz » 18 Jan 2008 22:52

Any ideas on how to create the mc2.mcfs file? :?

Thanks.

zadiraines
New Cone
New Cone
Posts: 1
Joined: 02 Feb 2008 14:36

Re: Amino 110 STB

Postby zadiraines » 02 Feb 2008 14:44

Hey guys!
I have one Amino A110, one A125 and one A130.
Can anybody give me the firmware images for them?
I would be very thankful.

a910
New Cone
New Cone
Posts: 7
Joined: 01 Apr 2008 21:50

Re: Amino 110 STB

Postby a910 » 01 Apr 2008 22:27

Hi guys

for Amino 110 , there is no Remote Log tool, but you can do 2 things

Telnet to the box, and this depends on your image if its allowing you for Telnet/ssh or not

second is using the debug cable, you need an Amino RS232 cable, open the STB, connect the cable to the PIN and the other side to the PC Serial Port

yohann.martineau
Blank Cone
Blank Cone
Posts: 84
Joined: 27 Aug 2007 15:22

Re: Amino 110 STB

Postby yohann.martineau » 01 Apr 2008 23:13

ok thank you for the tip, but for telnet do you know if there is a fixed login/password ?

a910
New Cone
New Cone
Posts: 7
Joined: 01 Apr 2008 21:50

Re: Amino 110 STB

Postby a910 » 04 Apr 2008 13:38

guys

user name for amino is root
password is root2root

LightSeven
New Cone
New Cone
Posts: 2
Joined: 05 Apr 2008 13:46

Re: Amino 110 STB

Postby LightSeven » 05 Apr 2008 13:49

i've got an amino aminet 110 stb, but i want to connect it to my pc, but i dont know how?

do i need to do that with a network cable (utp) or through my usb port on my amino stb?

could anyone explain how it works?

Greetings
Patrick

a910
New Cone
New Cone
Posts: 7
Joined: 01 Apr 2008 21:50

Re: Amino 110 STB

Postby a910 » 07 Apr 2008 22:35

HI.

what you mean by connecting to your PC? and why you need that?
if you want, then for sure by the cross cable direct to your pc, not by the USB,
the USB port in the STB is used to connect Keyborad / mouse/ wireless .. and such devices

let me know more about your installation

LightSeven
New Cone
New Cone
Posts: 2
Joined: 05 Apr 2008 13:46

Re: Amino 110 STB

Postby LightSeven » 07 Apr 2008 23:31

HI.

what you mean by connecting to your PC? and why you need that?
if you want, then for sure by the cross cable direct to your pc, not by the USB,
the USB port in the STB is used to connect Keyborad / mouse/ wireless .. and such devices

let me know more about your installation
HI!

first of all.. i'm dutch :P so my english isn't good (at all!!)

Anyway. The STB that i use, we get it from our TV provider.

By using our tv we get a menu with all the channels.. and behind the channel is an IP number connected.

I want to find out that IP numbers so i could implement them in my VLC media player

Example:

Code: Select all

#EXTINF:0,Nederland 2 - Voetbal Internationaal udp://@239.193.128.12:1234
That's why..

What i want to do is connect the STB (amino110) to my PC and then with telnet / hyperterminal or the internet browser (http://?)

Hope 2 like 2 hear from you!

Greetings


Return to “Coffee Corner”

Who is online

Users browsing this forum: No registered users and 4 guests