vm301.sh
来自「中星微编的LINUX下的驱动程序,试过可以放心使用.」· Shell 代码 · 共 42 行
SH
42 行
## Load the needed modules for the zc301 driver.## you may need these commented out lines if your insmod is too old.#IS24=`uname -r | grep -c ^2.2`##if [ $IS24 == "1" ]#then#insmod /lib/modules/2.2.14/misc/videodev.o#else#insmod /lib/modules/2.4.0-test10/kernel/drivers/media/video/videodev.o#fi## Load the modules.## Video4Linux Support/sbin/insmod videodev# USB Core Module/sbin/insmod usbcore# USB UHCI/OHCI Controller Modules (new)/sbin/insmod usb-uhci#/sbin/insmod usb-ohci# USB UHCI Controller Modules (old)#/sbin/insmod uhci# that for the sys request key, comment it out if the quickcam works well.# if you get any erors: use Alt + SysRq + S = Emergency Sync (write everything on HDD)# use Alt + SysRq + U = Unmount all HDD's# use Alt + SysRq + B = Reboot system immediatly#echo "1" > /proc/sys/kernel/sysrq# zc301.o is in current directory, after copying in /lib/modules/.../usb,/sbin/insmod ./vm301.o/sbin/lsmod
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?