Search:

Type: Posts; User: klaus2008

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds; generated 33 minute(s) ago.

  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
    17,031

    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,095

    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,554

    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,406

    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,110

    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,110

    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,118

    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,340

    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,085

    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,534

    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
    215,643

    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
    215,643

    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,841

    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,253

    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


Lenovo 300e 2-in-1 2nd Gen 81QC 4GB RAM 32GB SSD 1.70 GHZ USED SCREEN ISSUE picture

Lenovo 300e 2-in-1 2nd Gen 81QC 4GB RAM 32GB SSD 1.70 GHZ USED SCREEN ISSUE

$35.00



Lenovo ThinkPad L390 Yoga i5-8265U 1.6GHz 128GB SSD 8GB RAM USED SCREEN ISSUE picture

Lenovo ThinkPad L390 Yoga i5-8265U 1.6GHz 128GB SSD 8GB RAM USED SCREEN ISSUE

$139.99



Lenovo System X 3550 M5 picture

Lenovo System X 3550 M5

$400.00



Lenovo Legion 5 15.6

Lenovo Legion 5 15.6" Gaming Laptop AMD R7 7735HS RTX 4060 16GB RAM 512GB SSD

$849.99



Lenovo IdeaPad Pro 5i, 16″, i5-13500H, 16 GB, 1 TB SSD, RTX 3050, 120Hz, Laptop picture

Lenovo IdeaPad Pro 5i, 16″, i5-13500H, 16 GB, 1 TB SSD, RTX 3050, 120Hz, Laptop

$709.99



Lenovo ThinkPad Yoga 11e 11.6

Lenovo ThinkPad Yoga 11e 11.6" 2in1 Touch Intel Core i3 4GB RAM 128GB SSD Win10

$58.00



Lenovo ThinkPad E560 Intel Core i5-6200U 2.3GHz 8GB RAM 500GB HDD W10P w/Charger picture

Lenovo ThinkPad E560 Intel Core i5-6200U 2.3GHz 8GB RAM 500GB HDD W10P w/Charger

$74.99



Lenovo 300e 11.6

Lenovo 300e 11.6" 2in1 Touchscreen Laptop Computer 4GB RAM 64GB SSD Windows 10

$83.99



Lenovo Notebook ThinkPad L14 AMD Gen 3 Laptop, 14

Lenovo Notebook ThinkPad L14 AMD Gen 3 Laptop, 14" FHD IPS 60Hz

$409.99



Lenovo Notebook ThinkPad T14s Gen 4 Laptop, 14

Lenovo Notebook ThinkPad T14s Gen 4 Laptop, 14" IPS 60Hz, i7-1355U,

$704.63