OMV 2 Kernel 4.x Image


  • Two posts above your post:

  • first you have to download the linux-image-* and linux-headers-*. you could do it like this:


    1. through CLI:

    Code
    cd /opt


    2.

    Code
    wget https://miami.tschoerner.eu/kernel/__CURRENT__4.7.X/linux-image-4.7.0-rc3-fts-amd64_01%2Bcustom%2Bfts_amd64.deb
    wget https://miami.tschoerner.eu/kernel/__CURRENT__4.7.X/linux-headers-4.7.0-rc3-fts-amd64_01%2Bcustom%2Bfts_amd64.deb


    3.

    Code
    dpkg -i linux-image-4.7.0-rc3-fts-amd64_01+custom+fts_amd64.deb linux-headers-4.7.0-rc3-fts-amd64_01+custom+fts_amd64.deb


    4.

    Code
    reboot

    or

    Code
    shutdown -r

    to use kernel after rebooting

  • Hi All,
    I have changed my kernel using LowDown instructions and this kernel https://miami.tschoerner.eu/kernel/?dir=__CURRENT__4.6.X
    My mobo is Asroc q1900 and kernel is working but i want to install realtec audio driver.
    Unfortunatelly I am getting an error.


    //Installation of my audiodrivers is simple -> ./configure, make and make install. It was working on previous 3.16 kernel.
    // driver is made for kernel 3.0 - there is no newer version on realtec website


    Code
    /home/sterowniki/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/timer.c: In function 'snd_timer_notify1':
    /home/sterowniki/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/timer.c:394:3: error: implicit declaration of function 'do_posix_clock_monotonic_gettime' [-Werror=implicit-function-declaration]
    cc1: some warnings being treated as errors
    make[3]: *** [/home/sterowniki/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/timer.o] Error 1
    make[2]: *** [/home/sterowniki/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore] Error 2
    make[1]: *** [_module_/home/sterowniki/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-4.6.1-j1900-amd64'
    make: *** [compile] Error 2


    Please help:)


    Sorry for my bad English.

  • that function was removed in kernel 4.2
    latest definition in 4.1 was (same as in 3.16):
    #define do_posix_clock_monotonic_gettime(ts) ktime_get_ts(ts)


    maybe you can just use this function.
    Walter

    SW: OMV 4.1.35 (Stone burner)
    HW: MSI-B150 ECO, Pentium G4400, 16GB RAM, 128GB SSD, 4TB HDD, 4*8TB SnapRaid (mergerFS)

  • Hi, I have installed OMV 1.14 on a microSD card.
    When I went to install btrfs tools I had this error:


    I had this error both before and after installing the kernel :( what does it mean?

    Intel G4400 - Asrock H170M Pro4S - 8GB ram - Be Quiet Pure Power 11 400 CM - Nanoxia Deep Silence 4 - 6TB Seagate Ironwolf - RAIDZ1 3x10TB WD - OMV 5 - Proxmox Kernel

    • Offizieller Beitrag

    apt-get -f install

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!


  • It seems like it can't reach the network, but if I try to ping something like google (8.8.8.8) I can reach it without problem :(

    Intel G4400 - Asrock H170M Pro4S - 8GB ram - Be Quiet Pure Power 11 400 CM - Nanoxia Deep Silence 4 - 6TB Seagate Ironwolf - RAIDZ1 3x10TB WD - OMV 5 - Proxmox Kernel

    • Offizieller Beitrag

    You need to set your dns server. Pinging an IP address doesn't use dns.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • I did it, still have the same problem :(

    Code
    Link encap:Ethernet  HWaddr d1:60:59:98:15:11
              inet addr:192.168.1.5  Bcast:192.168.1.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:7776 errors:0 dropped:0 overruns:0 frame:0
              TX packets:5939 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:8450750 (8.0 MiB)  TX bytes:5893144 (5.6 MiB)
              Interrupt:16 Memory:df000000-df020000


    this is the result of ifconfig, the gateway is 192.168.1.1 (checked on my notebook), DNS: 8.8.8.8, 8.8.4.4 (i'm not sure about how to tell him to use the DNS of my modem).
    service discovery are all up, and firewall has no rules :(


    what could it be?

    Intel G4400 - Asrock H170M Pro4S - 8GB ram - Be Quiet Pure Power 11 400 CM - Nanoxia Deep Silence 4 - 6TB Seagate Ironwolf - RAIDZ1 3x10TB WD - OMV 5 - Proxmox Kernel

    • Offizieller Beitrag

    Did you try it with dhcp?

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Just a question : why it's so complicated to install a kernel? On Ubuntu I never had a problem simply installing it :(

    Intel G4400 - Asrock H170M Pro4S - 8GB ram - Be Quiet Pure Power 11 400 CM - Nanoxia Deep Silence 4 - 6TB Seagate Ironwolf - RAIDZ1 3x10TB WD - OMV 5 - Proxmox Kernel

    • Offizieller Beitrag

    Just a question : why it's so complicated to install a kernel? On Ubuntu I never had a problem simply installing it :(

    What is complicated? This thread is about custom compiled kernels. Installing a kernel on Debian/OMV is the same as Ubuntu.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • What's the difference between the custom kernel and installing the classic one?

    Intel G4400 - Asrock H170M Pro4S - 8GB ram - Be Quiet Pure Power 11 400 CM - Nanoxia Deep Silence 4 - 6TB Seagate Ironwolf - RAIDZ1 3x10TB WD - OMV 5 - Proxmox Kernel

    • Offizieller Beitrag

    Version, drivers, modules included/compiled in. Lots of things depending on how you compile them. Most people use a newer kernel for better hardware support and/or new features. Sometimes a driver/module isn't included in the default kernels. If your system is running fine, there is no need to use a custom kernel.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Actually I have some problems with suspension and hibernation, because I have haswell. I was thinking about install the latest 4.7 for the better support :(

    Intel G4400 - Asrock H170M Pro4S - 8GB ram - Be Quiet Pure Power 11 400 CM - Nanoxia Deep Silence 4 - 6TB Seagate Ironwolf - RAIDZ1 3x10TB WD - OMV 5 - Proxmox Kernel

    • Offizieller Beitrag

    I would agree that is a good use case for a newer kernel.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • So you think that I can install the kernel without waiting for an already compiled version?

    Intel G4400 - Asrock H170M Pro4S - 8GB ram - Be Quiet Pure Power 11 400 CM - Nanoxia Deep Silence 4 - 6TB Seagate Ironwolf - RAIDZ1 3x10TB WD - OMV 5 - Proxmox Kernel

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!