Pages:
Author

Topic: LinuxCoin A lightweight Debian based OS with everything ready to go. - page 57. (Read 285117 times)

sr. member
Activity: 280
Merit: 252
What version of phoenix miner is running on 0.2a Huh

I keep noticing the odd video card spit out problems according to phoenix miner... it takes between 1 and 30 minutes for the cards to come back online.

Anybody care to share the code for updating phoenix miner on linuxcoin with persistence?
newbie
Activity: 47
Merit: 0
I'm pretty sure the commands I listed will do what you need.

I apologize, on my small android screen i overread your code part as a quote of my post. thanks! I'm sure your method will do the trick.
sr. member
Activity: 397
Merit: 350
how do i lower the clock of my memory speed while in linux coin? amdoverdrive allows me to change it, BUT on the Info page it shows as 920 1050 being stock, and it being 1000/1050 after overclocking. how do i get the memory to go down?

this is an msi r6870.

will thro a coupl o bitcents at the person that goes out of their way to try and help me out.

thankz.
kjj
legendary
Activity: 1302
Merit: 1026
I'm pretty sure the commands I listed will do what you need.
newbie
Activity: 47
Merit: 0
Code:
cd /opt/AMD-APP-SDK-v2.4-lnx64/
tar xzvf icd-registration.tgz -C /

Or just use persistence so you only have to click it once.

I was affraid it would come down to that. No commandline option or anything?
kjj
legendary
Activity: 1302
Merit: 1026
Code:
cd /opt/AMD-APP-SDK-v2.4-lnx64/
tar xzvf icd-registration.tgz -C /

Or just use persistence so you only have to click it once.
newbie
Activity: 47
Merit: 0
If I don't click the " agree "  and " accept " dialogs at startup, I cannot start phoenix without this warning:

Code:
File "./phoenix.py", line 123, in VECTORS BFI_INT WORKSIZE=128 AGGRESSION=
    miner.start(options)
  File "/opt/miners/phoenix/Miner.py", line 75, in start
    self.kernel = self.options.makeKernel(KernelInterface(self))
  File "./phoenix.py", line 112, in makeKernel
    self.kernel = kernelModule.MiningKernel(requester)
  File "kernels/poclbm/__init__.py", line 132, in __init__
    platforms = cl.get_platforms()

So, how do I "agree"  and "accept" these dialogs through ssh?
legendary
Activity: 1112
Merit: 1000
Oh oh .... and correct me if I'm wrong but xscreensaver has no place in this image. Everytime I notice my hash rate is down it is because I forgot to kill xscreensaver.

Can we set the screensaver to just 'blank screen' by default?
member
Activity: 107
Merit: 30
Oh oh .... and correct me if I'm wrong but xscreensaver has no place in this image. Everytime I notice my hash rate is down it is because I forgot to kill xscreensaver.

- sunbreak
legendary
Activity: 1762
Merit: 1011
This could be a lifesaver for me, and I will definitely donate if someone can get a copy of this patched to work with the Intel Wifi on my laptop, as well as the ExpressCard slot.

First off, the wireless chip is installed internally, and it's the Intel Wireless Wifi Link 4965AGN (pretty standard).  To give you a Linux place to refer to, my wireless works just fine when booting off of a Knoppix CD, so I know that the driver has got to be out there for this somewhere.

Secondly, as I said, I'm curious to know if anyone has gotten their ExpressCard slot working with this? That will be the final piece to the puzzle for me.

Thanks!

It detects the name of the Wifi hardware when you run lspci, so maybe it already supports mine and I'm just not experienced enough to configure it?  If it was working, should it not show up in the system tray and show wifi networks that are broadcasting, or does one have to set that up manually?

Anyway, more importantly is the ExpressCard slot.  I tested out running my DIY ViDock (External Graphics Card setup) on it, and it won't boot into X. See the following thread for info on what it is: http://forum.notebookreview.com/gaming-software-graphics-cards/418851-egpu-experiences.html

People have gotten it to work in Linux, but I don't know enough about Linux configuration at the moment to get it to work. Any built-in support would be great!
sr. member
Activity: 308
Merit: 251
I got PXE booting working with Serva32 for a Windows XP box acting as the DHCP, TFTP, and HTTP server and set all working directories for those services to c:\tftpboot

I set the boot file option to 'pxelinux.0' in Serva32's DHCP options along with all the standard ip address stuff.

Then I extracted the vmlinuz and initrd from the linuxcoin-v0.2.iso and put them and the iso file in the PXE server in 'c:\tftpboot'

From a booted linuxcoin install I ran;

apt-get update
apt-get install syslinux

Then I grabbed the linux netboot load from '/usr/lib/syslinux/pxelinux.0' and copied it to 'C:\tftpboot' on the Windows XP Serva32 machine.

Then I created a directory called 'C:\tftpboot\pxelinux.cfg\' and put a file in it called 'default'. I think it is important that this file is in unix text format, aka notepad screws it up.

DEFAULT pxeboot
TIMEOUT 20
PROMPT 0
LABEL pxeboot
   KERNEL vmlinuz
   APPEND initrd=initrd.img boot=live fetch=http://192.168.1.254/linuxcoin-v0.2a.iso config splash rw vga=791
ONERROR LOCALBOOT 0

I used the 'fetch' boot option as downloading the ISO to RAM over HTTP is waaaaay faster than TFTP. I usually get 30-40MB/sec from my T61 laptop over Gigabit. Takes 10-20 seconds to download and boots. Works great, no more USB sticks!


If this helps you out a donation would be nice Wink I would sure have paid for this information ... took me all day. I wrestled with embedding the iso in the initrd image and downloading the whole thing over TFTP ... but this was slow ... 14MB/sec tops and it didn't work, the init scripts don't check for an iso in the root of the directory and init script hacking was necessary. This method works out of the box with a stock iso image!

You need to turn the LAN ROM option to "Enabled" in the motherboard BIOS.

What I would like to see is linuxcoin booting up with mini-httpd, tftp and udhcpd all running as a pxe boot server. So if you had 5 machines running and if any machine went down it would come back up and boot from the first linuxcoin neighboring machine that replied. The udhcpd server would arp ping an IP before it assigns it and would automatically resolve any IP conflicts since all the machines would be offering leases on the same range. It would be pretty cool! Self healing linuxcoin cluster Wink

Plus I just clocked booting from a linuxcoin box from mini-httpd over gigabit and got an astounding 112MB/sec!!!! Theoretical gigabit max, I've never seen that before! Downloaded the iso in 6 seconds and booted. So it would be a really fast self healing cluster. I agree there needs to be some sort of watchdog if a machine gets locked up hard. Although that requires an expensive addressable power strip.


Donations

1F5Di5txDUTB6CAXWyeaqtHY9oEAPhisae

Just wanted to say LinuxCoin final will support this out of the box Wink You will have a boot menu option to boot as a pxe server and start the bitcoin daemon for solo mining.

Everything else is being looked into and fixed for the final version guys !! Glad to see some are helping other out with problems. all this info will be transferred over to the wiki Wink
newbie
Activity: 49
Merit: 0
I also think that LinuxCoin project is great and after first successful bitcoin mining using it, I'll definitely donate.

However, there are still serious issues with "FATAL kernel error: Failed to load OpenCL kernel!". Really .. there is something wrong with that. Sometimes I'm able to mine when I'm running it with the fresh default mode, but also in some cases even this doesn't work and I got the same error message. When I work with persistence I have this error almost always. I was testing it many times, with different USB sticks, different installations and so on. Still looks like it's not working properly. Unfortunately with this fatal unstability, LinuxCoin is totally unusable for me Sad.

Btw. the terminal transparent background is totally unreadable, especially with gray font color. Every time, the first thing which I do using LinuxCoin, is changing its settings. I suggest dark background and lime font color.
Also confirmation of AMD license agreements every time also is extremely annoying as someone has mentioned earlier.

Generally LinuxCoin it's great but once again with "FATAL kernel error: Failed to load OpenCL kernel!" error, I'm seriously thinking about switching to Ubuntu or in worst case to Windows Wink.
And last question. How to get persistence of LinuxCoin settings. It persists only files & selected settings changes. For instance it’s not persisting background image or terminal settings. At least not always.
hero member
Activity: 484
Merit: 500
so finally i got my stuff working ! thx to u guys & thx to the bounty hunters Cheesy


last problem Cheesy


linuxcoin now save changes !


but somehow on every boot the opt/network/interfaces is overwritten by the default !!!!

so i have to change it manually everytime ! anyone can help out?


also ..can anyone post me back to the post wich explained how to clone them?


thank u very much! this communiuty is awesome !
legendary
Activity: 1762
Merit: 1011
This could be a lifesaver for me, and I will definitely donate if someone can get a copy of this patched to work with the Intel Wifi on my laptop, as well as the ExpressCard slot.

First off, the wireless chip is installed internally, and it's the Intel Wireless Wifi Link 4965AGN (pretty standard).  To give you a Linux place to refer to, my wireless works just fine when booting off of a Knoppix CD, so I know that the driver has got to be out there for this somewhere.

Secondly, as I said, I'm curious to know if anyone has gotten their ExpressCard slot working with this? That will be the final piece to the puzzle for me.

Thanks!
sr. member
Activity: 397
Merit: 350
i have never used linux for anything other then with unetbootin and damnsmalllinux to see if a computer would boot up.

this program took me about an hour to figure out how to use. read the thread on my laptop and tried everything until i eventually figured the fenix miner and pooling.

right now i have my old shitty emachines desktop which i gutted. all that was left was the mobo/ram/motherboard. atleast the motehrboard is an intel and will last for awhile, also the cpu is a core2duo i thinks, and dd2 ram 1gb. i went and bought a 700watt coolmax modular psu  and a msi 6870 for about 250 together. 

the mouse gets a little slow when running the application, but its barely enough to be able to use the comptuer to close the miner window. so thats okay for now i guess.

i am making 292 mhash/sec
old emachines hardware.
+new 6870 and 700watt psu.

when i get some coinage ill send you some over. thanks for the great job. keep it up and ill send you more coins with each good update!

newbie
Activity: 53
Merit: 0
Not working.. Not even booting up
copper member
Activity: 62
Merit: 0

i have used the command mkfs.ext4 /dev/sddb2 -L live-rw

but it say always no such file or direcoty..device dont exist make sure u sepcified it correczly

i did all the steps one by one a few times beginning with using diskpart

everything worked fine (I used fat32)..but then


I believe that is your problem.  For most of us this will be a single letter.  For me it was an a.

To the other poster that keeps locking up... Have you disabled the screensaver?  That seems to cause the most problems for me (Preferences > Screensaver>Mode:Disabled)
No, I have not. :O
Will do, thanks a lot. I'll give it a try.
sr. member
Activity: 420
Merit: 250

i have used the command mkfs.ext4 /dev/sddb2 -L live-rw

but it say always no such file or direcoty..device dont exist make sure u sepcified it correczly

i did all the steps one by one a few times beginning with using diskpart

everything worked fine (I used fat32)..but then


I believe that is your problem.  For most of us this will be a single letter.  For me it was an a.

To the other poster that keeps locking up... Have you disabled the screensaver?  That seems to cause the most problems for me (Preferences > Screensaver>Mode:Disabled)
hero member
Activity: 484
Merit: 500

Bounty taken !

Thank u all !
copper member
Activity: 62
Merit: 0
I've been playing around with this for a few days and it's been great - able to overclock both my GPUs on my 5970, increase fan speeds, and easily run the miner.

However, I've been encountering one problem - I've been unable to run my computer for longer than a day. It seems every 7 hours or so the GPU locks up and the computer becomes unresponsive. I'm going to try underclocking by 100MHz and see if it gives me the same problem.

Any ideas?

Thanks.
I decreased the clock speed 100MHz on both my GPUs and it locked up about 3 hours later :/
Anyone have a solution?
I'm running a 600W PSU, Radeon 5970, and a very old AMD-Semperon-based system with 512MB RAM.
Pages:
Jump to: