Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 36

Thread: Knoppix 7.0.3 CD & DVD now on mirrors

  1. #21
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by Capricorny View Post
    All info and patches needed is found (as usual!) on weltall's blog:
    http://weltall.heliohost.org/wordpre...-kernel-3-4-0/
    Hi Capricorny,
    Yes this patch works great with VMware 8.0.4 and Knoppix 7.0.3.
    (I also used previous versions of this patch successfully)
    Thanks for posting the link. Best Regards,
    Gilles

  2. #22
    Junior Member
    Join Date
    Mar 2012
    Location
    Brisbane, Australia
    Posts
    16
    Still no out-of-the-box support for touchpad tapping...come on guys!

  3. #23
    Senior Member registered user
    Join Date
    Dec 2009
    Posts
    423
    Quote Originally Posted by wspc View Post
    Still no out-of-the-box support for touchpad tapping...come on guys!
    Touchpad tapping interpreted as clicking is a big time nuisance to me.

  4. #24
    Junior Member
    Join Date
    Mar 2012
    Location
    Brisbane, Australia
    Posts
    16

    Touchpad

    Yeah, it has it's downsides, but I think a better touchpad interface like the one used in Ubuntu and SuSe etc would make Knoppix an even better OS and widen its appeal.
    My laptop has a touchpad switch, so I just turn it off to avoid the problems like you have. I have enabled touchpad permanently with scripts on my Knoppix, and just toggle the touchpad switch as required.

  5. #25
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674

    Missing fonts with NX (nomachine) windows client since Knoppix 701 (700 was ok)

    Hello,
    For some reason I have some problem with NX (nomachine) since Knoppix version 700
    where some applications as lxterminal have missing fonts (especially in the app menus)
    when using some clients (as the nx web plug-in or nxclient for windows from nomachine).
    Openx under Windows always works fine as it includes locally some extra fonts.
    Knoppix 671 and 700 are working fine but Knoppix 701, 702 and 703 all have all the same issue.
    Enabling xfs (the X font server) does not help. Running the nx client locally is ok.
    But even using the nxclient from Knoppix 671 to open a session on Knoppix 703
    have the same missing fonts issue. Do someone have any idea what changed between
    Knoppix 700 and 701 and/or how to solve this annoying problem ? (as I really would like
    to have the web java nxclient and the nomachine nxclient to work from windows machines).
    I am using the latest version of nx 3.5.0. Thank you in advance for all good suggestions.
    Best Regards,
    Gilles

  6. #26
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674

    Howto recompile the Knoppix 703 Kernel from the source and get a compatible binary ?

    Hello,
    What do I need to do in order to get the same kernel binaries as in the Knoppix 7.0.3 DVD boot folder
    when compiling the kernel from the live Knoppix 7.0.3 DVD and using the the sources located in the
    /usr/src/linux-source-3.4.4.tar.bz2 file and the .config file from /boot/config-3.4.4 ?
    I am using: "make oldconfig; make all; make install; make modules_install"
    Do I need to use the virtualbox-guest.tar.bz2 file ? How to use it with the kernel source tree ?

    FYI, I am trying to recompile the kernel to get the oprofile.ko kernel module but
    the kernel binaries are too different and the module does not load with the original kernel.
    So I would need to change all the kernel modules + the kernel which I try to avoid
    for obvious reasons. I just like to add the oprofile.ko kernel module to my custom
    patch cloop so I can use it when needed.
    Best Regards,
    Gilles

  7. #27
    Senior Member registered user
    Join Date
    Dec 2009
    Posts
    423
    Quote Originally Posted by ruymbeke View Post
    Hello,
    What do I need to do in order to get the same kernel binaries as in the Knoppix 7.0.3 DVD boot folder
    when compiling the kernel from the live Knoppix 7.0.3 DVD and using the the sources located in the
    /usr/src/linux-source-3.4.4.tar.bz2 file and the .config file from /boot/config-3.4.4 ?
    I am using: "make oldconfig; make all; make install; make modules_install"
    Do I need to use the virtualbox-guest.tar.bz2 file ? How to use it with the kernel source tree ?

    FYI, I am trying to recompile the kernel to get the oprofile.ko kernel module but
    the kernel binaries are too different and the module does not load with the original kernel.
    So I would need to change all the kernel modules + the kernel which I try to avoid
    for obvious reasons. I just like to add the oprofile.ko kernel module to my custom
    patch cloop so I can use it when needed.
    Best Regards,
    Gilles
    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, you might want to try to compile it inside a virtual machine, using the original DVD Live CD. In that case, hopefully you retained all the factors could cause the kernel module loader to fail the sanity check.

  8. #28
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Hello,
    Thank you very much for your reply.
    This is exactly what I did: boot the DVD iso within a virtual machine without any update nor modification.
    It worked with some previous Knoppix releases but not 7.0.3. It suppose that Klaus did not compile the
    Knoppix kernels from Knoppix, reason for the version mismatch probably created by a different gcc version.
    I guess it will help to find out which version of gcc has been used to compile the 703 kernel.
    Best Regards,
    Gilles

    Quote Originally Posted by kl522 View Post
    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, you might want to try to compile it inside a virtual machine, using the original DVD Live CD. In that case, hopefully you retained all the factors could cause the kernel module loader to fail the sanity check.

  9. #29
    Senior Member registered user
    Join Date
    Dec 2009
    Posts
    423
    Quote Originally Posted by ruymbeke View Post
    Hello,
    Thank you very much for your reply.
    This is exactly what I did: boot the DVD iso within a virtual machine without any update nor modification.
    It worked with some previous Knoppix releases but not 7.0.3. It suppose that Klaus did not compile the
    Knoppix kernels from Knoppix, reason for the version mismatch probably created by a different gcc version.
    I guess it will help to find out which version of gcc has been used to compile the 703 kernel.
    Best Regards,
    Gilles
    try
    $ cat /proc/version

    Yeah likely he compiled the kernel using an older knoppix.

  10. #30
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by kl522 View Post
    try: $ cat /proc/version
    Yeah likely he compiled the kernel using an older knoppix.
    Hi kl522,
    Here you go, I remember that Klaus mentioned once that he was using an eepc for development
    and yes Knoppix 7.0.3 is using a more recent version of gcc 4.7.1-2 than the one used to compile
    the kernel (gcc 4.7.1-1) as you read below. So I need to either downgrade gcc to 4.7.1-1 or use
    a previous version of Knoppix which still uses that version of gcc. I would be nice to have installed
    on Knoppix the correct version of gcc to recompile the kernel without complication. I guess this is a
    suggestion for improvement that Klaus may consider to use on his next release.
    Thanks for your help.
    Best Regards,
    Gilles

    root@Knoppix:/# cat /proc/version
    Linux version 3.4.4 (root@eeepc) (gcc version 4.7.0 (Debian 4.7.1-1) ) #14 SMP PREEMPT Sat Jun 23 20:07:21 CEST 2012
    root@Knoppix:/# gcc --version
    gcc (Debian 4.7.1-2) 4.7.1
    Copyright (C) 2012 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Page 3 of 4 FirstFirst 1234 LastLast

Posting Permissions

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


Dell Poweredge R520 2x Xeon E5-2470 v2 2.4GHz 20-Core 192gb 8xTray H710 2x750w picture

Dell Poweredge R520 2x Xeon E5-2470 v2 2.4GHz 20-Core 192gb 8xTray H710 2x750w

$344.99



Dell PowerEdge R620 Server 2x E5-2660 v2 2.2GHz 20 Cores 256GB RAM 1x 480GB SSD picture

Dell PowerEdge R620 Server 2x E5-2660 v2 2.2GHz 20 Cores 256GB RAM 1x 480GB SSD

$139.99



Dell Poweredge R210 II Server Xeon E3-1220 v2 3.1ghz Quad Core / NoRam / 1x Tray picture

Dell Poweredge R210 II Server Xeon E3-1220 v2 3.1ghz Quad Core / NoRam / 1x Tray

$69.99



Dell PowerEdge R710 2.5

Dell PowerEdge R710 2.5" 2U Server 2x X5670 2.93GHZ 12-Core 128gb 2x 1TB SAS

$214.99



R630 DELL 8 x 2.5'' POWEREDGE 2X E5-2680V4 32GB RAM IDRAC ENT & NDC 2X 495W PSU picture

R630 DELL 8 x 2.5'' POWEREDGE 2X E5-2680V4 32GB RAM IDRAC ENT & NDC 2X 495W PSU

$169.95



Dell R630 8 SFF Server 2x E5-2650 V4 = 24 Cores 2.2GHz 128GB DDR4 iDRAC8 picture

Dell R630 8 SFF Server 2x E5-2650 V4 = 24 Cores 2.2GHz 128GB DDR4 iDRAC8

$300.00



Dell PowerEdge R730 2xE5-2660V3 2.6Ghz 20Core 128GB RAM H730 2xSFP+2xRJ45 2x750W picture

Dell PowerEdge R730 2xE5-2660V3 2.6Ghz 20Core 128GB RAM H730 2xSFP+2xRJ45 2x750W

$349.99



CTO Dell PowerEdge R630 Server, 2x Xeon E5-2620V4, 64GB- 512GB RAM, 480GB SSDs picture

CTO Dell PowerEdge R630 Server, 2x Xeon E5-2620V4, 64GB- 512GB RAM, 480GB SSDs

$313.33



Dell Poweredge R730xd 3.5 2x E5-2690 v3 2.6ghz 64gb H730 14x Trays 2x 1100w picture

Dell Poweredge R730xd 3.5 2x E5-2690 v3 2.6ghz 64gb H730 14x Trays 2x 1100w

$489.99



Dell Desktop Quad Core i5 8400 500GB SSD + 2TB HDD 32GB RAM Window Server 2022 picture

Dell Desktop Quad Core i5 8400 500GB SSD + 2TB HDD 32GB RAM Window Server 2022

$301.73