P_Shep (OP)
Legendary
Offline
Activity: 1795
Merit: 1208
This is not OK.
|
|
August 05, 2013, 09:11:49 PM |
|
WL-500g Deluxe (WL-500gx) BCM5365P/BCM5364P 200MHz SoC 802.11g (BCM4306 + BCM2050) 32MB SDR 32bit 4MB 2 x 2.0 (VT6212L)
I'm not sure that'll have the resources to run cgminer :/ But It should at least start. The compiler optimization maybe set for later processors.
|
|
|
|
jago25_98
|
|
August 06, 2013, 12:39:33 AM |
|
WL-500g Deluxe (WL-500gx) BCM5365P/BCM5364P 200MHz SoC 802.11g (BCM4306 + BCM2050) 32MB SDR 32bit 4MB 2 x 2.0 (VT6212L)
I'm not sure that'll have the resources to run cgminer :/ But It should at least start. The compiler optimization maybe set for later processors.
Yeah that's probably it... though I would have expected something more verbose to help me figure that out. I guess if so I'd have to figure out how to cross compile... easier to change to openwrt and use the supplied distro copy. Meanwhile, the beaglebone (angstrom) doesn't recognise the Eruptor with lsusb.. perhaps not enough power even though the Eruptor lights up and all looks ok... ...and USB ports on the Raspberry Pi are producing errors now. So all 3 platforms each have their own problems...
|
Bitcoiner since the early days. Crypto YouTube Channel: Trading Nomads | Analyst | News Reporter | Bitcoin Hodler | Support Freedom of Speech!
|
|
|
nitrox
Member
Offline
Activity: 136
Merit: 10
tester
|
|
September 26, 2013, 08:50:54 AM |
|
do you build new release ?
|
|
|
|
P_Shep (OP)
Legendary
Offline
Activity: 1795
Merit: 1208
This is not OK.
|
|
September 27, 2013, 06:15:59 PM |
|
Having issues with libudev :/
|
|
|
|
taxik
Newbie
Offline
Activity: 45
Merit: 0
|
|
September 28, 2013, 08:23:56 AM |
|
Hello, will it work with Atheros router (TL-WR1043ND) ?. I think it has MIPS architecture, so i don´t know Thanks P.S. I am using DD-WRT
|
|
|
|
P_Shep (OP)
Legendary
Offline
Activity: 1795
Merit: 1208
This is not OK.
|
|
October 09, 2013, 09:58:25 AM |
|
I've upped to the latest that will still work, which is 3.3.4. https://www.dropbox.com/s/950r36j86mx69d6/cgminer_3.3.4_mipsel.ipkI've now nicely packaged it in an IPK. To install: Copy to your router /opt dir and cd there type: >ipkg install cgminer_3.3.4_mipsel.ipk It'll copy all the files to the correct places and install any other missing packages automagically. If you already have cgminer.conf, it'll ask if you want to overwrite... of course not, so press 'N' Otherwise, edit the /opt/etc/cgminer.conf file to your needs. Then type: >service cgminer start
|
|
|
|
OtaconEmmerich
|
|
October 09, 2013, 03:36:21 PM |
|
going to take a guess and say that ipk only works on DD-WRT?
|
|
|
|
P_Shep (OP)
Legendary
Offline
Activity: 1795
Merit: 1208
This is not OK.
|
|
October 09, 2013, 04:11:56 PM |
|
It's an optware IPK. It'll work with dd-wrt, Kong mod and asuswrt-Merlin, and probably asuswrt too. Also for taxik, if you can install optware, you can run this.
|
|
|
|
OtaconEmmerich
|
|
October 10, 2013, 12:52:08 AM |
|
It's an optware IPK. It'll work with dd-wrt, Kong mod and asuswrt-Merlin, and probably asuswrt too. Also for taxik, if you can install optware, you can run this. Good to know that asuswrt-Merlin is supported. Too bad you can't install both Entware and Optware at the sametime, Thanks for the IPK.
|
|
|
|
OtaconEmmerich
|
|
October 10, 2013, 01:59:11 AM |
|
admin@RT-N16:/tmp/mnt/OPTWARE/asusware# ipkg install cgminer_3.3.4_mipsel.ipk Installing cgminer (3.3.4) to /opt/... ipkg: invalid compressed data--format violated sh: /opt/ipkg-zWCaj2/cgminer-7gGXKd/preinst: not found preinst script returned status 127 An error ocurred, return value: 1. Collected errors: Aborting installation of cgminer admin@RT-N16:/tmp/mnt/OPTWARE/asusware#
Hmmm, is this because I coped it to a FAT32 flash drive? I can't wget it because it's behind https and the ipkg repo has a old version of wget it seems..Can you upload to a ftp or someplace that doesn't use https?
|
|
|
|
P_Shep (OP)
Legendary
Offline
Activity: 1795
Merit: 1208
This is not OK.
|
|
October 10, 2013, 09:15:46 AM |
|
admin@RT-N16:/tmp/mnt/OPTWARE/asusware# ipkg install cgminer_3.3.4_mipsel.ipk Installing cgminer (3.3.4) to /opt/... ipkg: invalid compressed data--format violated sh: /opt/ipkg-zWCaj2/cgminer-7gGXKd/preinst: not found preinst script returned status 127 An error ocurred, return value: 1. Collected errors: Aborting installation of cgminer admin@RT-N16:/tmp/mnt/OPTWARE/asusware#
Hmmm, is this because I coped it to a FAT32 flash drive? I can't wget it because it's behind https and the ipkg repo has a old version of wget it seems..Can you upload to a ftp or someplace that doesn't use https? How did you install optware in Fat32!? Fat32 doesn't have the ability to do symbolic links, which will cause all sorts of problems. But it's saying that the compression formats is wrong, which is odd. I installed it OK on a totally fresh Optware. Maybe try: ipkg update ipkg upgrade To update everything first. Though on my asuswrt-Merlin I had to adapt the ipk. for some reason some of the installation scripts didn't work (I have no idea why - said they were missing) So I made a new IPK without them. Scripts didn't do too much, just stop and restart the service. Also, you can install wget-ssl for https transfers, just have to remove wget first: ipkg remove wget ipkg install wget-ssl
|
|
|
|
OtaconEmmerich
|
|
October 10, 2013, 10:56:17 AM Last edit: October 10, 2013, 11:58:07 AM by OtaconEmmerich |
|
I was using a separate flash drive that was FAT32 formatted to transfer the IPK as wget wouldn't work. I think it's messing up because I had Entware installed and it may be a bit confused. I tried installing wget-ssl but it doesn't seem to be working at all too. I'll probably just install the newest merlin firmware and try again, It's been a few months and there was a decent firmware update to it so might as well. Edit:Well one quick update and Optware reinstall later..It's having the same issue...I think the default ASUS-Merlin optware isn't quite the same as DD-WRT's.. What's the command to get wget working with SSL? I've got wget-ssl installed and I'm using wget https://www.dropbox.com/s/950r36j86mx69d6/cgminer_3.3.4_mipsel.ipk It worked fine when I had Entware installed..but I'm sure Entware has wget 1.14-1
|
|
|
|
P_Shep (OP)
Legendary
Offline
Activity: 1795
Merit: 1208
This is not OK.
|
|
October 10, 2013, 11:49:29 AM |
|
wget will use ssl when it needs to if you install wget-ssl I've tried using entware, but doesn't really work for me. Seems to have the same failings at optware, with the added bonus of not having all the support and nice scripts. Using the flash drive to transfer the file is fine, ipkg will copy it to a temp dir, the 'ipkg-zWCaj2/cgminer-7gGXKd' I'll up-load the non-script version, because for some reason it doesn't work with asuswrt, and I have absolutely no idea why... neither does google. Just means you should manually shut down and start up the cgminer service when updating. https://www.dropbox.com/s/dwj0tmj89v4c27d/cgminer_3.3.4-1_mipsel.ipk
|
|
|
|
OtaconEmmerich
|
|
October 10, 2013, 12:05:15 PM |
|
SUCCESS! That file copied perfectly to the OPT folder and installed without errors!
...Now the question is how do i set this up properly now..
|
|
|
|
P_Shep (OP)
Legendary
Offline
Activity: 1795
Merit: 1208
This is not OK.
|
|
October 10, 2013, 12:19:37 PM |
|
edit /opt/et/cgminer.conf
type: service cgminer on service cgminer start
|
|
|
|
OtaconEmmerich
|
|
October 10, 2013, 12:26:20 PM Last edit: October 10, 2013, 01:10:28 PM by OtaconEmmerich |
|
"service cgminer on" nor "service cgminer start" doesn't work, I edited the cgminer.conf beforehand. I can't even get the services command to list anything. I think that's the DD-WRT only feature. I have no clue how it's handled in the ASUSWRT-Merlin firmware.
Edit:Got CGminer running at least, GETRESULTS TIME OUT ERRORS. FFFFFFF- I GIVE UP.
I guess I'll just have to live with 5-7$ higher power bills for another month at least.
|
|
|
|
P_Shep (OP)
Legendary
Offline
Activity: 1795
Merit: 1208
This is not OK.
|
|
October 10, 2013, 01:31:09 PM |
|
"service cgminer on" nor "service cgminer start" doesn't work, I edited the cgminer.conf beforehand. I can't even get the services command to list anything. I think that's the DD-WRT only feature. I have no clue how it's handled in the ASUSWRT-Merlin firmware.
Edit:Got CGminer running at least, GETRESULTS TIME OUT ERRORS. FFFFFFF- I GIVE UP.
I guess I'll just have to live with 5-7$ higher power bills for another month at least.
Ah yeah, service is a optware the right way thing. Probably best give up. Not a lot I can do about that error.
|
|
|
|
P_Shep (OP)
Legendary
Offline
Activity: 1795
Merit: 1208
This is not OK.
|
|
October 10, 2013, 02:11:09 PM |
|
Out of curiosity, what mining hardware do you use?
|
|
|
|
OtaconEmmerich
|
|
October 11, 2013, 03:00:16 AM |
|
Out of curiosity, what mining hardware do you use?
6 Block Eruptors on a Rosewill HUB.
|
|
|
|
|
|