Search:

Type: Posts; User: klaus2008

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Hi Chris2222 I suggest you run hwinfo or lspci...

    Hi Chris2222

    I suggest you run hwinfo or lspci in order to find the vendor id and the product id of your SATA or IDE controller connected to your CDROM. Then you can try to find out if there was...
  2. Replies
    0
    Views
    16,904

    Where are the latest kernel sources

    Hi!

    I recently bought the german Linux Magazine with Delug DVD with Knoppix 9.2. Does anyone know where I could download the appropriate Linux sources for the kernel including all additional...
  3. Hi! I think it would be a really good idea to...

    Hi!

    I think it would be a really good idea to run Knoppix on mobiles, but I would prefer a solution for Wndows Phones since Microsoft does not support them anymore.

    Some years ago Klaus Knopper...
  4. Replies
    9
    Views
    24,034

    Hi DTeCH! I got an email from this site...

    Hi DTeCH!

    I got an email from this site telling that you might need some assistance. :D

    The first thing I did when I read your message was to download an ISO image of the Knoppix version you...
  5. Hi DTeCH! How about sudo apt-get update...

    Hi DTeCH!

    How about

    sudo apt-get update
    sudo apt-get -t sid install hashcat mesa-opencl-icd
  6. Hi! There are Debian packages hashcat...

    Hi!

    There are Debian packages hashcat and pocl-opencl-icd. They could be installed with
    sudo apt-get update
    sudo apt-get -t sid install hashcat pocl-opencl-icd
    Maybe this helps solving the...
  7. Hi rajibando! I woud suggest you look at...

    Hi rajibando!

    I woud suggest you look at Cannot start LibreOffice 4.0 due to Fatal Error Message and then follow the instructions at Resolving corruption
    The directory you should rename is...
  8. Replies
    13
    Views
    90,232

    Hi! I would suggest you issue sudo apt-get...

    Hi!


    I would suggest you issue
    sudo apt-get update
    sudo apt-get -f install after using dpkg.
  9. In the boot menu you should see a hint about...

    In the boot menu you should see a hint about pressing the C key to get into a grub command shell. When you enter the command 'help' you should get a list of commands. Entering commands like 'help...
  10. Hello winger9! I suggest you describe the...

    Hello winger9!

    I suggest you describe the initrd you want to use on a separate line:


    title KNOPPIX DVD on memory stick
    root (hd0,0)
    kernel /boot/isolinux/linux lang=en apm=power-off nomce...
  11. Replies
    1
    Views
    21,373

    Hi! I would suggest that you open a Terminal...

    Hi!

    I would suggest that you open a Terminal and unplug your USB device. After a few seconds you can replug it and issue the command
    dmesg | tail -n 30 in order to see the last 30 kernel...
  12. Hi! How many soundcards does your system have?...

    Hi!

    How many soundcards does your system have?
    cat /proc/asound/cards

    There is a thread about Firefox in Knoppix 8.0 in the german Knoppix forum: knoppix8.0 mit firefox52 Audio...
  13. Hi! It should be possible to buy the magazine...

    Hi!

    It should be possible to buy the magazine http://shop.computec.de/linux/linux-magazin/einzelhefte/linux-magazin-dvd-04-2017.html at the ComputecShop, but you must contact their customer...
  14. Replies
    3
    Views
    29,083

    Now, it is clear that you have a really old...

    Now, it is clear that you have a really old kernel version.

    I think that your only chance will be that the last Linux 2.6 kernel supports your SATA controller chip. In that case you would have to...
  15. Replies
    3
    Views
    29,083

    Hi. Which kernel version does this old Knoppix...

    Hi.

    Which kernel version does this old Knoppix version use? (run "uname -a" in a terminal)

    Did you try to use AHCI compatibility mode (might be set up in the BIOS)?

    It could be worth to...
  16. Replies
    2
    Views
    27,095

    Hello Albretch. I would suggest that you try...

    Hello Albretch.

    I would suggest that you try the following. Since you did not tell your Knoppix version tcl and tk versions may differ.

    sudo apt-get update
    sudo apt-get -t testing install...
  17. Replies
    1
    Views
    23,313

    Hello! I suggest you open an LXTerminal and...

    Hello!

    I suggest you open an LXTerminal and issue the following commands.


    sudo apt-get update
    sudo apt-get install pulseaudio pavucontrol
    mkdir -p ~/.config/pulse
    echo "autospawn=yes" >...
  18. Replies
    2
    Views
    32,039

    What does this mean? Have you tried Firefox to...

    What does this mean?
    Have you tried Firefox to use the internet? Is the network manager applet missing?
  19. Thread: ZFS

    by klaus2008
    Replies
    2
    Views
    45,489

    It could be helpful that you describe the errors...

    It could be helpful that you describe the errors you got.
    Btw, since Knoppix 7.6.1 the Linux headers seem to be broken. You cannot install your own kernel modules.
  20. Thread: Knoppix 7.7

    by klaus2008
    Replies
    35
    Views
    198,330

    Hi @all! Where do useless kernel header files...

    Hi @all!
    Where do useless kernel header files belong to?
  21. Thread: Knoppix 7.7

    by klaus2008
    Replies
    35
    Views
    198,330

    Cannot install kernel modules in Knoppix 7.7.1

    Hi!

    I was not able to install VirtualBox 5.1.6 guest additions because there is a misconfiguration in the kernel header files. "make oldconfig && make prepare" did not help.
    The only solution...
  22. Replies
    1
    Views
    21,817

    Hi! I have got an ASUS Z97-P mainboard with...

    Hi!

    I have got an ASUS Z97-P mainboard with i5-4690 CPU. When I try to boot Knoppix 7.6.1 in UEFI mode I have no success. But when I use BIOS compatibility mode the Knoppix DVD boots as expected....
  23. Replies
    2
    Views
    30,225

    Hello, I think you have to configure the...

    Hello,

    I think you have to configure the bootloader to communicate via serial port. I would also suggest you add a line to /etc/inittab which enables you to login via serial port.
  24. Hi! I suggest that you use the command...

    Hi!

    I suggest that you use the command mkinitramfs to create an initial ramdisk.
    sudo mkinitramfs -o /home/knoppix/initrd-$(uname -r)
    Then you have to copy the initrd to the directory where...
  25. After lsmod has shown the loaded kernel modules...

    After lsmod has shown the loaded kernel modules you can use the command modinfo to get more information about each kernel module. Example:

    modinfo -d aic7xxx
    modinfo -n aic7xxx
Results 1 to 25 of 485
Page 1 of 20 1 2 3 4


Samsung Galaxy Tab A9 (X110) 64GB 4GB RAM International Version (New) picture

Samsung Galaxy Tab A9 (X110) 64GB 4GB RAM International Version (New)

$134.99



Samsung Galaxy Tab A8 10.5

Samsung Galaxy Tab A8 10.5" 64GB Gray WiFi Tab SM-X200NZAZXAR 2022 Model Bundle

$119.99



Samsung - 990 EVO SSD 2TB Internal SSD PCIe Gen 4x4 | Gen 5x2 M.2 2280, Speed... picture

Samsung - 990 EVO SSD 2TB Internal SSD PCIe Gen 4x4 | Gen 5x2 M.2 2280, Speed...

$149.99



Samsung - Galaxy Chromebook 2 - 13.3

Samsung - Galaxy Chromebook 2 - 13.3" QLED Touch Screen - Intel Core i3 - 8GB...

$699.00



Samsung Galaxy Tab S7 FE 12.4

Samsung Galaxy Tab S7 FE 12.4" 64GB Mystic Black SM-T733NZKYXAR w/ Keyboard

$279.99



Samsung Galaxy Tab A8 - SM-X200 - 32GB - Wi-Fi 10.5

Samsung Galaxy Tab A8 - SM-X200 - 32GB - Wi-Fi 10.5" Gray - EXCELLENT Condition

$109.95



Samsung Galaxy Tab S7+ 128GB, Wi-Fi, 12.4 in - Mystic Black picture

Samsung Galaxy Tab S7+ 128GB, Wi-Fi, 12.4 in - Mystic Black

$299.00



Samsung Galaxy Tab A 8

Samsung Galaxy Tab A 8" 32GB SM-T387A Tablet AT&T + GSM Unlocked New

$89.99



Samsung Galaxy Tab A9+ 11” 64GB Android Tablet picture

Samsung Galaxy Tab A9+ 11” 64GB Android Tablet

$159.99



SAMSUNG 2.5 in SSD 870 EVO 2TB 1TB 500GB 250GB SATA III Solid State Drive US lot picture

SAMSUNG 2.5 in SSD 870 EVO 2TB 1TB 500GB 250GB SATA III Solid State Drive US lot

$157.68