Pass builtin kernel module parameters (e1000e) in LE

  • Hi,

    I'd like to debug e1000e behaviour because a suspend problem in LE12 and LE13 (not present in LE11). I did the following:


    Code
    mount -o remount rw /flash
    vi /flash/syslinux.cfg

    Changed "APPEND ...." line with:

    Code
     APPEND boot=UUID=5444-9D25 disk=UUID=52e71b4e-527d-4882-9bc6-05a528cd6b96  quiet e1000e.debug=16

    e1000e kernel module parameters:

    But I can't see any log (journalctl or dmesg). What's the proper way to pass parameters to a builtin module?


    BR