I am late to this party which means sandor already fixed the problem for most people. In any case, there is another solution to set frequencies by serial number. It doesn't only do that however, you can use this to always have the correct devices be found by cpuminer in the --gc3355=xxx,xxx,xxx list too. The method you use is to address the device using /dev/serial/by-id/......yourdevice..... . Now, the existence of serial in the name might be confusing. The serial in /dev/serial/by-id/ is referring to a serial port (your gridseed is communicated with through a usb<->virtual serial port). In other words, the word serial in /dev/serial/by-id/ is just a word, not your serial number. Now that this is out of the way, how do you find the correct paths? Try this:
- attach and power your devices
- run this at a terminal prompt: $ ls -lR /dev/
- scroll up a lot to find the links between /dev/serial/by-id/ and ../../ttyACMx
- you will see something like 'usb-STMicroelectronics_STM32_Virtual_COM_Port_8D90000E4005-if00'
- form the path to the device by tacking those pieces together: /dev/serial/by-id/ <-- usb-STMicroelectronics_STM32_Virtual_COM_Port_8D90000E4005-if00
- use the new path in --gc3355=/dev/serial/by-id/usb-STMicroelectronics_STM32_Virtual_COM_Port_8D90000E4005-if00,...
- use the new path in --gc3355-freq=/dev/serial/by-id/usb-STMicroelectronics_STM32_Virtual_COM_Port_8D90000E4005-if00:1170:0,...
That was all from memory but I think it works. If not, try /dev/usb-STMicroelectronics_STM32_Virtual_COM_Port_8D90000E4005-if00 (but I am pretty sure the method above is correct, not /dev/usb-STMicroelectronics_STM32_Virtual_COM_Port_8D90000E4005-if00).
Cool! I'm curious I might give this a shot if I tinker around today.
Although, I think it would be good if we could make the "save current frequencies" button in Minera create a string using the device serial numbers. Even easier.
why i use andrio or apple can't not connect to 192.168.1.x/minera , but win7 is ok?
That's bizzare - It works fine for me under Android or Apple. Are your devices connected to the local network or on cellular? Perhaps your wifi network is seperate from your wired network? If you just connect to 192.168.1.X from android or apple do you see the server placeholder page?
Any option to change frequency on each blade or GS individually?
Example:
--gc3355-freq=123456789:888:0,123456789:750:1
will set serialnumber 123456789 to frequency 888 MHz on chip 0 and 750 MHz on chip 1 and so on
You can add this line under extra options in the settings
Bear in mind that you cannot set frequencies per CHIP on the Blades, but you can on the 5 chips.
You can set frequencies per DEVICE on the Blades though.