LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 816|回复: 9

新编译内核不能引导 (多个问题已解决)

[复制链接]
发表于 2007-3-16 22:24:16 | 显示全部楼层 |阅读模式
第一次编译内核时(第一次编译内核没有用make install ),没有注意全编入了内核.这一次编译时把有的编入了模块.用命令为
(#make menuconfig   #make && make modules_install   &&  make install)

/boot/目录内容如下:
$ls /boot/
boot                         System.map-2.6.19-gentoo-r5
config                      System.map
config-2.6.19-gentoo-r5   grub
  vmlinuz                 vmlinuz-2.6.19-gentoo-r5
                     
   grub引导文件如下:           
title Linux gentoo
     root (hd0,1)
    kernel /boot/vmlinuz  root=/dev/hda2 ro
    initrd /boot/System.map

第一次引导时没有用initrd /boot/System.map  就直接引导 了.这次不知少了什么 步骤?
发表于 2007-3-16 23:33:43 | 显示全部楼层
请提供两点信息:
1.启动时的出错信息
2.贴出.config
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-17 00:23:34 | 显示全部楼层
Post by zhllg
请提供两点信息:
1.启动时的出错信息
2.贴出.config
1.启动时的出错信息是不是应该有日志,我没有找到.现在正在用chroot进入到gentoo中(运用命令为#mount   -t  proc   none   /mnt/gentoo/proc  &&  mount   -o   bind    /dev   /mnt/gentoo/dev   &&  chroot /mnt/gentoo    /bin/bash  &&  source  /etc/profile && env-update && source  /etc/profile   --这样可行吗?)安装xorg-x11.  编译完成后,只能从显示屏中抄仅有的最后一点.

我记忆中最后是说:内核恐慌,不能同步,中止.

2. .config如下:
  1. #
  2. # Automatically generated make config: don't edit
  3. # Linux kernel version: 2.6.19-gentoo-r5
  4. # Thu Mar 15 22:32:00 2007
  5. #
  6. CONFIG_X86_32=y
  7. CONFIG_GENERIC_TIME=y
  8. CONFIG_LOCKDEP_SUPPORT=y
  9. CONFIG_STACKTRACE_SUPPORT=y
  10. CONFIG_SEMAPHORE_SLEEPERS=y
  11. CONFIG_X86=y
  12. CONFIG_MMU=y
  13. CONFIG_GENERIC_ISA_DMA=y
  14. CONFIG_GENERIC_IOMAP=y
  15. CONFIG_GENERIC_HWEIGHT=y
  16. CONFIG_ARCH_MAY_HAVE_PC_FDC=y
  17. CONFIG_DMI=y
  18. CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
  19. #
  20. # Code maturity level options
  21. #
  22. CONFIG_EXPERIMENTAL=y
  23. CONFIG_BROKEN_ON_SMP=y
  24. CONFIG_INIT_ENV_ARG_LIMIT=32
  25. #
  26. # General setup
  27. #
  28. CONFIG_LOCALVERSION=""
  29. CONFIG_LOCALVERSION_AUTO=y
  30. CONFIG_SWAP=y
  31. CONFIG_SYSVIPC=y
  32. # CONFIG_IPC_NS is not set
  33. # CONFIG_POSIX_MQUEUE is not set
  34. # CONFIG_BSD_PROCESS_ACCT is not set
  35. # CONFIG_TASKSTATS is not set
  36. # CONFIG_UTS_NS is not set
  37. # CONFIG_AUDIT is not set
  38. # CONFIG_IKCONFIG is not set
  39. # CONFIG_RELAY is not set
  40. CONFIG_INITRAMFS_SOURCE=""
  41. CONFIG_CC_OPTIMIZE_FOR_SIZE=y
  42. CONFIG_SYSCTL=y
  43. # CONFIG_EMBEDDED is not set
  44. CONFIG_UID16=y
  45. CONFIG_SYSCTL_SYSCALL=y
  46. CONFIG_KALLSYMS=y
  47. CONFIG_KALLSYMS_ALL=y
  48. # CONFIG_KALLSYMS_EXTRA_PASS is not set
  49. CONFIG_HOTPLUG=y
  50. CONFIG_PRINTK=y
  51. CONFIG_BUG=y
  52. CONFIG_ELF_CORE=y
  53. CONFIG_BASE_FULL=y
  54. CONFIG_FUTEX=y
  55. CONFIG_EPOLL=y
  56. CONFIG_SHMEM=y
  57. CONFIG_SLAB=y
  58. CONFIG_VM_EVENT_COUNTERS=y
  59. CONFIG_RT_MUTEXES=y
  60. # CONFIG_TINY_SHMEM is not set
  61. CONFIG_BASE_SMALL=0
  62. # CONFIG_SLOB is not set
  63. #
  64. # Loadable module support
  65. #
  66. CONFIG_MODULES=y
  67. CONFIG_MODULE_UNLOAD=y
  68. # CONFIG_MODULE_FORCE_UNLOAD is not set
  69. # CONFIG_MODVERSIONS is not set
  70. # CONFIG_MODULE_SRCVERSION_ALL is not set
  71. CONFIG_KMOD=y
  72. #
  73. # Block layer
  74. #
  75. CONFIG_BLOCK=y
  76. CONFIG_LBD=y
  77. # CONFIG_BLK_DEV_IO_TRACE is not set
  78. # CONFIG_LSF is not set
  79. #
  80. # IO Schedulers
  81. #
  82. CONFIG_IOSCHED_NOOP=y
  83. CONFIG_IOSCHED_AS=y
  84. CONFIG_IOSCHED_DEADLINE=y
  85. CONFIG_IOSCHED_CFQ=y
  86. CONFIG_DEFAULT_AS=y
  87. # CONFIG_DEFAULT_DEADLINE is not set
  88. # CONFIG_DEFAULT_CFQ is not set
  89. # CONFIG_DEFAULT_NOOP is not set
  90. CONFIG_DEFAULT_IOSCHED="anticipatory"
  91. #
  92. # Processor type and features
  93. #
  94. # CONFIG_SMP is not set
  95. CONFIG_X86_PC=y
  96. # CONFIG_X86_ELAN is not set
  97. # CONFIG_X86_VOYAGER is not set
  98. # CONFIG_X86_NUMAQ is not set
  99. # CONFIG_X86_SUMMIT is not set
  100. # CONFIG_X86_BIGSMP is not set
  101. # CONFIG_X86_VISWS is not set
  102. # CONFIG_X86_GENERICARCH is not set
  103. # CONFIG_X86_ES7000 is not set
  104. # CONFIG_M386 is not set
  105. # CONFIG_M486 is not set
  106. # CONFIG_M586 is not set
  107. # CONFIG_M586TSC is not set
  108. # CONFIG_M586MMX is not set
  109. CONFIG_M686=y
  110. # CONFIG_MPENTIUMII is not set
  111. # CONFIG_MPENTIUMIII is not set
  112. # CONFIG_MPENTIUMM is not set
  113. # CONFIG_MPENTIUM4 is not set
  114. # CONFIG_MK6 is not set
  115. # CONFIG_MK7 is not set
  116. # CONFIG_MK8 is not set
  117. # CONFIG_MCRUSOE is not set
  118. # CONFIG_MEFFICEON is not set
  119. # CONFIG_MWINCHIPC6 is not set
  120. # CONFIG_MWINCHIP2 is not set
  121. # CONFIG_MWINCHIP3D is not set
  122. # CONFIG_MGEODEGX1 is not set
  123. # CONFIG_MGEODE_LX is not set
  124. # CONFIG_MCYRIXIII is not set
  125. # CONFIG_MVIAC3_2 is not set
  126. # CONFIG_X86_GENERIC is not set
  127. CONFIG_X86_CMPXCHG=y
  128. CONFIG_X86_XADD=y
  129. CONFIG_X86_L1_CACHE_SHIFT=5
  130. CONFIG_RWSEM_XCHGADD_ALGORITHM=y
  131. CONFIG_GENERIC_CALIBRATE_DELAY=y
  132. CONFIG_X86_PPRO_FENCE=y
  133. CONFIG_X86_WP_WORKS_OK=y
  134. CONFIG_X86_INVLPG=y
  135. CONFIG_X86_BSWAP=y
  136. CONFIG_X86_POPAD_OK=y
  137. CONFIG_X86_CMPXCHG64=y
  138. CONFIG_X86_GOOD_APIC=y
  139. CONFIG_X86_USE_PPRO_CHECKSUM=y
  140. CONFIG_X86_TSC=y
  141. CONFIG_HPET_TIMER=y
  142. # CONFIG_PREEMPT_NONE is not set
  143. CONFIG_PREEMPT_VOLUNTARY=y
  144. # CONFIG_PREEMPT is not set
  145. # CONFIG_X86_UP_APIC is not set
  146. CONFIG_X86_MCE=y
  147. CONFIG_X86_MCE_NONFATAL=m
  148. CONFIG_VM86=y
  149. # CONFIG_TOSHIBA is not set
  150. # CONFIG_I8K is not set
  151. # CONFIG_X86_REBOOTFIXUPS is not set
  152. CONFIG_MICROCODE=m
  153. CONFIG_MICROCODE_OLD_INTERFACE=y
  154. # CONFIG_X86_MSR is not set
  155. CONFIG_X86_CPUID=m
  156. #
  157. # Firmware Drivers
  158. #
  159. # CONFIG_EDD is not set
  160. # CONFIG_DELL_RBU is not set
  161. # CONFIG_DCDBAS is not set
  162. CONFIG_NOHIGHMEM=y
  163. # CONFIG_HIGHMEM4G is not set
  164. # CONFIG_HIGHMEM64G is not set
  165. CONFIG_PAGE_OFFSET=0xC0000000
  166. CONFIG_ARCH_FLATMEM_ENABLE=y
  167. CONFIG_ARCH_SPARSEMEM_ENABLE=y
  168. CONFIG_ARCH_SELECT_MEMORY_MODEL=y
  169. CONFIG_ARCH_POPULATES_NODE_MAP=y
  170. CONFIG_SELECT_MEMORY_MODEL=y
  171. CONFIG_FLATMEM_MANUAL=y
  172. # CONFIG_DISCONTIGMEM_MANUAL is not set
  173. # CONFIG_SPARSEMEM_MANUAL is not set
  174. CONFIG_FLATMEM=y
  175. CONFIG_FLAT_NODE_MEM_MAP=y
  176. CONFIG_SPARSEMEM_STATIC=y
  177. CONFIG_SPLIT_PTLOCK_CPUS=4
  178. CONFIG_RESOURCES_64BIT=y
  179. # CONFIG_MATH_EMULATION is not set
  180. CONFIG_MTRR=y
  181. # CONFIG_REGPARM is not set
  182. # CONFIG_SECCOMP is not set
  183. # CONFIG_HZ_100 is not set
  184. # CONFIG_HZ_250 is not set
  185. CONFIG_HZ_1000=y
  186. CONFIG_HZ=1000
  187. # CONFIG_KEXEC is not set
  188. CONFIG_PHYSICAL_START=0x100000
  189. CONFIG_COMPAT_VDSO=y
  190. #
  191. # Power management options (ACPI, APM)
  192. #
  193. CONFIG_PM=y
  194. CONFIG_PM_LEGACY=y
  195. # CONFIG_PM_DEBUG is not set
  196. # CONFIG_PM_SYSFS_DEPRECATED is not set
  197. # CONFIG_SOFTWARE_SUSPEND is not set
  198. #
  199. # ACPI (Advanced Configuration and Power Interface) Support
  200. #
  201. # CONFIG_ACPI is not set
  202. #
  203. # APM (Advanced Power Management) BIOS Support
  204. #
  205. # CONFIG_APM is not set
  206. #
  207. # CPU Frequency scaling
  208. #
  209. CONFIG_CPU_FREQ=y
  210. CONFIG_CPU_FREQ_TABLE=y
  211. # CONFIG_CPU_FREQ_DEBUG is not set
  212. CONFIG_CPU_FREQ_STAT=y
  213. # CONFIG_CPU_FREQ_STAT_DETAILS is not set
  214. CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
  215. # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
  216. CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
  217. # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
  218. # CONFIG_CPU_FREQ_GOV_USERSPACE is not set
  219. # CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
  220. # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
  221. #
  222. # CPUFreq processor drivers
  223. #
  224. # CONFIG_X86_POWERNOW_K6 is not set
  225. # CONFIG_X86_POWERNOW_K7 is not set
  226. # CONFIG_X86_POWERNOW_K8 is not set
  227. # CONFIG_X86_GX_SUSPMOD is not set
  228. # CONFIG_X86_SPEEDSTEP_CENTRINO is not set
  229. # CONFIG_X86_SPEEDSTEP_ICH is not set
  230. # CONFIG_X86_SPEEDSTEP_SMI is not set
  231. # CONFIG_X86_P4_CLOCKMOD is not set
  232. # CONFIG_X86_CPUFREQ_NFORCE2 is not set
  233. # CONFIG_X86_LONGRUN is not set
  234. #
  235. # shared options
  236. #
  237. # CONFIG_X86_SPEEDSTEP_LIB is not set
  238. #
  239. # Bus options (PCI, PCMCIA, EISA, MCA, ISA)
  240. #
  241. CONFIG_PCI=y
  242. # CONFIG_PCI_GOBIOS is not set
  243. # CONFIG_PCI_GOMMCONFIG is not set
  244. # CONFIG_PCI_GODIRECT is not set
  245. CONFIG_PCI_GOANY=y
  246. CONFIG_PCI_BIOS=y
  247. CONFIG_PCI_DIRECT=y
  248. # CONFIG_PCIEPORTBUS is not set
  249. # CONFIG_PCI_DEBUG is not set
  250. CONFIG_ISA_DMA_API=y
  251. # CONFIG_ISA is not set
  252. # CONFIG_MCA is not set
  253. # CONFIG_SCx200 is not set
  254. #
  255. # PCCARD (PCMCIA/CardBus) support
  256. #
  257. # CONFIG_PCCARD is not set
  258. #
  259. # PCI Hotplug Support
  260. #
  261. # CONFIG_HOTPLUG_PCI is not set
  262. #
  263. # Executable file formats
  264. #
  265. CONFIG_BINFMT_ELF=y
  266. CONFIG_BINFMT_AOUT=m
  267. CONFIG_BINFMT_MISC=m
  268. #
  269. # Networking
  270. #
  271. CONFIG_NET=y
  272. #
  273. # Networking options
  274. #
  275. # CONFIG_NETDEBUG is not set
  276. CONFIG_PACKET=m
  277. # CONFIG_PACKET_MMAP is not set
  278. CONFIG_UNIX=m
  279. CONFIG_XFRM=y
  280. # CONFIG_XFRM_USER is not set
  281. # CONFIG_XFRM_SUB_POLICY is not set
  282. # CONFIG_NET_KEY is not set
  283. CONFIG_INET=y
  284. CONFIG_IP_MULTICAST=y
  285. # CONFIG_IP_ADVANCED_ROUTER is not set
  286. CONFIG_IP_FIB_HASH=y
  287. CONFIG_IP_PNP=y
  288. CONFIG_IP_PNP_DHCP=y
  289. # CONFIG_IP_PNP_BOOTP is not set
  290. # CONFIG_IP_PNP_RARP is not set
  291. # CONFIG_NET_IPIP is not set
  292. # CONFIG_NET_IPGRE is not set
  293. # CONFIG_IP_MROUTE is not set
  294. # CONFIG_ARPD is not set
  295. # CONFIG_SYN_COOKIES is not set
  296. # CONFIG_INET_AH is not set
  297. # CONFIG_INET_ESP is not set
  298. # CONFIG_INET_IPCOMP is not set
  299. # CONFIG_INET_XFRM_TUNNEL is not set
  300. # CONFIG_INET_TUNNEL is not set
  301. CONFIG_INET_XFRM_MODE_TRANSPORT=m
  302. CONFIG_INET_XFRM_MODE_TUNNEL=m
  303. # CONFIG_INET_XFRM_MODE_BEET is not set
  304. CONFIG_INET_DIAG=m
  305. CONFIG_INET_TCP_DIAG=m
  306. # CONFIG_TCP_CONG_ADVANCED is not set
  307. CONFIG_TCP_CONG_CUBIC=y
  308. CONFIG_DEFAULT_TCP_CONG="cubic"
  309. # CONFIG_IPV6 is not set
  310. # CONFIG_INET6_XFRM_TUNNEL is not set
  311. # CONFIG_INET6_TUNNEL is not set
  312. # CONFIG_NETWORK_SECMARK is not set
  313. # CONFIG_NETFILTER is not set
  314. #
  315. # DCCP Configuration (EXPERIMENTAL)
  316. #
  317. # CONFIG_IP_DCCP is not set
  318. #
  319. # SCTP Configuration (EXPERIMENTAL)
  320. #
  321. # CONFIG_IP_SCTP is not set
  322. #
  323. # TIPC Configuration (EXPERIMENTAL)
  324. #
  325. # CONFIG_TIPC is not set
  326. # CONFIG_ATM is not set
  327. # CONFIG_BRIDGE is not set
  328. # CONFIG_VLAN_8021Q is not set
  329. # CONFIG_DECNET is not set
  330. # CONFIG_LLC2 is not set
  331. # CONFIG_IPX is not set
  332. # CONFIG_ATALK is not set
  333. # CONFIG_X25 is not set
  334. # CONFIG_LAPB is not set
  335. # CONFIG_ECONET is not set
  336. # CONFIG_WAN_ROUTER is not set
  337. #
  338. # QoS and/or fair queueing
  339. #
  340. # CONFIG_NET_SCHED is not set
  341. #
  342. # Network testing
  343. #
  344. # CONFIG_NET_PKTGEN is not set
  345. # CONFIG_HAMRADIO is not set
  346. # CONFIG_IRDA is not set
  347. # CONFIG_BT is not set
  348. # CONFIG_IEEE80211 is not set
  349. #
  350. # Device Drivers
  351. #
  352. #
  353. # Generic Driver Options
  354. #
  355. CONFIG_STANDALONE=y
  356. CONFIG_PREVENT_FIRMWARE_BUILD=y
  357. CONFIG_FW_LOADER=m
  358. # CONFIG_DEBUG_DRIVER is not set
  359. # CONFIG_SYS_HYPERVISOR is not set
  360. #
  361. # Connector - unified userspace <-> kernelspace linker
  362. #
  363. # CONFIG_CONNECTOR is not set
  364. #
  365. # Memory Technology Devices (MTD)
  366. #
  367. # CONFIG_MTD is not set
  368. #
  369. # Parallel port support
  370. #
  371. # CONFIG_PARPORT is not set
  372. #
  373. # Plug and Play support
  374. #
  375. #
  376. # Block devices
  377. #
  378. CONFIG_BLK_DEV_FD=m
  379. # CONFIG_BLK_CPQ_DA is not set
  380. # CONFIG_BLK_CPQ_CISS_DA is not set
  381. # CONFIG_BLK_DEV_DAC960 is not set
  382. # CONFIG_BLK_DEV_UMEM is not set
  383. # CONFIG_BLK_DEV_COW_COMMON is not set
  384. CONFIG_BLK_DEV_LOOP=m
  385. # CONFIG_BLK_DEV_CRYPTOLOOP is not set
  386. # CONFIG_BLK_DEV_NBD is not set
  387. # CONFIG_BLK_DEV_SX8 is not set
  388. # CONFIG_BLK_DEV_UB is not set
  389. # CONFIG_BLK_DEV_RAM is not set
  390. CONFIG_BLK_DEV_INITRD=y
  391. # CONFIG_CDROM_PKTCDVD is not set
  392. CONFIG_ATA_OVER_ETH=m
  393. #
  394. # Misc devices
  395. #
  396. # CONFIG_IBM_ASM is not set
  397. # CONFIG_SGI_IOC4 is not set
  398. # CONFIG_TIFM_CORE is not set
  399. #
  400. # ATA/ATAPI/MFM/RLL support
  401. #
  402. CONFIG_IDE=m
  403. CONFIG_BLK_DEV_IDE=m
  404. #
  405. # Please see Documentation/ide.txt for help/info on IDE drives
  406. #
  407. # CONFIG_BLK_DEV_IDE_SATA is not set
  408. # CONFIG_BLK_DEV_HD_IDE is not set
  409. CONFIG_BLK_DEV_IDEDISK=m
  410. CONFIG_IDEDISK_MULTI_MODE=y
  411. CONFIG_BLK_DEV_IDECD=m
  412. # CONFIG_BLK_DEV_IDETAPE is not set
  413. # CONFIG_BLK_DEV_IDEFLOPPY is not set
  414. # CONFIG_BLK_DEV_IDESCSI is not set
  415. # CONFIG_IDE_TASK_IOCTL is not set
  416. #
  417. # IDE chipset support/bugfixes
  418. #
  419. CONFIG_IDE_GENERIC=m
  420. # CONFIG_BLK_DEV_CMD640 is not set
  421. CONFIG_BLK_DEV_IDEPCI=y
  422. # CONFIG_IDEPCI_SHARE_IRQ is not set
  423. # CONFIG_BLK_DEV_OFFBOARD is not set
  424. # CONFIG_BLK_DEV_GENERIC is not set
  425. # CONFIG_BLK_DEV_OPTI621 is not set
  426. # CONFIG_BLK_DEV_RZ1000 is not set
  427. CONFIG_BLK_DEV_IDEDMA_PCI=y
  428. # CONFIG_BLK_DEV_IDEDMA_FORCED is not set
  429. CONFIG_IDEDMA_PCI_AUTO=y
  430. # CONFIG_IDEDMA_ONLYDISK is not set
  431. # CONFIG_BLK_DEV_AEC62XX is not set
  432. # CONFIG_BLK_DEV_ALI15X3 is not set
  433. CONFIG_BLK_DEV_AMD74XX=m
  434. # CONFIG_BLK_DEV_ATIIXP is not set
  435. # CONFIG_BLK_DEV_CMD64X is not set
  436. # CONFIG_BLK_DEV_TRIFLEX is not set
  437. # CONFIG_BLK_DEV_CY82C693 is not set
  438. # CONFIG_BLK_DEV_CS5520 is not set
  439. # CONFIG_BLK_DEV_CS5530 is not set
  440. # CONFIG_BLK_DEV_CS5535 is not set
  441. # CONFIG_BLK_DEV_HPT34X is not set
  442. # CONFIG_BLK_DEV_HPT366 is not set
  443. # CONFIG_BLK_DEV_JMICRON is not set
  444. # CONFIG_BLK_DEV_SC1200 is not set
  445. CONFIG_BLK_DEV_PIIX=m
  446. # CONFIG_BLK_DEV_IT821X is not set
  447. # CONFIG_BLK_DEV_NS87415 is not set
  448. # CONFIG_BLK_DEV_PDC202XX_OLD is not set
  449. # CONFIG_BLK_DEV_PDC202XX_NEW is not set
  450. # CONFIG_BLK_DEV_SVWKS is not set
  451. # CONFIG_BLK_DEV_SIIMAGE is not set
  452. # CONFIG_BLK_DEV_SIS5513 is not set
  453. # CONFIG_BLK_DEV_SLC90E66 is not set
  454. # CONFIG_BLK_DEV_TRM290 is not set
  455. # CONFIG_BLK_DEV_VIA82CXXX is not set
  456. # CONFIG_IDE_ARM is not set
  457. CONFIG_BLK_DEV_IDEDMA=y
  458. # CONFIG_IDEDMA_IVB is not set
  459. CONFIG_IDEDMA_AUTO=y
  460. # CONFIG_BLK_DEV_HD is not set
  461. #
  462. # SCSI device support
  463. #
  464. # CONFIG_RAID_ATTRS is not set
  465. CONFIG_SCSI=y
  466. # CONFIG_SCSI_NETLINK is not set
  467. CONFIG_SCSI_PROC_FS=y
  468. #
  469. # SCSI support type (disk, tape, CD-ROM)
  470. #
  471. CONFIG_BLK_DEV_SD=m
  472. # CONFIG_CHR_DEV_ST is not set
  473. # CONFIG_CHR_DEV_OSST is not set
  474. CONFIG_BLK_DEV_SR=m
  475. # CONFIG_BLK_DEV_SR_VENDOR is not set
  476. CONFIG_CHR_DEV_SG=m
  477. # CONFIG_CHR_DEV_SCH is not set
  478. #
  479. # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
  480. #
  481. # CONFIG_SCSI_MULTI_LUN is not set
  482. # CONFIG_SCSI_CONSTANTS is not set
  483. # CONFIG_SCSI_LOGGING is not set
  484. #
  485. # SCSI Transports
  486. #
  487. CONFIG_SCSI_SPI_ATTRS=y
  488. # CONFIG_SCSI_FC_ATTRS is not set
  489. # CONFIG_SCSI_ISCSI_ATTRS is not set
  490. # CONFIG_SCSI_SAS_ATTRS is not set
  491. # CONFIG_SCSI_SAS_LIBSAS is not set
  492. #
  493. # SCSI low-level drivers
  494. #
  495. # CONFIG_ISCSI_TCP is not set
  496. CONFIG_BLK_DEV_3W_XXXX_RAID=m
  497. # CONFIG_SCSI_3W_9XXX is not set
  498. # CONFIG_SCSI_ACARD is not set
  499. # CONFIG_SCSI_AACRAID is not set
  500. CONFIG_SCSI_AIC7XXX=m
  501. CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
  502. CONFIG_AIC7XXX_RESET_DELAY_MS=5000
  503. CONFIG_AIC7XXX_DEBUG_ENABLE=y
  504. CONFIG_AIC7XXX_DEBUG_MASK=0
  505. CONFIG_AIC7XXX_REG_PRETTY_PRINT=y
  506. # CONFIG_SCSI_AIC7XXX_OLD is not set
  507. CONFIG_SCSI_AIC79XX=m
  508. CONFIG_AIC79XX_CMDS_PER_DEVICE=32
  509. CONFIG_AIC79XX_RESET_DELAY_MS=4000
  510. # CONFIG_AIC79XX_ENABLE_RD_STRM is not set
  511. # CONFIG_AIC79XX_DEBUG_ENABLE is not set
  512. CONFIG_AIC79XX_DEBUG_MASK=0
  513. # CONFIG_AIC79XX_REG_PRETTY_PRINT is not set
  514. # CONFIG_SCSI_AIC94XX is not set
  515. # CONFIG_SCSI_DPT_I2O is not set
  516. # CONFIG_SCSI_ADVANSYS is not set
  517. # CONFIG_SCSI_ARCMSR is not set
  518. # CONFIG_MEGARAID_NEWGEN is not set
  519. # CONFIG_MEGARAID_LEGACY is not set
  520. # CONFIG_MEGARAID_SAS is not set
  521. # CONFIG_SCSI_HPTIOP is not set
  522. # CONFIG_SCSI_BUSLOGIC is not set
  523. # CONFIG_SCSI_DMX3191D is not set
  524. # CONFIG_SCSI_EATA is not set
  525. # CONFIG_SCSI_FUTURE_DOMAIN is not set
  526. # CONFIG_SCSI_GDTH is not set
  527. # CONFIG_SCSI_IPS is not set
  528. # CONFIG_SCSI_INITIO is not set
  529. # CONFIG_SCSI_INIA100 is not set
  530. # CONFIG_SCSI_STEX is not set
  531. # CONFIG_SCSI_SYM53C8XX_2 is not set
  532. # CONFIG_SCSI_IPR is not set
  533. # CONFIG_SCSI_QLOGIC_1280 is not set
  534. # CONFIG_SCSI_QLA_FC is not set
  535. # CONFIG_SCSI_QLA_ISCSI is not set
  536. # CONFIG_SCSI_LPFC is not set
  537. # CONFIG_SCSI_DC395x is not set
  538. # CONFIG_SCSI_DC390T is not set
  539. # CONFIG_SCSI_NSP32 is not set
  540. # CONFIG_SCSI_DEBUG is not set
  541. #
  542. # Serial ATA (prod) and Parallel ATA (experimental) drivers
  543. #
  544. CONFIG_ATA=m
  545. CONFIG_SATA_AHCI=m
  546. CONFIG_SATA_SVW=m
  547. CONFIG_ATA_PIIX=m
  548. # CONFIG_SATA_MV is not set
  549. CONFIG_SATA_NV=m
  550. # CONFIG_PDC_ADMA is not set
  551. # CONFIG_SATA_QSTOR is not set
  552. # CONFIG_SATA_PROMISE is not set
  553. # CONFIG_SATA_SX4 is not set
  554. CONFIG_SATA_SIL=m
  555. # CONFIG_SATA_SIL24 is not set
  556. # CONFIG_SATA_SIS is not set
  557. # CONFIG_SATA_ULI is not set
  558. CONFIG_SATA_VIA=m
  559. # CONFIG_SATA_VITESSE is not set
  560. # CONFIG_PATA_ALI is not set
  561. # CONFIG_PATA_AMD is not set
  562. # CONFIG_PATA_ARTOP is not set
  563. # CONFIG_PATA_ATIIXP is not set
  564. # CONFIG_PATA_CMD64X is not set
  565. # CONFIG_PATA_CS5520 is not set
  566. # CONFIG_PATA_CS5530 is not set
  567. # CONFIG_PATA_CS5535 is not set
  568. # CONFIG_PATA_CYPRESS is not set
  569. # CONFIG_PATA_EFAR is not set
  570. # CONFIG_ATA_GENERIC is not set
  571. # CONFIG_PATA_HPT366 is not set
  572. # CONFIG_PATA_HPT37X is not set
  573. # CONFIG_PATA_HPT3X2N is not set
  574. # CONFIG_PATA_HPT3X3 is not set
  575. # CONFIG_PATA_IT821X is not set
  576. # CONFIG_PATA_JMICRON is not set
  577. # CONFIG_PATA_TRIFLEX is not set
  578. # CONFIG_PATA_MPIIX is not set
  579. # CONFIG_PATA_OLDPIIX is not set
  580. # CONFIG_PATA_NETCELL is not set
  581. # CONFIG_PATA_NS87410 is not set
  582. # CONFIG_PATA_OPTI is not set
  583. # CONFIG_PATA_OPTIDMA is not set
  584. # CONFIG_PATA_PDC_OLD is not set
  585. # CONFIG_PATA_RADISYS is not set
  586. # CONFIG_PATA_RZ1000 is not set
  587. # CONFIG_PATA_SC1200 is not set
  588. # CONFIG_PATA_SERVERWORKS is not set
  589. # CONFIG_PATA_PDC2027X is not set
  590. # CONFIG_PATA_SIL680 is not set
  591. # CONFIG_PATA_SIS is not set
  592. # CONFIG_PATA_VIA is not set
  593. # CONFIG_PATA_WINBOND is not set
  594. #
  595. # Multi-device support (RAID and LVM)
  596. #
  597. CONFIG_MD=y
  598. # CONFIG_BLK_DEV_MD is not set
  599. CONFIG_BLK_DEV_DM=m
  600. # CONFIG_DM_DEBUG is not set
  601. # CONFIG_DM_CRYPT is not set
  602. # CONFIG_DM_SNAPSHOT is not set
  603. # CONFIG_DM_MIRROR is not set
  604. # CONFIG_DM_ZERO is not set
  605. # CONFIG_DM_MULTIPATH is not set
  606. # CONFIG_BLK_DEV_DM_BBR is not set
  607. #
  608. # Fusion MPT device support
  609. #
  610. CONFIG_FUSION=y
  611. CONFIG_FUSION_SPI=m
  612. # CONFIG_FUSION_FC is not set
  613. # CONFIG_FUSION_SAS is not set
  614. CONFIG_FUSION_MAX_SGE=128
  615. # CONFIG_FUSION_CTL is not set
  616. #
  617. # IEEE 1394 (FireWire) support
  618. #
  619. # CONFIG_IEEE1394 is not set
  620. #
  621. # I2O device support
  622. #
  623. # CONFIG_I2O is not set
  624. #
  625. # Network device support
  626. #
  627. CONFIG_NETDEVICES=y
  628. # CONFIG_DUMMY is not set
  629. CONFIG_BONDING=m
  630. # CONFIG_EQUALIZER is not set
  631. # CONFIG_TUN is not set
  632. #
  633. # ARCnet devices
  634. #
  635. # CONFIG_ARCNET is not set
  636. #
  637. # PHY device support
  638. #
  639. # CONFIG_PHYLIB is not set
  640. #
  641. # Ethernet (10 or 100Mbit)
  642. #
  643. CONFIG_NET_ETHERNET=y
  644. CONFIG_MII=y
  645. # CONFIG_HAPPYMEAL is not set
  646. # CONFIG_SUNGEM is not set
  647. # CONFIG_CASSINI is not set
  648. # CONFIG_NET_VENDOR_3COM is not set
  649. #
  650. # Tulip family network device support
  651. #
  652. CONFIG_NET_TULIP=y
  653. # CONFIG_DE2104X is not set
  654. CONFIG_TULIP=y
  655. # CONFIG_TULIP_MWI is not set
  656. # CONFIG_TULIP_MMIO is not set
  657. # CONFIG_TULIP_NAPI is not set
  658. # CONFIG_DE4X5 is not set
  659. # CONFIG_WINBOND_840 is not set
  660. # CONFIG_DM9102 is not set
  661. # CONFIG_ULI526X is not set
  662. # CONFIG_HP100 is not set
  663. CONFIG_NET_PCI=y
  664. # CONFIG_PCNET32 is not set
  665. # CONFIG_AMD8111_ETH is not set
  666. # CONFIG_ADAPTEC_STARFIRE is not set
  667. CONFIG_B44=y
  668. CONFIG_FORCEDETH=y
  669. # CONFIG_FORCEDETH_NAPI is not set
  670. # CONFIG_DGRS is not set
  671. # CONFIG_EEPRO100 is not set
  672. CONFIG_E100=y
  673. # CONFIG_FEALNX is not set
  674. # CONFIG_NATSEMI is not set
  675. # CONFIG_NE2K_PCI is not set
  676. CONFIG_8139CP=y
  677. CONFIG_8139TOO=y
  678. # CONFIG_8139TOO_PIO is not set
  679. # CONFIG_8139TOO_TUNE_TWISTER is not set
  680. # CONFIG_8139TOO_8129 is not set
  681. # CONFIG_8139_OLD_RX_RESET is not set
  682. # CONFIG_SIS900 is not set
  683. # CONFIG_EPIC100 is not set
  684. # CONFIG_SUNDANCE is not set
  685. # CONFIG_TLAN is not set
  686. # CONFIG_VIA_RHINE is not set
  687. #
  688. # Ethernet (1000 Mbit)
  689. #
  690. # CONFIG_ACENIC is not set
  691. # CONFIG_DL2K is not set
  692. CONFIG_E1000=y
  693. # CONFIG_E1000_NAPI is not set
  694. # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
  695. # CONFIG_NS83820 is not set
  696. # CONFIG_HAMACHI is not set
  697. # CONFIG_YELLOWFIN is not set
  698. CONFIG_R8169=y
  699. # CONFIG_R8169_NAPI is not set
  700. # CONFIG_SIS190 is not set
  701. # CONFIG_SKGE is not set
  702. CONFIG_SKY2=y
  703. # CONFIG_SK98LIN is not set
  704. # CONFIG_VIA_VELOCITY is not set
  705. CONFIG_TIGON3=y
  706. CONFIG_BNX2=y
  707. # CONFIG_QLA3XXX is not set
  708. #
  709. # Ethernet (10000 Mbit)
  710. #
  711. # CONFIG_CHELSIO_T1 is not set
  712. # CONFIG_IXGB is not set
  713. # CONFIG_S2IO is not set
  714. # CONFIG_MYRI10GE is not set
  715. #
  716. # Token Ring devices
  717. #
  718. # CONFIG_TR is not set
  719. #
  720. # Wireless LAN (non-hamradio)
  721. #
  722. # CONFIG_NET_RADIO is not set
  723. #
  724. # Wan interfaces
  725. #
  726. # CONFIG_WAN is not set
  727. # CONFIG_FDDI is not set
  728. # CONFIG_HIPPI is not set
  729. # CONFIG_PPP is not set
  730. # CONFIG_SLIP is not set
  731. # CONFIG_NET_FC is not set
  732. # CONFIG_SHAPER is not set
  733. CONFIG_NETCONSOLE=m
  734. CONFIG_NETPOLL=y
  735. # CONFIG_NETPOLL_RX is not set
  736. # CONFIG_NETPOLL_TRAP is not set
  737. CONFIG_NET_POLL_CONTROLLER=y
  738. #
  739. # ISDN subsystem
  740. #
  741. # CONFIG_ISDN is not set
  742. #
  743. # Telephony Support
  744. #
  745. # CONFIG_PHONE is not set
  746. #
  747. # Input device support
  748. #
  749. CONFIG_INPUT=y
  750. # CONFIG_INPUT_FF_MEMLESS is not set
  751. #
  752. # Userland interfaces
  753. #
  754. CONFIG_INPUT_MOUSEDEV=y
  755. CONFIG_INPUT_MOUSEDEV_PSAUX=y
  756. CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
  757. CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
  758. # CONFIG_INPUT_JOYDEV is not set
  759. # CONFIG_INPUT_TSDEV is not set
  760. CONFIG_INPUT_EVDEV=m
  761. # CONFIG_INPUT_EVBUG is not set
  762. #
  763. # Input Device Drivers
  764. #
  765. CONFIG_INPUT_KEYBOARD=y
  766. CONFIG_KEYBOARD_ATKBD=y
  767. CONFIG_KEYBOARD_SUNKBD=m
  768. CONFIG_KEYBOARD_LKKBD=m
  769. CONFIG_KEYBOARD_XTKBD=m
  770. CONFIG_KEYBOARD_NEWTON=m
  771. CONFIG_KEYBOARD_STOWAWAY=m
  772. CONFIG_INPUT_MOUSE=y
  773. CONFIG_MOUSE_PS2=m
  774. CONFIG_MOUSE_SERIAL=m
  775. # CONFIG_MOUSE_VSXXXAA is not set
  776. # CONFIG_INPUT_JOYSTICK is not set
  777. # CONFIG_INPUT_TOUCHSCREEN is not set
  778. # CONFIG_INPUT_MISC is not set
  779. #
  780. # Hardware I/O ports
  781. #
  782. CONFIG_SERIO=y
  783. CONFIG_SERIO_I8042=y
  784. CONFIG_SERIO_SERPORT=m
  785. # CONFIG_SERIO_CT82C710 is not set
  786. # CONFIG_SERIO_PCIPS2 is not set
  787. CONFIG_SERIO_LIBPS2=y
  788. # CONFIG_SERIO_RAW is not set
  789. # CONFIG_GAMEPORT is not set
  790. #
  791. # Character devices
  792. #
  793. CONFIG_VT=y
  794. CONFIG_VT_CONSOLE=y
  795. CONFIG_HW_CONSOLE=y
  796. CONFIG_VT_HW_CONSOLE_BINDING=y
  797. # CONFIG_SERIAL_NONSTANDARD is not set
  798. #
  799. # Serial drivers
  800. #
  801. CONFIG_SERIAL_8250=y
  802. CONFIG_SERIAL_8250_CONSOLE=y
  803. CONFIG_SERIAL_8250_PCI=y
  804. CONFIG_SERIAL_8250_NR_UARTS=4
  805. CONFIG_SERIAL_8250_RUNTIME_UARTS=4
  806. # CONFIG_SERIAL_8250_EXTENDED is not set
  807. #
  808. # Non-8250 serial port support
  809. #
  810. CONFIG_SERIAL_CORE=y
  811. CONFIG_SERIAL_CORE_CONSOLE=y
  812. # CONFIG_SERIAL_JSM is not set
  813. CONFIG_UNIX98_PTYS=y
  814. CONFIG_LEGACY_PTYS=y
  815. CONFIG_LEGACY_PTY_COUNT=256
  816. #
  817. # IPMI
  818. #
  819. # CONFIG_IPMI_HANDLER is not set
  820. #
  821. # Watchdog Cards
  822. #
  823. # CONFIG_WATCHDOG is not set
  824. CONFIG_HW_RANDOM=y
  825. CONFIG_HW_RANDOM_INTEL=m
  826. # CONFIG_HW_RANDOM_AMD is not set
  827. # CONFIG_HW_RANDOM_GEODE is not set
  828. # CONFIG_HW_RANDOM_VIA is not set
  829. # CONFIG_NVRAM is not set
  830. CONFIG_RTC=m
  831. # CONFIG_GEN_RTC is not set
  832. # CONFIG_DTLK is not set
  833. # CONFIG_R3964 is not set
  834. # CONFIG_APPLICOM is not set
  835. # CONFIG_SONYPI is not set
  836. #
  837. # Ftape, the floppy tape device driver
  838. #
  839. # CONFIG_FTAPE is not set
  840. CONFIG_AGP=m
  841. # CONFIG_AGP_ALI is not set
  842. # CONFIG_AGP_ATI is not set
  843. # CONFIG_AGP_AMD is not set
  844. # CONFIG_AGP_AMD64 is not set
  845. CONFIG_AGP_INTEL=m
  846. # CONFIG_AGP_NVIDIA is not set
  847. # CONFIG_AGP_SIS is not set
  848. # CONFIG_AGP_SWORKS is not set
  849. # CONFIG_AGP_VIA is not set
  850. # CONFIG_AGP_EFFICEON is not set
  851. # CONFIG_DRM is not set
  852. # CONFIG_MWAVE is not set
  853. # CONFIG_PC8736x_GPIO is not set
  854. # CONFIG_NSC_GPIO is not set
  855. CONFIG_CS5535_GPIO=m
  856. CONFIG_RAW_DRIVER=m
  857. CONFIG_MAX_RAW_DEVS=256
  858. CONFIG_HANGCHECK_TIMER=m
  859. #
  860. # TPM devices
  861. #
  862. # CONFIG_TCG_TPM is not set
  863. # CONFIG_TELCLOCK is not set
  864. #
  865. # I2C support
  866. #
  867. CONFIG_I2C=m
  868. CONFIG_I2C_CHARDEV=m
  869. #
  870. # I2C Algorithms
  871. #
  872. # CONFIG_I2C_ALGOBIT is not set
  873. # CONFIG_I2C_ALGOPCF is not set
  874. # CONFIG_I2C_ALGOPCA is not set
  875. #
  876. # I2C Hardware Bus support
  877. #
  878. # CONFIG_I2C_ALI1535 is not set
  879. # CONFIG_I2C_ALI1563 is not set
  880. # CONFIG_I2C_ALI15X3 is not set
  881. # CONFIG_I2C_AMD756 is not set
  882. # CONFIG_I2C_AMD8111 is not set
  883. # CONFIG_I2C_I801 is not set
  884. # CONFIG_I2C_I810 is not set
  885. # CONFIG_I2C_PIIX4 is not set
  886. # CONFIG_I2C_NFORCE2 is not set
  887. # CONFIG_I2C_OCORES is not set
  888. # CONFIG_I2C_PARPORT_LIGHT is not set
  889. # CONFIG_I2C_PROSAVAGE is not set
  890. # CONFIG_I2C_SAVAGE4 is not set
  891. # CONFIG_SCx200_ACB is not set
  892. # CONFIG_I2C_SIS5595 is not set
  893. # CONFIG_I2C_SIS630 is not set
  894. # CONFIG_I2C_SIS96X is not set
  895. # CONFIG_I2C_STUB is not set
  896. # CONFIG_I2C_VIA is not set
  897. # CONFIG_I2C_VIAPRO is not set
  898. # CONFIG_I2C_VOODOO3 is not set
  899. # CONFIG_I2C_PCA_ISA is not set
  900. #
  901. # Miscellaneous I2C Chip support
  902. #
  903. # CONFIG_SENSORS_DS1337 is not set
  904. # CONFIG_SENSORS_DS1374 is not set
  905. # CONFIG_SENSORS_EEPROM is not set
  906. # CONFIG_SENSORS_PCF8574 is not set
  907. # CONFIG_SENSORS_PCA9539 is not set
  908. # CONFIG_SENSORS_PCF8591 is not set
  909. # CONFIG_SENSORS_MAX6875 is not set
  910. # CONFIG_I2C_DEBUG_CORE is not set
  911. # CONFIG_I2C_DEBUG_ALGO is not set
  912. # CONFIG_I2C_DEBUG_BUS is not set
  913. # CONFIG_I2C_DEBUG_CHIP is not set
  914. #
  915. # SPI support
  916. #
  917. # CONFIG_SPI is not set
  918. # CONFIG_SPI_MASTER is not set
  919. #
  920. # Dallas's 1-wire bus
  921. #
  922. # CONFIG_W1 is not set
  923. #
  924. # Hardware Monitoring support
  925. #
  926. # CONFIG_HWMON is not set
  927. # CONFIG_HWMON_VID is not set
  928. #
  929. # Multimedia devices
  930. #
  931. CONFIG_VIDEO_DEV=m
  932. CONFIG_VIDEO_V4L1=y
  933. CONFIG_VIDEO_V4L1_COMPAT=y
  934. CONFIG_VIDEO_V4L2=y
  935. #
  936. # Video Capture Adapters
  937. #
  938. #
  939. # Video Capture Adapters
  940. #
  941. # CONFIG_VIDEO_ADV_DEBUG is not set
  942. CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
  943. # CONFIG_VIDEO_VIVI is not set
  944. # CONFIG_VIDEO_BT848 is not set
  945. # CONFIG_VIDEO_CPIA is not set
  946. # CONFIG_VIDEO_CPIA2 is not set
  947. # CONFIG_VIDEO_SAA5246A is not set
  948. # CONFIG_VIDEO_SAA5249 is not set
  949. # CONFIG_TUNER_3036 is not set
  950. # CONFIG_VIDEO_STRADIS is not set
  951. # CONFIG_VIDEO_SAA7134 is not set
  952. # CONFIG_VIDEO_MXB is not set
  953. # CONFIG_VIDEO_DPC is not set
  954. # CONFIG_VIDEO_HEXIUM_ORION is not set
  955. # CONFIG_VIDEO_HEXIUM_GEMINI is not set
  956. # CONFIG_VIDEO_CX88 is not set
  957. #
  958. # V4L USB devices
  959. #
  960. # CONFIG_VIDEO_PVRUSB2 is not set
  961. # CONFIG_VIDEO_EM28XX is not set
  962. # CONFIG_USB_VICAM is not set
  963. # CONFIG_USB_IBMCAM is not set
  964. # CONFIG_USB_KONICAWC is not set
  965. # CONFIG_USB_QUICKCAM_MESSENGER is not set
  966. # CONFIG_USB_ET61X251 is not set
  967. # CONFIG_VIDEO_OVCAMCHIP is not set
  968. # CONFIG_USB_W9968CF is not set
  969. # CONFIG_USB_OV511 is not set
  970. # CONFIG_USB_SE401 is not set
  971. # CONFIG_USB_SN9C102 is not set
  972. # CONFIG_USB_STV680 is not set
  973. # CONFIG_USB_ZC0301 is not set
  974. # CONFIG_USB_PWC is not set
  975. #
  976. # Radio Adapters
  977. #
  978. # CONFIG_RADIO_GEMTEK_PCI is not set
  979. # CONFIG_RADIO_MAXIRADIO is not set
  980. # CONFIG_RADIO_MAESTRO is not set
  981. # CONFIG_USB_DSBR is not set
  982. #
  983. # Digital Video Broadcasting Devices
  984. #
  985. # CONFIG_DVB is not set
  986. # CONFIG_USB_DABUSB is not set
  987. #
  988. # Graphics support
  989. #
  990. CONFIG_FIRMWARE_EDID=y
  991. CONFIG_FB=m
  992. CONFIG_FB_CFB_FILLRECT=m
  993. CONFIG_FB_CFB_COPYAREA=m
  994. CONFIG_FB_CFB_IMAGEBLIT=m
  995. # CONFIG_FB_MACMODES is not set
  996. # CONFIG_FB_BACKLIGHT is not set
  997. # CONFIG_FB_MODE_HELPERS is not set
  998. # CONFIG_FB_TILEBLITTING is not set
  999. # CONFIG_FB_CIRRUS is not set
  1000. # CONFIG_FB_PM2 is not set
  1001. # CONFIG_FB_CYBER2000 is not set
  1002. # CONFIG_FB_ARC is not set
  1003. # CONFIG_FB_VGA16 is not set
  1004. CONFIG_VIDEO_SELECT=y
  1005. # CONFIG_FB_HGA is not set
  1006. # CONFIG_FB_S1D13XXX is not set
  1007. # CONFIG_FB_NVIDIA is not set
  1008. # CONFIG_FB_RIVA is not set
  1009. # CONFIG_FB_I810 is not set
  1010. # CONFIG_FB_INTEL is not set
  1011. # CONFIG_FB_MATROX is not set
  1012. # CONFIG_FB_RADEON is not set
  1013. # CONFIG_FB_ATY128 is not set
  1014. # CONFIG_FB_ATY is not set
  1015. # CONFIG_FB_SAVAGE is not set
  1016. # CONFIG_FB_SIS is not set
  1017. # CONFIG_FB_NEOMAGIC is not set
  1018. # CONFIG_FB_KYRO is not set
  1019. # CONFIG_FB_3DFX is not set
  1020. # CONFIG_FB_VOODOO1 is not set
  1021. # CONFIG_FB_CYBLA is not set
  1022. # CONFIG_FB_TRIDENT is not set
  1023. # CONFIG_FB_GEODE is not set
  1024. CONFIG_FB_VIRTUAL=m
  1025. #
  1026. # Console display driver support
  1027. #
  1028. CONFIG_VGA_CONSOLE=y
  1029. CONFIG_VGACON_SOFT_SCROLLBACK=y
  1030. CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=128
  1031. CONFIG_DUMMY_CONSOLE=y
  1032. CONFIG_FRAMEBUFFER_CONSOLE=m
  1033. # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
  1034. CONFIG_FONTS=y
  1035. CONFIG_FONT_8x8=y
  1036. CONFIG_FONT_8x16=y
  1037. # CONFIG_FONT_6x11 is not set
  1038. # CONFIG_FONT_7x14 is not set
  1039. # CONFIG_FONT_PEARL_8x8 is not set
  1040. # CONFIG_FONT_ACORN_8x8 is not set
  1041. # CONFIG_FONT_MINI_4x6 is not set
  1042. # CONFIG_FONT_SUN8x16 is not set
  1043. # CONFIG_FONT_SUN12x22 is not set
  1044. # CONFIG_FONT_10x18 is not set
  1045. #
  1046. # Logo configuration
  1047. #
  1048. CONFIG_LOGO=y
  1049. CONFIG_LOGO_LINUX_MONO=y
  1050. CONFIG_LOGO_LINUX_VGA16=y
  1051. # CONFIG_LOGO_LINUX_CLUT224 is not set
  1052. CONFIG_BACKLIGHT_LCD_SUPPORT=y
  1053. CONFIG_BACKLIGHT_CLASS_DEVICE=m
  1054. CONFIG_BACKLIGHT_DEVICE=y
  1055. CONFIG_LCD_CLASS_DEVICE=m
  1056. CONFIG_LCD_DEVICE=y
  1057. #
  1058. # Speakup console speech
  1059. #
  1060. # CONFIG_SPEAKUP is not set
  1061. #
  1062. # Sound
  1063. #
  1064. CONFIG_SOUND=m
  1065. #
  1066. # Advanced Linux Sound Architecture
  1067. #
  1068. CONFIG_SND=m
  1069. CONFIG_SND_TIMER=m
  1070. CONFIG_SND_PCM=m
  1071. CONFIG_SND_RAWMIDI=m
  1072. CONFIG_SND_SEQUENCER=m
  1073. # CONFIG_SND_SEQ_DUMMY is not set
  1074. CONFIG_SND_OSSEMUL=y
  1075. CONFIG_SND_MIXER_OSS=m
  1076. CONFIG_SND_PCM_OSS=m
  1077. # CONFIG_SND_PCM_OSS_PLUGINS is not set
  1078. # CONFIG_SND_SEQUENCER_OSS is not set
  1079. # CONFIG_SND_RTCTIMER is not set
  1080. # CONFIG_SND_DYNAMIC_MINORS is not set
  1081. CONFIG_SND_SUPPORT_OLD_API=y
  1082. CONFIG_SND_VERBOSE_PROCFS=y
  1083. # CONFIG_SND_VERBOSE_PRINTK is not set
  1084. # CONFIG_SND_DEBUG is not set
  1085. #
  1086. # Generic devices
  1087. #
  1088. CONFIG_SND_MPU401_UART=m
  1089. CONFIG_SND_DUMMY=m
  1090. # CONFIG_SND_VIRMIDI is not set
  1091. CONFIG_SND_MTPAV=m
  1092. # CONFIG_SND_SERIAL_U16550 is not set
  1093. CONFIG_SND_MPU401=m
  1094. #
  1095. # PCI devices
  1096. #
  1097. # CONFIG_SND_AD1889 is not set
  1098. # CONFIG_SND_ALS300 is not set
  1099. # CONFIG_SND_ALS4000 is not set
  1100. # CONFIG_SND_ALI5451 is not set
  1101. # CONFIG_SND_ATIIXP is not set
  1102. # CONFIG_SND_ATIIXP_MODEM is not set
  1103. # CONFIG_SND_AU8810 is not set
  1104. # CONFIG_SND_AU8820 is not set
  1105. # CONFIG_SND_AU8830 is not set
  1106. # CONFIG_SND_AZT3328 is not set
  1107. # CONFIG_SND_BT87X is not set
  1108. # CONFIG_SND_CA0106 is not set
  1109. # CONFIG_SND_CMIPCI is not set
  1110. # CONFIG_SND_CS4281 is not set
  1111. # CONFIG_SND_CS46XX is not set
  1112. # CONFIG_SND_CS5535AUDIO is not set
  1113. # CONFIG_SND_DARLA20 is not set
  1114. # CONFIG_SND_GINA20 is not set
  1115. # CONFIG_SND_LAYLA20 is not set
  1116. # CONFIG_SND_DARLA24 is not set
  1117. # CONFIG_SND_GINA24 is not set
  1118. # CONFIG_SND_LAYLA24 is not set
  1119. # CONFIG_SND_MONA is not set
  1120. # CONFIG_SND_MIA is not set
  1121. # CONFIG_SND_ECHO3G is not set
  1122. # CONFIG_SND_INDIGO is not set
  1123. # CONFIG_SND_INDIGOIO is not set
  1124. # CONFIG_SND_INDIGODJ is not set
  1125. # CONFIG_SND_EMU10K1 is not set
  1126. # CONFIG_SND_EMU10K1X is not set
  1127. # CONFIG_SND_ENS1370 is not set
  1128. # CONFIG_SND_ENS1371 is not set
  1129. # CONFIG_SND_ES1938 is not set
  1130. # CONFIG_SND_ES1968 is not set
  1131. # CONFIG_SND_FM801 is not set
  1132. # CONFIG_SND_HDA_INTEL is not set
  1133. # CONFIG_SND_HDSP is not set
  1134. # CONFIG_SND_HDSPM is not set
  1135. # CONFIG_SND_ICE1712 is not set
  1136. # CONFIG_SND_ICE1724 is not set
  1137. # CONFIG_SND_INTEL8X0 is not set
  1138. # CONFIG_SND_INTEL8X0M is not set
  1139. # CONFIG_SND_KORG1212 is not set
  1140. # CONFIG_SND_MAESTRO3 is not set
  1141. # CONFIG_SND_MIXART is not set
  1142. # CONFIG_SND_NM256 is not set
  1143. # CONFIG_SND_PCXHR is not set
  1144. # CONFIG_SND_RIPTIDE is not set
  1145. # CONFIG_SND_RME32 is not set
  1146. # CONFIG_SND_RME96 is not set
  1147. # CONFIG_SND_RME9652 is not set
  1148. # CONFIG_SND_SONICVIBES is not set
  1149. # CONFIG_SND_TRIDENT is not set
  1150. # CONFIG_SND_VIA82XX is not set
  1151. # CONFIG_SND_VIA82XX_MODEM is not set
  1152. # CONFIG_SND_VX222 is not set
  1153. # CONFIG_SND_YMFPCI is not set
  1154. #
  1155. # USB devices
  1156. #
  1157. # CONFIG_SND_USB_AUDIO is not set
  1158. # CONFIG_SND_USB_USX2Y is not set
  1159. #
  1160. # Open Sound System
  1161. #
  1162. CONFIG_SOUND_PRIME=m
  1163. CONFIG_OSS_OBSOLETE_DRIVER=y
  1164. # CONFIG_SOUND_BT878 is not set
  1165. # CONFIG_SOUND_EMU10K1 is not set
  1166. # CONFIG_SOUND_FUSION is not set
  1167. # CONFIG_SOUND_ES1371 is not set
  1168. CONFIG_SOUND_ICH=m
  1169. # CONFIG_SOUND_TRIDENT is not set
  1170. # CONFIG_SOUND_MSNDCLAS is not set
  1171. # CONFIG_SOUND_MSNDPIN is not set
  1172. # CONFIG_SOUND_VIA82CXXX is not set
  1173. # CONFIG_SOUND_OSS is not set
  1174. # CONFIG_SOUND_TVMIXER is not set
  1175. #
  1176. # USB support
  1177. #
  1178. CONFIG_USB_ARCH_HAS_HCD=y
  1179. CONFIG_USB_ARCH_HAS_OHCI=y
  1180. CONFIG_USB_ARCH_HAS_EHCI=y
  1181. CONFIG_USB=m
  1182. # CONFIG_USB_DEBUG is not set
  1183. #
  1184. # Miscellaneous USB options
  1185. #
  1186. CONFIG_USB_DEVICEFS=y
  1187. # CONFIG_USB_BANDWIDTH is not set
  1188. # CONFIG_USB_DYNAMIC_MINORS is not set
  1189. # CONFIG_USB_SUSPEND is not set
  1190. # CONFIG_USB_OTG is not set
  1191. #
  1192. # USB Host Controller Drivers
  1193. #
  1194. CONFIG_USB_EHCI_HCD=m
  1195. # CONFIG_USB_EHCI_SPLIT_ISO is not set
  1196. # CONFIG_USB_EHCI_ROOT_HUB_TT is not set
  1197. # CONFIG_USB_EHCI_TT_NEWSCHED is not set
  1198. # CONFIG_USB_ISP116X_HCD is not set
  1199. # CONFIG_USB_OHCI_HCD is not set
  1200. # CONFIG_USB_UHCI_HCD is not set
  1201. # CONFIG_USB_SL811_HCD is not set
  1202. #
  1203. # USB Device Class drivers
  1204. #
  1205. # CONFIG_USB_ACM is not set
  1206. # CONFIG_USB_PRINTER is not set
  1207. #
  1208. # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
  1209. #
  1210. #
  1211. # may also be needed; see USB_STORAGE Help for more information
  1212. #
  1213. CONFIG_USB_STORAGE=m
  1214. # CONFIG_USB_STORAGE_DEBUG is not set
  1215. # CONFIG_USB_STORAGE_DATAFAB is not set
  1216. # CONFIG_USB_STORAGE_FREECOM is not set
  1217. # CONFIG_USB_STORAGE_ISD200 is not set
  1218. # CONFIG_USB_STORAGE_DPCM is not set
  1219. # CONFIG_USB_STORAGE_USBAT is not set
  1220. # CONFIG_USB_STORAGE_SDDR09 is not set
  1221. # CONFIG_USB_STORAGE_SDDR55 is not set
  1222. # CONFIG_USB_STORAGE_JUMPSHOT is not set
  1223. # CONFIG_USB_STORAGE_ALAUDA is not set
  1224. # CONFIG_USB_STORAGE_KARMA is not set
  1225. # CONFIG_USB_LIBUSUAL is not set
  1226. #
  1227. # USB Input Devices
  1228. #
  1229. CONFIG_USB_HID=m
  1230. CONFIG_USB_HIDINPUT=y
  1231. # CONFIG_USB_HIDINPUT_POWERBOOK is not set
  1232. # CONFIG_HID_FF is not set
  1233. # CONFIG_USB_HIDDEV is not set
  1234. #
  1235. # USB HID Boot Protocol drivers
  1236. #
  1237. # CONFIG_USB_KBD is not set
  1238. # CONFIG_USB_MOUSE is not set
  1239. # CONFIG_USB_AIPTEK is not set
  1240. # CONFIG_USB_WACOM is not set
  1241. # CONFIG_USB_ACECAD is not set
  1242. # CONFIG_USB_KBTAB is not set
  1243. # CONFIG_USB_POWERMATE is not set
  1244. # CONFIG_USB_TOUCHSCREEN is not set
  1245. # CONFIG_USB_YEALINK is not set
  1246. # CONFIG_USB_XPAD is not set
  1247. # CONFIG_USB_ATI_REMOTE is not set
  1248. # CONFIG_USB_ATI_REMOTE2 is not set
  1249. # CONFIG_USB_KEYSPAN_REMOTE is not set
  1250. # CONFIG_USB_APPLETOUCH is not set
  1251. #
  1252. # USB Imaging devices
  1253. #
  1254. # CONFIG_USB_MDC800 is not set
  1255. # CONFIG_USB_MICROTEK is not set
  1256. #
  1257. # USB Network Adapters
  1258. #
  1259. # CONFIG_USB_CATC is not set
  1260. # CONFIG_USB_KAWETH is not set
  1261. # CONFIG_USB_PEGASUS is not set
  1262. # CONFIG_USB_RTL8150 is not set
  1263. # CONFIG_USB_USBNET_MII is not set
  1264. # CONFIG_USB_USBNET is not set
  1265. # CONFIG_USB_MON is not set
  1266. #
  1267. # USB port drivers
  1268. #
  1269. #
  1270. # USB Serial Converter support
  1271. #
  1272. # CONFIG_USB_SERIAL is not set
  1273. #
  1274. # USB Miscellaneous drivers
  1275. #
  1276. # CONFIG_USB_EMI62 is not set
  1277. # CONFIG_USB_EMI26 is not set
  1278. # CONFIG_USB_ADUTUX is not set
  1279. # CONFIG_USB_AUERSWALD is not set
  1280. CONFIG_USB_RIO500=m
  1281. # CONFIG_USB_LEGOTOWER is not set
  1282. # CONFIG_USB_LCD is not set
  1283. # CONFIG_USB_LED is not set
  1284. # CONFIG_USB_CYPRESS_CY7C63 is not set
  1285. # CONFIG_USB_CYTHERM is not set
  1286. # CONFIG_USB_PHIDGET is not set
  1287. # CONFIG_USB_IDMOUSE is not set
  1288. # CONFIG_USB_FTDI_ELAN is not set
  1289. # CONFIG_USB_APPLEDISPLAY is not set
  1290. # CONFIG_USB_SISUSBVGA is not set
  1291. # CONFIG_USB_LD is not set
  1292. # CONFIG_USB_TRANCEVIBRATOR is not set
  1293. # CONFIG_USB_TEST is not set
  1294. #
  1295. # USB DSL modem support
  1296. #
  1297. #
  1298. # USB Gadget Support
  1299. #
  1300. # CONFIG_USB_GADGET is not set
  1301. #
  1302. # MMC/SD Card support
  1303. #
  1304. # CONFIG_MMC is not set
  1305. #
  1306. # LED devices
  1307. #
  1308. # CONFIG_NEW_LEDS is not set
  1309. #
  1310. # LED drivers
  1311. #
  1312. #
  1313. # LED Triggers
  1314. #
  1315. #
  1316. # InfiniBand support
  1317. #
  1318. # CONFIG_INFINIBAND is not set
  1319. #
  1320. # EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
  1321. #
  1322. # CONFIG_EDAC is not set
  1323. #
  1324. # Real Time Clock
  1325. #
  1326. CONFIG_RTC_LIB=y
  1327. CONFIG_RTC_CLASS=y
  1328. CONFIG_RTC_HCTOSYS=y
  1329. CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
  1330. # CONFIG_RTC_DEBUG is not set
  1331. #
  1332. # RTC interfaces
  1333. #
  1334. CONFIG_RTC_INTF_SYSFS=y
  1335. CONFIG_RTC_INTF_PROC=y
  1336. CONFIG_RTC_INTF_DEV=y
  1337. # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
  1338. #
  1339. # RTC drivers
  1340. #
  1341. # CONFIG_RTC_DRV_X1205 is not set
  1342. # CONFIG_RTC_DRV_DS1307 is not set
  1343. # CONFIG_RTC_DRV_DS1553 is not set
  1344. # CONFIG_RTC_DRV_ISL1208 is not set
  1345. # CONFIG_RTC_DRV_DS1672 is not set
  1346. # CONFIG_RTC_DRV_DS1742 is not set
  1347. # CONFIG_RTC_DRV_PCF8563 is not set
  1348. # CONFIG_RTC_DRV_PCF8583 is not set
  1349. # CONFIG_RTC_DRV_RS5C372 is not set
  1350. # CONFIG_RTC_DRV_M48T86 is not set
  1351. # CONFIG_RTC_DRV_TEST is not set
  1352. # CONFIG_RTC_DRV_V3020 is not set
  1353. #
  1354. # DMA Engine support
  1355. #
  1356. # CONFIG_DMA_ENGINE is not set
  1357. #
  1358. # DMA Clients
  1359. #
  1360. #
  1361. # DMA Devices
  1362. #
  1363. #
  1364. # File systems
  1365. #
  1366. CONFIG_EXT2_FS=y
  1367. CONFIG_EXT2_FS_XATTR=y
  1368. # CONFIG_EXT2_FS_POSIX_ACL is not set
  1369. # CONFIG_EXT2_FS_SECURITY is not set
  1370. # CONFIG_EXT2_FS_XIP is not set
  1371. CONFIG_EXT3_FS=y
  1372. CONFIG_EXT3_FS_XATTR=y
  1373. # CONFIG_EXT3_FS_POSIX_ACL is not set
  1374. # CONFIG_EXT3_FS_SECURITY is not set
  1375. # CONFIG_EXT4DEV_FS is not set
  1376. CONFIG_JBD=y
  1377. # CONFIG_JBD_DEBUG is not set
  1378. CONFIG_FS_MBCACHE=y
  1379. CONFIG_REISERFS_FS=y
  1380. # CONFIG_REISERFS_CHECK is not set
  1381. # CONFIG_REISERFS_PROC_INFO is not set
  1382. CONFIG_REISERFS_FS_XATTR=y
  1383. # CONFIG_REISERFS_FS_POSIX_ACL is not set
  1384. # CONFIG_REISERFS_FS_SECURITY is not set
  1385. # CONFIG_JFS_FS is not set
  1386. CONFIG_FS_POSIX_ACL=y
  1387. # CONFIG_XFS_FS is not set
  1388. # CONFIG_GFS2_FS is not set
  1389. # CONFIG_OCFS2_FS is not set
  1390. # CONFIG_MINIX_FS is not set
  1391. # CONFIG_ROMFS_FS is not set
  1392. CONFIG_INOTIFY=y
  1393. CONFIG_INOTIFY_USER=y
  1394. # CONFIG_QUOTA is not set
  1395. CONFIG_DNOTIFY=y
  1396. # CONFIG_AUTOFS_FS is not set
  1397. # CONFIG_AUTOFS4_FS is not set
  1398. # CONFIG_FUSE_FS is not set
  1399. CONFIG_GENERIC_ACL=y
  1400. #
  1401. # CD-ROM/DVD Filesystems
  1402. #
  1403. CONFIG_ISO9660_FS=m
  1404. # CONFIG_JOLIET is not set
  1405. # CONFIG_ZISOFS is not set
  1406. # CONFIG_UDF_FS is not set
  1407. #
  1408. # DOS/FAT/NT Filesystems
  1409. #
  1410. CONFIG_FAT_FS=m
  1411. CONFIG_MSDOS_FS=m
  1412. CONFIG_VFAT_FS=m
  1413. CONFIG_FAT_DEFAULT_CODEPAGE=437
  1414. CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
  1415. # CONFIG_NTFS_FS is not set
  1416. #
  1417. # Pseudo filesystems
  1418. #
  1419. CONFIG_PROC_FS=y
  1420. CONFIG_PROC_KCORE=y
  1421. CONFIG_PROC_SYSCTL=y
  1422. CONFIG_SYSFS=y
  1423. CONFIG_TMPFS=y
  1424. CONFIG_TMPFS_POSIX_ACL=y
  1425. CONFIG_HUGETLBFS=y
  1426. CONFIG_HUGETLB_PAGE=y
  1427. CONFIG_RAMFS=y
  1428. # CONFIG_CONFIGFS_FS is not set
  1429. #
  1430. # Miscellaneous filesystems
  1431. #
  1432. # CONFIG_ADFS_FS is not set
  1433. # CONFIG_AFFS_FS is not set
  1434. # CONFIG_HFS_FS is not set
  1435. # CONFIG_HFSPLUS_FS is not set
  1436. # CONFIG_BEFS_FS is not set
  1437. # CONFIG_BFS_FS is not set
  1438. # CONFIG_EFS_FS is not set
  1439. # CONFIG_CRAMFS is not set
  1440. # CONFIG_SQUASHFS is not set
  1441. # CONFIG_VXFS_FS is not set
  1442. # CONFIG_HPFS_FS is not set
  1443. # CONFIG_QNX4FS_FS is not set
  1444. # CONFIG_SYSV_FS is not set
  1445. # CONFIG_UFS_FS is not set
  1446. #
  1447. # Network File Systems
  1448. #
  1449. CONFIG_NFS_FS=m
  1450. CONFIG_NFS_V3=y
  1451. # CONFIG_NFS_V3_ACL is not set
  1452. # CONFIG_NFS_V4 is not set
  1453. # CONFIG_NFS_DIRECTIO is not set
  1454. CONFIG_NFSD=m
  1455. CONFIG_NFSD_V3=y
  1456. # CONFIG_NFSD_V3_ACL is not set
  1457. # CONFIG_NFSD_V4 is not set
  1458. # CONFIG_NFSD_TCP is not set
  1459. CONFIG_LOCKD=m
  1460. CONFIG_LOCKD_V4=y
  1461. CONFIG_EXPORTFS=m
  1462. CONFIG_NFS_COMMON=y
  1463. CONFIG_SUNRPC=m
  1464. # CONFIG_RPCSEC_GSS_KRB5 is not set
  1465. # CONFIG_RPCSEC_GSS_SPKM3 is not set
  1466. # CONFIG_SMB_FS is not set
  1467. # CONFIG_CIFS is not set
  1468. # CONFIG_NCP_FS is not set
  1469. # CONFIG_CODA_FS is not set
  1470. # CONFIG_AFS_FS is not set
  1471. # CONFIG_9P_FS is not set
  1472. #
  1473. # Partition Types
  1474. #
  1475. # CONFIG_PARTITION_ADVANCED is not set
  1476. CONFIG_MSDOS_PARTITION=y
  1477. #
  1478. # Native Language Support
  1479. #
  1480. CONFIG_NLS=m
  1481. CONFIG_NLS_DEFAULT="UTF-8"
  1482. CONFIG_NLS_CODEPAGE_437=m
  1483. # CONFIG_NLS_CODEPAGE_737 is not set
  1484. # CONFIG_NLS_CODEPAGE_775 is not set
  1485. # CONFIG_NLS_CODEPAGE_850 is not set
  1486. # CONFIG_NLS_CODEPAGE_852 is not set
  1487. # CONFIG_NLS_CODEPAGE_855 is not set
  1488. # CONFIG_NLS_CODEPAGE_857 is not set
  1489. # CONFIG_NLS_CODEPAGE_860 is not set
  1490. # CONFIG_NLS_CODEPAGE_861 is not set
  1491. # CONFIG_NLS_CODEPAGE_862 is not set
  1492. # CONFIG_NLS_CODEPAGE_863 is not set
  1493. # CONFIG_NLS_CODEPAGE_864 is not set
  1494. # CONFIG_NLS_CODEPAGE_865 is not set
  1495. # CONFIG_NLS_CODEPAGE_866 is not set
  1496. # CONFIG_NLS_CODEPAGE_869 is not set
  1497. CONFIG_NLS_CODEPAGE_936=m
  1498. # CONFIG_NLS_CODEPAGE_950 is not set
  1499. # CONFIG_NLS_CODEPAGE_932 is not set
  1500. # CONFIG_NLS_CODEPAGE_949 is not set
  1501. # CONFIG_NLS_CODEPAGE_874 is not set
  1502. # CONFIG_NLS_ISO8859_8 is not set
  1503. # CONFIG_NLS_CODEPAGE_1250 is not set
  1504. # CONFIG_NLS_CODEPAGE_1251 is not set
  1505. CONFIG_NLS_ASCII=m
  1506. CONFIG_NLS_ISO8859_1=m
  1507. # CONFIG_NLS_ISO8859_2 is not set
  1508. # CONFIG_NLS_ISO8859_3 is not set
  1509. # CONFIG_NLS_ISO8859_4 is not set
  1510. # CONFIG_NLS_ISO8859_5 is not set
  1511. # CONFIG_NLS_ISO8859_6 is not set
  1512. # CONFIG_NLS_ISO8859_7 is not set
  1513. # CONFIG_NLS_ISO8859_9 is not set
  1514. # CONFIG_NLS_ISO8859_13 is not set
  1515. # CONFIG_NLS_ISO8859_14 is not set
  1516. # CONFIG_NLS_ISO8859_15 is not set
  1517. # CONFIG_NLS_KOI8_R is not set
  1518. # CONFIG_NLS_KOI8_U is not set
  1519. CONFIG_NLS_UTF8=m
  1520. #
  1521. # Instrumentation Support
  1522. #
  1523. # CONFIG_PROFILING is not set
  1524. # CONFIG_KPROBES is not set
  1525. #
  1526. # Kernel hacking
  1527. #
  1528. CONFIG_TRACE_IRQFLAGS_SUPPORT=y
  1529. # CONFIG_PRINTK_TIME is not set
  1530. # CONFIG_ENABLE_MUST_CHECK is not set
  1531. CONFIG_MAGIC_SYSRQ=y
  1532. CONFIG_UNUSED_SYMBOLS=y
  1533. CONFIG_DEBUG_KERNEL=y
  1534. CONFIG_LOG_BUF_SHIFT=18
  1535. CONFIG_DETECT_SOFTLOCKUP=y
  1536. # CONFIG_SCHEDSTATS is not set
  1537. # CONFIG_DEBUG_SLAB is not set
  1538. # CONFIG_DEBUG_RT_MUTEXES is not set
  1539. # CONFIG_RT_MUTEX_TESTER is not set
  1540. # CONFIG_DEBUG_SPINLOCK is not set
  1541. # CONFIG_DEBUG_MUTEXES is not set
  1542. # CONFIG_DEBUG_RWSEMS is not set
  1543. # CONFIG_DEBUG_LOCK_ALLOC is not set
  1544. # CONFIG_PROVE_LOCKING is not set
  1545. # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
  1546. # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
  1547. # CONFIG_DEBUG_KOBJECT is not set
  1548. CONFIG_DEBUG_BUGVERBOSE=y
  1549. # CONFIG_DEBUG_INFO is not set
  1550. # CONFIG_DEBUG_FS is not set
  1551. # CONFIG_DEBUG_VM is not set
  1552. # CONFIG_DEBUG_LIST is not set
  1553. # CONFIG_FRAME_POINTER is not set
  1554. CONFIG_UNWIND_INFO=y
  1555. CONFIG_STACK_UNWIND=y
  1556. # CONFIG_FORCED_INLINING is not set
  1557. # CONFIG_HEADERS_CHECK is not set
  1558. # CONFIG_RCU_TORTURE_TEST is not set
  1559. CONFIG_EARLY_PRINTK=y
  1560. CONFIG_DEBUG_STACKOVERFLOW=y
  1561. # CONFIG_DEBUG_STACK_USAGE is not set
  1562. # CONFIG_DEBUG_RODATA is not set
  1563. # CONFIG_4KSTACKS is not set
  1564. CONFIG_DOUBLEFAULT=y
  1565. #
  1566. # Security options
  1567. #
  1568. # CONFIG_KEYS is not set
  1569. # CONFIG_SECURITY is not set
  1570. #
  1571. # Cryptographic options
  1572. #
  1573. # CONFIG_CRYPTO is not set
  1574. #
  1575. # Library routines
  1576. #
  1577. # CONFIG_CRC_CCITT is not set
  1578. # CONFIG_CRC16 is not set
  1579. CONFIG_CRC32=y
  1580. # CONFIG_LIBCRC32C is not set
  1581. CONFIG_ZLIB_INFLATE=y
  1582. CONFIG_PLIST=y
  1583. CONFIG_GENERIC_HARDIRQS=y
  1584. CONFIG_GENERIC_IRQ_PROBE=y
  1585. CONFIG_X86_BIOS_REBOOT=y
  1586. CONFIG_KTIME_SCALAR=y
复制代码
回复 支持 反对

使用道具 举报

发表于 2007-3-17 01:16:30 | 显示全部楼层
把硬盘相关的都编译进内核,不要编译成模块
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-17 01:56:32 | 显示全部楼层
title Linux gentoo
root (hd0,1)
kernel /boot/vmlinuz root=/dev/hda2 ro
initrd /boot/System.map
用上面引导 时,提示:
.....Checking 'hlt'  instruction  ~ok
Unpacking initramfs ~(0)  kernel  panic - not syncing : no cpio magic

引导时不用initrd /boot/System.map 时提示:
.....
Using IPI shortcut mode
drivers/rtc/hctosys.c : unable to open rtc device  (rtc 0)
VFS : Cannot open root device "hda2" or unknown-block (0 0)
please panic -not syncing : VFS : Unable to mount  root fs on unknown-block (0 0)
/etc/fstab文件如下:
/dev/hda2   /   ext3   defaults.noatime  1 1
/dev/hda5    none   swap       sw    0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660  noauto,ro.user  0 0
proc      /proc       proc     defaults    0  0
none    /dev/shm   tmpfs    nodev.nosuid,noexec   0 0


刚刚又编译了一次内核, 最后一步提示有:
  INSTALL sound/soundcore.ko
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map  2.6.19-gentoo-r5; fi
#//注;以下为用make install的提示
sh /usr/src/linux-2.6.19-gentoo-r5/arch/i386/boot/install.sh 2.6.19-gentoo-r5 arch/i386/boot/bzImage System.map "/boot"
/sbin/installkernel: line 66: mkboot: command not found
make[1]: *** [install] 错误 127
make: *** [install] 错误 2


我再引导 一次试试.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-17 02:19:07 | 显示全部楼层
title Linux gentoo
root (hd0,1)
kernel /boot/vmlinuz root=/dev/hda2 ro
引导 时只能用上面的,在新编译 的内核下,又出现了新的问题:
....
Ckecking root file system ...
/dev/hda2 : clean, 258018 /611648 files , 704843 / 1220940 blocks  {ok}
Remounting root file system  red/write ...
Root file system could not be mounted red/write :c
Give root password  for  maintenance  (or type control -D to continue ):
回复 支持 反对

使用道具 举报

发表于 2007-3-17 02:43:55 | 显示全部楼层
initrd /boot/System.map
System.map不能做initrd,System.map根本不需要写入grub.conf

/dev/hda2 / ext3 defaults.noatime 1 1
虽然不能肯定一定错,但是到目前为止我没有见过两个选项间用.的,都是用逗号,比如
default,noatime

kernel /boot/vmlinuz root=/dev/hda2 ro
不加ro试试
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-17 11:03:01 | 显示全部楼层
Post by zhllg
initrd /boot/System.map
System.map不能做initrd,System.map根本不需要写入grub.conf

/dev/hda2 / ext3 defaults.noatime 1 1
虽然不能肯定一定错,但是到目前为止我没有见过两个选项间用.的,都是用逗号,比如
default,noatime

kernel /boot/vmlinuz root=/dev/hda2 ro
不加ro试试
天呀! 我居然把","写成了"." 没有想到犯了这样的错误. 我想不是一时能解决了的,就睡了,躺在床上想不通为什么不能重新挂root分区?竟是这样的错误. 经过修改重起后就是它的错误.
initrd /boot/System.map--从引导中去了.

新问题是:
1.用root可以进入系统,可用startx.以前在哪见过,普通用户要修改什么后才能用startx. 能给个链接吗?

2. 用  #useradd -m -G users,wheel,audio,cdrom,floppy,usb -s /bin/bash/ gen
  #passwd gen
  新建了gen用户,用gen登录时,提示错误如下:
Cannot execute /bin/bash/ : Not a directory
/etc/passswd中部分如下:
gen:x:1000:1000::/home/slk:/bin/bash
回复 支持 反对

使用道具 举报

发表于 2007-3-17 15:44:54 | 显示全部楼层
1. 不需要修改什么,我几乎从不用root startx
2. useradd不需要指定shell,默认就是bash,要指定的话,应该是/bin/bash,不需要最后的/,/bin/bash是文件不是目录
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-3-17 19:41:51 | 显示全部楼层
十分感激zhllg的多次不厌其烦地帮助。下面就是一点一点地玩了。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表