免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 6760 | 回复: 2
打印 上一主题 下一主题

编译内核成功,启动却无法使用usb 鼠标键盘 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-10-20 09:52 |只看该作者 |倒序浏览
裁剪编译了kernel2.6.35.7,安装后无法使用鼠标键盘,可以进入桌面系统
我的命令是make mrproper  make menuconfig  make -j2 make install
开始以为是裁剪有问题,于是我用默认选项编译了一次  还是失败,同样的问题
网上google,baidu 设置相应的input device support HID  USB SUPPORT(设置在下面 没兴趣的别看拉 ,  长)
再次编译 还是失败 在启动系统的过程中 界面上的提示如闪电般漂过,我不小心看到数行关于找不到lib/modules/2.6.35.7.dep的提示。
我在lib/modules下面查看,只有一个2.6.35-lemote2f-bfs,这是当前版本的文件。
1>不知道不能使用usb键盘鼠标和这个是否有关?。
2>求教各位怎么解决无法使用USB键盘鼠标阿?
-*- Generic input layer (needed for keyboard, mouse, ...)                                                   │ │  
  │ │                                      < >   Support for memoryless force-feedback devices                                                         │ │  
  │ │                                      < >   Polled input device skeleton                                                                          │ │  
  │ │                                      < >   Sparse keymap support library                                                                         │ │  
  │ │                                            *** Userland interfaces ***                                                                           │ │  
  │ │                                      -*-   Mouse interface                                                                                       │ │  
  │ │                                      [*]     Provide legacy /dev/psaux device                                                                    │ │  
  │ │                                      (1024)  Horizontal screen resolution                                                                        │ │  
  │ │                                      (76   Vertical screen resolution                                                                          │ │  
  │ │                                      < >   Joystick interface                                                                                    │ │  
  │ │                                      <M>   Event interface                                                                                       │ │  
  │ │                                      < >   Event debugging                                                                                       │ │  
  │ │                                            *** Input Device Drivers ***                                                                          │ │  
  │ │                                      [*]   Keyboards  --->                                                                                       │ │  
  │ │                                      [*]   Mice  --->                                                                                            │ │  
  │ │                                      [ ]   Joysticks/Gamepads  --->                                                                              │ │  
  │ │                                      [*]   Tablets  --->                                                                                         │ │  
  │ │                                      [ ]   Touchscreens  --->                                                                                    │ │  
  │ │                                      [ ]   Miscellaneous devices  --->                                                                           │ │  
  │ │                                          Hardware I/O ports  --->   
  │ │                                      --- Keyboards                                                                                               │ │  
  │ │                                      < >   ADP5588/87 I2C QWERTY Keypad and IO Expander                                                          │ │  
  │ │                                      <M>   AT keyboard                                                                                           │ │  
  │ │                                      < >   Atmel AT42QT2160 Touch Sensor Chip                                                                    │ │  
      --- Mice                                                                                                    │ │  
  │ │                                      <*>   PS/2 mouse                                                                                            │ │  
  │ │                                      [*]     Elantech PS/2 protocol extension                                                                    │ │  
  │ │                                      [*]     Sentelic Finger Sensing Pad PS/2 protocol extension                                                 │ │  
  │ │                                      [*]     eGalax TouchKit PS/2 protocol extension                                                             │ │  
  │ │                                      < >   Serial mouse                                                                                          │ │  
  │ │                                      < >   Apple USB Touchpad support                                                                            │ │  
  │ │                                      < >   Apple USB BCM5974 Multitouch trackpad support                                             
            │ │  
  │ │                                      < >   InPort/MS/ATIXL busmouse                                                                              │ │  
  │ │                                      < >   Logitech busmouse                                                                                     │ │  
  │ │                                      < >   IBM PC110 touchpad                                                                                    │ │  
  │ │                                      < >   DEC VSXXX-AA/GA mouse and VSXXX-AB tablet                                                             │ │  
  │ │                                      < >   GPIO mouse                                                                                            │ │  
  │ │                                      < >   Synaptics I2C Touchpad support                                                                        │ │  

--- HID Devices                                                                                             │ │  
  │ │                                      -*-   Generic HID support                                                                                   │ │  
  │ │                                      [*]     /dev/hidraw raw HID device support                                                                  │ │  
  │ │                                            *** USB Input Devices ***                                                                             │ │  
  │ │                                      <*>   USB Human Interface Device (full HID) support                                                         │ │  
  │ │                                      [*]   PID device support                                                                                    │ │  
  │ │                                      [*]   /dev/hiddev raw HID device support                                                                    │ │  
  │ │                                            Special HID drivers  --->                                                                             │ │                                                                           
--- USB support                                                                                             │ │  
  │ │                                      {*}   Support for Host-side USB                                                                             │ │  
  │ │                                      [ ]     USB verbose debug messages                                                                          │ │  
  │ │                                      [ ]     USB announce new devices                                                                            │ │  
  │ │                                              *** Miscellaneous USB options ***                                                                   │ │  
  │ │                                      [ ]     USB device filesystem (DEPRECATED)                                                                  │ │  
  │ │                                      [ ]     USB device class-devices (DEPRECATED)                                                               │ │  
  │ │                                      [*]     Dynamic USB minor allocation                                                                        │ │  
  │ │                                      [*]     USB runtime power management (suspend/resume and wakeup)                                            │ │  
  │ │                                      <M>     USB Monitor                                                                                         │ │  
  │ │                                      <M>     Enable Wireless USB extensions (EXPERIMENTAL)                                                       │ │  
  │ │                                      < >     Support WUSB Cable Based Association (CBA)                                                          │ │  
  │ │                                              *** USB Host Controller Drivers ***                                                                 │ │  
  │ │                                      < >     Cypress C67x00 HCD support                                                                          │ │  
  │ │                                      < >     xHCI HCD (USB 3.0) support (EXPERIMENTAL)                                                           │ │  
  │ │                                      <*>     EHCI HCD (USB 2.0) support                                                                          │ │  
  │ │                                      [*]       Root Hub Transaction Translators                                                                  │ │  
  │ │                                      [ ]       Improved Transaction Translator scheduling (EXPERIMENTAL)                                         │ │  
  │ │                                      < >     OXU210HP HCD support                                                                                │ │  
  │ │                                      < >     ISP116X HCD support                                                                                 │ │  
  │ │                                      < >     ISP 1760 HCD support                                                                                │ │  
  │ │                                      < >     ISP1362 HCD support                                                                                 │ │  
  │ │                                      <*>     OHCI HCD support                                                                                    │ │  
  │ │                                      <M>     UHCI HCD (most Intel and VIA) support                                                               │ │  
  │ │                                      < >     SL811HS HCD support                                                                                 │ │  
  │ │                                      < >     R8A66597 HCD support                                                                                │ │  
  │ │                                      < >     Wireless USB Host Controller Interface (WHCI) driver (EXPERIMENTAL)                                 │ │  
  │ │                                      < >     Host Wire Adapter (HWA) driver (EXPERIMENTAL)                                                       │ │  
  │ │                                            *** USB Device Class drivers ***                                                                      │ │  
  │ │                                      < >   USB Modem (CDC ACM) support                                                                           │ │  
  │ │                                      < >   USB Printer support                                                                                   │ │  
  │ │                                      < >   USB Wireless Device Management support                                                                │ │  
  │ │                                      < >   USB Test and Measurement Class support                                                                │ │  
  │ │                                            *** NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may ***                                          │ │  
  │ │                                            *** also be needed; see USB_STORAGE Help for more info ***                                            │ │  
  │ │                                      < >   USB Mass Storage support                                                                              │ │  
  │ │                                      [*]   The shared table of common (or usual) storage devices                                                 │ │  
  │ │                                            *** USB Imaging devices ***                                                                           │ │  
  │ │                                      < >   USB Mustek MDC800 Digital Camera support                                                              │ │  
  │ │                                      < >   Microtek X6USB scanner support                                                                        │ │  
  │ │                                            *** USB port drivers ***                                                                              │ │  
  │ │                                      < >   USB Serial Converter support  --->                                
          < >     SL811HS HCD support                                                                                 │ │  
  │ │                                      < >     R8A66597 HCD support                                                                                │ │  
  │ │                                      < >     Wireless USB Host Controller Interface (WHCI) driver (EXPERIMENTAL)                                 │ │  
  │ │                                      < >     Host Wire Adapter (HWA) driver (EXPERIMENTAL)                                                       │ │  
  │ │                                            *** USB Device Class drivers ***                                                                      │ │  
  │ │                                      < >   USB Modem (CDC ACM) support                                                                           │ │  
  │ │                                      < >   USB Printer support                                                                                   │ │  
  │ │                                      < >   USB Wireless Device Management support                                                                │ │  
  │ │                                      < >   USB Test and Measurement Class support                                                                │ │  
  │ │                                            *** NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may ***                                          │ │  
  │ │                                            *** also be needed; see USB_STORAGE Help for more info ***                                            │ │  
  │ │                                      < >   USB Mass Storage support                                                                              │ │  
  │ │                                      [*]   The shared table of common (or usual) storage devices                                                 │ │  
  │ │                                            *** USB Imaging devices ***                                                                           │ │  

  │ │                                            *** OTG and related infrastructure ***                                                                │ │  
  │ │                                      <M>   GPIO based peripheral-only VBUS sensing 'transceiver'                                                 │ │  
  │ │                                      < >   NOP USB Transceiver Driver

论坛徽章:
0
2 [报告]
发表于 2010-10-20 10:41 |只看该作者
似乎之前没人提出过这个问题?

论坛徽章:
0
3 [报告]
发表于 2010-10-20 11:06 |只看该作者
很不好意思,基础不好,没有使用make modules_install,导/lib/module下面没有相应的模组,再次编译
使用前面的config文件 make ,make modules_install,make install  重启顺利进入系统了。
不过。。为什么我的vmlinux比vmlinuz大了很多呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP