Gentoo Archives: gentoo-amd64

From: Felipe Ribeiro <felipernb@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Re: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(2,0)
Date: Mon, 12 Dec 2005 09:53:45
Message-Id: 439D47ED.6010505@gmail.com
In Reply to: Re: [gentoo-amd64] Re: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(2,0) by Drake Donahue
1 and what about dma? when you use generic driver, can you enable it? it
2 always recognize my chipset as sis5513 :-(
3
4 Drake Donahue escreveu:
5
6 > our grub.conf and fstab are virtual twins should not be problem
7 > according to asus web site, asus k8s-mx does not have a sis5513 drive
8 > controller, SiS 965L south bridge instead, perhaps removing the
9 > sis5513 entry from menuconfig and recompiling in hope generic drivers
10 > will get you up??
11 > ----- Original Message ----- From: "Felipe Ribeiro" <felipernb@×××××.com>
12 > To: <gentoo-amd64@l.g.o>
13 > Sent: Sunday, December 11, 2005 10:05 PM
14 > Subject: Re: [gentoo-amd64] Re: Kernel panic - not syncing: VFS:
15 > Unable to mount root fs on unknown block(2,0)
16 >
17 >
18 >> The hard drive is not sata neither scsi.
19 >> All file systems support are compiled into the kernel
20 >>
21 >> in fstab i have:
22 >>
23 >> /dev/hda1 /win vfat auto,user 1 0
24 >> /dev/hda2 / reiserfs notail,defaults,noatime 1 2
25 >> /dev/hda3 none swap sw 0 0
26 >> /dev/cdrw /cdrw iso9660 auto,ro,user 0 0
27 >> /dev/cdrom1 /cdrom iso9660 auto,ro,user 0 0
28 >> /dev/fd0 /floppy auto noauto,user 0 0
29 >>
30 >> proc /proc proc defaults 0 0
31 >>
32 >> shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
33 >>
34 >> i have no /boot partition, it is in my root partition.
35 >>
36 >> i compilled the kernel manually, and when it generated the bzImage
37 >> file, i moved it to /boot/bzImage-2.6.14
38 >>
39 >> Here i put my new grub.conf file and my .config file from kernel.
40 >>
41 >> Cheers,
42 >> Felipe
43 >>
44 >> ----- grub.conf -----
45 >> timeout 5
46 >>
47 >> default 1
48 >>
49 >> vga=0x315
50 >> video=vesafb:mtrr,ywrap
51 >> splashimage=/boot/grub/splash.xpm.gz
52 >>
53 >> title Gentoo Linux
54 >> root (hd0,1)
55 >> kernel /boot/bzImage-2.6.14 root=/dev/hda2
56 >>
57 >> title Windows XP
58 >> rootnoverify (hd0,0)
59 >> makeactive
60 >> chainloader +1
61 >>
62 >> ------ end of grub.conf -----
63 >>
64 >> ----- .config -----
65 >> #
66 >> # Automatically generated make config: don't edit
67 >> # Linux kernel version: 2.6.14-gentoo-r2
68 >> # Sun Dec 11 23:24:13 2005
69 >> #
70 >> CONFIG_X86_64=y
71 >> CONFIG_64BIT=y
72 >> CONFIG_X86=y
73 >> CONFIG_SEMAPHORE_SLEEPERS=y
74 >> CONFIG_MMU=y
75 >> CONFIG_RWSEM_GENERIC_SPINLOCK=y
76 >> CONFIG_GENERIC_CALIBRATE_DELAY=y
77 >> CONFIG_X86_CMPXCHG=y
78 >> CONFIG_EARLY_PRINTK=y
79 >> CONFIG_GENERIC_ISA_DMA=y
80 >> CONFIG_GENERIC_IOMAP=y
81 >> CONFIG_ARCH_MAY_HAVE_PC_FDC=y
82 >>
83 >> #
84 >> # Code maturity level options
85 >> #
86 >> CONFIG_EXPERIMENTAL=y
87 >> CONFIG_CLEAN_COMPILE=y
88 >> CONFIG_LOCK_KERNEL=y
89 >> CONFIG_INIT_ENV_ARG_LIMIT=32
90 >>
91 >> #
92 >> # General setup
93 >> #
94 >> CONFIG_LOCALVERSION=""
95 >> CONFIG_LOCALVERSION_AUTO=y
96 >> CONFIG_SWAP=y
97 >> CONFIG_SYSVIPC=y
98 >> CONFIG_POSIX_MQUEUE=y
99 >> # CONFIG_BSD_PROCESS_ACCT is not set
100 >> CONFIG_SYSCTL=y
101 >> # CONFIG_AUDIT is not set
102 >> CONFIG_HOTPLUG=y
103 >> CONFIG_KOBJECT_UEVENT=y
104 >> CONFIG_IKCONFIG=y
105 >> CONFIG_IKCONFIG_PROC=y
106 >> CONFIG_CPUSETS=y
107 >> CONFIG_INITRAMFS_SOURCE=""
108 >> # CONFIG_EMBEDDED is not set
109 >> CONFIG_KALLSYMS=y
110 >> CONFIG_KALLSYMS_ALL=y
111 >> # CONFIG_KALLSYMS_EXTRA_PASS is not set
112 >> CONFIG_PRINTK=y
113 >> CONFIG_BUG=y
114 >> CONFIG_BASE_FULL=y
115 >> CONFIG_FUTEX=y
116 >> CONFIG_EPOLL=y
117 >> CONFIG_SHMEM=y
118 >> CONFIG_CC_ALIGN_FUNCTIONS=0
119 >> CONFIG_CC_ALIGN_LABELS=0
120 >> CONFIG_CC_ALIGN_LOOPS=0
121 >> CONFIG_CC_ALIGN_JUMPS=0
122 >> # CONFIG_TINY_SHMEM is not set
123 >> CONFIG_BASE_SMALL=0
124 >>
125 >> #
126 >> # Loadable module support
127 >> #
128 >> CONFIG_MODULES=y
129 >> CONFIG_MODULE_UNLOAD=y
130 >> CONFIG_MODULE_FORCE_UNLOAD=y
131 >> CONFIG_OBSOLETE_MODPARM=y
132 >> # CONFIG_MODVERSIONS is not set
133 >> # CONFIG_MODULE_SRCVERSION_ALL is not set
134 >> CONFIG_KMOD=y
135 >> CONFIG_STOP_MACHINE=y
136 >>
137 >> #
138 >> # Processor type and features
139 >> #
140 >> CONFIG_MK8=y
141 >> # CONFIG_MPSC is not set
142 >> # CONFIG_GENERIC_CPU is not set
143 >> CONFIG_X86_L1_CACHE_BYTES=64
144 >> CONFIG_X86_L1_CACHE_SHIFT=6
145 >> CONFIG_X86_TSC=y
146 >> CONFIG_X86_GOOD_APIC=y
147 >> CONFIG_MICROCODE=y
148 >> CONFIG_X86_MSR=y
149 >> CONFIG_X86_CPUID=y
150 >> CONFIG_X86_IO_APIC=y
151 >> CONFIG_X86_LOCAL_APIC=y
152 >> CONFIG_MTRR=y
153 >> CONFIG_SMP=y
154 >> CONFIG_SCHED_SMT=y
155 >> CONFIG_PREEMPT_NONE=y
156 >> # CONFIG_PREEMPT_VOLUNTARY is not set
157 >> # CONFIG_PREEMPT is not set
158 >> CONFIG_PREEMPT_BKL=y
159 >> CONFIG_K8_NUMA=y
160 >> # CONFIG_NUMA_EMU is not set
161 >> CONFIG_ARCH_DISCONTIGMEM_ENABLE=y
162 >> CONFIG_NUMA=y
163 >> CONFIG_ARCH_DISCONTIGMEM_DEFAULT=y
164 >> CONFIG_ARCH_SPARSEMEM_ENABLE=y
165 >> CONFIG_SELECT_MEMORY_MODEL=y
166 >> # CONFIG_FLATMEM_MANUAL is not set
167 >> CONFIG_DISCONTIGMEM_MANUAL=y
168 >> # CONFIG_SPARSEMEM_MANUAL is not set
169 >> CONFIG_DISCONTIGMEM=y
170 >> CONFIG_FLAT_NODE_MEM_MAP=y
171 >> CONFIG_NEED_MULTIPLE_NODES=y
172 >> # CONFIG_SPARSEMEM_STATIC is not set
173 >> CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y
174 >> CONFIG_NR_CPUS=32
175 >> # CONFIG_HOTPLUG_CPU is not set
176 >> CONFIG_HPET_TIMER=y
177 >> CONFIG_X86_PM_TIMER=y
178 >> CONFIG_HPET_EMULATE_RTC=y
179 >> CONFIG_GART_IOMMU=y
180 >> CONFIG_SWIOTLB=y
181 >> CONFIG_X86_MCE=y
182 >> # CONFIG_X86_MCE_INTEL is not set
183 >> CONFIG_PHYSICAL_START=0x100000
184 >> # CONFIG_KEXEC is not set
185 >> CONFIG_SECCOMP=y
186 >> # CONFIG_HZ_100 is not set
187 >> CONFIG_HZ_250=y
188 >> # CONFIG_HZ_1000 is not set
189 >> CONFIG_HZ=250
190 >> CONFIG_GENERIC_HARDIRQS=y
191 >> CONFIG_GENERIC_IRQ_PROBE=y
192 >> CONFIG_ISA_DMA_API=y
193 >> CONFIG_GENERIC_PENDING_IRQ=y
194 >>
195 >> #
196 >> # Power management options
197 >> #
198 >> CONFIG_PM=y
199 >> # CONFIG_PM_DEBUG is not set
200 >>
201 >> #
202 >> # ACPI (Advanced Configuration and Power Interface) Support
203 >> #
204 >> CONFIG_ACPI=y
205 >> CONFIG_ACPI_AC=y
206 >> # CONFIG_ACPI_BATTERY is not set
207 >> CONFIG_ACPI_BUTTON=y
208 >> # CONFIG_ACPI_VIDEO is not set
209 >> CONFIG_ACPI_HOTKEY=m
210 >> CONFIG_ACPI_FAN=y
211 >> CONFIG_ACPI_PROCESSOR=y
212 >> CONFIG_ACPI_THERMAL=y
213 >> CONFIG_ACPI_NUMA=y
214 >> # CONFIG_ACPI_ASUS is not set
215 >> # CONFIG_ACPI_IBM is not set
216 >> # CONFIG_ACPI_TOSHIBA is not set
217 >> CONFIG_ACPI_BLACKLIST_YEAR=2001
218 >> # CONFIG_ACPI_DEBUG is not set
219 >> CONFIG_ACPI_EC=y
220 >> CONFIG_ACPI_POWER=y
221 >> CONFIG_ACPI_SYSTEM=y
222 >> # CONFIG_ACPI_CONTAINER is not set
223 >>
224 >> #
225 >> # CPU Frequency scaling
226 >> #
227 >> CONFIG_CPU_FREQ=y
228 >> CONFIG_CPU_FREQ_TABLE=y
229 >> # CONFIG_CPU_FREQ_DEBUG is not set
230 >> CONFIG_CPU_FREQ_STAT=y
231 >> # CONFIG_CPU_FREQ_STAT_DETAILS is not set
232 >> CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
233 >> # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
234 >> CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
235 >> # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
236 >> CONFIG_CPU_FREQ_GOV_USERSPACE=y
237 >> CONFIG_CPU_FREQ_GOV_ONDEMAND=y
238 >> # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
239 >>
240 >> #
241 >> # CPUFreq processor drivers
242 >> #
243 >> # CONFIG_X86_POWERNOW_K8 is not set
244 >> # CONFIG_X86_SPEEDSTEP_CENTRINO is not set
245 >> CONFIG_X86_ACPI_CPUFREQ=y
246 >>
247 >> #
248 >> # shared options
249 >> #
250 >> CONFIG_X86_ACPI_CPUFREQ_PROC_INTF=y
251 >> # CONFIG_X86_SPEEDSTEP_LIB is not set
252 >>
253 >> #
254 >> # Bus options (PCI etc.)
255 >> #
256 >> CONFIG_PCI=y
257 >> CONFIG_PCI_DIRECT=y
258 >> CONFIG_PCI_MMCONFIG=y
259 >> CONFIG_UNORDERED_IO=y
260 >> # CONFIG_PCIEPORTBUS is not set
261 >> CONFIG_PCI_MSI=y
262 >> CONFIG_PCI_LEGACY_PROC=y
263 >> # CONFIG_PCI_DEBUG is not set
264 >>
265 >> #
266 >> # PCCARD (PCMCIA/CardBus) support
267 >> #
268 >> # CONFIG_PCCARD is not set
269 >>
270 >> #
271 >> # PCI Hotplug Support
272 >> #
273 >> # CONFIG_HOTPLUG_PCI is not set
274 >>
275 >> #
276 >> # Executable file formats / Emulations
277 >> #
278 >> CONFIG_BINFMT_ELF=y
279 >> # CONFIG_BINFMT_MISC is not set
280 >> CONFIG_IA32_EMULATION=y
281 >> CONFIG_IA32_AOUT=y
282 >> CONFIG_COMPAT=y
283 >> CONFIG_SYSVIPC_COMPAT=y
284 >> CONFIG_UID16=y
285 >>
286 >> #
287 >> # Networking
288 >> #
289 >> CONFIG_NET=y
290 >>
291 >> #
292 >> # Networking options
293 >> #
294 >> CONFIG_PACKET=y
295 >> # CONFIG_PACKET_MMAP is not set
296 >> CONFIG_UNIX=y
297 >> # CONFIG_NET_KEY is not set
298 >> CONFIG_INET=y
299 >> CONFIG_IP_MULTICAST=y
300 >> # CONFIG_IP_ADVANCED_ROUTER is not set
301 >> CONFIG_IP_FIB_HASH=y
302 >> CONFIG_IP_PNP=y
303 >> CONFIG_IP_PNP_DHCP=y
304 >> # CONFIG_IP_PNP_BOOTP is not set
305 >> # CONFIG_IP_PNP_RARP is not set
306 >> # CONFIG_NET_IPIP is not set
307 >> # CONFIG_NET_IPGRE is not set
308 >> # CONFIG_IP_MROUTE is not set
309 >> # CONFIG_ARPD is not set
310 >> # CONFIG_SYN_COOKIES is not set
311 >> # CONFIG_INET_AH is not set
312 >> # CONFIG_INET_ESP is not set
313 >> # CONFIG_INET_IPCOMP is not set
314 >> # CONFIG_INET_TUNNEL is not set
315 >> CONFIG_INET_DIAG=y
316 >> CONFIG_INET_TCP_DIAG=y
317 >> # CONFIG_TCP_CONG_ADVANCED is not set
318 >> CONFIG_TCP_CONG_BIC=y
319 >> # CONFIG_IPV6 is not set
320 >> # CONFIG_NETFILTER is not set
321 >>
322 >> #
323 >> # DCCP Configuration (EXPERIMENTAL)
324 >> #
325 >> # CONFIG_IP_DCCP is not set
326 >>
327 >> #
328 >> # SCTP Configuration (EXPERIMENTAL)
329 >> #
330 >> # CONFIG_IP_SCTP is not set
331 >> # CONFIG_ATM is not set
332 >> # CONFIG_BRIDGE is not set
333 >> # CONFIG_VLAN_8021Q is not set
334 >> # CONFIG_DECNET is not set
335 >> # CONFIG_LLC2 is not set
336 >> # CONFIG_IPX is not set
337 >> # CONFIG_ATALK is not set
338 >> # CONFIG_X25 is not set
339 >> # CONFIG_LAPB is not set
340 >> # CONFIG_NET_DIVERT is not set
341 >> # CONFIG_ECONET is not set
342 >> # CONFIG_WAN_ROUTER is not set
343 >> # CONFIG_NET_SCHED is not set
344 >> # CONFIG_NET_CLS_ROUTE is not set
345 >>
346 >> #
347 >> # Network testing
348 >> #
349 >> # CONFIG_NET_PKTGEN is not set
350 >> # CONFIG_HAMRADIO is not set
351 >> # CONFIG_IRDA is not set
352 >> # CONFIG_BT is not set
353 >> # CONFIG_IEEE80211 is not set
354 >>
355 >> #
356 >> # Device Drivers
357 >> #
358 >>
359 >> #
360 >> # Generic Driver Options
361 >> #
362 >> CONFIG_STANDALONE=y
363 >> CONFIG_PREVENT_FIRMWARE_BUILD=y
364 >> CONFIG_FW_LOADER=m
365 >> # CONFIG_DEBUG_DRIVER is not set
366 >>
367 >> #
368 >> # Connector - unified userspace <-> kernelspace linker
369 >> #
370 >> # CONFIG_CONNECTOR is not set
371 >>
372 >> #
373 >> # Memory Technology Devices (MTD)
374 >> #
375 >> # CONFIG_MTD is not set
376 >>
377 >> #
378 >> # Parallel port support
379 >> #
380 >> # CONFIG_PARPORT is not set
381 >>
382 >> #
383 >> # Plug and Play support
384 >> #
385 >> CONFIG_PNP=y
386 >> # CONFIG_PNP_DEBUG is not set
387 >>
388 >> #
389 >> # Protocols
390 >> #
391 >> CONFIG_PNPACPI=y
392 >>
393 >> #
394 >> # Block devices
395 >> #
396 >> CONFIG_BLK_DEV_FD=y
397 >> # CONFIG_BLK_CPQ_DA is not set
398 >> # CONFIG_BLK_CPQ_CISS_DA is not set
399 >> # CONFIG_BLK_DEV_DAC960 is not set
400 >> # CONFIG_BLK_DEV_UMEM is not set
401 >> # CONFIG_BLK_DEV_COW_COMMON is not set
402 >> CONFIG_BLK_DEV_LOOP=y
403 >> # CONFIG_BLK_DEV_CRYPTOLOOP is not set
404 >> # CONFIG_BLK_DEV_NBD is not set
405 >> # CONFIG_BLK_DEV_SX8 is not set
406 >> # CONFIG_BLK_DEV_UB is not set
407 >> CONFIG_BLK_DEV_RAM=y
408 >> CONFIG_BLK_DEV_RAM_COUNT=16
409 >> CONFIG_BLK_DEV_RAM_SIZE=4096
410 >> CONFIG_BLK_DEV_INITRD=y
411 >> CONFIG_LBD=y
412 >> CONFIG_CDROM_PKTCDVD=m
413 >> CONFIG_CDROM_PKTCDVD_BUFFERS=8
414 >> # CONFIG_CDROM_PKTCDVD_WCACHE is not set
415 >>
416 >> #
417 >> # IO Schedulers
418 >> #
419 >> CONFIG_IOSCHED_NOOP=y
420 >> CONFIG_IOSCHED_AS=y
421 >> CONFIG_IOSCHED_DEADLINE=y
422 >> CONFIG_IOSCHED_CFQ=y
423 >> # CONFIG_ATA_OVER_ETH is not set
424 >>
425 >> #
426 >> # ATA/ATAPI/MFM/RLL support
427 >> #
428 >> CONFIG_IDE=y
429 >> CONFIG_BLK_DEV_IDE=y
430 >>
431 >> #
432 >> # Please see Documentation/ide.txt for help/info on IDE drives
433 >> #
434 >> # CONFIG_BLK_DEV_IDE_SATA is not set
435 >> # CONFIG_BLK_DEV_HD_IDE is not set
436 >> CONFIG_BLK_DEV_IDEDISK=y
437 >> CONFIG_IDEDISK_MULTI_MODE=y
438 >> CONFIG_BLK_DEV_IDECD=y
439 >> # CONFIG_BLK_DEV_IDETAPE is not set
440 >> CONFIG_BLK_DEV_IDEFLOPPY=m
441 >> CONFIG_BLK_DEV_IDESCSI=m
442 >> # CONFIG_IDE_TASK_IOCTL is not set
443 >>
444 >> #
445 >> # IDE chipset support/bugfixes
446 >> #
447 >> # CONFIG_IDE_GENERIC is not set
448 >> # CONFIG_BLK_DEV_CMD640 is not set
449 >> # CONFIG_BLK_DEV_IDEPNP is not set
450 >> CONFIG_BLK_DEV_IDEPCI=y
451 >> # CONFIG_IDEPCI_SHARE_IRQ is not set
452 >> # CONFIG_BLK_DEV_OFFBOARD is not set
453 >> # CONFIG_BLK_DEV_GENERIC is not set
454 >> # CONFIG_BLK_DEV_OPTI621 is not set
455 >> # CONFIG_BLK_DEV_RZ1000 is not set
456 >> CONFIG_BLK_DEV_IDEDMA_PCI=y
457 >> # CONFIG_BLK_DEV_IDEDMA_FORCED is not set
458 >> CONFIG_IDEDMA_PCI_AUTO=y
459 >> # CONFIG_IDEDMA_ONLYDISK is not set
460 >> # CONFIG_BLK_DEV_AEC62XX is not set
461 >> # CONFIG_BLK_DEV_ALI15X3 is not set
462 >> # CONFIG_BLK_DEV_AMD74XX is not set
463 >> # CONFIG_BLK_DEV_ATIIXP is not set
464 >> # CONFIG_BLK_DEV_CMD64X is not set
465 >> # CONFIG_BLK_DEV_TRIFLEX is not set
466 >> # CONFIG_BLK_DEV_CY82C693 is not set
467 >> # CONFIG_BLK_DEV_CS5520 is not set
468 >> # CONFIG_BLK_DEV_CS5530 is not set
469 >> # CONFIG_BLK_DEV_HPT34X is not set
470 >> # CONFIG_BLK_DEV_HPT366 is not set
471 >> # CONFIG_BLK_DEV_SC1200 is not set
472 >> # CONFIG_BLK_DEV_PIIX is not set
473 >> # CONFIG_BLK_DEV_IT821X is not set
474 >> # CONFIG_BLK_DEV_NS87415 is not set
475 >> # CONFIG_BLK_DEV_PDC202XX_OLD is not set
476 >> # CONFIG_BLK_DEV_PDC202XX_NEW is not set
477 >> # CONFIG_BLK_DEV_SVWKS is not set
478 >> # CONFIG_BLK_DEV_SIIMAGE is not set
479 >> CONFIG_BLK_DEV_SIS5513=y
480 >> # CONFIG_BLK_DEV_SLC90E66 is not set
481 >> # CONFIG_BLK_DEV_TRM290 is not set
482 >> # CONFIG_BLK_DEV_VIA82CXXX is not set
483 >> # CONFIG_IDE_ARM is not set
484 >> CONFIG_BLK_DEV_IDEDMA=y
485 >> # CONFIG_IDEDMA_IVB is not set
486 >> CONFIG_IDEDMA_AUTO=y
487 >> # CONFIG_BLK_DEV_HD is not set
488 >>
489 >> #
490 >> # SCSI device support
491 >> #
492 >> # CONFIG_RAID_ATTRS is not set
493 >> CONFIG_SCSI=y
494 >> CONFIG_SCSI_PROC_FS=y
495 >>
496 >> #
497 >> # SCSI support type (disk, tape, CD-ROM)
498 >> #
499 >> # CONFIG_BLK_DEV_SD is not set
500 >> # CONFIG_CHR_DEV_ST is not set
501 >> # CONFIG_CHR_DEV_OSST is not set
502 >> # CONFIG_BLK_DEV_SR is not set
503 >> CONFIG_CHR_DEV_SG=m
504 >> # CONFIG_CHR_DEV_SCH is not set
505 >>
506 >> #
507 >> # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
508 >> #
509 >> # CONFIG_SCSI_MULTI_LUN is not set
510 >> # CONFIG_SCSI_CONSTANTS is not set
511 >> # CONFIG_SCSI_LOGGING is not set
512 >>
513 >> #
514 >> # SCSI Transport Attributes
515 >> #
516 >> CONFIG_SCSI_SPI_ATTRS=y
517 >> # CONFIG_SCSI_FC_ATTRS is not set
518 >> # CONFIG_SCSI_ISCSI_ATTRS is not set
519 >> # CONFIG_SCSI_SAS_ATTRS is not set
520 >>
521 >> #
522 >> # SCSI low-level drivers
523 >> #
524 >> # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
525 >> # CONFIG_SCSI_3W_9XXX is not set
526 >> # CONFIG_SCSI_ACARD is not set
527 >> # CONFIG_SCSI_AACRAID is not set
528 >> # CONFIG_SCSI_AIC7XXX is not set
529 >> # CONFIG_SCSI_AIC7XXX_OLD is not set
530 >> CONFIG_SCSI_AIC79XX=y
531 >> CONFIG_AIC79XX_CMDS_PER_DEVICE=32
532 >> CONFIG_AIC79XX_RESET_DELAY_MS=4000
533 >> # CONFIG_AIC79XX_ENABLE_RD_STRM is not set
534 >> # CONFIG_AIC79XX_DEBUG_ENABLE is not set
535 >> CONFIG_AIC79XX_DEBUG_MASK=0
536 >> # CONFIG_AIC79XX_REG_PRETTY_PRINT is not set
537 >> # CONFIG_MEGARAID_NEWGEN is not set
538 >> # CONFIG_MEGARAID_LEGACY is not set
539 >> # CONFIG_MEGARAID_SAS is not set
540 >> CONFIG_SCSI_SATA=y
541 >> # CONFIG_SCSI_SATA_AHCI is not set
542 >> # CONFIG_SCSI_SATA_SVW is not set
543 >> CONFIG_SCSI_ATA_PIIX=y
544 >> # CONFIG_SCSI_SATA_MV is not set
545 >> # CONFIG_SCSI_SATA_NV is not set
546 >> # CONFIG_SCSI_SATA_PROMISE is not set
547 >> # CONFIG_SCSI_SATA_QSTOR is not set
548 >> # CONFIG_SCSI_SATA_SX4 is not set
549 >> # CONFIG_SCSI_SATA_SIL is not set
550 >> # CONFIG_SCSI_SATA_SIS is not set
551 >> # CONFIG_SCSI_SATA_ULI is not set
552 >> CONFIG_SCSI_SATA_VIA=y
553 >> # CONFIG_SCSI_SATA_VITESSE is not set
554 >> CONFIG_SCSI_SATA_INTEL_COMBINED=y
555 >> # CONFIG_SCSI_BUSLOGIC is not set
556 >> # CONFIG_SCSI_DMX3191D is not set
557 >> # CONFIG_SCSI_EATA is not set
558 >> # CONFIG_SCSI_FUTURE_DOMAIN is not set
559 >> # CONFIG_SCSI_GDTH is not set
560 >> # CONFIG_SCSI_IPS is not set
561 >> # CONFIG_SCSI_INITIO is not set
562 >> # CONFIG_SCSI_INIA100 is not set
563 >> # CONFIG_SCSI_SYM53C8XX_2 is not set
564 >> # CONFIG_SCSI_IPR is not set
565 >> # CONFIG_SCSI_QLOGIC_FC is not set
566 >> # CONFIG_SCSI_QLOGIC_1280 is not set
567 >> CONFIG_SCSI_QLA2XXX=y
568 >> # CONFIG_SCSI_QLA21XX is not set
569 >> # CONFIG_SCSI_QLA22XX is not set
570 >> # CONFIG_SCSI_QLA2300 is not set
571 >> # CONFIG_SCSI_QLA2322 is not set
572 >> # CONFIG_SCSI_QLA6312 is not set
573 >> # CONFIG_SCSI_QLA24XX is not set
574 >> # CONFIG_SCSI_LPFC is not set
575 >> # CONFIG_SCSI_DC395x is not set
576 >> # CONFIG_SCSI_DC390T is not set
577 >> # CONFIG_SCSI_DEBUG is not set
578 >>
579 >> #
580 >> # Multi-device support (RAID and LVM)
581 >> #
582 >> # CONFIG_MD is not set
583 >>
584 >> #
585 >> # Fusion MPT device support
586 >> #
587 >> # CONFIG_FUSION is not set
588 >> # CONFIG_FUSION_SPI is not set
589 >> # CONFIG_FUSION_FC is not set
590 >> # CONFIG_FUSION_SAS is not set
591 >>
592 >> #
593 >> # IEEE 1394 (FireWire) support
594 >> #
595 >> # CONFIG_IEEE1394 is not set
596 >>
597 >> #
598 >> # I2O device support
599 >> #
600 >> # CONFIG_I2O is not set
601 >>
602 >> #
603 >> # Network device support
604 >> #
605 >> CONFIG_NETDEVICES=y
606 >> # CONFIG_DUMMY is not set
607 >> # CONFIG_BONDING is not set
608 >> # CONFIG_EQUALIZER is not set
609 >> CONFIG_TUN=y
610 >> # CONFIG_NET_SB1000 is not set
611 >>
612 >> #
613 >> # ARCnet devices
614 >> #
615 >> # CONFIG_ARCNET is not set
616 >>
617 >> #
618 >> # PHY device support
619 >> #
620 >> # CONFIG_PHYLIB is not set
621 >>
622 >> #
623 >> # Ethernet (10 or 100Mbit)
624 >> #
625 >> CONFIG_NET_ETHERNET=y
626 >> CONFIG_MII=y
627 >> # CONFIG_HAPPYMEAL is not set
628 >> # CONFIG_SUNGEM is not set
629 >> # CONFIG_CASSINI is not set
630 >> # CONFIG_NET_VENDOR_3COM is not set
631 >>
632 >> #
633 >> # Tulip family network device support
634 >> #
635 >> # CONFIG_NET_TULIP is not set
636 >> # CONFIG_HP100 is not set
637 >> CONFIG_NET_PCI=y
638 >> # CONFIG_PCNET32 is not set
639 >> # CONFIG_AMD8111_ETH is not set
640 >> # CONFIG_ADAPTEC_STARFIRE is not set
641 >> # CONFIG_B44 is not set
642 >> # CONFIG_FORCEDETH is not set
643 >> # CONFIG_DGRS is not set
644 >> # CONFIG_EEPRO100 is not set
645 >> # CONFIG_E100 is not set
646 >> # CONFIG_FEALNX is not set
647 >> # CONFIG_NATSEMI is not set
648 >> # CONFIG_NE2K_PCI is not set
649 >> # CONFIG_8139CP is not set
650 >> # CONFIG_8139TOO is not set
651 >> # CONFIG_SIS900 is not set
652 >> # CONFIG_EPIC100 is not set
653 >> # CONFIG_SUNDANCE is not set
654 >> CONFIG_VIA_RHINE=m
655 >> # CONFIG_VIA_RHINE_MMIO is not set
656 >>
657 >> #
658 >> # Ethernet (1000 Mbit)
659 >> #
660 >> # CONFIG_ACENIC is not set
661 >> # CONFIG_DL2K is not set
662 >> # CONFIG_E1000 is not set
663 >> # CONFIG_NS83820 is not set
664 >> # CONFIG_HAMACHI is not set
665 >> # CONFIG_YELLOWFIN is not set
666 >> # CONFIG_R8169 is not set
667 >> CONFIG_SIS190=m
668 >> # CONFIG_SKGE is not set
669 >> # CONFIG_SK98LIN is not set
670 >> # CONFIG_VIA_VELOCITY is not set
671 >> # CONFIG_TIGON3 is not set
672 >> # CONFIG_BNX2 is not set
673 >>
674 >> #
675 >> # Ethernet (10000 Mbit)
676 >> #
677 >> # CONFIG_CHELSIO_T1 is not set
678 >> # CONFIG_IXGB is not set
679 >> # CONFIG_S2IO is not set
680 >>
681 >> #
682 >> # Token Ring devices
683 >> #
684 >> # CONFIG_TR is not set
685 >>
686 >> #
687 >> # Wireless LAN (non-hamradio)
688 >> #
689 >> # CONFIG_NET_RADIO is not set
690 >>
691 >> #
692 >> # Wan interfaces
693 >> #
694 >> # CONFIG_WAN is not set
695 >> # CONFIG_FDDI is not set
696 >> # CONFIG_HIPPI is not set
697 >> # CONFIG_PPP is not set
698 >> # CONFIG_SLIP is not set
699 >> # CONFIG_NET_FC is not set
700 >> # CONFIG_SHAPER is not set
701 >> # CONFIG_NETCONSOLE is not set
702 >> # CONFIG_NETPOLL is not set
703 >> # CONFIG_NET_POLL_CONTROLLER is not set
704 >>
705 >> #
706 >> # ISDN subsystem
707 >> #
708 >> # CONFIG_ISDN is not set
709 >>
710 >> #
711 >> # Telephony Support
712 >> #
713 >> # CONFIG_PHONE is not set
714 >>
715 >> #
716 >> # Input device support
717 >> #
718 >> CONFIG_INPUT=y
719 >>
720 >> #
721 >> # Userland interfaces
722 >> #
723 >> CONFIG_INPUT_MOUSEDEV=y
724 >> CONFIG_INPUT_MOUSEDEV_PSAUX=y
725 >> CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
726 >> CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
727 >> # CONFIG_INPUT_JOYDEV is not set
728 >> # CONFIG_INPUT_TSDEV is not set
729 >> CONFIG_INPUT_EVDEV=y
730 >> # CONFIG_INPUT_EVBUG is not set
731 >>
732 >> #
733 >> # Input Device Drivers
734 >> #
735 >> CONFIG_INPUT_KEYBOARD=y
736 >> CONFIG_KEYBOARD_ATKBD=y
737 >> # CONFIG_KEYBOARD_SUNKBD is not set
738 >> # CONFIG_KEYBOARD_LKKBD is not set
739 >> # CONFIG_KEYBOARD_XTKBD is not set
740 >> # CONFIG_KEYBOARD_NEWTON is not set
741 >> CONFIG_INPUT_MOUSE=y
742 >> CONFIG_MOUSE_PS2=y
743 >> # CONFIG_MOUSE_SERIAL is not set
744 >> # CONFIG_MOUSE_VSXXXAA is not set
745 >> # CONFIG_INPUT_JOYSTICK is not set
746 >> # CONFIG_INPUT_TOUCHSCREEN is not set
747 >> # CONFIG_INPUT_MISC is not set
748 >>
749 >> #
750 >> # Hardware I/O ports
751 >> #
752 >> CONFIG_SERIO=y
753 >> CONFIG_SERIO_I8042=y
754 >> # CONFIG_SERIO_SERPORT is not set
755 >> # CONFIG_SERIO_CT82C710 is not set
756 >> # CONFIG_SERIO_PCIPS2 is not set
757 >> CONFIG_SERIO_LIBPS2=y
758 >> # CONFIG_SERIO_RAW is not set
759 >> # CONFIG_GAMEPORT is not set
760 >>
761 >> #
762 >> # Character devices
763 >> #
764 >> CONFIG_VT=y
765 >> CONFIG_VT_CONSOLE=y
766 >> CONFIG_HW_CONSOLE=y
767 >> # CONFIG_SERIAL_NONSTANDARD is not set
768 >>
769 >> #
770 >> # Serial drivers
771 >> #
772 >> CONFIG_SERIAL_8250=y
773 >> CONFIG_SERIAL_8250_CONSOLE=y
774 >> # CONFIG_SERIAL_8250_ACPI is not set
775 >> CONFIG_SERIAL_8250_NR_UARTS=4
776 >> # CONFIG_SERIAL_8250_EXTENDED is not set
777 >>
778 >> #
779 >> # Non-8250 serial port support
780 >> #
781 >> CONFIG_SERIAL_CORE=y
782 >> CONFIG_SERIAL_CORE_CONSOLE=y
783 >> # CONFIG_SERIAL_JSM is not set
784 >> CONFIG_UNIX98_PTYS=y
785 >> CONFIG_LEGACY_PTYS=y
786 >> CONFIG_LEGACY_PTY_COUNT=256
787 >>
788 >> #
789 >> # IPMI
790 >> #
791 >> # CONFIG_IPMI_HANDLER is not set
792 >>
793 >> #
794 >> # Watchdog Cards
795 >> #
796 >> # CONFIG_WATCHDOG is not set
797 >> CONFIG_HW_RANDOM=y
798 >> # CONFIG_NVRAM is not set
799 >> CONFIG_RTC=y
800 >> # CONFIG_R3964 is not set
801 >> # CONFIG_APPLICOM is not set
802 >>
803 >> #
804 >> # Ftape, the floppy tape device driver
805 >> #
806 >> CONFIG_AGP=y
807 >> CONFIG_AGP_AMD64=y
808 >> # CONFIG_AGP_INTEL is not set
809 >> # CONFIG_DRM is not set
810 >> # CONFIG_MWAVE is not set
811 >> CONFIG_RAW_DRIVER=y
812 >> CONFIG_HPET=y
813 >> # CONFIG_HPET_RTC_IRQ is not set
814 >> CONFIG_HPET_MMAP=y
815 >> CONFIG_MAX_RAW_DEVS=256
816 >> # CONFIG_HANGCHECK_TIMER is not set
817 >>
818 >> #
819 >> # TPM devices
820 >> #
821 >> # CONFIG_TCG_TPM is not set
822 >>
823 >> #
824 >> # I2C support
825 >> #
826 >> # CONFIG_I2C is not set
827 >>
828 >> #
829 >> # Dallas's 1-wire bus
830 >> #
831 >> # CONFIG_W1 is not set
832 >>
833 >> #
834 >> # Hardware Monitoring support
835 >> #
836 >> CONFIG_HWMON=y
837 >> # CONFIG_HWMON_VID is not set
838 >> # CONFIG_SENSORS_HDAPS is not set
839 >> # CONFIG_HWMON_DEBUG_CHIP is not set
840 >>
841 >> #
842 >> # Misc devices
843 >> #
844 >> # CONFIG_IBM_ASM is not set
845 >>
846 >> #
847 >> # Multimedia Capabilities Port drivers
848 >> #
849 >>
850 >> #
851 >> # Multimedia devices
852 >> #
853 >> # CONFIG_VIDEO_DEV is not set
854 >>
855 >> #
856 >> # Digital Video Broadcasting Devices
857 >> #
858 >> # CONFIG_DVB is not set
859 >>
860 >> #
861 >> # Graphics support
862 >> #
863 >> CONFIG_FB=m
864 >> CONFIG_FB_CFB_FILLRECT=m
865 >> CONFIG_FB_CFB_COPYAREA=m
866 >> CONFIG_FB_CFB_IMAGEBLIT=m
867 >> CONFIG_FB_SOFT_CURSOR=m
868 >> # CONFIG_FB_MACMODES is not set
869 >> CONFIG_FB_MODE_HELPERS=y
870 >> # CONFIG_FB_TILEBLITTING is not set
871 >> # CONFIG_FB_CIRRUS is not set
872 >> # CONFIG_FB_PM2 is not set
873 >> # CONFIG_FB_CYBER2000 is not set
874 >> # CONFIG_FB_ARC is not set
875 >> # CONFIG_FB_VGA16 is not set
876 >> CONFIG_VIDEO_SELECT=y
877 >> # CONFIG_FB_HGA is not set
878 >> CONFIG_FB_NVIDIA=m
879 >> # CONFIG_FB_NVIDIA_I2C is not set
880 >> # CONFIG_FB_RIVA is not set
881 >> # CONFIG_FB_MATROX is not set
882 >> # CONFIG_FB_RADEON_OLD is not set
883 >> # CONFIG_FB_RADEON is not set
884 >> # CONFIG_FB_ATY128 is not set
885 >> # CONFIG_FB_ATY is not set
886 >> # CONFIG_FB_SAVAGE is not set
887 >> # CONFIG_FB_SIS is not set
888 >> # CONFIG_FB_NEOMAGIC is not set
889 >> # CONFIG_FB_KYRO is not set
890 >> # CONFIG_FB_3DFX is not set
891 >> # CONFIG_FB_VOODOO1 is not set
892 >> # CONFIG_FB_CYBLA is not set
893 >> # CONFIG_FB_TRIDENT is not set
894 >> # CONFIG_FB_GEODE is not set
895 >> # CONFIG_FB_S1D13XXX is not set
896 >> # CONFIG_FB_VIRTUAL is not set
897 >>
898 >> #
899 >> # Console display driver support
900 >> #
901 >> CONFIG_VGA_CONSOLE=y
902 >> CONFIG_DUMMY_CONSOLE=y
903 >> CONFIG_FRAMEBUFFER_CONSOLE=m
904 >> # CONFIG_FONTS is not set
905 >> CONFIG_FONT_8x8=y
906 >> CONFIG_FONT_8x16=y
907 >>
908 >> #
909 >> # Logo configuration
910 >> #
911 >> # CONFIG_LOGO is not set
912 >> # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
913 >>
914 >> #
915 >> # Speakup console speech
916 >> #
917 >> # CONFIG_SPEAKUP is not set
918 >> CONFIG_SPEAKUP_DEFAULT="none"
919 >>
920 >> #
921 >> # Sound
922 >> #
923 >> CONFIG_SOUND=y
924 >>
925 >> #
926 >> # Advanced Linux Sound Architecture
927 >> #
928 >> CONFIG_SND=m
929 >> CONFIG_SND_TIMER=m
930 >> CONFIG_SND_PCM=m
931 >> CONFIG_SND_RAWMIDI=m
932 >> CONFIG_SND_SEQUENCER=m
933 >> # CONFIG_SND_SEQ_DUMMY is not set
934 >> CONFIG_SND_OSSEMUL=y
935 >> CONFIG_SND_MIXER_OSS=m
936 >> CONFIG_SND_PCM_OSS=m
937 >> CONFIG_SND_SEQUENCER_OSS=y
938 >> # CONFIG_SND_RTCTIMER is not set
939 >> # CONFIG_SND_VERBOSE_PRINTK is not set
940 >> # CONFIG_SND_DEBUG is not set
941 >>
942 >> #
943 >> # Generic devices
944 >> #
945 >> # CONFIG_SND_DUMMY is not set
946 >> # CONFIG_SND_VIRMIDI is not set
947 >> # CONFIG_SND_MTPAV is not set
948 >> # CONFIG_SND_SERIAL_U16550 is not set
949 >> # CONFIG_SND_MPU401 is not set
950 >> CONFIG_SND_AC97_CODEC=m
951 >> CONFIG_SND_AC97_BUS=m
952 >>
953 >> #
954 >> # PCI devices
955 >> #
956 >> # CONFIG_SND_ALI5451 is not set
957 >> # CONFIG_SND_ATIIXP is not set
958 >> # CONFIG_SND_ATIIXP_MODEM is not set
959 >> # CONFIG_SND_AU8810 is not set
960 >> # CONFIG_SND_AU8820 is not set
961 >> # CONFIG_SND_AU8830 is not set
962 >> # CONFIG_SND_AZT3328 is not set
963 >> # CONFIG_SND_BT87X is not set
964 >> # CONFIG_SND_CS46XX is not set
965 >> # CONFIG_SND_CS4281 is not set
966 >> # CONFIG_SND_EMU10K1 is not set
967 >> # CONFIG_SND_EMU10K1X is not set
968 >> # CONFIG_SND_CA0106 is not set
969 >> # CONFIG_SND_KORG1212 is not set
970 >> # CONFIG_SND_MIXART is not set
971 >> # CONFIG_SND_NM256 is not set
972 >> # CONFIG_SND_RME32 is not set
973 >> # CONFIG_SND_RME96 is not set
974 >> # CONFIG_SND_RME9652 is not set
975 >> # CONFIG_SND_HDSP is not set
976 >> # CONFIG_SND_HDSPM is not set
977 >> # CONFIG_SND_TRIDENT is not set
978 >> # CONFIG_SND_YMFPCI is not set
979 >> # CONFIG_SND_AD1889 is not set
980 >> # CONFIG_SND_ALS4000 is not set
981 >> # CONFIG_SND_CMIPCI is not set
982 >> CONFIG_SND_ENS1370=m
983 >> CONFIG_SND_ENS1371=m
984 >> # CONFIG_SND_ES1938 is not set
985 >> # CONFIG_SND_ES1968 is not set
986 >> # CONFIG_SND_MAESTRO3 is not set
987 >> # CONFIG_SND_FM801 is not set
988 >> # CONFIG_SND_ICE1712 is not set
989 >> # CONFIG_SND_ICE1724 is not set
990 >> # CONFIG_SND_INTEL8X0 is not set
991 >> # CONFIG_SND_INTEL8X0M is not set
992 >> # CONFIG_SND_SONICVIBES is not set
993 >> # CONFIG_SND_VIA82XX is not set
994 >> # CONFIG_SND_VIA82XX_MODEM is not set
995 >> # CONFIG_SND_VX222 is not set
996 >> # CONFIG_SND_HDA_INTEL is not set
997 >>
998 >> #
999 >> # USB devices
1000 >> #
1001 >> # CONFIG_SND_USB_AUDIO is not set
1002 >> # CONFIG_SND_USB_USX2Y is not set
1003 >>
1004 >> #
1005 >> # Open Sound System
1006 >> #
1007 >> # CONFIG_SOUND_PRIME is not set
1008 >>
1009 >> #
1010 >> # USB support
1011 >> #
1012 >> CONFIG_USB_ARCH_HAS_HCD=y
1013 >> CONFIG_USB_ARCH_HAS_OHCI=y
1014 >> CONFIG_USB=y
1015 >> # CONFIG_USB_DEBUG is not set
1016 >>
1017 >> #
1018 >> # Miscellaneous USB options
1019 >> #
1020 >> CONFIG_USB_DEVICEFS=y
1021 >> # CONFIG_USB_BANDWIDTH is not set
1022 >> # CONFIG_USB_DYNAMIC_MINORS is not set
1023 >> # CONFIG_USB_SUSPEND is not set
1024 >> # CONFIG_USB_OTG is not set
1025 >>
1026 >> #
1027 >> # USB Host Controller Drivers
1028 >> #
1029 >> CONFIG_USB_EHCI_HCD=y
1030 >> # CONFIG_USB_EHCI_SPLIT_ISO is not set
1031 >> # CONFIG_USB_EHCI_ROOT_HUB_TT is not set
1032 >> # CONFIG_USB_ISP116X_HCD is not set
1033 >> CONFIG_USB_OHCI_HCD=y
1034 >> # CONFIG_USB_OHCI_BIG_ENDIAN is not set
1035 >> CONFIG_USB_OHCI_LITTLE_ENDIAN=y
1036 >> CONFIG_USB_UHCI_HCD=y
1037 >> # CONFIG_USB_SL811_HCD is not set
1038 >>
1039 >> #
1040 >> # USB Device Class drivers
1041 >> #
1042 >> # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set
1043 >> # CONFIG_USB_BLUETOOTH_TTY is not set
1044 >> # CONFIG_USB_ACM is not set
1045 >> CONFIG_USB_PRINTER=y
1046 >>
1047 >> #
1048 >> # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be
1049 >> needed; see USB_STORAGE Help for more information
1050 >> #
1051 >> CONFIG_USB_STORAGE=y
1052 >> # CONFIG_USB_STORAGE_DEBUG is not set
1053 >> # CONFIG_USB_STORAGE_DATAFAB is not set
1054 >> # CONFIG_USB_STORAGE_FREECOM is not set
1055 >> # CONFIG_USB_STORAGE_ISD200 is not set
1056 >> # CONFIG_USB_STORAGE_DPCM is not set
1057 >> # CONFIG_USB_STORAGE_USBAT is not set
1058 >> # CONFIG_USB_STORAGE_SDDR09 is not set
1059 >> # CONFIG_USB_STORAGE_SDDR55 is not set
1060 >> # CONFIG_USB_STORAGE_JUMPSHOT is not set
1061 >> # CONFIG_USB_STORAGE_ONETOUCH is not set
1062 >>
1063 >> #
1064 >> # USB Input Devices
1065 >> #
1066 >> CONFIG_USB_HID=y
1067 >> CONFIG_USB_HIDINPUT=y
1068 >> # CONFIG_HID_FF is not set
1069 >> CONFIG_USB_HIDDEV=y
1070 >> # CONFIG_USB_AIPTEK is not set
1071 >> # CONFIG_USB_WACOM is not set
1072 >> # CONFIG_USB_ACECAD is not set
1073 >> # CONFIG_USB_KBTAB is not set
1074 >> # CONFIG_USB_POWERMATE is not set
1075 >> # CONFIG_USB_MTOUCH is not set
1076 >> # CONFIG_USB_ITMTOUCH is not set
1077 >> # CONFIG_USB_EGALAX is not set
1078 >> # CONFIG_USB_YEALINK is not set
1079 >> # CONFIG_USB_XPAD is not set
1080 >> # CONFIG_USB_ATI_REMOTE is not set
1081 >> # CONFIG_USB_KEYSPAN_REMOTE is not set
1082 >> # CONFIG_USB_APPLETOUCH is not set
1083 >>
1084 >> #
1085 >> # USB Imaging devices
1086 >> #
1087 >> # CONFIG_USB_MDC800 is not set
1088 >> # CONFIG_USB_MICROTEK is not set
1089 >>
1090 >> #
1091 >> # USB Multimedia devices
1092 >> #
1093 >> # CONFIG_USB_DABUSB is not set
1094 >>
1095 >> #
1096 >> # Video4Linux support is needed for USB Multimedia device support
1097 >> #
1098 >>
1099 >> #
1100 >> # USB Network Adapters
1101 >> #
1102 >> # CONFIG_USB_CATC is not set
1103 >> # CONFIG_USB_KAWETH is not set
1104 >> # CONFIG_USB_PEGASUS is not set
1105 >> # CONFIG_USB_RTL8150 is not set
1106 >> # CONFIG_USB_USBNET is not set
1107 >> CONFIG_USB_MON=y
1108 >>
1109 >> #
1110 >> # USB port drivers
1111 >> #
1112 >>
1113 >> #
1114 >> # USB Serial Converter support
1115 >> #
1116 >> # CONFIG_USB_SERIAL is not set
1117 >>
1118 >> #
1119 >> # USB Miscellaneous drivers
1120 >> #
1121 >> # CONFIG_USB_EMI62 is not set
1122 >> # CONFIG_USB_EMI26 is not set
1123 >> # CONFIG_USB_AUERSWALD is not set
1124 >> # CONFIG_USB_RIO500 is not set
1125 >> # CONFIG_USB_LEGOTOWER is not set
1126 >> # CONFIG_USB_LCD is not set
1127 >> # CONFIG_USB_LED is not set
1128 >> # CONFIG_USB_CYTHERM is not set
1129 >> # CONFIG_USB_PHIDGETKIT is not set
1130 >> # CONFIG_USB_PHIDGETSERVO is not set
1131 >> # CONFIG_USB_IDMOUSE is not set
1132 >> # CONFIG_USB_SISUSBVGA is not set
1133 >> # CONFIG_USB_LD is not set
1134 >> # CONFIG_USB_TEST is not set
1135 >>
1136 >> #
1137 >> # USB DSL modem support
1138 >> #
1139 >>
1140 >> #
1141 >> # USB Gadget Support
1142 >> #
1143 >> # CONFIG_USB_GADGET is not set
1144 >>
1145 >> #
1146 >> # MMC/SD Card support
1147 >> #
1148 >> # CONFIG_MMC is not set
1149 >>
1150 >> #
1151 >> # InfiniBand support
1152 >> #
1153 >> # CONFIG_INFINIBAND is not set
1154 >>
1155 >> #
1156 >> # SN Devices
1157 >> #
1158 >>
1159 >> #
1160 >> # Firmware Drivers
1161 >> #
1162 >> # CONFIG_EDD is not set
1163 >> # CONFIG_DELL_RBU is not set
1164 >> # CONFIG_DCDBAS is not set
1165 >>
1166 >> #
1167 >> # File systems
1168 >> #
1169 >> CONFIG_EXT2_FS=y
1170 >> CONFIG_EXT2_FS_XATTR=y
1171 >> CONFIG_EXT2_FS_POSIX_ACL=y
1172 >> # CONFIG_EXT2_FS_SECURITY is not set
1173 >> # CONFIG_EXT2_FS_XIP is not set
1174 >> CONFIG_EXT3_FS=y
1175 >> CONFIG_EXT3_FS_XATTR=y
1176 >> CONFIG_EXT3_FS_POSIX_ACL=y
1177 >> # CONFIG_EXT3_FS_SECURITY is not set
1178 >> CONFIG_JBD=y
1179 >> # CONFIG_JBD_DEBUG is not set
1180 >> CONFIG_FS_MBCACHE=y
1181 >> CONFIG_REISERFS_FS=y
1182 >> # CONFIG_REISERFS_CHECK is not set
1183 >> # CONFIG_REISERFS_PROC_INFO is not set
1184 >> CONFIG_REISERFS_FS_XATTR=y
1185 >> CONFIG_REISERFS_FS_POSIX_ACL=y
1186 >> # CONFIG_REISERFS_FS_SECURITY is not set
1187 >> # CONFIG_JFS_FS is not set
1188 >> CONFIG_FS_POSIX_ACL=y
1189 >> # CONFIG_XFS_FS is not set
1190 >> # CONFIG_MINIX_FS is not set
1191 >> # CONFIG_ROMFS_FS is not set
1192 >> CONFIG_INOTIFY=y
1193 >> # CONFIG_QUOTA is not set
1194 >> CONFIG_DNOTIFY=y
1195 >> CONFIG_AUTOFS_FS=y
1196 >> # CONFIG_AUTOFS4_FS is not set
1197 >> # CONFIG_FUSE_FS is not set
1198 >>
1199 >> #
1200 >> # CD-ROM/DVD Filesystems
1201 >> #
1202 >> CONFIG_ISO9660_FS=y
1203 >> CONFIG_JOLIET=y
1204 >> # CONFIG_ZISOFS is not set
1205 >> # CONFIG_UDF_FS is not set
1206 >>
1207 >> #
1208 >> # DOS/FAT/NT Filesystems
1209 >> #
1210 >> CONFIG_FAT_FS=y
1211 >> CONFIG_MSDOS_FS=y
1212 >> CONFIG_VFAT_FS=y
1213 >> CONFIG_FAT_DEFAULT_CODEPAGE=437
1214 >> CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
1215 >> # CONFIG_NTFS_FS is not set
1216 >>
1217 >> #
1218 >> # Pseudo filesystems
1219 >> #
1220 >> CONFIG_PROC_FS=y
1221 >> CONFIG_PROC_KCORE=y
1222 >> CONFIG_SYSFS=y
1223 >> CONFIG_TMPFS=y
1224 >> CONFIG_HUGETLBFS=y
1225 >> CONFIG_HUGETLB_PAGE=y
1226 >> CONFIG_RAMFS=y
1227 >> # CONFIG_RELAYFS_FS is not set
1228 >>
1229 >> #
1230 >> # Miscellaneous filesystems
1231 >> #
1232 >> # CONFIG_ADFS_FS is not set
1233 >> # CONFIG_AFFS_FS is not set
1234 >> # CONFIG_HFS_FS is not set
1235 >> # CONFIG_HFSPLUS_FS is not set
1236 >> # CONFIG_BEFS_FS is not set
1237 >> # CONFIG_BFS_FS is not set
1238 >> # CONFIG_EFS_FS is not set
1239 >> # CONFIG_CRAMFS is not set
1240 >> # CONFIG_SQUASHFS is not set
1241 >> # CONFIG_VXFS_FS is not set
1242 >> # CONFIG_HPFS_FS is not set
1243 >> # CONFIG_QNX4FS_FS is not set
1244 >> # CONFIG_SYSV_FS is not set
1245 >> # CONFIG_UFS_FS is not set
1246 >>
1247 >> #
1248 >> # Network File Systems
1249 >> #
1250 >> CONFIG_NFS_FS=m
1251 >> # CONFIG_NFS_V3 is not set
1252 >> # CONFIG_NFS_V4 is not set
1253 >> # CONFIG_NFS_DIRECTIO is not set
1254 >> CONFIG_NFSD=m
1255 >> # CONFIG_NFSD_V3 is not set
1256 >> CONFIG_NFSD_TCP=y
1257 >> CONFIG_LOCKD=m
1258 >> CONFIG_EXPORTFS=m
1259 >> CONFIG_NFS_COMMON=y
1260 >> CONFIG_SUNRPC=m
1261 >> # CONFIG_RPCSEC_GSS_KRB5 is not set
1262 >> # CONFIG_RPCSEC_GSS_SPKM3 is not set
1263 >> CONFIG_SMB_FS=m
1264 >> CONFIG_SMB_NLS_DEFAULT=y
1265 >> CONFIG_SMB_NLS_REMOTE="cp437"
1266 >> # CONFIG_CIFS is not set
1267 >> # CONFIG_NCP_FS is not set
1268 >> # CONFIG_CODA_FS is not set
1269 >> # CONFIG_AFS_FS is not set
1270 >> # CONFIG_9P_FS is not set
1271 >>
1272 >> #
1273 >> # Partition Types
1274 >> #
1275 >> CONFIG_PARTITION_ADVANCED=y
1276 >> # CONFIG_ACORN_PARTITION is not set
1277 >> # CONFIG_OSF_PARTITION is not set
1278 >> # CONFIG_AMIGA_PARTITION is not set
1279 >> # CONFIG_ATARI_PARTITION is not set
1280 >> # CONFIG_MAC_PARTITION is not set
1281 >> CONFIG_MSDOS_PARTITION=y
1282 >> # CONFIG_BSD_DISKLABEL is not set
1283 >> # CONFIG_MINIX_SUBPARTITION is not set
1284 >> # CONFIG_SOLARIS_X86_PARTITION is not set
1285 >> # CONFIG_UNIXWARE_DISKLABEL is not set
1286 >> # CONFIG_LDM_PARTITION is not set
1287 >> # CONFIG_SGI_PARTITION is not set
1288 >> # CONFIG_ULTRIX_PARTITION is not set
1289 >> # CONFIG_SUN_PARTITION is not set
1290 >> # CONFIG_EFI_PARTITION is not set
1291 >>
1292 >> #
1293 >> # Native Language Support
1294 >> #
1295 >> CONFIG_NLS=y
1296 >> CONFIG_NLS_DEFAULT="iso8859-1"
1297 >> CONFIG_NLS_CODEPAGE_437=y
1298 >> # CONFIG_NLS_CODEPAGE_737 is not set
1299 >> # CONFIG_NLS_CODEPAGE_775 is not set
1300 >> # CONFIG_NLS_CODEPAGE_850 is not set
1301 >> # CONFIG_NLS_CODEPAGE_852 is not set
1302 >> # CONFIG_NLS_CODEPAGE_855 is not set
1303 >> # CONFIG_NLS_CODEPAGE_857 is not set
1304 >> # CONFIG_NLS_CODEPAGE_860 is not set
1305 >> # CONFIG_NLS_CODEPAGE_861 is not set
1306 >> # CONFIG_NLS_CODEPAGE_862 is not set
1307 >> # CONFIG_NLS_CODEPAGE_863 is not set
1308 >> # CONFIG_NLS_CODEPAGE_864 is not set
1309 >> # CONFIG_NLS_CODEPAGE_865 is not set
1310 >> # CONFIG_NLS_CODEPAGE_866 is not set
1311 >> # CONFIG_NLS_CODEPAGE_869 is not set
1312 >> # CONFIG_NLS_CODEPAGE_936 is not set
1313 >> # CONFIG_NLS_CODEPAGE_950 is not set
1314 >> # CONFIG_NLS_CODEPAGE_932 is not set
1315 >> # CONFIG_NLS_CODEPAGE_949 is not set
1316 >> # CONFIG_NLS_CODEPAGE_874 is not set
1317 >> # CONFIG_NLS_ISO8859_8 is not set
1318 >> # CONFIG_NLS_CODEPAGE_1250 is not set
1319 >> # CONFIG_NLS_CODEPAGE_1251 is not set
1320 >> CONFIG_NLS_ASCII=y
1321 >> CONFIG_NLS_ISO8859_1=y
1322 >> # CONFIG_NLS_ISO8859_2 is not set
1323 >> # CONFIG_NLS_ISO8859_3 is not set
1324 >> # CONFIG_NLS_ISO8859_4 is not set
1325 >> # CONFIG_NLS_ISO8859_5 is not set
1326 >> # CONFIG_NLS_ISO8859_6 is not set
1327 >> # CONFIG_NLS_ISO8859_7 is not set
1328 >> # CONFIG_NLS_ISO8859_9 is not set
1329 >> # CONFIG_NLS_ISO8859_13 is not set
1330 >> # CONFIG_NLS_ISO8859_14 is not set
1331 >> CONFIG_NLS_ISO8859_15=y
1332 >> # CONFIG_NLS_KOI8_R is not set
1333 >> # CONFIG_NLS_KOI8_U is not set
1334 >> CONFIG_NLS_UTF8=y
1335 >>
1336 >> #
1337 >> # Profiling support
1338 >> #
1339 >> # CONFIG_PROFILING is not set
1340 >>
1341 >> #
1342 >> # Kernel hacking
1343 >> #
1344 >> # CONFIG_PRINTK_TIME is not set
1345 >> CONFIG_DEBUG_KERNEL=y
1346 >> CONFIG_MAGIC_SYSRQ=y
1347 >> CONFIG_LOG_BUF_SHIFT=18
1348 >> CONFIG_DETECT_SOFTLOCKUP=y
1349 >> # CONFIG_SCHEDSTATS is not set
1350 >> # CONFIG_DEBUG_SLAB is not set
1351 >> # CONFIG_DEBUG_SPINLOCK is not set
1352 >> # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1353 >> # CONFIG_DEBUG_KOBJECT is not set
1354 >> # CONFIG_DEBUG_INFO is not set
1355 >> CONFIG_DEBUG_FS=y
1356 >> # CONFIG_FRAME_POINTER is not set
1357 >> CONFIG_INIT_DEBUG=y
1358 >> # CONFIG_IOMMU_DEBUG is not set
1359 >> CONFIG_KPROBES=y
1360 >>
1361 >> #
1362 >> # Security options
1363 >> #
1364 >> # CONFIG_KEYS is not set
1365 >> # CONFIG_SECURITY is not set
1366 >>
1367 >> #
1368 >> # Cryptographic options
1369 >> #
1370 >> # CONFIG_CRYPTO is not set
1371 >>
1372 >> #
1373 >> # Hardware crypto devices
1374 >> #
1375 >>
1376 >> #
1377 >> # Library routines
1378 >> #
1379 >> # CONFIG_CRC_CCITT is not set
1380 >> # CONFIG_CRC16 is not set
1381 >> CONFIG_CRC32=y
1382 >> # CONFIG_LIBCRC32C is not set
1383 >>
1384 >> ----- end of .config -----
1385 >>
1386 >>
1387 >>
1388 >>
1389 >>
1390 >>
1391 >>
1392 >>
1393 >> Drake Donahue escreveu:
1394 >>
1395 >>> the hard drive is in fact pata and not sata or scsi?
1396 >>> linux file systems were compiled into the kernel to support the file
1397 >>> systems on the
1398 >>> partition(s)? --- what is in your fstab???
1399 >>> you installed/have one windows one linux one swap partitions?
1400 >>> or
1401 >>> you installed/have one windows/ one linux boot/ one linux root/ one
1402 >>> swap partitions?
1403 >>> or
1404 >>> ???
1405 >>>
1406 >>> Suggest you boot the install cd
1407 >>>
1408 >>> mount /dev/hda2 /mnt/gentoo ---this will report the file system used
1409 >>> ls -l /mnt/gentoo
1410 >>>
1411 >>> determine whether it is a root or a boot directory.
1412 >>>
1413 >>> ls -l /mnt/gentoo/boot
1414 >>>
1415 >>> should contain file: bzImage-2.6.14 which should be exact spelling
1416 >>> of your kernel name if grub.conf is correct what kernel install
1417 >>> method did you use? my kernel names always look like
1418 >>> kernel-2.6.13-r5 after following the handbook
1419 >>>
1420 >>> suggest delete:
1421 >>>
1422 >>> root (hd0,1)
1423 >>> setup (hd0)
1424 >>>
1425 >>> from grub.conf
1426 >>>
1427 >>> ----- Original Message ----- From: "Felipe Ribeiro"
1428 >>> <felipernb@×××××.com>
1429 >>> To: <gentoo-amd64@l.g.o>
1430 >>> Sent: Sunday, December 11, 2005 8:02 PM
1431 >>> Subject: [gentoo-amd64] Re: Kernel panic - not syncing: VFS: Unable
1432 >>> to mount root fs on unknown block(2,0)
1433 >>>
1434 >>>
1435 >>>> Hi,
1436 >>>>
1437 >>>> I've disabled CONFIG_ROOT_NFS and enabled CONFIG_MSDOS_PARTITION but i
1438 >>>> still have the problem :-(
1439 >>>> Kernel Panic - not syncing: VFS: Unable to mount root fs on
1440 >>>> unknown-block(0,0)
1441 >>>>
1442 >>>> On 12/11/05, Florian D. <flockmock@×××.at> wrote:
1443 >>>>
1444 >>>>> Felipe Ribeiro wrote:
1445 >>>>> > Root-NFS: No NFS server available giving up.
1446 >>>>> > VFS: Unable to mount root fs via NFS, trying floppy.
1447 >>>>> disable CONFIG_ROOT_NFS (-> File systems
1448 >>>>> -> Network File Systems); you don´t need it unless you
1449 >>>>> have
1450 >>>>> a diskless terminal or something
1451 >>>>>
1452 >>>>> > VFS: Insert root floppy and press ENTER
1453 >>>>> > end-request: I/O error, dev fd0, sector 0
1454 >>>>> > VFS: Cannot open root device hda2 or unknown-block(2,0)
1455 >>>>> > Please append a correct "root=" boot option.
1456 >>>>> > Kerenel panic - not syncing: VFS: Unable to mount root fs on
1457 >>>>> > unknown-block(2,0)
1458 >>>>> do you have CONFIG_MSDOS_PARTITION enabled?
1459 >>>>> ( Location: -> File systems -> Partition Types -> Advanced partition
1460 >>>>> selection)
1461 >>>>>
1462 >>>>> cheers, f
1463 >>>>> --
1464 >>>>> gentoo-amd64@g.o mailing list
1465 >>>>>
1466 >>>>>
1467 >>>>
1468 >>>> --
1469 >>>> gentoo-amd64@g.o mailing list
1470 >>>>
1471 >>>>
1472 >>>
1473 >>
1474 >> --
1475 >> gentoo-amd64@g.o mailing list
1476 >>
1477 >
1478
1479 --
1480 gentoo-amd64@g.o mailing list

Replies