Software > Cumulus y Cumulus MX

Raspberry PI 3b con PCE-FWS-20

<< < (3/7) > >>

Giroquim:
Hola jmviper, sale esto:

Bus 001 Device 004: ID 1a81:1006 Holtek Semiconductor, Inc.
Bus 001 Device 009: ID 1941:8021 Dream Link WH1080 Weather Station / USB Missile Launcher
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

he ejecutado también el comando que comentas

Giroquim:
al ejecutar CumulusMX sale esto:

Current culture: English (United Kingdom)
Serial: 74FECEABEB2DA94ECB5EBA0CD11A7137
Cumulus MX v.3.0.0 build 3043
Today.ini = data/today.ini
Last update=2018-01-20T17:42:21
Looking for Fine Offset station, VendorID=0x1941 ProductID=0x8021
System.MissingMethodException: Method 'Mono.Unix.Native.Syscall.uname' not found.
  at System.RuntimeType.InvokeMember (System.String name, System.Reflection.BindingFlags bindingFlags, System.Reflection.Binder binder, System.Object target, System.Object[] providedArgs, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, System.String[] namedParams) [0x008a0] in <8f2c484307284b51944a1a13a14c0266>:0
  at System.Type.InvokeMember (System.String name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object target, System.Object[] args, System.Globalization.CultureInfo culture) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0
  at HidSharp.Platform.Linux.NativeMethods.uname (System.String& sysname, System.String& release, System.String& machine) [0x00047] in <ae7920a0f15c43d292a5cc3a2fd0a936>:0
  at HidSharp.Platform.Linux.NativeMethods.uname (System.String& sysname, System.Version& release, System.String& machine) [0x00004] in <ae7920a0f15c43d292a5cc3a2fd0a936>:0
  at HidSharp.Platform.Linux.LinuxHidManager.get_IsSupported () [0x00002] in <ae7920a0f15c43d292a5cc3a2fd0a936>:0
Not supported
Fine Offset station not found
Cumulus running at: http://*:8998/
(Replace * with any IP address on this machine, or localhost)
Starting web socket server on port 8002
20/01/2018 17:42:22
Type Ctrl-C to terminate

jmviper:
Pues posiblemente sea mono. La 3.2.8 funciona bien. Vamos a ver la 3.8

Prueba con:

sudo apt-get remove mono-complete

sudo apt-get purge mono-complete

sudo apt-get autoremove

A continuación pones:

echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/3.8.0 main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list

después

sudo apt-get update

sudo apt-get install mono-complete

mono --version

A ver qué versión sale

Giroquim:
Tras correr todos los comandos como dices, sin errores, me sale la siguiente versión:

pi@raspberrypi:~ $ mono --version
Mono JIT compiler version 4.6.2 (Debian 4.6.2.7+dfsg-1)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
   TLS:           normal
   SIGSEGV:       normal
   Notifications: epoll
   Architecture:  armel,vfp+hard
   Disabled:      none
   Misc:          softdebug
   LLVM:          supported, not enabled.
   GC:            sgen
pi@raspberrypi:~ $

parece que continua con la más actual no?

jmviper:
...tenías mono instalado anteriormente... hay que desinstalar todo de mono

seguimos probando:

sudo apt-get purge mono-*

apt-get autoremove

sudo apt-get update

sudo apt-get install mono-complete

mono --version

Navegación

[0] Índice de Mensajes

[#] Página Siguiente

[*] Página Anterior

Ir a la versión completa