insmod: module 'usb_driver' not found

来源:互联网 发布:u deserve it 编辑:程序博客网 时间:2024/05/19 15:40

<!-- /* Font Definitions */ @font-face{font-family:宋体;panose-1:2 1 6 0 3 1 1 1 1 1;mso-font-alt:SimSun;mso-font-charset:134;mso-generic-font-family:auto;mso-font-pitch:variable;mso-font-signature:3 135135232 16 0 262145 0;}@font-face{font-family:"/@宋体";panose-1:2 1 6 0 3 1 1 1 1 1;mso-font-charset:134;mso-generic-font-family:auto;mso-font-pitch:variable;mso-font-signature:3 135135232 16 0 262145 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal{mso-style-parent:"";margin:0cm;margin-bottom:.0001pt;text-align:justify;text-justify:inter-ideograph;mso-pagination:none;font-size:10.5pt;mso-bidi-font-size:12.0pt;font-family:"Times New Roman";mso-fareast-font-family:宋体;mso-font-kerning:1.0pt;}p.MsoPlainText, li.MsoPlainText, div.MsoPlainText{margin:0cm;margin-bottom:.0001pt;text-align:justify;text-justify:inter-ideograph;mso-pagination:none;font-size:10.5pt;font-family:宋体;mso-hansi-font-family:"Courier New";mso-bidi-font-family:"Courier New";mso-font-kerning:1.0pt;} /* Page Definitions */ @page{mso-page-border-surround-header:no;mso-page-border-surround-footer:no;}@page Section1{size:612.0pt 792.0pt;margin:72.0pt 90.0pt 72.0pt 90.0pt;mso-header-margin:36.0pt;mso-footer-margin:36.0pt;mso-paper-source:0;}div.Section1{page:Section1;}-->

7,error:

# insmod usb_driver   
insmod: module 'usb_driver' not found


solution:

进入开发板, cd /lib/modules/2.6.14
vi modules.dep.bb
添加  usb_driver.ko
退出  同路径下 执行 insmod usb_driver

8 error
# ./usb -qws
Cannot open input device '/dev/tty0': No such file or directory
open error

solution:

open error
说明没有usb设备,insmod后换另外一个usb接口,如果有如下提示则说明usb驱动及其设备都工作正常
# usb 1-1: new full speed USB device using s3c2410-ohci and address 2
devfs_mk_cdev: invalide mode (0) for usbdiy
/root/usb_diy/usb_driver.c: USB Diy Device now attached to USBDiy-24