Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 27

Thread: New remaster- Overclockix

  1. #11
    Senior Member registered user
    Join Date
    Jan 2003
    Location
    42.3° N 122.9° W
    Posts
    166
    arkaine23,

    I'll finally try it on my NF7-S rig. I just DLed it and will burn it later this week.

    Cya later,

  2. #12
    Junior Member
    Join Date
    Jul 2003
    Location
    Gdansk, Poland
    Posts
    6
    hello!

    as i assume - extracting iso to hdd and boot with floppy, should work the same as booting with cd.
    i'v tried with the resolv.conf but it doesn't work.
    when i start the netcardconfig it just says "no supported card found" (sth like that).

    while booting all regognized devices are listed but there's no netcard and the message is shown: "Configuring network interfaces... Operation failed"

    audioaficionado: i'm waiting for your experiments with overclockix and i hope u'll succeed and help the others ...

    tigrris

  3. #13
    Senior Member registered user
    Join Date
    Jun 2003
    Posts
    611
    What I did was compile nvnet from source. Someone reported back that it worked on an A7N8X (non-deluxe). I've also had reports that it doesn't work on A7N8X deluxe and mixed results on NF7's. I have an 8rda and an A7N8X non-deluxe, but those computers are in storage for a few more days until I can finish moving... I'll test them, and I'd appreciate anyone else who tries Overclockix on an NForce2 board to let me know if the onboard NIC works.

    You can always use a PCI NIC......

    Overclockix is essentially Knoppix STD but the desktop is tweaked and there are burn-in applications and DC clients and some added filesystem utilities and low-level hardware tools..

  4. #14
    Junior Member
    Join Date
    Aug 2003
    Posts
    1
    Just wanted to say I love having the nforce drivers and F@H all on one CD. Thanks, it works great with my NF7-S.

  5. #15
    Junior Member
    Join Date
    Jul 2003
    Location
    Gdansk, Poland
    Posts
    6
    Quote Originally Posted by PS2pcGAMER
    Just wanted to say I love having the nforce drivers and F@H all on one CD. Thanks, it works great with my NF7-S.
    could u give us some more details? which revision of nf7-s? r u using overclockix? does it detect your NIC autamatically?

  6. #16
    Senior Member registered user
    Join Date
    Jun 2003
    Posts
    611
    Some things I forgot to mention about folding and seti:

    1) USB pen drive persisent home rocks! Keeps your wu's safe against a reboot/ or powerloss.

    2) If you want to use wine for folding@home, and later decide to switch back to using native linux, make sure to delete your FahCore_*.exe's. My script winefold does this automatically, but my scripts for native linux don't. It's just a good idea in general to delete the cores when switching between the win and lin folding clients in order to prevent WU corruption or stalling due to FahCore problems.

    PS. hope my documentation is not too confusing.

  7. #17
    Senior Member registered user
    Join Date
    Jun 2003
    Posts
    611
    New link: http://overclockix.octeams.com

    Follow the links on that temporary page.

    I'm now working on a new one, that's been apt-get upgraded (so most installed software is newer). I also added mozilla-firebird, mplayer and codecs, and Switched out openoffice 1.0.3 to Openoffice 1.1. Still woking on it. Need to alter the menus a bit for ice, flux, and KDE. And I'm trying to get transperancy to work in lfuxbox- so I'll probably install eterm and use esetroot instead of bsetbg for the backgrounds.

  8. #18
    Senior Member registered user
    Join Date
    Jun 2003
    Posts
    611

    HD-install notes

    I'm posting this in a few different threads to make it more visible for people who hdd-install Overclockix. I can say for sure that samba is configured correctly and works out-of-the-box so-to-speak when you hdd-install. When mapping network drives from windows- \\hostname\Overclockix will share the whole filesystem, or \\hostname\Homes will map just the home directories. Either way will allow access to the folding directory for EM3.

    Here are some notes for you from my own hdd-install experience. I used one of the Technomancer builds, the beta's of Overclockix that have some newer, more desktop/multimedia-oriented software. Some things may apply to the "Eidolon" build and some may not.


    The folder karmaba on the desktop has no icon. Set an icon for it by right-clicking it and choosing properties.
    The folder karamba has no default application associated with it. Enter "/usr/bin/konqueror" in the dialog box that pops up and click the checkbox to remember that association.
    The items inside the karamba folder need a slight edit. Right-click and choose properties. Go to the "Execute tab". In there, there's a line that has a long path which is the launch command for a particular karamba theme. Here's an example of what I'm talking about :

    /usr/bin/karamba /KNOPPIX/data/karambatheme/Desktop/systemslickblue/systemslickblue.theme

    You need to remove the "/KNOPPIX" so it looks like this:
    /usr/bin/karamba /data/karambatheme/Desktop/systemslickblue/systemslickblue.theme

    This is merely the result of thge re-ordering of files between the CD filesystem and your hdd install. There is no longer a /KNOPPIX once you've hdd installed so the paths to these karmab themes are broken and need this minor correction.

    Viewfold script does not run correctly because the user knoppix no longer has super-excessive priveldges as a sudoer. You can alter permission of any custom script by becoming root and using chmod command on the script. For example:

    su
    chmod +x /usr/local/bin/viewfold

    Or you can give the user knoppix super privledges as a sudoer:

    su
    cd /etc
    visudo -f sudoers

    uncomment (remove the "#" from) the last line which starts with #knoppix (this is vi , so just use the arrow keys to get the cursor on the "#" and then press x. Press- esc : w q when finished.

    Setting up folding:

    su
    foldstartup
    cfgfold
    cd /etc/rc5.d
    ln -s /usr/local/bin/foldon S99foldon
    cd /etc/rc2.d
    ln -s /usr/local/bin/foldon S99foldon
    cd /etc/rc3.d
    ln -s /usr/local/bin/foldon S99foldon
    foldoff
    foldon

    If you prefer non-gromacs, use "foldon65" everywhere you see "foldon" above.

    The procedure is the same for seti, but the command is setion instead of foldon, and cfgseti instead of cfgfold.

    OpenOffice- as a regular user:
    rm -rf /home/knoppix/.openoffice//1.1.0
    ooffice


    Mozilla-firebird is not starting for me.... Here's how I fixed it:
    su
    apt-get update
    apt-get remove mozilla-firebird
    apt-get install mozilla-firebird

    Mplayer- gmplayer is the command that launches this app. It may not be in the kmenu depending on the build of overclockix you have.

    You may need to do a little kmenuediting. This is not very hard. Run the command kmenuedit. I think you'll be able to look at what's there and figure out how to add new things. While you're at it, have some fun customizing the stuff found in the Control Center. There are more background screens in /usr/share/wallpapers and more icons in /usr/share/icons. You can of course download you own as well. www.kde-look.org is a great place to find cool stuff for you desktop. Some of the custom fluxbox settings didn't seem to take either, so you can edit the fluxbox config files in /home/knoppix/.fluxbox

    Xchat icon in the taskbar is not working. Fix= delete it and create a new one. Same with gimp and xmms. Again, there are a couple of builds of Overclockix so I'm not sure if this problem exists in all of them.

  9. #19
    Junior Member
    Join Date
    Sep 2003
    Posts
    1
    Arkaine23,

    I tryied your CD with NFORCE2 drivers - network works fine, but there is no audio. I have Shuttle XPC SN41G2.

    Any ideas what's wrong?

    It' would be really nice to have a perfect CD (all hardware works).

  10. #20
    Senior Member registered user
    Join Date
    Jun 2003
    Posts
    611
    Don't I know it. I tried compiling the nvaudio driver but didn't have any luck there. The source for it is still on the CD (in /usr/src), so if you hdd install you may be able to compile it.

    Maybe the knoppix=alsa will work?? I was more concerned about the NIC than the Sound since I have a Santa Cruz card and it works fine with Overclockix, but I may take another crack at it soon.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Overclockix 3.8 released
    By arkaine23 in forum Other Live CDs
    Replies: 12
    Last Post: 09-15-2005, 04:42 AM
  2. Overclockix 3.8
    By encryptedmatrix in forum General Support
    Replies: 0
    Last Post: 05-01-2005, 04:39 PM
  3. Overclockix 3.7 released
    By arkaine23 in forum Customising & Remastering
    Replies: 0
    Last Post: 12-07-2004, 06:02 AM
  4. Most bleeding edge C't remaster, Overclockix 3.4 (KDE 3.2.2)
    By arkaine23 in forum Customising & Remastering
    Replies: 9
    Last Post: 05-06-2004, 06:21 PM
  5. Overclockix
    By jshah329 in forum General Support
    Replies: 17
    Last Post: 03-23-2004, 08:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


IBM Power 740 8205-E6C Express 8-SFF Power7 3.55GHz CPU 64GB RAM *No HDD* Server picture

IBM Power 740 8205-E6C Express 8-SFF Power7 3.55GHz CPU 64GB RAM *No HDD* Server

$191.99



IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD picture

IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD

$399.99



IBM 7944AC1 System x3550 M3 Server 1*Intel Xeon X5650 2.67GHz 4GB SEE NOTES picture

IBM 7944AC1 System x3550 M3 Server 1*Intel Xeon X5650 2.67GHz 4GB SEE NOTES

$27.25



IBM Power 720 POWER7 00E6516 3.6GHz CPU 64GB RAM Server  picture

IBM Power 720 POWER7 00E6516 3.6GHz CPU 64GB RAM Server

$209.98



IBM LENOVO SYSTEM X 3550 M5 2x XEON E5-2640 V4 CPUs NO RAM NO DRIVES 1U RACK picture

IBM LENOVO SYSTEM X 3550 M5 2x XEON E5-2640 V4 CPUs NO RAM NO DRIVES 1U RACK

$199.99



IBM System x3250 M4 Server Intel Xeon E3-1220 3.10GHz 8GB RAM No HDDs picture

IBM System x3250 M4 Server Intel Xeon E3-1220 3.10GHz 8GB RAM No HDDs

$65.02



ibm server z series picture

ibm server z series

$16000.00



IBM 02CY572 Power9 Server CPU picture

IBM 02CY572 Power9 Server CPU

$49.99



IBM 8203 E4A p520 Server 8203-E4A 4.2GHz 2-Core POWER6 32GB RAM / NO HDD USED picture

IBM 8203 E4A p520 Server 8203-E4A 4.2GHz 2-Core POWER6 32GB RAM / NO HDD USED

$99.99



IBM System X3500 M4 7383AC1 (E5-2650 v2 2.60GHz - 192GB RAM - M2000 - NO OS/HDD) picture

IBM System X3500 M4 7383AC1 (E5-2650 v2 2.60GHz - 192GB RAM - M2000 - NO OS/HDD)

$264.92