Hi there,
my Meteohub system info says: Linux Kernel: 2.6.24 997 BogoMIPS, 248 MB RAM, ALIX.1D (500 MHz) 
But as I recognize the mechanical dimensions and its case it looks rather than an ALIX.3D...
How can I verify what hardware I run on really? Where gets Meteohub the system info from?
Thanks a lot in advance
			
			
									
						
							Hardware version ALIX.1D vs ALIX.3D
Moderator: Mattk
Hardware version ALIX.1D vs ALIX.3D
Best Regards
Hathor27
------------------------------------------------------------

http://untersiggenthal.meteodata.ch
			
						Hathor27
------------------------------------------------------------

http://untersiggenthal.meteodata.ch
Re: Hardware version ALIX.1D vs ALIX.3D
Meteohub cant distinguish between these two boxes. It can tell a 3D2 from a 1D, but not a 3D3 from a 1D.
If anyone having an Idea how to find out, I would be happy to make use of it in next update.
			
			
									
						
										
						If anyone having an Idea how to find out, I would be happy to make use of it in next update.
Re: Hardware version ALIX.1D vs ALIX.3D
As a work-around, couldn't you setup a txt-file with version number in it? 
If the file exists, you read it, if not, you take the standard response of the unit
			
			
									
						
							If the file exists, you read it, if not, you take the standard response of the unit

Best Regards
Hathor27
------------------------------------------------------------

http://untersiggenthal.meteodata.ch
			
						Hathor27
------------------------------------------------------------

http://untersiggenthal.meteodata.ch
- YJB
- Platinum Boarder 
- Posts: 387
- Joined: Thu Feb 19, 2009 5:53 pm
- Location: Venhuizen, Netherlands
- Contact:
Re: Hardware version ALIX.1D vs ALIX.3D
Just a wild guess, this is from my 1D:
Also, maybe there are additional modules loaded because the HW is slightly different:
So, one might run the same commands on a 3D3 and look for differences.
			
			
									
						
										
						Code: Select all
meteohub:/# cat /proc/devices
Character devices:
  1 mem
  4 /dev/vc/0
  4 tty
  4 ttyS
  5 /dev/tty
  5 /dev/console
  5 /dev/ptmx
  7 vcs
 10 misc
 13 input
 14 sound
 29 fb
116 alsa
128 ptm
136 pts
180 usb
188 ttyUSB
189 usb_device
252 rtc
253 cs5535_gpio
254 usb_endpoint
Block devices:
  1 ramdisk
  3 ide0
  7 loop
254 device-mapperCode: Select all
meteohub:/# lsmod
Module                  Size  Used by
battery                13700  0
cp2101                 13188  0
pl2303                 19972  0
labjacku3               9476  0
rtc_cmos                7968  0
rtc_core               17432  1 rtc_cmos
rtc_lib                 3072  1 rtc_core
ipv6                  230372  26
dm_snapshot            16928  0
dm_mirror              20608  0
dm_mod                 54724  2 dm_snapshot,dm_mirror
loop                   16260  0
evdev                  10880  0
parport_pc             26148  0
parport                33352  1 parport_pc
ac                      6148  0
button                  8464  0
psmouse                36368  0
serio_raw               6660  0
geode_aes               6020  0
blkcipher               6660  1 geode_aes
snd_cs5535audio        14140  0
ftdi_sio               34952  1
snd_ac97_codec         92964  1 snd_cs5535audio
ac97_bus                2176  1 snd_ac97_codec
usbserial              31848  5 cp2101,pl2303,ftdi_sio
snd_pcm                69640  2 snd_cs5535audio,snd_ac97_codec
snd_timer              20868  1 snd_pcm
cs5535_gpio             5208  0
geode_rng               2432  0
snd                    47588  4 snd_cs5535audio,snd_ac97_codec,snd_pcm,snd_timer
soundcore               7264  1 snd
snd_page_alloc         10120  2 snd_cs5535audio,snd_pcm
pcspkr                  3072  0
rtc                    12828  0
ext3                  120712  2
jbd                    39700  1 ext3
ide_disk               15488  4
ata_generic             7556  0
libata                145136  1 ata_generic
scsi_mod              141836  1 libata
generic                 4484  0 [permanent]
ohci_hcd               21892  0
ehci_hcd               32140  0
amd74xx                 8848  0 [permanent]
usbcore               126316  8 cp2101,pl2303,labjacku3,ftdi_sio,usbserial,ohci_
hcd,ehci_hcd
ide_core              107224  3 ide_disk,generic,amd74xx
via_rhine              23048  0
mii                     5248  1 via_rhine
thermal                16028  0
processor              28720  1 thermal
fan                     4868  0Re: Hardware version ALIX.1D vs ALIX.3D
My 3D3 says:
and
Can anybody espy any 3D3- or 1D-specific headword?
			
			
									
						
							Code: Select all
meteohub:~# cat /proc/devices
Character devices:
  1 mem
  4 /dev/vc/0
  4 tty
  4 ttyS
  5 /dev/tty
  5 /dev/console
  5 /dev/ptmx
  7 vcs
 10 misc
 13 input
 14 sound
 29 fb
116 alsa
128 ptm
136 pts
180 usb
188 ttyUSB
189 usb_device
252 rtc
253 cs5535_gpio
254 usb_endpoint
Block devices:
  1 ramdisk
  3 ide0
  7 loop
254 device-mapper
Code: Select all
meteohub:~# lsmod
Module                  Size  Used by
battery                13700  0
ftdi_sio               34952  0
pl2303                 19972  0
labjacku3               9476  0
rtc_cmos                7968  0
rtc_core               17432  1 rtc_cmos
rtc_lib                 3072  1 rtc_core
ipv6                  230372  24
dm_snapshot            16928  0
dm_mirror              20608  0
dm_mod                 54724  2 dm_snapshot,dm_mirror
loop                   16260  0
evdev                  10880  0
ac                      6148  0
button                  8464  0
geode_aes               6020  0
blkcipher               6660  1 geode_aes
snd_cs5535audio        14140  0
cp2101                 13188  2
snd_ac97_codec         92964  1 snd_cs5535audio
ac97_bus                2176  1 snd_ac97_codec
usbserial              31848  7 ftdi_sio,pl2303,cp2101
snd_pcm                69640  2 snd_cs5535audio,snd_ac97_codec
snd_timer              20868  1 snd_pcm
cs5535_gpio             5208  0
snd                    47588  4 snd_cs5535audio,snd_ac97_codec,snd_pcm,snd_timer
geode_rng               2432  0
soundcore               7264  1 snd
snd_page_alloc         10120  2 snd_cs5535audio,snd_pcm
pcspkr                  3072  0
rtc                    12828  0
ext3                  120712  2
jbd                    39700  1 ext3
ide_disk               15488  4
ata_generic             7556  0
libata                145136  1 ata_generic
scsi_mod              141836  1 libata
generic                 4484  0 [permanent]
ohci_hcd               21892  0
ehci_hcd               32140  0
amd74xx                 8848  0 [permanent]
usbcore               126316  8 ftdi_sio,pl2303,labjacku3,cp2101,usbserial,ohci_hcd,ehci_hcd
ide_core              107224  3 ide_disk,generic,amd74xx
via_rhine              23048  0
mii                     5248  1 via_rhine
thermal                16028  0
processor              28720  1 thermal
fan                     4868  0
Best Regards
Hathor27
------------------------------------------------------------

http://untersiggenthal.meteodata.ch
			
						Hathor27
------------------------------------------------------------

http://untersiggenthal.meteodata.ch
Re: Hardware version ALIX.1D vs ALIX.3D
...
New approach: Would there be a way to test the amount and function of LED's
			
			
									
						
							New approach: Would there be a way to test the amount and function of LED's

Best Regards
Hathor27
------------------------------------------------------------

http://untersiggenthal.meteodata.ch
			
						Hathor27
------------------------------------------------------------

http://untersiggenthal.meteodata.ch
Re: Hardware version ALIX.1D vs ALIX.3D
...
and I found something here: They somehow detect ALIX.2 and ALIX.3 systems:
https://dev.openwrt.org/browser/trunk/t ... tton.patch
Is any crack out there knowing to deal with this code?
			
			
									
						
							and I found something here: They somehow detect ALIX.2 and ALIX.3 systems:
https://dev.openwrt.org/browser/trunk/t ... tton.patch
Is any crack out there knowing to deal with this code?
Best Regards
Hathor27
------------------------------------------------------------

http://untersiggenthal.meteodata.ch
			
						Hathor27
------------------------------------------------------------

http://untersiggenthal.meteodata.ch



