LinuxSir.cn,穿越时空的Linuxsir!

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

我的移动硬盘搜索不到?

[复制链接]
发表于 2006-4-9 12:21:25 | 显示全部楼层 |阅读模式
用 # mount -t vfat /dev/sda1 /mnt/MHDisk提示如下:
mount: /dev/sda1 is not a valid block device

移动硬盘是没有问题的,只有1个fat32分区,在windows下可以用

配置config错误?


  1. #
  2. # Automatically generated make config: don't edit
  3. # Linux kernel version: 2.6.16-reiser4-r1
  4. # Sun Apr  9 03:23:00 2006
  5. #
  6. CONFIG_X86_32=y
  7. CONFIG_SEMAPHORE_SLEEPERS=y
  8. CONFIG_X86=y
  9. CONFIG_MMU=y
  10. CONFIG_GENERIC_ISA_DMA=y
  11. CONFIG_GENERIC_IOMAP=y
  12. CONFIG_ARCH_MAY_HAVE_PC_FDC=y
  13. CONFIG_DMI=y

  14. #
  15. # Code maturity level options
  16. #
  17. CONFIG_EXPERIMENTAL=y
  18. CONFIG_BROKEN_ON_SMP=y
  19. CONFIG_LOCK_KERNEL=y
  20. CONFIG_INIT_ENV_ARG_LIMIT=32

  21. #
  22. # General setup
  23. #
  24. CONFIG_LOCALVERSION=""
  25. CONFIG_LOCALVERSION_AUTO=y
  26. CONFIG_SWAP=y
  27. CONFIG_SYSVIPC=y
  28. CONFIG_POSIX_MQUEUE=y
  29. # CONFIG_BSD_PROCESS_ACCT is not set
  30. CONFIG_SYSCTL=y
  31. # CONFIG_AUDIT is not set
  32. CONFIG_IKCONFIG=y
  33. # CONFIG_IKCONFIG_PROC is not set
  34. CONFIG_INITRAMFS_SOURCE=""
  35. CONFIG_UID16=y
  36. CONFIG_VM86=y
  37. CONFIG_CC_OPTIMIZE_FOR_SIZE=y
  38. # CONFIG_EMBEDDED is not set
  39. CONFIG_KALLSYMS=y
  40. # CONFIG_KALLSYMS_EXTRA_PASS is not set
  41. CONFIG_HOTPLUG=y
  42. CONFIG_PRINTK=y
  43. CONFIG_BUG=y
  44. CONFIG_ELF_CORE=y
  45. CONFIG_BASE_FULL=y
  46. CONFIG_FUTEX=y
  47. CONFIG_EPOLL=y
  48. CONFIG_SHMEM=y
  49. CONFIG_CC_ALIGN_FUNCTIONS=0
  50. CONFIG_CC_ALIGN_LABELS=0
  51. CONFIG_CC_ALIGN_LOOPS=0
  52. CONFIG_CC_ALIGN_JUMPS=0
  53. CONFIG_SLAB=y
  54. # CONFIG_TINY_SHMEM is not set
  55. CONFIG_BASE_SMALL=0
  56. # CONFIG_SLOB is not set

  57. #
  58. # Loadable module support
  59. #
  60. CONFIG_MODULES=y
  61. CONFIG_MODULE_UNLOAD=y
  62. # CONFIG_MODULE_FORCE_UNLOAD is not set
  63. CONFIG_OBSOLETE_MODPARM=y
  64. # CONFIG_MODVERSIONS is not set
  65. # CONFIG_MODULE_SRCVERSION_ALL is not set
  66. CONFIG_KMOD=y

  67. #
  68. # Block layer
  69. #
  70. CONFIG_LBD=y

  71. #
  72. # IO Schedulers
  73. #
  74. CONFIG_IOSCHED_NOOP=y
  75. CONFIG_IOSCHED_AS=y
  76. CONFIG_IOSCHED_DEADLINE=y
  77. CONFIG_IOSCHED_CFQ=y
  78. CONFIG_DEFAULT_AS=y
  79. # CONFIG_DEFAULT_DEADLINE is not set
  80. # CONFIG_DEFAULT_CFQ is not set
  81. # CONFIG_DEFAULT_NOOP is not set
  82. CONFIG_DEFAULT_IOSCHED="anticipatory"

  83. #
  84. # Processor type and features
  85. #
  86. CONFIG_X86_PC=y
  87. # CONFIG_X86_ELAN is not set
  88. # CONFIG_X86_VOYAGER is not set
  89. # CONFIG_X86_NUMAQ is not set
  90. # CONFIG_X86_SUMMIT is not set
  91. # CONFIG_X86_BIGSMP is not set
  92. # CONFIG_X86_VISWS is not set
  93. # CONFIG_X86_GENERICARCH is not set
  94. # CONFIG_X86_ES7000 is not set
  95. # CONFIG_M386 is not set
  96. # CONFIG_M486 is not set
  97. # CONFIG_M586 is not set
  98. # CONFIG_M586TSC is not set
  99. # CONFIG_M586MMX is not set
  100. # CONFIG_M686 is not set
  101. # CONFIG_MPENTIUMII is not set
  102. # CONFIG_MPENTIUMIII is not set
  103. CONFIG_MPENTIUMM=y
  104. # CONFIG_MPENTIUM4 is not set
  105. # CONFIG_MK6 is not set
  106. # CONFIG_MK7 is not set
  107. # CONFIG_MK8 is not set
  108. # CONFIG_MCRUSOE is not set
  109. # CONFIG_MEFFICEON is not set
  110. # CONFIG_MWINCHIPC6 is not set
  111. # CONFIG_MWINCHIP2 is not set
  112. # CONFIG_MWINCHIP3D is not set
  113. # CONFIG_MGEODEGX1 is not set
  114. # CONFIG_MGEODE_LX is not set
  115. # CONFIG_MCYRIXIII is not set
  116. # CONFIG_MVIAC3_2 is not set
  117. # CONFIG_X86_GENERIC is not set
  118. CONFIG_X86_CMPXCHG=y
  119. CONFIG_X86_XADD=y
  120. CONFIG_X86_L1_CACHE_SHIFT=6
  121. CONFIG_RWSEM_XCHGADD_ALGORITHM=y
  122. CONFIG_GENERIC_CALIBRATE_DELAY=y
  123. CONFIG_X86_WP_WORKS_OK=y
  124. CONFIG_X86_INVLPG=y
  125. CONFIG_X86_BSWAP=y
  126. CONFIG_X86_POPAD_OK=y
  127. CONFIG_X86_CMPXCHG64=y
  128. CONFIG_X86_GOOD_APIC=y
  129. CONFIG_X86_INTEL_USERCOPY=y
  130. CONFIG_X86_USE_PPRO_CHECKSUM=y
  131. CONFIG_X86_TSC=y
  132. # CONFIG_HPET_TIMER is not set
  133. # CONFIG_SMP is not set
  134. # CONFIG_PREEMPT_NONE is not set
  135. # CONFIG_PREEMPT_VOLUNTARY is not set
  136. CONFIG_PREEMPT=y
  137. CONFIG_PREEMPT_BKL=y
  138. # CONFIG_X86_UP_APIC is not set
  139. CONFIG_X86_MCE=y
  140. CONFIG_X86_MCE_NONFATAL=y
  141. # CONFIG_TOSHIBA is not set
  142. # CONFIG_I8K is not set
  143. # CONFIG_X86_REBOOTFIXUPS is not set
  144. # CONFIG_MICROCODE is not set
  145. # CONFIG_X86_MSR is not set
  146. # CONFIG_X86_CPUID is not set

  147. #
  148. # Firmware Drivers
  149. #
  150. # CONFIG_EDD is not set
  151. # CONFIG_DELL_RBU is not set
  152. # CONFIG_DCDBAS is not set
  153. CONFIG_NOHIGHMEM=y
  154. # CONFIG_HIGHMEM4G is not set
  155. # CONFIG_HIGHMEM64G is not set
  156. CONFIG_VMSPLIT_3G=y
  157. # CONFIG_VMSPLIT_3G_OPT is not set
  158. # CONFIG_VMSPLIT_2G is not set
  159. # CONFIG_VMSPLIT_1G is not set
  160. CONFIG_PAGE_OFFSET=0xC0000000
  161. CONFIG_ARCH_FLATMEM_ENABLE=y
  162. CONFIG_ARCH_SPARSEMEM_ENABLE=y
  163. CONFIG_ARCH_SELECT_MEMORY_MODEL=y
  164. CONFIG_SELECT_MEMORY_MODEL=y
  165. CONFIG_FLATMEM_MANUAL=y
  166. # CONFIG_DISCONTIGMEM_MANUAL is not set
  167. # CONFIG_SPARSEMEM_MANUAL is not set
  168. CONFIG_FLATMEM=y
  169. CONFIG_FLAT_NODE_MEM_MAP=y
  170. CONFIG_SPARSEMEM_STATIC=y
  171. CONFIG_SPLIT_PTLOCK_CPUS=4
  172. # CONFIG_MATH_EMULATION is not set
  173. CONFIG_MTRR=y
  174. # CONFIG_EFI is not set
  175. # CONFIG_REGPARM is not set
  176. CONFIG_SECCOMP=y
  177. # CONFIG_HZ_100 is not set
  178. CONFIG_HZ_250=y
  179. # CONFIG_HZ_1000 is not set
  180. CONFIG_HZ=250
  181. # CONFIG_KEXEC is not set
  182. CONFIG_PHYSICAL_START=0x100000
  183. CONFIG_DOUBLEFAULT=y

  184. #
  185. # Power management options (ACPI, APM)
  186. #
  187. CONFIG_PM=y
  188. CONFIG_PM_LEGACY=y
  189. # CONFIG_PM_DEBUG is not set
  190. CONFIG_SOFTWARE_SUSPEND=y
  191. CONFIG_PM_STD_PARTITION="/dev/hda6"

  192. #
  193. # ACPI (Advanced Configuration and Power Interface) Support
  194. #
  195. CONFIG_ACPI=y
  196. CONFIG_ACPI_SLEEP=y
  197. CONFIG_ACPI_SLEEP_PROC_FS=y
  198. # CONFIG_ACPI_SLEEP_PROC_SLEEP is not set
  199. CONFIG_ACPI_AC=y
  200. CONFIG_ACPI_BATTERY=y
  201. CONFIG_ACPI_BUTTON=y
  202. CONFIG_ACPI_VIDEO=y
  203. # CONFIG_ACPI_HOTKEY is not set
  204. CONFIG_ACPI_FAN=y
  205. CONFIG_ACPI_PROCESSOR=y
  206. CONFIG_ACPI_THERMAL=y
  207. # CONFIG_ACPI_ASUS is not set
  208. CONFIG_ACPI_IBM=y
  209. # CONFIG_ACPI_TOSHIBA is not set
  210. CONFIG_ACPI_BLACKLIST_YEAR=0
  211. # CONFIG_ACPI_DEBUG is not set
  212. CONFIG_ACPI_EC=y
  213. CONFIG_ACPI_POWER=y
  214. CONFIG_ACPI_SYSTEM=y
  215. CONFIG_X86_PM_TIMER=y
  216. # CONFIG_ACPI_CONTAINER is not set

  217. #
  218. # APM (Advanced Power Management) BIOS Support
  219. #
  220. # CONFIG_APM is not set

  221. #
  222. # CPU Frequency scaling
  223. #
  224. CONFIG_CPU_FREQ=y
  225. CONFIG_CPU_FREQ_TABLE=y
  226. # CONFIG_CPU_FREQ_DEBUG is not set
  227. CONFIG_CPU_FREQ_STAT=y
  228. # CONFIG_CPU_FREQ_STAT_DETAILS is not set
  229. # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
  230. CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
  231. CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
  232. CONFIG_CPU_FREQ_GOV_POWERSAVE=y
  233. CONFIG_CPU_FREQ_GOV_USERSPACE=y
  234. # CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
  235. # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set

  236. #
  237. # CPUFreq processor drivers
  238. #
  239. # CONFIG_X86_ACPI_CPUFREQ is not set
  240. # CONFIG_X86_POWERNOW_K6 is not set
  241. # CONFIG_X86_POWERNOW_K7 is not set
  242. # CONFIG_X86_POWERNOW_K8 is not set
  243. # CONFIG_X86_GX_SUSPMOD is not set
  244. # CONFIG_X86_SPEEDSTEP_CENTRINO is not set
  245. CONFIG_X86_SPEEDSTEP_ICH=y
  246. CONFIG_X86_SPEEDSTEP_SMI=y
  247. # CONFIG_X86_P4_CLOCKMOD is not set
  248. # CONFIG_X86_CPUFREQ_NFORCE2 is not set
  249. # CONFIG_X86_LONGRUN is not set
  250. # CONFIG_X86_LONGHAUL is not set

  251. #
  252. # shared options
  253. #
  254. CONFIG_X86_SPEEDSTEP_LIB=y
  255. # CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK is not set

  256. #
  257. # Bus options (PCI, PCMCIA, EISA, MCA, ISA)
  258. #
  259. CONFIG_PCI=y
  260. # CONFIG_PCI_GOBIOS is not set
  261. # CONFIG_PCI_GOMMCONFIG is not set
  262. # CONFIG_PCI_GODIRECT is not set
  263. CONFIG_PCI_GOANY=y
  264. CONFIG_PCI_BIOS=y
  265. CONFIG_PCI_DIRECT=y
  266. CONFIG_PCI_MMCONFIG=y
  267. # CONFIG_PCIEPORTBUS is not set
  268. # CONFIG_PCI_LEGACY_PROC is not set
  269. CONFIG_ISA_DMA_API=y
  270. # CONFIG_ISA is not set
  271. # CONFIG_MCA is not set
  272. # CONFIG_SCx200 is not set

  273. #
  274. # PCCARD (PCMCIA/CardBus) support
  275. #
  276. # CONFIG_PCCARD is not set

  277. #
  278. # PCI Hotplug Support
  279. #
  280. # CONFIG_HOTPLUG_PCI is not set

  281. #
  282. # Executable file formats
  283. #
  284. CONFIG_BINFMT_ELF=y
  285. # CONFIG_BINFMT_AOUT is not set
  286. CONFIG_BINFMT_MISC=y

  287. #
  288. # Networking
  289. #
  290. CONFIG_NET=y

  291. #
  292. # Networking options
  293. #
  294. # CONFIG_NETDEBUG is not set
  295. CONFIG_PACKET=y
  296. # CONFIG_PACKET_MMAP is not set
  297. CONFIG_UNIX=y
  298. # CONFIG_NET_KEY is not set
  299. CONFIG_INET=y
  300. CONFIG_IP_MULTICAST=y
  301. # CONFIG_IP_ADVANCED_ROUTER is not set
  302. CONFIG_IP_FIB_HASH=y
  303. # CONFIG_IP_PNP is not set
  304. # CONFIG_NET_IPIP is not set
  305. # CONFIG_NET_IPGRE is not set
  306. # CONFIG_IP_MROUTE is not set
  307. # CONFIG_ARPD is not set
  308. # CONFIG_SYN_COOKIES is not set
  309. # CONFIG_INET_AH is not set
  310. # CONFIG_INET_ESP is not set
  311. # CONFIG_INET_IPCOMP is not set
  312. # CONFIG_INET_TUNNEL is not set
  313. # CONFIG_INET_DIAG is not set
  314. # CONFIG_TCP_CONG_ADVANCED is not set
  315. CONFIG_TCP_CONG_BIC=y
  316. # CONFIG_IPV6 is not set
  317. # CONFIG_NETFILTER is not set

  318. #
  319. # DCCP Configuration (EXPERIMENTAL)
  320. #
  321. # CONFIG_IP_DCCP is not set

  322. #
  323. # SCTP Configuration (EXPERIMENTAL)
  324. #
  325. # CONFIG_IP_SCTP is not set

  326. #
  327. # TIPC Configuration (EXPERIMENTAL)
  328. #
  329. # CONFIG_TIPC is not set
  330. # CONFIG_ATM is not set
  331. # CONFIG_BRIDGE is not set
  332. # CONFIG_VLAN_8021Q is not set
  333. # CONFIG_DECNET is not set
  334. # CONFIG_LLC2 is not set
  335. # CONFIG_IPX is not set
  336. # CONFIG_ATALK is not set
  337. # CONFIG_X25 is not set
  338. # CONFIG_LAPB is not set
  339. # CONFIG_NET_DIVERT is not set
  340. # CONFIG_ECONET is not set
  341. # CONFIG_WAN_ROUTER is not set

  342. #
  343. # QoS and/or fair queueing
  344. #
  345. # CONFIG_NET_SCHED is not set

  346. #
  347. # Network testing
  348. #
  349. # CONFIG_NET_PKTGEN is not set
  350. # CONFIG_HAMRADIO is not set
  351. CONFIG_IRDA=y

  352. #
  353. # IrDA protocols
  354. #
  355. # CONFIG_IRLAN is not set
  356. # CONFIG_IRCOMM is not set
  357. # CONFIG_IRDA_ULTRA is not set

  358. #
  359. # IrDA options
  360. #
  361. # CONFIG_IRDA_CACHE_LAST_LSAP is not set
  362. # CONFIG_IRDA_FAST_RR is not set
  363. # CONFIG_IRDA_DEBUG is not set

  364. #
  365. # Infrared-port device drivers
  366. #

  367. #
  368. # SIR device drivers
  369. #
  370. # CONFIG_IRTTY_SIR is not set

  371. #
  372. # Dongle support
  373. #

  374. #
  375. # Old SIR device drivers
  376. #
  377. # CONFIG_IRPORT_SIR is not set

  378. #
  379. # Old Serial dongle support
  380. #

  381. #
  382. # FIR device drivers
  383. #
  384. # CONFIG_USB_IRDA is not set
  385. # CONFIG_SIGMATEL_FIR is not set
  386. # CONFIG_NSC_FIR is not set
  387. # CONFIG_WINBOND_FIR is not set
  388. # CONFIG_TOSHIBA_FIR is not set
  389. # CONFIG_SMC_IRCC_FIR is not set
  390. # CONFIG_ALI_FIR is not set
  391. # CONFIG_VLSI_FIR is not set
  392. # CONFIG_VIA_FIR is not set
  393. # CONFIG_BT is not set
  394. # CONFIG_IEEE80211 is not set

  395. #
  396. # Device Drivers
  397. #

  398. #
  399. # Generic Driver Options
  400. #
  401. CONFIG_STANDALONE=y
  402. CONFIG_PREVENT_FIRMWARE_BUILD=y
  403. CONFIG_FW_LOADER=m

  404. #
  405. # Connector - unified userspace <-> kernelspace linker
  406. #
  407. # CONFIG_CONNECTOR is not set

  408. #
  409. # Memory Technology Devices (MTD)
  410. #
  411. # CONFIG_MTD is not set

  412. #
  413. # Parallel port support
  414. #
  415. # CONFIG_PARPORT is not set

  416. #
  417. # Plug and Play support
  418. #
  419. CONFIG_PNP=y
  420. # CONFIG_PNP_DEBUG is not set

  421. #
  422. # Protocols
  423. #
  424. CONFIG_PNPACPI=y

  425. #
  426. # Block devices
  427. #
  428. # CONFIG_BLK_DEV_FD is not set
  429. # CONFIG_BLK_CPQ_DA is not set
  430. # CONFIG_BLK_CPQ_CISS_DA is not set
  431. # CONFIG_BLK_DEV_DAC960 is not set
  432. # CONFIG_BLK_DEV_UMEM is not set
  433. # CONFIG_BLK_DEV_COW_COMMON is not set
  434. CONFIG_BLK_DEV_LOOP=y
  435. # CONFIG_BLK_DEV_CRYPTOLOOP is not set
  436. # CONFIG_BLK_DEV_NBD is not set
  437. # CONFIG_BLK_DEV_SX8 is not set
  438. # CONFIG_BLK_DEV_UB is not set
  439. # CONFIG_BLK_DEV_RAM is not set
  440. CONFIG_BLK_DEV_RAM_COUNT=16
  441. # CONFIG_CDROM_PKTCDVD is not set
  442. # CONFIG_ATA_OVER_ETH is not set

  443. #
  444. # ATA/ATAPI/MFM/RLL support
  445. #
  446. CONFIG_IDE=y
  447. CONFIG_BLK_DEV_IDE=y

  448. #
  449. # Please see Documentation/ide.txt for help/info on IDE drives
  450. #
  451. # CONFIG_BLK_DEV_IDE_SATA is not set
  452. # CONFIG_BLK_DEV_HD_IDE is not set
  453. CONFIG_BLK_DEV_IDEDISK=y
  454. # CONFIG_IDEDISK_MULTI_MODE is not set
  455. CONFIG_BLK_DEV_IDECD=y
  456. # CONFIG_BLK_DEV_IDETAPE is not set
  457. # CONFIG_BLK_DEV_IDEFLOPPY is not set
  458. # CONFIG_BLK_DEV_IDESCSI is not set
  459. # CONFIG_IDE_TASK_IOCTL is not set

  460. #
  461. # IDE chipset support/bugfixes
  462. #
  463. CONFIG_IDE_GENERIC=y
  464. # CONFIG_BLK_DEV_CMD640 is not set
  465. # CONFIG_BLK_DEV_IDEPNP is not set
  466. CONFIG_BLK_DEV_IDEPCI=y
  467. CONFIG_IDEPCI_SHARE_IRQ=y
  468. # CONFIG_BLK_DEV_OFFBOARD is not set
  469. CONFIG_BLK_DEV_GENERIC=y
  470. # CONFIG_BLK_DEV_OPTI621 is not set
  471. # CONFIG_BLK_DEV_RZ1000 is not set
  472. CONFIG_BLK_DEV_IDEDMA_PCI=y
  473. # CONFIG_BLK_DEV_IDEDMA_FORCED is not set
  474. CONFIG_IDEDMA_PCI_AUTO=y
  475. # CONFIG_IDEDMA_ONLYDISK is not set
  476. # CONFIG_BLK_DEV_AEC62XX is not set
  477. # CONFIG_BLK_DEV_ALI15X3 is not set
  478. # CONFIG_BLK_DEV_AMD74XX is not set
  479. # CONFIG_BLK_DEV_ATIIXP is not set
  480. # CONFIG_BLK_DEV_CMD64X is not set
  481. # CONFIG_BLK_DEV_TRIFLEX is not set
  482. # CONFIG_BLK_DEV_CY82C693 is not set
  483. # CONFIG_BLK_DEV_CS5520 is not set
  484. # CONFIG_BLK_DEV_CS5530 is not set
  485. # CONFIG_BLK_DEV_CS5535 is not set
  486. # CONFIG_BLK_DEV_HPT34X is not set
  487. # CONFIG_BLK_DEV_HPT366 is not set
  488. # CONFIG_BLK_DEV_SC1200 is not set
  489. CONFIG_BLK_DEV_PIIX=y
  490. # CONFIG_BLK_DEV_IT821X is not set
  491. # CONFIG_BLK_DEV_NS87415 is not set
  492. # CONFIG_BLK_DEV_PDC202XX_OLD is not set
  493. # CONFIG_BLK_DEV_PDC202XX_NEW is not set
  494. # CONFIG_BLK_DEV_SVWKS is not set
  495. # CONFIG_BLK_DEV_SIIMAGE is not set
  496. # CONFIG_BLK_DEV_SIS5513 is not set
  497. # CONFIG_BLK_DEV_SLC90E66 is not set
  498. # CONFIG_BLK_DEV_TRM290 is not set
  499. # CONFIG_BLK_DEV_VIA82CXXX is not set
  500. # CONFIG_IDE_ARM is not set
  501. CONFIG_BLK_DEV_IDEDMA=y
  502. # CONFIG_IDEDMA_IVB is not set
  503. CONFIG_IDEDMA_AUTO=y
  504. # CONFIG_BLK_DEV_HD is not set

  505. #
  506. # SCSI device support
  507. #
  508. # CONFIG_RAID_ATTRS is not set
  509. CONFIG_SCSI=y
  510. # CONFIG_SCSI_PROC_FS is not set

  511. #
  512. # SCSI support type (disk, tape, CD-ROM)
  513. #
  514. # CONFIG_BLK_DEV_SD is not set
  515. # CONFIG_CHR_DEV_ST is not set
  516. # CONFIG_CHR_DEV_OSST is not set
  517. # CONFIG_BLK_DEV_SR is not set
  518. # CONFIG_CHR_DEV_SG is not set
  519. # CONFIG_CHR_DEV_SCH is not set

  520. #
  521. # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
  522. #
  523. # CONFIG_SCSI_MULTI_LUN is not set
  524. # CONFIG_SCSI_CONSTANTS is not set
  525. # CONFIG_SCSI_LOGGING is not set

  526. #
  527. # SCSI Transport Attributes
  528. #
  529. # CONFIG_SCSI_SPI_ATTRS is not set
  530. # CONFIG_SCSI_FC_ATTRS is not set
  531. # CONFIG_SCSI_ISCSI_ATTRS is not set
  532. # CONFIG_SCSI_SAS_ATTRS is not set

  533. #
  534. # SCSI low-level drivers
  535. #
  536. # CONFIG_ISCSI_TCP is not set
  537. # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
  538. # CONFIG_SCSI_3W_9XXX is not set
  539. # CONFIG_SCSI_ACARD is not set
  540. # CONFIG_SCSI_AACRAID is not set
  541. # CONFIG_SCSI_AIC7XXX is not set
  542. # CONFIG_SCSI_AIC7XXX_OLD is not set
  543. # CONFIG_SCSI_AIC79XX is not set
  544. # CONFIG_SCSI_DPT_I2O is not set
  545. # CONFIG_MEGARAID_NEWGEN is not set
  546. # CONFIG_MEGARAID_LEGACY is not set
  547. # CONFIG_MEGARAID_SAS is not set
  548. # CONFIG_SCSI_SATA is not set
  549. # CONFIG_SCSI_BUSLOGIC is not set
  550. # CONFIG_SCSI_DMX3191D is not set
  551. # CONFIG_SCSI_EATA is not set
  552. # CONFIG_SCSI_FUTURE_DOMAIN is not set
  553. # CONFIG_SCSI_GDTH is not set
  554. # CONFIG_SCSI_IPS is not set
  555. # CONFIG_SCSI_INITIO is not set
  556. # CONFIG_SCSI_INIA100 is not set
  557. # CONFIG_SCSI_SYM53C8XX_2 is not set
  558. # CONFIG_SCSI_IPR is not set
  559. # CONFIG_SCSI_QLOGIC_FC is not set
  560. # CONFIG_SCSI_QLOGIC_1280 is not set
  561. # CONFIG_SCSI_QLA_FC is not set
  562. # CONFIG_SCSI_LPFC is not set
  563. # CONFIG_SCSI_DC395x is not set
  564. # CONFIG_SCSI_DC390T is not set
  565. # CONFIG_SCSI_NSP32 is not set
  566. # CONFIG_SCSI_DEBUG is not set

  567. #
  568. # Multi-device support (RAID and LVM)
  569. #
  570. # CONFIG_MD is not set

  571. #
  572. # Fusion MPT device support
  573. #
  574. # CONFIG_FUSION is not set
  575. # CONFIG_FUSION_SPI is not set
  576. # CONFIG_FUSION_FC is not set
  577. # CONFIG_FUSION_SAS is not set

  578. #
  579. # IEEE 1394 (FireWire) support
  580. #
  581. # CONFIG_IEEE1394 is not set

  582. #
  583. # I2O device support
  584. #
  585. # CONFIG_I2O is not set

  586. #
  587. # Network device support
  588. #
  589. CONFIG_NETDEVICES=y
  590. CONFIG_DUMMY=y
  591. # CONFIG_BONDING is not set
  592. # CONFIG_EQUALIZER is not set
  593. # CONFIG_TUN is not set
  594. # CONFIG_NET_SB1000 is not set

  595. #
  596. # ARCnet devices
  597. #
  598. # CONFIG_ARCNET is not set

  599. #
  600. # PHY device support
  601. #
  602. # CONFIG_PHYLIB is not set

  603. #
  604. # Ethernet (10 or 100Mbit)
  605. #
  606. CONFIG_NET_ETHERNET=y
  607. CONFIG_MII=y
  608. # CONFIG_HAPPYMEAL is not set
  609. # CONFIG_SUNGEM is not set
  610. # CONFIG_CASSINI is not set
  611. # CONFIG_NET_VENDOR_3COM is not set

  612. #
  613. # Tulip family network device support
  614. #
  615. # CONFIG_NET_TULIP is not set
  616. # CONFIG_HP100 is not set
  617. CONFIG_NET_PCI=y
  618. # CONFIG_PCNET32 is not set
  619. # CONFIG_AMD8111_ETH is not set
  620. # CONFIG_ADAPTEC_STARFIRE is not set
  621. # CONFIG_B44 is not set
  622. # CONFIG_FORCEDETH is not set
  623. # CONFIG_DGRS is not set
  624. # CONFIG_EEPRO100 is not set
  625. CONFIG_E100=y
  626. # CONFIG_FEALNX is not set
  627. # CONFIG_NATSEMI is not set
  628. # CONFIG_NE2K_PCI is not set
  629. # CONFIG_8139CP is not set
  630. # CONFIG_8139TOO is not set
  631. # CONFIG_SIS900 is not set
  632. # CONFIG_EPIC100 is not set
  633. # CONFIG_SUNDANCE is not set
  634. # CONFIG_TLAN is not set
  635. # CONFIG_VIA_RHINE is not set

  636. #
  637. # Ethernet (1000 Mbit)
  638. #
  639. # CONFIG_ACENIC is not set
  640. # CONFIG_DL2K is not set
  641. # CONFIG_E1000 is not set
  642. # CONFIG_NS83820 is not set
  643. # CONFIG_HAMACHI is not set
  644. # CONFIG_YELLOWFIN is not set
  645. # CONFIG_R8169 is not set
  646. # CONFIG_SIS190 is not set
  647. # CONFIG_SKGE is not set
  648. # CONFIG_SKY2 is not set
  649. # CONFIG_SK98LIN is not set
  650. # CONFIG_VIA_VELOCITY is not set
  651. # CONFIG_TIGON3 is not set
  652. # CONFIG_BNX2 is not set

  653. #
  654. # Ethernet (10000 Mbit)
  655. #
  656. # CONFIG_CHELSIO_T1 is not set
  657. # CONFIG_IXGB is not set
  658. # CONFIG_S2IO is not set

  659. #
  660. # Token Ring devices
  661. #
  662. # CONFIG_TR is not set

  663. #
  664. # Wireless LAN (non-hamradio)
  665. #
  666. # CONFIG_NET_RADIO is not set

  667. #
  668. # Wan interfaces
  669. #
  670. # CONFIG_WAN is not set
  671. # CONFIG_FDDI is not set
  672. # CONFIG_HIPPI is not set
  673. # CONFIG_PPP is not set
  674. # CONFIG_SLIP is not set
  675. # CONFIG_NET_FC is not set
  676. # CONFIG_SHAPER is not set
  677. # CONFIG_NETCONSOLE is not set
  678. # CONFIG_NETPOLL is not set
  679. # CONFIG_NET_POLL_CONTROLLER is not set

  680. #
  681. # ISDN subsystem
  682. #
  683. # CONFIG_ISDN is not set

  684. #
  685. # Telephony Support
  686. #
  687. # CONFIG_PHONE is not set

  688. #
  689. # Input device support
  690. #
  691. CONFIG_INPUT=y

  692. #
  693. # Userland interfaces
  694. #
  695. CONFIG_INPUT_MOUSEDEV=y
  696. # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
  697. CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
  698. CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
  699. # CONFIG_INPUT_JOYDEV is not set
  700. # CONFIG_INPUT_TSDEV is not set
  701. # CONFIG_INPUT_EVDEV is not set
  702. # CONFIG_INPUT_EVBUG is not set

  703. #
  704. # Input Device Drivers
  705. #
  706. CONFIG_INPUT_KEYBOARD=y
  707. CONFIG_KEYBOARD_ATKBD=y
  708. # CONFIG_KEYBOARD_SUNKBD is not set
  709. # CONFIG_KEYBOARD_LKKBD is not set
  710. # CONFIG_KEYBOARD_XTKBD is not set
  711. # CONFIG_KEYBOARD_NEWTON is not set
  712. CONFIG_INPUT_MOUSE=y
  713. CONFIG_MOUSE_PS2=y
  714. # CONFIG_MOUSE_SERIAL is not set
  715. # CONFIG_MOUSE_VSXXXAA is not set
  716. # CONFIG_INPUT_JOYSTICK is not set
  717. # CONFIG_INPUT_TOUCHSCREEN is not set
  718. # CONFIG_INPUT_MISC is not set

  719. #
  720. # Hardware I/O ports
  721. #
  722. CONFIG_SERIO=y
  723. CONFIG_SERIO_I8042=y
  724. # CONFIG_SERIO_SERPORT is not set
  725. # CONFIG_SERIO_CT82C710 is not set
  726. # CONFIG_SERIO_PCIPS2 is not set
  727. CONFIG_SERIO_LIBPS2=y
  728. # CONFIG_SERIO_RAW is not set
  729. # CONFIG_GAMEPORT is not set

  730. #
  731. # Character devices
  732. #
  733. CONFIG_VT=y
  734. CONFIG_VT_CONSOLE=y
  735. CONFIG_HW_CONSOLE=y
  736. # CONFIG_SERIAL_NONSTANDARD is not set

  737. #
  738. # Serial drivers
  739. #
  740. CONFIG_SERIAL_8250=y
  741. # CONFIG_SERIAL_8250_CONSOLE is not set
  742. # CONFIG_SERIAL_8250_ACPI is not set
  743. CONFIG_SERIAL_8250_NR_UARTS=4
  744. CONFIG_SERIAL_8250_RUNTIME_UARTS=4
  745. # CONFIG_SERIAL_8250_EXTENDED is not set

  746. #
  747. # Non-8250 serial port support
  748. #
  749. CONFIG_SERIAL_CORE=y
  750. # CONFIG_SERIAL_JSM is not set
  751. CONFIG_UNIX98_PTYS=y
  752. # CONFIG_LEGACY_PTYS is not set

  753. #
  754. # IPMI
  755. #
  756. # CONFIG_IPMI_HANDLER is not set

  757. #
  758. # Watchdog Cards
  759. #
  760. # CONFIG_WATCHDOG is not set
  761. # CONFIG_HW_RANDOM is not set
  762. # CONFIG_NVRAM is not set
  763. # CONFIG_RTC is not set
  764. # CONFIG_GEN_RTC is not set
  765. # CONFIG_DTLK is not set
  766. # CONFIG_R3964 is not set
  767. # CONFIG_APPLICOM is not set
  768. # CONFIG_SONYPI is not set

  769. #
  770. # Ftape, the floppy tape device driver
  771. #
  772. # CONFIG_FTAPE is not set
  773. CONFIG_AGP=y
  774. # CONFIG_AGP_ALI is not set
  775. # CONFIG_AGP_ATI is not set
  776. # CONFIG_AGP_AMD is not set
  777. # CONFIG_AGP_AMD64 is not set
  778. CONFIG_AGP_INTEL=y
  779. # CONFIG_AGP_NVIDIA is not set
  780. # CONFIG_AGP_SIS is not set
  781. # CONFIG_AGP_SWORKS is not set
  782. # CONFIG_AGP_VIA is not set
  783. # CONFIG_AGP_EFFICEON is not set
  784. CONFIG_DRM=y
  785. # CONFIG_DRM_TDFX is not set
  786. # CONFIG_DRM_R128 is not set
  787. # CONFIG_DRM_RADEON is not set
  788. # CONFIG_DRM_I810 is not set
  789. # CONFIG_DRM_I830 is not set
  790. # CONFIG_DRM_I915 is not set
  791. # CONFIG_DRM_MGA is not set
  792. # CONFIG_DRM_SIS is not set
  793. # CONFIG_DRM_VIA is not set
  794. CONFIG_DRM_SAVAGE=y
  795. # CONFIG_MWAVE is not set
  796. # CONFIG_CS5535_GPIO is not set
  797. # CONFIG_RAW_DRIVER is not set
  798. # CONFIG_HPET is not set
  799. # CONFIG_HANGCHECK_TIMER is not set

  800. #
  801. # TPM devices
  802. #
  803. # CONFIG_TCG_TPM is not set
  804. # CONFIG_TELCLOCK is not set

  805. #
  806. # I2C support
  807. #
  808. CONFIG_I2C=y
  809. # CONFIG_I2C_CHARDEV is not set

  810. #
  811. # I2C Algorithms
  812. #
  813. CONFIG_I2C_ALGOBIT=y
  814. # CONFIG_I2C_ALGOPCF is not set
  815. # CONFIG_I2C_ALGOPCA is not set

  816. #
  817. # I2C Hardware Bus support
  818. #
  819. # CONFIG_I2C_ALI1535 is not set
  820. # CONFIG_I2C_ALI1563 is not set
  821. # CONFIG_I2C_ALI15X3 is not set
  822. # CONFIG_I2C_AMD756 is not set
  823. # CONFIG_I2C_AMD8111 is not set
  824. # CONFIG_I2C_I801 is not set
  825. # CONFIG_I2C_I810 is not set
  826. # CONFIG_I2C_PIIX4 is not set
  827. # CONFIG_I2C_NFORCE2 is not set
  828. # CONFIG_I2C_PARPORT_LIGHT is not set
  829. # CONFIG_I2C_PROSAVAGE is not set
  830. # CONFIG_I2C_SAVAGE4 is not set
  831. # CONFIG_SCx200_ACB is not set
  832. # CONFIG_I2C_SIS5595 is not set
  833. # CONFIG_I2C_SIS630 is not set
  834. # CONFIG_I2C_SIS96X is not set
  835. # CONFIG_I2C_STUB is not set
  836. # CONFIG_I2C_VIA is not set
  837. # CONFIG_I2C_VIAPRO is not set
  838. # CONFIG_I2C_VOODOO3 is not set
  839. # CONFIG_I2C_PCA_ISA is not set

  840. #
  841. # Miscellaneous I2C Chip support
  842. #
  843. # CONFIG_SENSORS_DS1337 is not set
  844. # CONFIG_SENSORS_DS1374 is not set
  845. # CONFIG_SENSORS_EEPROM is not set
  846. # CONFIG_SENSORS_PCF8574 is not set
  847. # CONFIG_SENSORS_PCA9539 is not set
  848. # CONFIG_SENSORS_PCF8591 is not set
  849. # CONFIG_SENSORS_RTC8564 is not set
  850. # CONFIG_SENSORS_MAX6875 is not set
  851. # CONFIG_RTC_X1205_I2C is not set
  852. # CONFIG_I2C_DEBUG_CORE is not set
  853. # CONFIG_I2C_DEBUG_ALGO is not set
  854. # CONFIG_I2C_DEBUG_BUS is not set
  855. # CONFIG_I2C_DEBUG_CHIP is not set

  856. #
  857. # SPI support
  858. #
  859. # CONFIG_SPI is not set
  860. # CONFIG_SPI_MASTER is not set

  861. #
  862. # Dallas's 1-wire bus
  863. #
  864. # CONFIG_W1 is not set

  865. #
  866. # Hardware Monitoring support
  867. #
  868. CONFIG_HWMON=y
  869. # CONFIG_HWMON_VID is not set
  870. # CONFIG_SENSORS_ADM1021 is not set
  871. # CONFIG_SENSORS_ADM1025 is not set
  872. # CONFIG_SENSORS_ADM1026 is not set
  873. # CONFIG_SENSORS_ADM1031 is not set
  874. # CONFIG_SENSORS_ADM9240 is not set
  875. # CONFIG_SENSORS_ASB100 is not set
  876. # CONFIG_SENSORS_ATXP1 is not set
  877. # CONFIG_SENSORS_DS1621 is not set
  878. # CONFIG_SENSORS_F71805F is not set
  879. # CONFIG_SENSORS_FSCHER is not set
  880. # CONFIG_SENSORS_FSCPOS is not set
  881. # CONFIG_SENSORS_GL518SM is not set
  882. # CONFIG_SENSORS_GL520SM is not set
  883. # CONFIG_SENSORS_IT87 is not set
  884. # CONFIG_SENSORS_LM63 is not set
  885. # CONFIG_SENSORS_LM75 is not set
  886. # CONFIG_SENSORS_LM77 is not set
  887. # CONFIG_SENSORS_LM78 is not set
  888. # CONFIG_SENSORS_LM80 is not set
  889. # CONFIG_SENSORS_LM83 is not set
  890. # CONFIG_SENSORS_LM85 is not set
  891. # CONFIG_SENSORS_LM87 is not set
  892. # CONFIG_SENSORS_LM90 is not set
  893. # CONFIG_SENSORS_LM92 is not set
  894. # CONFIG_SENSORS_MAX1619 is not set
  895. # CONFIG_SENSORS_PC87360 is not set
  896. # CONFIG_SENSORS_SIS5595 is not set
  897. # CONFIG_SENSORS_SMSC47M1 is not set
  898. # CONFIG_SENSORS_SMSC47B397 is not set
  899. # CONFIG_SENSORS_VIA686A is not set
  900. # CONFIG_SENSORS_VT8231 is not set
  901. # CONFIG_SENSORS_W83781D is not set
  902. # CONFIG_SENSORS_W83792D is not set
  903. # CONFIG_SENSORS_W83L785TS is not set
  904. # CONFIG_SENSORS_W83627HF is not set
  905. # CONFIG_SENSORS_W83627EHF is not set
  906. # CONFIG_SENSORS_HDAPS is not set
  907. # CONFIG_HWMON_DEBUG_CHIP is not set

  908. #
  909. # Misc devices
  910. #
  911. # CONFIG_IBM_ASM is not set

  912. #
  913. # Multimedia Capabilities Port drivers
  914. #

  915. #
  916. # Multimedia devices
  917. #
  918. # CONFIG_VIDEO_DEV is not set

  919. #
  920. # Digital Video Broadcasting Devices
  921. #
  922. # CONFIG_DVB is not set

  923. #
  924. # Graphics support
  925. #
  926. CONFIG_FB=y
  927. CONFIG_FB_CFB_FILLRECT=y
  928. CONFIG_FB_CFB_COPYAREA=y
  929. CONFIG_FB_CFB_IMAGEBLIT=y
  930. # CONFIG_FB_MACMODES is not set
  931. CONFIG_FB_MODE_HELPERS=y
  932. # CONFIG_FB_TILEBLITTING is not set
  933. # CONFIG_FB_CIRRUS is not set
  934. # CONFIG_FB_PM2 is not set
  935. # CONFIG_FB_CYBER2000 is not set
  936. # CONFIG_FB_ARC is not set
  937. # CONFIG_FB_ASILIANT is not set
  938. # CONFIG_FB_IMSTT is not set
  939. # CONFIG_FB_VGA16 is not set
  940. CONFIG_FB_VESA=y
  941. # CONFIG_FB_VESA_STD is not set
  942. CONFIG_FB_VESA_TNG=y
  943. CONFIG_FB_VESA_DEFAULT_MODE="1024x768@60"
  944. CONFIG_VIDEO_SELECT=y
  945. # CONFIG_FB_HGA is not set
  946. # CONFIG_FB_S1D13XXX is not set
  947. # CONFIG_FB_NVIDIA is not set
  948. # CONFIG_FB_RIVA is not set
  949. # CONFIG_FB_I810 is not set
  950. # CONFIG_FB_INTEL is not set
  951. # CONFIG_FB_MATROX is not set
  952. # CONFIG_FB_RADEON_OLD is not set
  953. # CONFIG_FB_RADEON is not set
  954. # CONFIG_FB_ATY128 is not set
  955. # CONFIG_FB_ATY is not set
  956. CONFIG_FB_SAVAGE=y
  957. CONFIG_FB_SAVAGE_I2C=y
  958. CONFIG_FB_SAVAGE_ACCEL=y
  959. # CONFIG_FB_SIS is not set
  960. # CONFIG_FB_NEOMAGIC is not set
  961. # CONFIG_FB_KYRO is not set
  962. # CONFIG_FB_3DFX is not set
  963. # CONFIG_FB_VOODOO1 is not set
  964. # CONFIG_FB_CYBLA is not set
  965. # CONFIG_FB_TRIDENT is not set
  966. # CONFIG_FB_GEODE is not set
  967. # CONFIG_FB_VIRTUAL is not set

  968. #
  969. # Console display driver support
  970. #
  971. CONFIG_VGA_CONSOLE=y
  972. CONFIG_DUMMY_CONSOLE=y
  973. CONFIG_FRAMEBUFFER_CONSOLE=y
  974. CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
  975. CONFIG_FONTS=y
  976. CONFIG_FONT_8x8=y
  977. CONFIG_FONT_8x16=y
  978. # CONFIG_FONT_6x11 is not set
  979. CONFIG_FONT_7x14=y
  980. # CONFIG_FONT_PEARL_8x8 is not set
  981. CONFIG_FONT_ACORN_8x8=y
  982. # CONFIG_FONT_MINI_4x6 is not set
  983. CONFIG_FONT_SUN8x16=y
  984. # CONFIG_FONT_SUN12x22 is not set
  985. # CONFIG_FONT_10x18 is not set

  986. #
  987. # Logo configuration
  988. #
  989. CONFIG_LOGO=y
  990. CONFIG_LOGO_LINUX_MONO=y
  991. CONFIG_LOGO_LINUX_VGA16=y
  992. CONFIG_LOGO_LINUX_CLUT224=y
  993. CONFIG_BACKLIGHT_LCD_SUPPORT=y
  994. CONFIG_BACKLIGHT_CLASS_DEVICE=y
  995. CONFIG_BACKLIGHT_DEVICE=y
  996. CONFIG_LCD_CLASS_DEVICE=y
  997. CONFIG_LCD_DEVICE=y
  998. CONFIG_FB_SPLASH=y

  999. #
  1000. # Speakup console speech
  1001. #
  1002. # CONFIG_SPEAKUP is not set
  1003. CONFIG_SPEAKUP_DEFAULT="none"

  1004. #
  1005. # Sound
  1006. #
  1007. CONFIG_SOUND=y

  1008. #
  1009. # Advanced Linux Sound Architecture
  1010. #
  1011. CONFIG_SND=y
  1012. CONFIG_SND_TIMER=y
  1013. CONFIG_SND_PCM=y
  1014. CONFIG_SND_SEQUENCER=y
  1015. # CONFIG_SND_SEQ_DUMMY is not set
  1016. CONFIG_SND_OSSEMUL=y
  1017. CONFIG_SND_MIXER_OSS=y
  1018. CONFIG_SND_PCM_OSS=y
  1019. CONFIG_SND_SEQUENCER_OSS=y
  1020. # CONFIG_SND_DYNAMIC_MINORS is not set
  1021. CONFIG_SND_SUPPORT_OLD_API=y
  1022. # CONFIG_SND_VERBOSE_PRINTK is not set
  1023. # CONFIG_SND_DEBUG is not set

  1024. #
  1025. # Generic devices
  1026. #
  1027. CONFIG_SND_AC97_CODEC=y
  1028. CONFIG_SND_AC97_BUS=y
  1029. # CONFIG_SND_DUMMY is not set
  1030. # CONFIG_SND_VIRMIDI is not set
  1031. # CONFIG_SND_MTPAV is not set
  1032. # CONFIG_SND_SERIAL_U16550 is not set
  1033. # CONFIG_SND_MPU401 is not set

  1034. #
  1035. # PCI devices
  1036. #
  1037. # CONFIG_SND_AD1889 is not set
  1038. # CONFIG_SND_ALS4000 is not set
  1039. # CONFIG_SND_ALI5451 is not set
  1040. # CONFIG_SND_ATIIXP is not set
  1041. # CONFIG_SND_ATIIXP_MODEM is not set
  1042. # CONFIG_SND_AU8810 is not set
  1043. # CONFIG_SND_AU8820 is not set
  1044. # CONFIG_SND_AU8830 is not set
  1045. # CONFIG_SND_AZT3328 is not set
  1046. # CONFIG_SND_BT87X is not set
  1047. # CONFIG_SND_CA0106 is not set
  1048. # CONFIG_SND_CMIPCI is not set
  1049. # CONFIG_SND_CS4281 is not set
  1050. # CONFIG_SND_CS46XX is not set
  1051. # CONFIG_SND_CS5535AUDIO is not set
  1052. # CONFIG_SND_EMU10K1 is not set
  1053. # CONFIG_SND_EMU10K1X is not set
  1054. # CONFIG_SND_ENS1370 is not set
  1055. # CONFIG_SND_ENS1371 is not set
  1056. # CONFIG_SND_ES1938 is not set
  1057. # CONFIG_SND_ES1968 is not set
  1058. # CONFIG_SND_FM801 is not set
  1059. # CONFIG_SND_HDA_INTEL is not set
  1060. # CONFIG_SND_HDSP is not set
  1061. # CONFIG_SND_HDSPM is not set
  1062. # CONFIG_SND_ICE1712 is not set
  1063. # CONFIG_SND_ICE1724 is not set
  1064. CONFIG_SND_INTEL8X0=y
  1065. # CONFIG_SND_INTEL8X0M is not set
  1066. # CONFIG_SND_KORG1212 is not set
  1067. # CONFIG_SND_MAESTRO3 is not set
  1068. # CONFIG_SND_MIXART is not set
  1069. # CONFIG_SND_NM256 is not set
  1070. # CONFIG_SND_PCXHR is not set
  1071. # CONFIG_SND_RME32 is not set
  1072. # CONFIG_SND_RME96 is not set
  1073. # CONFIG_SND_RME9652 is not set
  1074. # CONFIG_SND_SONICVIBES is not set
  1075. # CONFIG_SND_TRIDENT is not set
  1076. # CONFIG_SND_VIA82XX is not set
  1077. # CONFIG_SND_VIA82XX_MODEM is not set
  1078. # CONFIG_SND_VX222 is not set
  1079. # CONFIG_SND_YMFPCI is not set

  1080. #
  1081. # USB devices
  1082. #
  1083. # CONFIG_SND_USB_AUDIO is not set
  1084. # CONFIG_SND_USB_USX2Y is not set

  1085. #
  1086. # Open Sound System
  1087. #
  1088. # CONFIG_SOUND_PRIME is not set

  1089. #
  1090. # USB support
  1091. #
  1092. CONFIG_USB_ARCH_HAS_HCD=y
  1093. CONFIG_USB_ARCH_HAS_OHCI=y
  1094. CONFIG_USB=y
  1095. # CONFIG_USB_DEBUG is not set

  1096. #
  1097. # Miscellaneous USB options
  1098. #
  1099. CONFIG_USB_DEVICEFS=y
  1100. # CONFIG_USB_BANDWIDTH is not set
  1101. # CONFIG_USB_DYNAMIC_MINORS is not set
  1102. # CONFIG_USB_SUSPEND is not set
  1103. # CONFIG_USB_OTG is not set

  1104. #
  1105. # USB Host Controller Drivers
  1106. #
  1107. CONFIG_USB_EHCI_HCD=y
  1108. # CONFIG_USB_EHCI_SPLIT_ISO is not set
  1109. CONFIG_USB_EHCI_ROOT_HUB_TT=y
  1110. # CONFIG_USB_ISP116X_HCD is not set
  1111. # CONFIG_USB_OHCI_HCD is not set
  1112. CONFIG_USB_UHCI_HCD=y
  1113. # CONFIG_USB_SL811_HCD is not set

  1114. #
  1115. # USB Device Class drivers
  1116. #
  1117. # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set
  1118. # CONFIG_USB_ACM is not set
  1119. # CONFIG_USB_PRINTER is not set

  1120. #
  1121. # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
  1122. #

  1123. #
  1124. # may also be needed; see USB_STORAGE Help for more information
  1125. #
  1126. CONFIG_USB_STORAGE=y
  1127. # CONFIG_USB_STORAGE_DEBUG is not set
  1128. # CONFIG_USB_STORAGE_DATAFAB is not set
  1129. # CONFIG_USB_STORAGE_FREECOM is not set
  1130. # CONFIG_USB_STORAGE_ISD200 is not set
  1131. # CONFIG_USB_STORAGE_DPCM is not set
  1132. # CONFIG_USB_STORAGE_USBAT is not set
  1133. # CONFIG_USB_STORAGE_SDDR09 is not set
  1134. # CONFIG_USB_STORAGE_SDDR55 is not set
  1135. # CONFIG_USB_STORAGE_JUMPSHOT is not set
  1136. # CONFIG_USB_STORAGE_ALAUDA is not set
  1137. # CONFIG_USB_LIBUSUAL is not set

  1138. #
  1139. # USB Input Devices
  1140. #
  1141. CONFIG_USB_HID=y
  1142. CONFIG_USB_HIDINPUT=y
  1143. # CONFIG_USB_HIDINPUT_POWERBOOK is not set
  1144. # CONFIG_HID_FF is not set
  1145. # CONFIG_USB_HIDDEV is not set
  1146. # CONFIG_USB_AIPTEK is not set
  1147. # CONFIG_USB_WACOM is not set
  1148. # CONFIG_USB_ACECAD is not set
  1149. # CONFIG_USB_KBTAB is not set
  1150. # CONFIG_USB_POWERMATE is not set
  1151. # CONFIG_USB_MTOUCH is not set
  1152. # CONFIG_USB_ITMTOUCH is not set
  1153. # CONFIG_USB_EGALAX is not set
  1154. # CONFIG_USB_YEALINK is not set
  1155. # CONFIG_USB_XPAD is not set
  1156. # CONFIG_USB_ATI_REMOTE is not set
  1157. # CONFIG_USB_ATI_REMOTE2 is not set
  1158. # CONFIG_USB_KEYSPAN_REMOTE is not set
  1159. # CONFIG_USB_APPLETOUCH is not set

  1160. #
  1161. # USB Imaging devices
  1162. #
  1163. # CONFIG_USB_MDC800 is not set
  1164. # CONFIG_USB_MICROTEK is not set

  1165. #
  1166. # USB Multimedia devices
  1167. #
  1168. # CONFIG_USB_DABUSB is not set

  1169. #
  1170. # Video4Linux support is needed for USB Multimedia device support
  1171. #

  1172. #
  1173. # USB Network Adapters
  1174. #
  1175. # CONFIG_USB_CATC is not set
  1176. # CONFIG_USB_KAWETH is not set
  1177. # CONFIG_USB_PEGASUS is not set
  1178. # CONFIG_USB_RTL8150 is not set
  1179. # CONFIG_USB_USBNET is not set
  1180. CONFIG_USB_MON=y

  1181. #
  1182. # USB port drivers
  1183. #

  1184. #
  1185. # USB Serial Converter support
  1186. #
  1187. # CONFIG_USB_SERIAL is not set

  1188. #
  1189. # USB Miscellaneous drivers
  1190. #
  1191. # CONFIG_USB_EMI62 is not set
  1192. # CONFIG_USB_EMI26 is not set
  1193. # CONFIG_USB_AUERSWALD is not set
  1194. # CONFIG_USB_RIO500 is not set
  1195. # CONFIG_USB_LEGOTOWER is not set
  1196. # CONFIG_USB_LCD is not set
  1197. # CONFIG_USB_LED is not set
  1198. # CONFIG_USB_CYTHERM is not set
  1199. # CONFIG_USB_PHIDGETKIT is not set
  1200. # CONFIG_USB_PHIDGETSERVO is not set
  1201. # CONFIG_USB_IDMOUSE is not set
  1202. # CONFIG_USB_SISUSBVGA is not set
  1203. # CONFIG_USB_LD is not set
  1204. # CONFIG_USB_TEST is not set

  1205. #
  1206. # USB DSL modem support
  1207. #

  1208. #
  1209. # USB Gadget Support
  1210. #
  1211. # CONFIG_USB_GADGET is not set

  1212. #
  1213. # MMC/SD Card support
  1214. #
  1215. # CONFIG_MMC is not set

  1216. #
  1217. # InfiniBand support
  1218. #
  1219. # CONFIG_INFINIBAND is not set

  1220. #
  1221. # EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
  1222. #
  1223. # CONFIG_EDAC is not set

  1224. #
  1225. # File systems
  1226. #
  1227. CONFIG_EXT2_FS=y
  1228. CONFIG_EXT2_FS_XATTR=y
  1229. CONFIG_EXT2_FS_POSIX_ACL=y
  1230. CONFIG_EXT2_FS_SECURITY=y
  1231. # CONFIG_EXT2_FS_XIP is not set
  1232. CONFIG_EXT3_FS=y
  1233. CONFIG_EXT3_FS_XATTR=y
  1234. CONFIG_EXT3_FS_POSIX_ACL=y
  1235. CONFIG_EXT3_FS_SECURITY=y
  1236. CONFIG_JBD=y
  1237. # CONFIG_JBD_DEBUG is not set
  1238. CONFIG_FS_MBCACHE=y
  1239. CONFIG_REISER4_FS=y
  1240. # CONFIG_REISER4_DEBUG is not set
  1241. CONFIG_REISERFS_FS=y
  1242. # CONFIG_REISERFS_CHECK is not set
  1243. CONFIG_REISERFS_PROC_INFO=y
  1244. CONFIG_REISERFS_FS_XATTR=y
  1245. CONFIG_REISERFS_FS_POSIX_ACL=y
  1246. CONFIG_REISERFS_FS_SECURITY=y
  1247. # CONFIG_JFS_FS is not set
  1248. CONFIG_FS_POSIX_ACL=y
  1249. # CONFIG_XFS_FS is not set
  1250. # CONFIG_OCFS2_FS is not set
  1251. # CONFIG_MINIX_FS is not set
  1252. # CONFIG_ROMFS_FS is not set
  1253. CONFIG_INOTIFY=y
  1254. # CONFIG_QUOTA is not set
  1255. CONFIG_DNOTIFY=y
  1256. # CONFIG_AUTOFS_FS is not set
  1257. # CONFIG_AUTOFS4_FS is not set
  1258. # CONFIG_FUSE_FS is not set

  1259. #
  1260. # CD-ROM/DVD Filesystems
  1261. #
  1262. CONFIG_ISO9660_FS=y
  1263. CONFIG_JOLIET=y
  1264. CONFIG_ZISOFS=y
  1265. CONFIG_ZISOFS_FS=y
  1266. CONFIG_UDF_FS=y
  1267. CONFIG_UDF_NLS=y

  1268. #
  1269. # DOS/FAT/NT Filesystems
  1270. #
  1271. CONFIG_FAT_FS=y
  1272. CONFIG_MSDOS_FS=y
  1273. CONFIG_VFAT_FS=y
  1274. CONFIG_FAT_DEFAULT_CODEPAGE=437
  1275. CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
  1276. CONFIG_NTFS_FS=m
  1277. # CONFIG_NTFS_DEBUG is not set
  1278. # CONFIG_NTFS_RW is not set

  1279. #
  1280. # Pseudo filesystems
  1281. #
  1282. CONFIG_PROC_FS=y
  1283. CONFIG_PROC_KCORE=y
  1284. CONFIG_SYSFS=y
  1285. CONFIG_TMPFS=y
  1286. # CONFIG_HUGETLBFS is not set
  1287. # CONFIG_HUGETLB_PAGE is not set
  1288. CONFIG_RAMFS=y
  1289. # CONFIG_RELAYFS_FS is not set
  1290. # CONFIG_CONFIGFS_FS is not set

  1291. #
  1292. # Miscellaneous filesystems
  1293. #
  1294. # CONFIG_ADFS_FS is not set
  1295. # CONFIG_AFFS_FS is not set
  1296. # CONFIG_HFS_FS is not set
  1297. # CONFIG_HFSPLUS_FS is not set
  1298. # CONFIG_BEFS_FS is not set
  1299. # CONFIG_BFS_FS is not set
  1300. # CONFIG_EFS_FS is not set
  1301. # CONFIG_CRAMFS is not set
  1302. # CONFIG_SQUASHFS is not set
  1303. # CONFIG_VXFS_FS is not set
  1304. # CONFIG_HPFS_FS is not set
  1305. # CONFIG_QNX4FS_FS is not set
  1306. # CONFIG_SYSV_FS is not set
  1307. # CONFIG_UFS_FS is not set

  1308. #
  1309. # Network File Systems
  1310. #
  1311. # CONFIG_NFS_FS is not set
  1312. # CONFIG_NFSD is not set
  1313. # CONFIG_SMB_FS is not set
  1314. # CONFIG_CIFS is not set
  1315. # CONFIG_NCP_FS is not set
  1316. # CONFIG_CODA_FS is not set
  1317. # CONFIG_AFS_FS is not set
  1318. # CONFIG_9P_FS is not set

  1319. #
  1320. # Partition Types
  1321. #
  1322. # CONFIG_PARTITION_ADVANCED is not set
  1323. CONFIG_MSDOS_PARTITION=y

  1324. #
  1325. # Native Language Support
  1326. #
  1327. CONFIG_NLS=y
  1328. CONFIG_NLS_DEFAULT="iso8859-1"
  1329. CONFIG_NLS_CODEPAGE_437=y
  1330. # CONFIG_NLS_CODEPAGE_737 is not set
  1331. # CONFIG_NLS_CODEPAGE_775 is not set
  1332. # CONFIG_NLS_CODEPAGE_850 is not set
  1333. # CONFIG_NLS_CODEPAGE_852 is not set
  1334. # CONFIG_NLS_CODEPAGE_855 is not set
  1335. # CONFIG_NLS_CODEPAGE_857 is not set
  1336. # CONFIG_NLS_CODEPAGE_860 is not set
  1337. # CONFIG_NLS_CODEPAGE_861 is not set
  1338. # CONFIG_NLS_CODEPAGE_862 is not set
  1339. # CONFIG_NLS_CODEPAGE_863 is not set
  1340. # CONFIG_NLS_CODEPAGE_864 is not set
  1341. # CONFIG_NLS_CODEPAGE_865 is not set
  1342. # CONFIG_NLS_CODEPAGE_866 is not set
  1343. # CONFIG_NLS_CODEPAGE_869 is not set
  1344. CONFIG_NLS_CODEPAGE_936=y
  1345. # CONFIG_NLS_CODEPAGE_950 is not set
  1346. # CONFIG_NLS_CODEPAGE_932 is not set
  1347. # CONFIG_NLS_CODEPAGE_949 is not set
  1348. # CONFIG_NLS_CODEPAGE_874 is not set
  1349. # CONFIG_NLS_ISO8859_8 is not set
  1350. # CONFIG_NLS_CODEPAGE_1250 is not set
  1351. # CONFIG_NLS_CODEPAGE_1251 is not set
  1352. # CONFIG_NLS_ASCII is not set
  1353. CONFIG_NLS_ISO8859_1=y
  1354. # CONFIG_NLS_ISO8859_2 is not set
  1355. # CONFIG_NLS_ISO8859_3 is not set
  1356. # CONFIG_NLS_ISO8859_4 is not set
  1357. # CONFIG_NLS_ISO8859_5 is not set
  1358. # CONFIG_NLS_ISO8859_6 is not set
  1359. # CONFIG_NLS_ISO8859_7 is not set
  1360. # CONFIG_NLS_ISO8859_9 is not set
  1361. # CONFIG_NLS_ISO8859_13 is not set
  1362. # CONFIG_NLS_ISO8859_14 is not set
  1363. # CONFIG_NLS_ISO8859_15 is not set
  1364. # CONFIG_NLS_KOI8_R is not set
  1365. # CONFIG_NLS_KOI8_U is not set
  1366. CONFIG_NLS_UTF8=y

  1367. #
  1368. # Instrumentation Support
  1369. #
  1370. # CONFIG_PROFILING is not set
  1371. # CONFIG_KPROBES is not set

  1372. #
  1373. # Kernel hacking
  1374. #
  1375. CONFIG_PRINTK_TIME=y
  1376. CONFIG_MAGIC_SYSRQ=y
  1377. # CONFIG_DEBUG_KERNEL is not set
  1378. CONFIG_LOG_BUF_SHIFT=14
  1379. CONFIG_DEBUG_BUGVERBOSE=y
  1380. CONFIG_EARLY_PRINTK=y

  1381. #
  1382. # Security options
  1383. #
  1384. # CONFIG_KEYS is not set
  1385. # CONFIG_SECURITY is not set

  1386. #
  1387. # Cryptographic options
  1388. #
  1389. # CONFIG_CRYPTO is not set

  1390. #
  1391. # Hardware crypto devices
  1392. #

  1393. #
  1394. # Library routines
  1395. #
  1396. CONFIG_CRC_CCITT=y
  1397. # CONFIG_CRC16 is not set
  1398. CONFIG_CRC32=y
  1399. # CONFIG_LIBCRC32C is not set
  1400. CONFIG_ZLIB_INFLATE=y
  1401. CONFIG_ZLIB_DEFLATE=y
  1402. CONFIG_GENERIC_HARDIRQS=y
  1403. CONFIG_GENERIC_IRQ_PROBE=y
  1404. CONFIG_X86_BIOS_REBOOT=y
  1405. CONFIG_KTIME_SCALAR=y
复制代码
发表于 2006-4-9 12:35:59 | 显示全部楼层
先用 fdisk -l 看看系统是否找到了该设备。
没准是/dev/sda /dev/sdb1……
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-9 13:40:33 | 显示全部楼层
sda;sda1;sda2;sda3…
我都试过了…
回复 支持 反对

使用道具 举报

发表于 2006-4-9 14:17:16 | 显示全部楼层
SCSI模块配置好没?USB模块搞定没?
模块选中了以后有没有加载?
回复 支持 反对

使用道具 举报

发表于 2006-4-10 09:57:40 | 显示全部楼层
应该是内核编译没有选上:SCSI模块和USB模块.
选上就好了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-10 15:39:05 | 显示全部楼层
重新编译终于好了!内核的选项太多,对于我这种英文不好的人来说,有点不知如何下手的感觉。
回复 支持 反对

使用道具 举报

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

本版积分规则

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