Problem with detector on linux


Advanced search

Message boards : Cafe : Problem with detector on linux

Author Message
Profile jhelebrant
Avatar
Send message
Joined: 30 Jul 12
Posts: 27
Credit: 1,521
RAC: 0
Message 1713 - Posted: 29 Apr 2013 | 12:27:55 UTC

Hi,
I am trying to get one of my detector working on linux. First I had problem with the Error 417, which I solved using the cc_config.xml file in /home/jan_helebrant/BOINC:


<cc_config>
<options>
<http_1_0>1</http_1_0>
</options>
</cc_config>


However, I still do not send any data to the server and still see 0% progress, although it looks to be ok:

Po 29. duben 2013, 14:43:43 CEST | | Starting BOINC client version 7.0.28 for i686-pc-linux-gnu
Po 29. duben 2013, 14:43:43 CEST | | log flags: file_xfer, sched_ops, task
Po 29. duben 2013, 14:43:43 CEST | | Libraries: libcurl/7.29.0 OpenSSL/1.0.1c zlib/1.2.7 libidn/1.25 librtmp/2.3
Po 29. duben 2013, 14:43:43 CEST | | Data directory: /home/jan_helebrant/BOINC
Po 29. duben 2013, 14:43:43 CEST | | Processor: 4 GenuineIntel Intel(R) Core(TM) i3 CPU M 350 @ 2.27GHz [Family 6 Model 37 Stepping 5]
Po 29. duben 2013, 14:43:43 CEST | | Processor: 3.00 MB cache
Po 29. duben 2013, 14:43:43 CEST | | Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt lahf_lm arat dtherm tpr_shadow vnmi flexpriority ept vpid
Po 29. duben 2013, 14:43:43 CEST | | OS: Linux: 3.8.0-19-generic
Po 29. duben 2013, 14:43:43 CEST | | Memory: 1.84 GB physical, 3.90 GB virtual
Po 29. duben 2013, 14:43:43 CEST | | Disk: 82.64 GB total, 63.07 GB free
Po 29. duben 2013, 14:43:43 CEST | | Local time is UTC +2 hours
Po 29. duben 2013, 14:43:43 CEST | | No usable GPUs found
Po 29. duben 2013, 14:43:43 CEST | Radioactive@Home | URL http://radioactiveathome.org/boinc/; Computer ID not assigned yet; resource share 100
Po 29. duben 2013, 14:43:43 CEST | | No general preferences found - using defaults
Po 29. duben 2013, 14:43:43 CEST | | Preferences:
Po 29. duben 2013, 14:43:43 CEST | | max memory usage when active: 940.02MB
Po 29. duben 2013, 14:43:43 CEST | | max memory usage when idle: 1692.04MB
Po 29. duben 2013, 14:43:43 CEST | | max disk usage: 10.00GB
Po 29. duben 2013, 14:43:43 CEST | | don't use GPU while active
Po 29. duben 2013, 14:43:43 CEST | | suspend work if non-BOINC CPU load exceeds 25 %
Po 29. duben 2013, 14:43:43 CEST | | (to change preferences, visit the web site of an attached project, or select Preferences in the Manager)
Po 29. duben 2013, 14:43:43 CEST | | Not using a proxy
Po 29. duben 2013, 14:44:04 CEST | Radioactive@Home | update requested by user
Po 29. duben 2013, 14:44:08 CEST | Radioactive@Home | Sending scheduler request: Requested by user.
Po 29. duben 2013, 14:44:08 CEST | Radioactive@Home | Requesting new tasks for CPU
Po 29. duben 2013, 14:44:09 CEST | Radioactive@Home | Scheduler request completed: got 1 new tasks
Po 29. duben 2013, 14:44:09 CEST | Radioactive@Home | New computer location: work
Po 29. duben 2013, 14:44:11 CEST | Radioactive@Home | Started download of radac_1.73_i686-pc-linux-gnu__nci
Po 29. duben 2013, 14:44:11 CEST | Radioactive@Home | Started download of sensors_linux_1.73.xml
Po 29. duben 2013, 14:44:12 CEST | Radioactive@Home | Finished download of radac_1.73_i686-pc-linux-gnu__nci
Po 29. duben 2013, 14:44:12 CEST | Radioactive@Home | Finished download of sensors_linux_1.73.xml
Po 29. duben 2013, 14:44:12 CEST | Radioactive@Home | Starting task sample_1738013_0 using radac version 173 (nci) in slot 0


I also looked in /home/jan_helebrant/BOINC/slots/0 and found file stderr.txt containing many errors like this:

Radac $Rev: 560 $ starting...
Warning: cannot query manufacturer for device: error sending control message: Operation not permitted
Could not find any of the devices listed in sensors.xml: Device communication error
Warning: cannot query manufacturer for device: error sending control message: Operation not permitted
Warning: cannot query manufacturer for device: error sending control message: Operation not permitted
Warning: cannot query manufacturer for device: error sending control message: Operation not permitted
Warning: cannot query manufacturer for device: error sending control message: Operation not permitted[/quote]


I googled this thread and via Google Translate followed some advices but I have no idea what is wrong.

I can see the device correctly:
Bus 002 Device 005: ID 04d8:f6fe Microchip Technology, Inc.


and have the same also in sensors.xml:
<sensor>
<comment>3.01</comment>
<hardware_id>04d8:f6fe</hardware_id>
<revision>769</revision>
<revision_bcd>3.01</revision_bcd>
<vendor>microchip</vendor>
<product>radioactiveathome.org GRS</product>
<usb_protocol>1</usb_protocol>
<options>
<switch_gmsupply>1</switch_gmsupply>
<reset_counters>1</reset_counters>
<switch_buzzer>0</switch_buzzer>
<switch_backlight>0</switch_backlight>
</options>


Any idea what could be wrong? Thanks

Profile TJM
Project administrator
Project developer
Project tester
Send message
Joined: 16 Apr 11
Posts: 291
Credit: 1,368,711
RAC: 57

Message 1715 - Posted: 29 Apr 2013 | 20:07:42 UTC - in response to Message 1713.
Last modified: 29 Apr 2013 | 20:08:05 UTC

I think you have to follow instructions posted in this thread: http://radioactiveathome.org/boinc/forum_thread.php?id=46 but remember, that your sensor (v3.0) has different vendor ID (microchip).

Post to thread

Message boards : Cafe : Problem with detector on linux


Main page · Your account · Message boards


Copyright © 2024 BOINC@Poland | Open Science for the future