Search:

Type: Posts; User: kl522

Page 1 of 17 1 2 3 4

Search: Search took 0.18 seconds; generated 38 minute(s) ago.

  1. dd_rescue and ddrescue

    I did not have to use dd_rescue until I have a crashed hard disk.

    Then I start reading about dd_rescue. But it's confusing because there is another program call ddrescue around. The one included...
  2. Replies
    6
    Views
    22,498

    I have tried doing what you wanted to do before...

    I have tried doing what you wanted to do before but I finally gave up, because the amount of libraries needed are just too many, may as well start off with a true 64 bit OS.

    If I have such a...
  3. Replies
    35
    Views
    53,802

    Too bad then, I think other things are probably...

    Too bad then, I think other things are probably changed too. Maybe can still try modprobe -f.
  4. Replies
    35
    Views
    53,802

    Perhaps can try this :- # sed -i -e 's/GCC:...

    Perhaps can try this :-

    # sed -i -e 's/GCC: (Debian 4.7.1-2) 4.7.1/GCC: (Debian 4.7.1-1) 4.7.0/g' oprofile.ko

    Might be faster than other methods.
  5. Replies
    35
    Views
    53,802

    The module file can be edited manually. I have...

    The module file can be edited manually. I have done before, after editing the module using vi, if the length of string remains, the module can be loaded. Or perhaps insmod has a force option to...
  6. Replies
    35
    Views
    53,802

    try $ cat /proc/version Yeah likely he...

    try
    $ cat /proc/version

    Yeah likely he compiled the kernel using an older knoppix.
  7. Replies
    35
    Views
    53,802

    I think the kernel modules are "sensitive" to a...

    I think the kernel modules are "sensitive" to a few factors, gcc compiler version is one of them. Did you by any chance upgraded the gcc compiler version ? Since you only want to get the oprofile.ko,...
  8. Replies
    35
    Views
    53,802

    Touchpad tapping interpreted as clicking is a big...

    Touchpad tapping interpreted as clicking is a big time nuisance to me. :)
  9. Replies
    24
    Views
    16,277

    If I may make a guess, I think likely it is due...

    If I may make a guess, I think likely it is due to some incompatibility between the encryption use. Instead of trying to dig thru all the details, perhaps better and faster just copy it out from...
  10. Thank you for your quick response. Seems evince...

    Thank you for your quick response. Seems evince is the right tool for the job.
  11. gpicview - how to view multiple page tiff document

    Anyone has problem with it or is it just me, I cannot get it to view multiple page tiff document. Click 'next' has no effect. Only view first page only.
  12. Thread: Touchpad Control

    by kl522
    Replies
    22
    Views
    51,067

    Because when you open an xterminal, there is an...

    Because when you open an xterminal, there is an environment variable called DISPLAY.

    $ echo $DISPLAY
    :0
    $ set | grep DISPLAY
    DISPLAY=:0

    However, when you run it in rc, the DISPLAY...
  13. Thread: Touchpad Control

    by kl522
    Replies
    22
    Views
    51,067

    Can't really put that in /etc/rc.local because...

    Can't really put that in /etc/rc.local because the program synclient need to contact the X server.

    OK there is some further details need to take note about the script synclient, there must be no...
  14. Thread: Boot Floppy

    by kl522
    Replies
    5
    Views
    4,737

    There maybe more than one ways to do it. But you...

    There maybe more than one ways to do it.
    But you can try this method which uses 'plop', ie you boot up from floppy using plop, then plop has built-in (usb) drivers to boot into linux resided on the...
  15. Thread: Boot Floppy

    by kl522
    Replies
    5
    Views
    4,737

    Your best hope is to chain boot, ie boot from...

    Your best hope is to chain boot, ie boot from floppy without the knoppix kernel, and chain boot into the USB stick. There is no knoppix kernel which is small enough to fit a floppy..
  16. Replies
    1
    Views
    3,268

    I use cairo-dock ( or the new name glx-dock )....

    I use cairo-dock ( or the new name glx-dock ). Just install it using synaptics and configure cairo-dock to be started in .config/autostart or /etc/xdg/autostart.
  17. Replies
    40
    Views
    31,477

    The way Knoppix-data.img file system is...

    The way Knoppix-data.img file system is mounted/structured, you can't remount it as read-only, you will get 'busy' error.
  18. Thread: upgrade kernel

    by kl522
    Replies
    2
    Views
    4,108

    Yeah there is a need for a howto compile Knoppix...

    Yeah there is a need for a howto compile Knoppix kernel. Unfortunately, I am not aware that there is such a howto anywhere. You can't just take the kernel source from http://www.kernel.org and expect...
  19. Replies
    4
    Views
    7,374

    I get this problem every now and then. For my...

    I get this problem every now and then. For my case, restart compiz does not fix the problem. Re-start Xserver can fix the problem but it's a little more painful. I always managed to fix the problem...
  20. Replies
    13
    Views
    10,016

    This is not something I put emphasis on and I...

    This is not something I put emphasis on and I have no experience using other desktops in this 'run' dialog. So I can't compare the "other well-establish alternative standards".

    But for the...
  21. Replies
    13
    Views
    10,016

    You need to emulate "keep the window open"...

    You need to emulate "keep the window open" behaviour by doing something like this :-



    lxterminal -l -e "dmesg | less"
    lxterminal -l -e "ifconfig ; read INP "
    It's quite...
  22. Thread: Knoppix V6.7.1

    by kl522
    Replies
    29
    Views
    46,190

    Without disclosing any of your proprietary...

    Without disclosing any of your proprietary work/sources, are you able to provide with a test-case of compiling as root is slower than compiling as knoppix user ?
  23. Thread: Knoppix V6.7.1

    by kl522
    Replies
    29
    Views
    46,190

    The ccache may not support your cross-compile,...

    The ccache may not support your cross-compile, you have to check if the "non-ccache" compiler binary name is one of those having the same name as one of those in /usr/lib/ccache. If the binary you...
  24. Thread: Knoppix V6.7.1

    by kl522
    Replies
    29
    Views
    46,190

    Personally I am not so convinced that compiling...

    Personally I am not so convinced that compiling things as root will be slower, unless the makefiles do additional things when detecting compiling as root verses normal users. In any case, if one...
  25. Replies
    5
    Views
    7,131

    You can set the parameter using this...

    You can set the parameter using this "nbd.max_part=16", and this can be specified when you are prompted at boot parameter (in the exact same manner as you specify a cheatcode ), or you can specify it...
Results 1 to 25 of 417
Page 1 of 17 1 2 3 4


Lot Of Two Vintage Apple Macintosh Computers Models 128k M0001 For Parts picture

Lot Of Two Vintage Apple Macintosh Computers Models 128k M0001 For Parts

$250.00



Macintosh Platinum Mouse - Apple 128K 512K 512Ke Mac Plus Lisa IIe M0100 - NEW picture

Macintosh Platinum Mouse - Apple 128K 512K 512Ke Mac Plus Lisa IIe M0100 - NEW

$44.99



1984 Apple Macintosh 128K Mac 512K RFI Foil Motherboard Shield 805-0577 REV. D picture

1984 Apple Macintosh 128K Mac 512K RFI Foil Motherboard Shield 805-0577 REV. D

$24.99



1984 Apple Macintosh 128K Mac EARLY FIRST Version RFI Foil Motherboard Shield  picture

1984 Apple Macintosh 128K Mac EARLY FIRST Version RFI Foil Motherboard Shield

$29.99



Apple Macintosh 128k 512k Plus Analog Board Capacitor Re-Cap Kit - US Shipping picture

Apple Macintosh 128k 512k Plus Analog Board Capacitor Re-Cap Kit - US Shipping

$23.95



1984 APPLE MACINTOSH 128K 40th Anniversary MATCHING # BOX Set 1st Mac M0001 NICE picture

1984 APPLE MACINTOSH 128K 40th Anniversary MATCHING # BOX Set 1st Mac M0001 NICE

$7999.99



1984 Apple Macintosh 128K Mac 512K RFI Foil Motherboard Shield 805-0577 REV. D picture

1984 Apple Macintosh 128K Mac 512K RFI Foil Motherboard Shield 805-0577 REV. D

$24.99



Vintage Apple lle 128k Enhanced Computer A2S2064 Rebuilt W/ Disk Drive & more picture

Vintage Apple lle 128k Enhanced Computer A2S2064 Rebuilt W/ Disk Drive & more

$359.99



NEW 1984 Apple Macintosh 128K BOXED Model M0130 400K Mac Disk Drive UNUSED RARE picture

NEW 1984 Apple Macintosh 128K BOXED Model M0130 400K Mac Disk Drive UNUSED RARE

$999.95



1984 APPLE MACINTOSH Model M0001 1st MAC 128K 40th Anniversary PICASSO KIT NICE picture

1984 APPLE MACINTOSH Model M0001 1st MAC 128K 40th Anniversary PICASSO KIT NICE

$4999.99