⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 PC watch dog driver
💻
字号:
Installing the Berkshire Products PC Watchdog Linux Kernel DriverBEFORE INSTALL	verify, that your kernel includes are setup correctly:	there should be a symlink from 		/usr/include/linux to /usr/src/linux/include/linux,		/usr/include/asm   to /usr/src/linux/include/linux/asm		/usr/include/scsi  to /usr/src/linux/include/linux/scsi	supposing that your kernel source tree is located at /usr/src/linuxINSTALL PCWD DRIVER DIRECTLY IN KERNEL (on production machines)    Copy pcwd.c in /usr/src/linux/drivers/char    Compile kernel with pcwd driver included        in Menuconfig:                 (CharacterDevices/WatchdogCards/BerkshireProductsPCWatchdog)        in KernelConfig:                 CONFIG_PCWATCHDOG=y    Reboot-- OR (easier) --INSTALL PCWD DRIVER  AS KERNEL MODULE    make    make install    depmod -a    modprobe pcwdCHECK IF DRIVER IS RUNNING    See driver info at: cat /proc/pcwd    If compiled in kernel see bootmessages: dmesg | grep pcwdINSTALL WATCHDOG DAEMON    Install watchdog daemon package from                 http://www.ibiblio.org/pub/Linux/system/daemons/watchdog

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -