亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 2527 | 回復(fù): 8
打印 上一主題 下一主題

暈倒,編譯內(nèi)核后鍵盤不能使用 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報告]
發(fā)表于 2007-06-08 12:06 |只看該作者 |倒序瀏覽
不論是usb還是ps2鍵盤都不能用
奇怪啦

  1. machine         i386
  2. cpu             I686_CPU
  3. ident           mykernel


  4. options         SCHED_4BSD              # 4BSD scheduler
  5. options         INET                    # InterNETworking
  6. options         FFS                     # Berkeley Fast Filesystem
  7. options         SOFTUPDATES             # Enable FFS soft updates support
  8. options         UFS_ACL                 # Support for access control lists options      UFS_DIRHASH# Improve performance on big directories
  9. options         NFSCLIENT               # Network Filesystem Client
  10. options         NFSSERVER               # Network Filesystem Server
  11. options         NFS_ROOT                # NFS usable as /, requires NFSCLIENT
  12. options         CD9660                  # ISO 9660 Filesystem
  13. options         PROCFS                  # Process filesystem (requires PSEUDOFS)
  14. options         PSEUDOFS                # Pseudo-filesystem framework
  15. options         GEOM_GPT                # GUID Partition Tables.
  16. options         COMPAT_43               # Compatible with BSD 4.3 [KEEP THIS!]
  17. options         COMPAT_FREEBSD4         # Compatible with FreeBSD4
  18. options         SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
  19. options         KTRACE                  # ktrace(1) support
  20. options         SYSVSHM                 # SYSV-style shared memory
  21. options         SYSVMSG                 # SYSV-style message queues
  22. options         SYSVSEM                 # SYSV-style semaphores
  23. options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
  24. options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
  25. options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
  26.                                         # output.  Adds ~128k to driver.
  27. options         AHD_REG_PRETTY_PRINT    # Print register bitfields in debug
  28.                                         # output.  Adds ~215k to driver.
  29. options         ADAPTIVE_GIANT          # Giant mutex is adaptive.
  30. options         SMP
  31. options         PAE                     # Physical Address Extensions Kernel
  32. device          apic                    # I/O APIC
  33. device          acpi                    # Power management support

  34. device          isa
  35. device          eisa
  36. device          pci


  37. device          ata
  38. device          atadisk         # ATA disk drives
  39. device          atapicd         # ATAPI CDROM drives

  40. device          aic             # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
  41. device          ahc             #Adaptec 7xxxx
  42. device          ahd             # AHA39320/29320 and onboard AIC79xx devices

  43. device          scbus           # SCSI bus (required for SCSI)
  44. device          ch              # SCSI media changers
  45. device          da              # Direct Access (disks)
  46. device          sa              # Sequential Access (tape etc)
  47. device          cd              # CD
  48. device          pass            # Passthrough device (direct SCSI access)
  49. device          ses             # SCSI Environmental Services (and SAF-TE)


  50. device          mfi             # LSI MegaRAID SAS
  51. device          amr             # AMI MegaRAID
  52. device          aac             # Adaptec FSA RAID
  53. device          aacp            # SCSI passthrough for aac (requires CAM)
  54. device          mpt             # LSI-Logic MPT-Fusion
  55. device          mfi             # LSI MegaRAID SAS
  56. device          ciss            # Compaq Smart RAID 5*

  57. device          atkbdc          # AT keyboard controller
  58. device          atkbd           # AT keyboard
  59. device          psm             # PS/2 mouse

  60. device          vga             # VGA video card driver


  61. device          sc
  62. device          agp             # support several AGP chipsets

  63. device          npx

  64. device          pmtimer

  65. device          sio             # 8250, 16[45]50 based serial ports

  66. device          miibus          # MII bus support
  67. device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
  68. device          bce             # Broadcom BCM5706/BCM5708 Gigabit Ethernet
  69. device          em              # Intel PRO/1000 adapter Gigabit Ethernet Card

  70. device          loop            # Network loopback
  71. device          mem             # Memory and kernel memory devices
  72. device          io              # I/O device
  73. device          random          # Entropy device
  74. device          ether           # Ethernet support
  75. device          pty             # Pseudo-ttys (telnet etc)
  76. device          md              # Memory "disks"

  77. device          bpf             # Berkeley packet filter

  78. device          uhci            # UHCI PCI->USB interface
  79. device          ohci            # OHCI PCI->USB interface
  80. device          usb             # USB Bus (required)
  81. device          ugen            # Generic
  82. device          uhid            # "Human Interface Devices"
  83. device          ukbd            # Keyboard
  84. device          umass           # Disks/Mass storage - Requires scbus and da
  85. device          ums             # Mouse

  86. options      IPFIREWALL
  87. options      IPFIREWALL_DEFAULT_TO_ACCEPT
  88. options      IPDIVERT      #  IPDIVERT enables the divert IP sockets, used by ''ipfw divert''
  89. options      IPFIREWALL_VERBOSE
  90. options      IPFIREWALL_VERBOSE_LIMIT=30
  91. options      DUMMYNET         # enables the "dummynet" bandwidth limiter. You need IPFIREWALL as well.
  92. options      ACCEPT_FILTER_DATA
  93. options      ACCEPT_FILTER_HTTP
  94. options      IPSTEALTH         #To hide firewall from traceroute

  95. device          pf              #PF OpenBSD packet-filter firewall
  96. device          pflog               #logging support interface for PF

  97. options        HZ=4000
  98. options        DEVICE_POLLING
  99. options         ZERO_COPY_SOCKETS
  100. options         AUTO_EOI_1
復(fù)制代碼

論壇徽章:
0
2 [報告]
發(fā)表于 2007-06-08 12:28 |只看該作者

回復(fù) 1樓 LnBSD 的帖子

遠(yuǎn)程登錄呢?

論壇徽章:
0
3 [報告]
發(fā)表于 2007-06-08 12:47 |只看該作者
樓主,你太有才了

論壇徽章:
0
4 [報告]
發(fā)表于 2007-06-08 13:22 |只看該作者
原帖由 dangk 于 2007-6-8 12:28 發(fā)表
遠(yuǎn)程登錄呢?

遠(yuǎn)程是可以的

論壇徽章:
1
榮譽版主
日期:2011-11-23 16:44:17
5 [報告]
發(fā)表于 2007-06-08 13:23 |只看該作者
難道和這個有關(guān)

device          kbdmux        # keyboard multiplexer

把這個加上試試

論壇徽章:
0
6 [報告]
發(fā)表于 2007-06-08 13:23 |只看該作者
原帖由 Tiere 于 2007-6-8 12:47 發(fā)表
樓主,你太有才了

:em12::em12::em12::em12:

論壇徽章:
0
7 [報告]
發(fā)表于 2007-06-08 13:23 |只看該作者

我也想知道是為什么

上次我編譯內(nèi)核時也碰到這個情況,搞不懂是為什么,看貼子好像說是跟限制了控制臺數(shù)量有關(guān),我現(xiàn)在也還不知道是怎么回事

論壇徽章:
0
8 [報告]
發(fā)表于 2007-06-08 14:01 |只看該作者
原帖由 大大狗 于 2007-6-8 13:23 發(fā)表
難道和這個有關(guān)

device          kbdmux        # keyboard multiplexer

把這個加上試試

有點氣色啦,ps2鍵盤能用了
usb鍵盤還是不行
什么時候必須加這個鬼設(shè)備了,更新日志里也不說一下

論壇徽章:
1
寅虎
日期:2013-09-29 23:15:15
9 [報告]
發(fā)表于 2007-06-08 17:08 |只看該作者
估計在升級時候用老的內(nèi)核配置文件,這個參數(shù)在通用里.
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP