unknown module fjes.ko is loaded

  1. are you running a fujitsu server? if you are this not an issue. if you aren't you do not need it, and you may remove it from your kernel to improve performance.
  2. open up your terminal
  3. cd /usr/src/linux/
  4. make menuconfig
  5. go to Device Drivers/Network device support/FUJITSU Extended Socket Network Device driver
  6. press n
  7. do the following key combination without the lines:|right|right|right|enter|enter|enter|double esc|
  8. sudo make
  9. sudo make modules_install
  10. mount [boot] /boot where [boot] is your boot partition/directory
  11. sudo make install
  12. grub-mkconfig -o /boot/grub/grub.cfg

[source][source]