Advanced LAN Bypass User Manual
70
A.1
OS limitation
A.1.1
Segmentation Fault with Two Linux Distributions
Please note that segmentation fault will occur when using lbpcu with Debian and
Fedora because of the different default kernel configuration in these two Linux distri-
butions.
Following is two suggestions to slove this segmentation fault:
1.
Rebuild the kernel and disable the config
2.
Modify grub.cfg to disable the config
Add "iomem=relaxed" into GRUB_CMDLINE_LINUX=""
GRUB_CMDLINE_LINUX="console=ttyS0,115200
iomem=relaxed
"Run update-
grub
Reboot
Table A.1: Linux Distribution Compatibility
Linux distribution
Compatibility
Ubuntu
Works OK.
CentOS
Works OK.
Debian
Segmentation fault.
Fedora
Segmentation fault.
#make menuconfig
//disable kernel config
Kernel hacking ->
[ ] Filter access to /dev/mem
root@debian:/# vi /etc/default/grub
# If you change this file, run 'update-grub' afterwards to
update
# /boot/grub/grub.cfg
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo
Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
root@debian:/# update-grub
Содержание LAN Bypass
Страница 1: ...User Manual Advantech Advanced LAN Bypass...
Страница 4: ...Advanced LAN Bypass User Manual iv...
Страница 10: ...Advanced LAN Bypass User Manual x...
Страница 11: ...Chapter 1 1 ADVANCED LAN BYPASS...
Страница 14: ...Advanced LAN Bypass User Manual 4...
Страница 15: ...Chapter 2 2 OVERVIEW...
Страница 26: ...Advanced LAN Bypass User Manual 16...
Страница 27: ...Chapter 3 3 LIBLBPCU ADVANCED LAN BYPASS LIBRARY...
Страница 51: ...Chapter 4 4 LBPCU...
Страница 79: ...Appendix A A OS limitation...
Страница 81: ...71 Advanced LAN Bypass User Manual Appendix A OS limitation...