Hi,
as I wanted to start feeding with an GNS 5890 on an Raspberry, I found some Manuals here, but they didn't succeed.
After hours I got it now running, and I want to share the solution here, in case someone needs it. :-)
I got the Manual with ADSBox and and modified fr24feed, didn't work.
Now the current fr24feed works.
My mistake was, the GNS Firmware was at 2.9, while the actual is 4.0
So first of all, update the Stick to the up2date firmware, you get them on the manufactures homepage.
(It's my first post here, so I can't post any links ;) )
Install the fr24feed package and plug in the updated GNS 5890 to ya pi.
See, if it is recognized
You should find a line including
Now add the module for the stick
(You can add the line
to the rc.local file in the etc folder, right before exit 0, so it will work on startup.
You should have now
, so we can start configuring the feeder now.
Choose the following settings during the setup process
4 - AVR Compatible (DVBT over network, etc)
2 - USB directly to this computer
/dev/ttyUSB0 (case sensitive)
2 - 115200 | microADSB
This is how it worked for me. HTH
as I wanted to start feeding with an GNS 5890 on an Raspberry, I found some Manuals here, but they didn't succeed.
After hours I got it now running, and I want to share the solution here, in case someone needs it. :-)
I got the Manual with ADSBox and and modified fr24feed, didn't work.
Now the current fr24feed works.
My mistake was, the GNS Firmware was at 2.9, while the actual is 4.0
So first of all, update the Stick to the up2date firmware, you get them on the manufactures homepage.
(It's my first post here, so I can't post any links ;) )
Install the fr24feed package and plug in the updated GNS 5890 to ya pi.
See, if it is recognized
Code:
sudo lsusb
Code:
ID 04d8:f8e8 Microchip Technology, Inc.
Code:
sudo modprobe usbserial vendor=0x04D8 product=0xF8E8
Code:
modprobe usbserial vendor=0x04D8 product=0xF8E8
You should have now
Code:
/dev/ttyUSB0
Choose the following settings during the setup process
4 - AVR Compatible (DVBT over network, etc)
2 - USB directly to this computer
/dev/ttyUSB0 (case sensitive)
2 - 115200 | microADSB
This is how it worked for me. HTH