tailieunhanh - MultiBooks - Tổng hợp IT - PC part 52

Tham khảo tài liệu 'multibooks - tổng hợp it - pc part 52', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Bus 003 Device 001 ID 0000 0000 Bus 002 Device 007 ID 04a9 266a Canon Inc. Bus 002 Device 006 ID 062a 0000 Creative Labs Optical Mouse Bus 002 Device 005 ID 058f 9254 Alcor Micro Corp. Hub Bus 002 Device 004 ID 058f 6387 Alcor Micro Corp. Bus 002 Device 001 ID 0000 0000 Bus 001 Device 001 ID 0000 0000 THAM KHẢO LÊNH MODPROBE NAME modprobe - program to add and remove modules from the Linux Kernel SYNOPSIS modprobe -v -V -C config-file -n -i -q -Q -o modulename modulename module parameters . modprobe -r -v -n -i modulename . modprobe -l -t dirname wildcard modprobe -c DESCRIPTION modprobe intelligently adds or removes a module from the Linux kernel note that for convenience there is no difference between _ and - in module names. modprobe looks in the module directory lib modâ ules â uname -râ for all the modules and other files except for the optional etc configuration file and etc directory see 5 . All files in the etc modâ arch directory are ignored. Note that this version of modprobe does not do anything to the module itself the work of resolving symbols and understanding parameters is done inside the kernel. So module failure is sometimes accompanied by a kernel message see dmesg 8 . modprobe expects an up-to-date file as generated by depmod see depmod 8 . This file lists what other modules each module needs if any and modprobe uses this to add or remove these dependencies automatically. See 5 . If any arguments are given after the modulename they are passed to the kernel in addition to any options listed in the configuration file . OPTIONS -v --verbose Print messages about what the program is doing. Usually modâ â probe only prints messages if something goes wrong. This option is passed through install or remove commands to other modprobe commands in the MODPROBE_OPTIONS environment variable. -C --config This option overrides the default configuration file etc moda or etc .