LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: goldeagle

kernel 2.6.0 编译方法(给新手)

[复制链接]
发表于 2004-1-14 23:45:32 | 显示全部楼层
最初由 wolfmei 发表
问题:我编译之后启动,屏幕什么显示都没有是什么问题?是否显示卡驱动没选择好?


问题一样,出现GRUB选择以后 选择2.6.1(我装的是2.6.1)那个,然后屏幕就黑了.键盘也死掉了.

在编译内核的时候没出现问题,只是install的时候出现上面那个兄弟一样的问题,结果我手动拷贝了一次,

grub:
title Fedora Core
        root (hd0,2)
        kernel /boot/vmlinuz-2.6.1 vga=0x318 ro root=/dev/hda3


grub2: (mkinitrded)
title Fedora Core
        root (hd0,2)
        kernel /boot/vmlinuz-2.6.1 vga=0x318 ro root=LABEL=/ rhgb
        initrd /boot/initrd-2.6.1.img
 楼主| 发表于 2004-1-15 09:55:30 | 显示全部楼层
vga=0x318,可能高了点,呵呵。

其实,多数情况下,屏幕黑了不代表死机,只是你的显示有问题而已。一样可以登陆。
发表于 2004-1-15 12:17:47 | 显示全部楼层
最初由 goldeagle 发表
vga=0x318,可能高了点,呵呵。

其实,多数情况下,屏幕黑了不代表死机,只是你的显示有问题而已。一样可以登陆。

平时都是用这个的,后来我把vga=0x318去掉了还是黑平。

键盘的NomLock键不起作用,M$经典3键也没用。。 原来编译2.6.0的时候就是真样的错误,后来放弃了。

不过这次不想再放弃。所以想弄明白。下午再重新来一次,看看是哪里的问题吧。
发表于 2004-1-15 18:09:04 | 显示全部楼层

statfs?

I encountered a problem when I 'make' kernel-2.6.1 under Fedora core 1:

In file included from include/asm/statfs.h:4,
                 from include/linux/statfs.h:6,
                 from include/linux/vfs.h:4,
                 from kernel/acct.c:53:
include/asm-generic/statfs.h:51: redefinition of `struct compat_statfs64'
make[1]: *** [kernel/acct.o] Error 1
make: *** [kernel] Error 2

How should I adjust kernel config to solve it?
发表于 2004-1-16 10:47:07 | 显示全部楼层
我在,make xconfig时出错!老是弹出一个对话框,关于config的什么什么,让我选择
 楼主| 发表于 2004-1-16 10:51:05 | 显示全部楼层

回复: statfs?

最初由 home_king 发表
I encountered a problem when I 'make' kernel-2.6.1 under Fedora core 1:

In file included from include/asm/statfs.h:4,
                 from include/linux/statfs.h:6,
                 from include/linux/vfs.h:4,
                 from kernel/acct.c:53:
include/asm-generic/statfs.h:51: redefinition of `struct compat_statfs64'
make[1]: *** [kernel/acct.o] Error 1
make: *** [kernel] Error 2

How should I adjust kernel config to solve it?


真个问题我没碰到过,比较古怪
不知道按照提示信息的去修改是否有效

就是吧 statfs.h 的 #define struct compat_statfs64 去掉是否可以。
另外,最好说说你的硬件配置。
 楼主| 发表于 2004-1-16 10:52:06 | 显示全部楼层
最初由 ningzx 发表
我在,make xconfig时出错!老是弹出一个对话框,关于config的什么什么,让我选择


请给出出错的信息
发表于 2004-1-16 15:02:15 | 显示全部楼层

回复: 回复: statfs?

最初由 goldeagle 发表
真个问题我没碰到过,比较古怪
不知道按照提示信息的去修改是否有效

就是吧 statfs.h 的 #define struct compat_statfs64 去掉是否可以。
另外,最好说说你的硬件配置。


Adjusting gradually the primary kernel config, I succeeded installaion of kernel-2.6.1-bk2:-)
However, tons of error messages turned on when I rebooted the system.

  1. I Ethernet driver v1.1 (Aug 30, 2003)
  2. 8139cp: pci dev 0000:02:0d.0 (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
  3. 8139cp: Try the "8139too" driver instead.
  4. 8139too Fast Ethernet driver 0.9.26
  5. eth0: RealTek RTL8139 at 0xe0818000, 00:d0:f8:3e:b7:51, IRQ 9
  6. eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
  7. Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
  8. ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
  9. ICH4: IDE controller at PCI slot 0000:00:1f.1
  10. ICH4: chipset revision 2
  11. ICH4: not 100% native mode: will probe irqs later
  12.     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:pio
  13.     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
  14. hda: ST380023A, ATA DISK drive
  15. ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
  16. hdc: ATAPI DVD-ROM 16X Maximum, ATAPI CD/DVD-ROM drive
  17. hdd: ASUS CRW-5232AS, ATAPI CD/DVD-ROM drive
  18. ide1 at 0x170-0x177,0x376 on irq 15
  19. hda: max request size: 128KiB
  20. hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
  21. hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 hda10 hda11 >
  22. hdc: ATAPI 48X DVD-ROM drive, 256kB Cache, UDMA(33)
  23. Uniform CD-ROM driver Revision: 3.12
  24. mice: PS/2 mouse device common for all mice
  25. serio: i8042 AUX port at 0x60,0x64 irq 12
  26. input: ImPS/2 Generic Wheel Mouse on isa0060/serio1
  27. serio: i8042 KBD port at 0x60,0x64 irq 1
  28. input: AT Translated Set 2 keyboard on isa0060/serio0
  29. Intel 810 + AC97 Audio, version 0.24, 14:11:15 Jan 16 2004
  30. PCI: Setting latency timer of device 0000:00:1f.5 to 64
  31. i810: Intel ICH4 found at IO 0x9400 and 0x9800, MEM 0xed800000 and 0xed000000, IRQ 5
  32. i810: Intel ICH4 mmio at 0xe081a000 and 0xe081c000
  33. i810_audio: Primary codec has ID 0
  34. i810_audio: Audio Controller supports 6 channels.
  35. i810_audio: Defaulting to base 2 channel mode.
  36. i810_audio: Resetting connection 0
  37. i810_audio: Connection 0 with codec id 0
  38. ac97_codec: AC97 Audio codec, id: ADS112 (Unknown)
  39. i810_audio: AC'97 codec 0 supports AMAP, total channels = 6
  40. i810_audio: setting clocking to 48607
  41. Advanced Linux Sound Architecture Driver Version 0.9.7 (Thu Sep 25 19:16:36 2003 UTC).
  42. request_module: failed /sbin/modprobe -- snd-card-0. error = -16
  43. ALSA sound/core/oss/pcm_oss.c:2351: unable to register OSS PCM device 0:0
  44. ALSA sound/core/oss/mixer_oss.c:1210: unable to register OSS mixer device 0:0
  45. no UART detected at 0xffff
  46. Motu MidiTimePiece on parallel port irq: 7 ioport: 0x378
  47. ALSA sound/drivers/mpu401/mpu401.c:76: specify port
  48. ALSA sound/pci/intel8x0.c:2730: joystick(s) found
  49. ALSA device list:
  50.   #0: Dummy 1
  51.   #1: Virtual MIDI Card 1
  52.   #2:
  53. NET: Registered protocol family 2
  54. IP: routing cache hash table of 4096 buckets, 32Kbytes
  55. TCP: Hash tables configured (established 32768 bind 65536)
  56. NET: Registered protocol family 1
  57. NET: Registered protocol family 17
  58. BIOS EDD facility v0.10 2003-Oct-11, 1 devices found
  59. Please report your BIOS at [url]http://domsch.com/linux/edd30/results.html[/url]
  60. ACPI: (supports S0 S1 S4 S5)
  61. RAMDISK: Compressed image found at block 0
  62. VFS: Mounted root (ext2 filesystem).
  63. kjournald starting.  Commit interval 5 seconds
  64. EXT3-fs: mounted filesystem with ordered data mode.
  65. Freeing unused kernel memory: 352k freed
  66. usbcore: disagrees about version of symbol struct_module
  67. usbcore: disagrees about version of symbol struct_module
  68. ehci_hcd: disagrees about version of symbol struct_module
  69. EXT3 FS on hda10, internal journal
  70. Adding 1309256k swap on /dev/hda11.  Priority:-1 extents:1
  71. kjournald starting.  Commit interval 5 seconds
  72. EXT3 FS on hda9, internal journal
  73. EXT3-fs: mounted filesystem with ordered data mode.
  74. kjournald starting.  Commit interval 5 seconds
  75. EXT3 FS on hda8, internal journal
  76. EXT3-fs: mounted filesystem with ordered data mode.
  77. quotaon: numerical sysctl 5 16 8 is obsolete.
  78. scsi_mod: disagrees about version of symbol struct_module
  79. ide_scsi: disagrees about version of symbol struct_module
  80. microcode: error! Bad data in microcode data file
  81. microcode: Error in the microcode data
  82. kudzu: numerical sysctl 1 23 is obsolete.
  83. request_module: failed /sbin/modprobe -- char-major-4-64. error = 256
  84. scsi_mod: disagrees about version of symbol struct_module
  85. sg: disagrees about version of symbol struct_module
  86. scsi_mod: disagrees about version of symbol struct_module
  87. sg: disagrees about version of symbol struct_module
  88. scsi_mod: disagrees about version of symbol struct_module
  89. sg: disagrees about version of symbol struct_module
  90. scsi_mod: disagrees about version of symbol struct_module
  91. sg: disagrees about version of symbol struct_module
  92. scsi_mod: disagrees about version of symbol struct_module
  93. sg: disagrees about version of symbol struct_module
  94. scsi_mod: disagrees about version of symbol struct_module
  95. sg: disagrees about version of symbol struct_module
  96. scsi_mod: disagrees about version of symbol struct_module
  97. sg: disagrees about version of symbol struct_module
  98. scsi_mod: disagrees about version of symbol struct_module
  99. sg: disagrees about version of symbol struct_module
  100. scsi_mod: disagrees about version of symbol struct_module
  101. sg: disagrees about version of symbol struct_module
  102. scsi_mod: disagrees about version of symbol struct_module
  103. sg: disagrees about version of symbol struct_module
  104. scsi_mod: disagrees about version of symbol struct_module
  105. sg: disagrees about version of symbol struct_module
  106. scsi_mod: disagrees about version of symbol struct_module
  107. sg: disagrees about version of symbol struct_module
  108. scsi_mod: disagrees about version of symbol struct_module
  109. sg: disagrees about version of symbol struct_module
  110. scsi_mod: disagrees about version of symbol struct_module
  111. sg: disagrees about version of symbol struct_module
  112. scsi_mod: disagrees about version of symbol struct_module
  113. sg: disagrees about version of symbol struct_module
  114. scsi_mod: disagrees about version of symbol struct_module
  115. sg: disagrees about version of symbol struct_module
  116. scsi_mod: disagrees about version of symbol struct_module
  117. sg: disagrees about version of symbol struct_module
  118. scsi_mod: disagrees about version of symbol struct_module
  119. sg: disagrees about version of symbol struct_module
  120. scsi_mod: disagrees about version of symbol struct_module
  121. sg: disagrees about version of symbol struct_module
  122. scsi_mod: disagrees about version of symbol struct_module
  123. sg: disagrees about version of symbol struct_module
  124. scsi_mod: disagrees about version of symbol struct_module
  125. sg: disagrees about version of symbol struct_module
  126. scsi_mod: disagrees about version of symbol struct_module
  127. sg: disagrees about version of symbol struct_module
  128. scsi_mod: disagrees about version of symbol struct_module
  129. sg: disagrees about version of symbol struct_module
  130. scsi_mod: disagrees about version of symbol struct_module
  131. sg: disagrees about version of symbol struct_module
  132. scsi_mod: disagrees about version of symbol struct_module
  133. sg: disagrees about version of symbol struct_module
  134. scsi_mod: disagrees about version of symbol struct_module
  135. sg: disagrees about version of symbol struct_module
  136. scsi_mod: disagrees about version of symbol struct_module
  137. sg: disagrees about version of symbol struct_module
  138. scsi_mod: disagrees about version of symbol struct_module
  139. sg: disagrees about version of symbol struct_module
  140. scsi_mod: disagrees about version of symbol struct_module
  141. sg: disagrees about version of symbol struct_module
  142. scsi_mod: disagrees about version of symbol struct_module
  143. sg: disagrees about version of symbol struct_module
  144. scsi_mod: disagrees about version of symbol struct_module
  145. sg: disagrees about version of symbol struct_module
  146. scsi_mod: disagrees about version of symbol struct_module
  147. sg: disagrees about version of symbol struct_module
  148. kudzu: numerical sysctl 1 49 is obsolete.
  149. kudzu: numerical sysctl 1 49 is obsolete.
  150. ip_tables: disagrees about version of symbol struct_module
  151. ip_tables: disagrees about version of symbol struct_module
  152. ip_tables: disagrees about version of symbol struct_module
  153. request_module: failed /sbin/modprobe -- char-major-6-0. error = 256
  154. request_module: failed /sbin/modprobe -- char-major-180-6. error = 256
  155. ipv6: disagrees about version of symbol struct_module
  156. ipv6: disagrees about version of symbol struct_module
  157. request_module: failed /sbin/modprobe -- net-pf-10. error = 256
  158. ipv6: disagrees about version of symbol struct_module
  159. ipv6: disagrees about version of symbol struct_module
  160. request_module: failed /sbin/modprobe -- char-major-10-134. error = 256
  161. [drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held
  162. [drm:radeon_unlock] *ERROR* Process 1562 using kernel context 0
  163. atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
  164. atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
  165. ipv6: disagrees about version of symbol struct_module
  166. request_module: failed /sbin/modprobe -- net-pf-10. error = 256
  167. request_module: failed /sbin/modprobe -- ide-cd. error = 256
  168. cdrom: This disc doesn't have any tracks I recognize!
  169. nls_iso8859_1: disagrees about version of symbol struct_module
  170. request_module: failed /sbin/modprobe -- nls_iso8859-1. error = 256
  171. Unable to load NLS charset iso8859-1
  172. NTFS volume version 3.1.
  173. request_module: failed /sbin/modprobe -- ide-cd. error = 256
  174. cdrom: This disc doesn't have any tracks I recognize!
  175. NTFS-fs warning (device hda1): parse_options(): Option iocharset is deprecated. Please use option nls=<charsetname> in the future.
  176. NTFS-fs error (device hda1): parse_options(): Unrecognized mount option codepage.
  177. NTFS-fs warning (device hda1): parse_options(): Option iocharset is deprecated. Please use option nls=<charsetname> in the future.
  178. NTFS-fs error (device hda1): parse_options(): Unrecognized mount option codepage.
  179. NTFS-fs warning (device hda1): parse_options(): Option iocharset is deprecated. Please use option nls=<charsetname> in the future.
  180. NTFS-fs error (device hda1): parse_options(): Unrecognized mount option codepage.
  181. nls_iso8859_1: disagrees about version of symbol struct_module
  182. request_module: failed /sbin/modprobe -- nls_iso8859-1. error = 256
  183. Unable to load NLS charset iso8859-1
  184. NTFS volume version 3.1.
  185. NTFS-fs warning (device hda7): parse_options(): Option iocharset is deprecated. Please use option nls=<charsetname> in the future.
  186. NTFS-fs error (device hda7): parse_options(): Unrecognized mount option codepage.
  187. NTFS-fs warning (device hda7): parse_options(): Option iocharset is deprecated. Please use option nls=<charsetname> in the future.
  188. NTFS-fs error (device hda7): parse_options(): Unrecognized mount option codepage.
  189. NTFS-fs warning (device hda7): parse_options(): Option iocharset is deprecated. Please use option nls=<charsetname> in the future.
  190. NTFS volume version 3.1.
  191. NTFS-fs error (device hda7): parse_options(): Unrecognized mount option codepage.
  192. NTFS-fs error (device hda7): parse_options(): Unrecognized mount option codepage.
  193. NTFS-fs error (device hda7): parse_options(): Unrecognized mount option codepage.
  194. NTFS-fs error (device hda7): parse_options(): Unrecognized mount option codepage.
  195. nls_iso8859_1: disagrees about version of symbol struct_module
  196. request_module: failed /sbin/modprobe -- nls_iso8859-1. error = 256
  197. Unable to load NLS charset iso8859-1
  198. NTFS volume version 3.1.
  199. NTFS-fs error (device hda7): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set default.
  200. NTFS-fs error (device hda7): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set default.
  201. NTFS-fs error (device hda7): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set default.
  202. NTFS-fs error (device hda7): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set default.
  203. NTFS-fs error (device hda7): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set default.
  204. NTFS-fs error (device hda7): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set default.
  205. neat: numerical sysctl 1 23 is obsolete.
  206. scsi_mod: disagrees about version of symbol struct_module
  207. sg: disagrees about version of symbol struct_module
  208. request_module: failed /sbin/modprobe -- char-major-21-0. error = 256
  209. scsi_mod: disagrees about version of symbol struct_module
  210. sg: disagrees about version of symbol struct_module
  211. scsi_mod: disagrees about version of symbol struct_module
  212. sg: disagrees about version of symbol struct_module
  213. scsi_mod: disagrees about version of symbol struct_module
  214. sg: disagrees about version of symbol struct_module
  215. scsi_mod: disagrees about version of symbol struct_module
  216. sg: disagrees about version of symbol struct_module
  217. scsi_mod: disagrees about version of symbol struct_module
  218. sg: disagrees about version of symbol struct_module
  219. scsi_mod: disagrees about version of symbol struct_module
  220. sg: disagrees about version of symbol struct_module
  221. scsi_mod: disagrees about version of symbol struct_module
  222. sg: disagrees about version of symbol struct_module
  223. scsi_mod: disagrees about version of symbol struct_module
  224. sg: disagrees about version of symbol struct_module
  225. scsi_mod: disagrees about version of symbol struct_module
  226. sg: disagrees about version of symbol struct_module
  227. scsi_mod: disagrees about version of symbol struct_module
  228. sg: disagrees about version of symbol struct_module
  229. scsi_mod: disagrees about version of symbol struct_module
  230. sg: disagrees about version of symbol struct_module
  231. scsi_mod: disagrees about version of symbol struct_module
  232. sg: disagrees about version of symbol struct_module
  233. scsi_mod: disagrees about version of symbol struct_module
  234. sg: disagrees about version of symbol struct_module
  235. scsi_mod: disagrees about version of symbol struct_module
  236. sg: disagrees about version of symbol struct_module
  237. scsi_mod: disagrees about version of symbol struct_module
  238. sg: disagrees about version of symbol struct_module
  239. scsi_mod: disagrees about version of symbol struct_module
  240. sg: disagrees about version of symbol struct_module
  241. scsi_mod: disagrees about version of symbol struct_module
  242. sg: disagrees about version of symbol struct_module
  243. scsi_mod: disagrees about version of symbol struct_module
  244. sg: disagrees about version of symbol struct_module
  245. scsi_mod: disagrees about version of symbol struct_module
  246. sg: disagrees about version of symbol struct_module
  247. scsi_mod: disagrees about version of symbol struct_module
  248. sg: disagrees about version of symbol struct_module
  249. scsi_mod: disagrees about version of symbol struct_module
  250. sg: disagrees about version of symbol struct_module
  251. scsi_mod: disagrees about version of symbol struct_module
  252. sg: disagrees about version of symbol struct_module
  253. scsi_mod: disagrees about version of symbol struct_module
  254. sg: disagrees about version of symbol struct_module
  255. scsi_mod: disagrees about version of symbol struct_module
  256. sg: disagrees about version of symbol struct_module
  257. scsi_mod: disagrees about version of symbol struct_module
  258. sg: disagrees about version of symbol struct_module
  259. scsi_mod: disagrees about version of symbol struct_module
  260. sg: disagrees about version of symbol struct_module
  261. scsi_mod: disagrees about version of symbol struct_module
  262. sg: disagrees about version of symbol struct_module
  263. scsi_mod: disagrees about version of symbol struct_module
  264. sg: disagrees about version of symbol struct_module
  265. scsi_mod: disagrees about version of symbol struct_module
  266. sg: disagrees about version of symbol struct_module
  267. scsi_mod: disagrees about version of symbol struct_module
  268. sg: disagrees about version of symbol struct_module
  269. scsi_mod: disagrees about version of symbol struct_module
  270. sg: disagrees about version of symbol struct_module
  271. neat: numerical sysctl 1 49 is obsolete.
  272. neat: numerical sysctl 1 49 is obsolete.
复制代码


What's more, my modprobe.conf seems to contain all modules I made,why?

  1. alias binfmt-204 binfmt_aout
  2. alias binfmt-263 binfmt_aout
  3. alias binfmt-264 binfmt_aout
  4. alias binfmt-267 binfmt_aout
  5. alias binfmt-387 binfmt_aout
  6. alias binfmt-332 iBCS
  7. alias binfmt--310 binfmt_java
  8. alias block-major-1-* rd
  9. alias block-major-2-* floppy
  10. alias block-major-3-* ide-probe-mod
  11. alias block-major-7-* loop
  12. alias block-major-8-* sd_mod
  13. alias block-major-9-* md
  14. alias block-major-11-* sr_mod
  15. alias block-major-13-* xd
  16. alias block-major-15-* cdu31a
  17. alias block-major-16-* gscd
  18. alias block-major-17-* optcd
  19. alias block-major-18-* sjcd
  20. alias block-major-20-* mcdx
  21. alias block-major-22-* ide-probe-mod
  22. alias block-major-23-* mcd
  23. alias block-major-24-* sonycd535
  24. alias block-major-25-* sbpcd
  25. alias block-major-26-* sbpcd
  26. alias block-major-27-* sbpcd
  27. alias block-major-29-* aztcd
  28. alias block-major-32-* cm206
  29. alias block-major-33-* ide-probe-mod
  30. alias block-major-34-* ide-probe-mod
  31. alias block-major-37-* ide-tape
  32. alias block-major-44-* ftl
  33. alias block-major-46-* pcd
  34. alias block-major-47-* pf
  35. alias block-major-56-* ide-probe-mod
  36. alias block-major-57-* ide-probe-mod
  37. alias block-major-58-* lvm-mod
  38. alias block-major-88-* ide-probe-mod
  39. alias block-major-89-* ide-probe-mod
  40. alias block-major-90-* ide-probe-mod
  41. alias block-major-91-* ide-probe-mod
  42. alias block-major-93-* nftl
  43. alias block-major-97-* pg
  44. alias block-major-113-* viocd
  45. alias char-major-4-* serial
  46. alias char-major-5-* serial
  47. alias char-major-6-* lp
  48. alias char-major-9-* st
  49. alias char-major-10-0 busmouse
  50. alias char-major-10-2 msbusmouse
  51. alias char-major-10-3 atixlmouse
  52. alias char-major-10-130 wdt
  53. alias char-major-10-131 wdt
  54. alias char-major-10-135 rtc
  55. alias char-major-10-139 openprom
  56. alias char-major-10-144 nvram
  57. alias char-major-10-157 applicom
  58. alias char-major-10-175 agpgart
  59. alias char-major-10-184 microcode
  60. alias char-major-10-200 tun
  61. alias char-major-10-250 hci_vhci
  62. alias char-major-13-* input
  63. alias char-major-13-0 joydev
  64. alias char-major-13-32 mousedev
  65. alias char-major-14-* soundcore
  66. alias char-major-19-* cyclades
  67. alias char-major-20-* cyclades
  68. alias char-major-21-* sg
  69. alias char-major-22-* pcxx
  70. alias char-major-23-* pcxx
  71. alias char-major-27-* zftape
  72. alias char-major-34-* scc
  73. alias char-major-35-* tclmidi
  74. alias char-major-36-* netlink
  75. alias char-major-37-* ide-tape
  76. alias char-major-48-* riscom8
  77. alias char-major-49-* riscom8
  78. alias char-major-57-* esp
  79. alias char-major-58-* esp
  80. alias char-major-63-* kdebug
  81. alias char-major-90-* mtdchar
  82. alias char-major-96-* pt
  83. alias char-major-99-* ppdev
  84. alias char-major-107-* 3dfx
  85. alias char-major-108-* ppp_generic
  86. alias char-major-109-* lvm-mod
  87. alias char-major-161-* ircomm-tty
  88. alias char-major-171-* raw1394
  89. alias char-major-195-* NVdriver
  90. alias char-major-200-* vxspec
  91. alias char-major-206-* osst
  92. alias char-major-216-* rfcomm
  93. alias dos msdos
  94. alias dummy0 dummy
  95. alias dummy1 dummy
  96. alias eth0 8139too
  97. alias iso9660 isofs
  98. alias md-personality-1 linear
  99. alias md-personality-2 raid0
  100. alias md-personality-3 raid1
  101. alias md-personality-4 raid5
  102. alias md-personality-7 multipath
  103. alias net-pf-1 unix
  104. alias net-pf-2 ipv4
  105. alias net-pf-4 ipx
  106. alias net-pf-5 appletalk
  107. alias net-pf-15 af_key
  108. alias net-pf-17 af_packet
  109. alias net-pf-31 bluez
  110. alias netalias-2 ip_alias
  111. alias irlan0 irlan
  112. alias irda-dongle-0 tekram
  113. alias irda-dongle-1 esi
  114. alias irda-dongle-2 actisys
  115. alias irda-dongle-3 actisys
  116. alias irda-dongle-4 girbil
  117. alias irda-dongle-5 litelink
  118. alias irda-dongle-6 airport
  119. alias irda-dongle-7 old_belkin
  120. alias bt-proto-0 l2cap
  121. alias bt-proto-2 sco
  122. alias bt-proto-3 rfcomm
  123. alias bt-proto-4 bnep
  124. alias plip0 plip
  125. alias plip1 plip
  126. alias tunl0 ipip
  127. alias cipcb0 cipcb
  128. alias cipcb1 cipcb
  129. alias cipcb2 cipcb
  130. alias cipcb3 cipcb
  131. alias ppp0 ppp
  132. alias ppp1 ppp
  133. alias slip0 slip
  134. alias slip1 slip
  135. alias tty-ldisc-1 slip
  136. alias tty-ldisc-3 ppp_async
  137. alias tty-ldisc-11 irtty
  138. alias tty-ldisc-14 ppp_synctty
  139. alias tty-ldisc-15 hci_uart
  140. alias ppp-compress-18 ppp_mppe
  141. alias ppp-compress-21 bsd_comp
  142. alias ppp-compress-24 ppp_deflate
  143. alias ppp-compress-26 ppp_deflate
  144. alias parport_lowlevel parport_pc
  145. alias usbdevfs usbcore
  146. alias xfrm-type-2-50 esp4
  147. alias xfrm-type-2-51 ah4
  148. alias xfrm-type-2-108 ipcomp
  149. alias xfrm-type-10-50 esp6
  150. alias xfrm-type-10-51 ah6
  151. alias xfrm-type-10-108 ipcomp6
  152. alias cipher_null crypto_null
  153. alias digest_null crypto_null
  154. alias compress_null crypto_null
  155. alias sha384 sha512
  156. alias sound-slot-0 i810_audio
  157. alias usb-controller usb-uhci
  158. alias usb-controller1 ehci-hcd
  159. options sb io=0x220 irq=7 dma=1 dma16=5 mpu_io=0x330
  160. install binfmt-0000 /bin/true
  161. install binfmt_misc /sbin/modprobe --first-time --ignore-install binfmt_misc && { /bin/mount -t binfmt_misc none /proc/sys/fs/binfmt_misc > /dev/null 2>&1 || :; }
  162. install char-major-10 /bin/true
  163. install char-major-10-1 /bin/true
  164. install dummy0 /sbin/modprobe -o dummy0 --ignore-install dummy
  165. install dummy1 /sbin/modprobe -o dummy1 --ignore-install dummy
  166. install hid /sbin/modprobe --first-time --ignore-install hid && { /sbin/modprobe keybdev; /sbin/modprobe mousedev; /bin/true; }
  167. install net-pf-10 /bin/true
  168. install net-pf-19 /bin/true
  169. install net-pf-3 /bin/true
  170. install net-pf-6 /bin/true
  171. install ov518_decomp { /sbin/modprobe ov511; } ; /sbin/modprobe --first-time --ignore-install ov518_decomp
  172. install scsi_hostadapter /bin/true
  173. install sound-slot-0 /sbin/modprobe --first-time --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; }
  174. install usbmouse /sbin/modprobe --first-time --ignore-install usbmouse && { /sbin/modprobe hid; /bin/true; }
  175. install wacom /sbin/modprobe --first-time --ignore-install wacom && { /sbin/modprobe evdev; /bin/true; }
  176. remove binfmt_misc { /bin/umount /proc/sys/fs/binfmt_misc > /dev/null 2>&1 || :; } ; /sbin/modprobe -r --first-time --ignore-remove binfmt_misc
  177. remove hid { /sbin/modprobe -r keybdev; /sbin/modprobe -r mousedev; } ; /sbin/modprobe -r --first-time --ignore-remove hid
  178. remove ov518_decomp /sbin/modprobe -r --first-time --ignore-remove ov518_decomp && { /sbin/modprobe -r ov511; /bin/true; }
  179. remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :; } ; /sbin/modprobe -r --first-time --ignore-remove sound-slot-0
  180. remove usbmouse { /sbin/modprobe -r hid; } ; /sbin/modprobe -r --first-time --ignore-remove usbmouse
  181. remove wacom { /sbin/modprobe -r evdev; } ; /sbin/modprobe -r --first-time --ignore-remove wacom

复制代码
发表于 2004-1-19 06:06:07 | 显示全部楼层
兄弟你成功了吗,为什么我启动的时候很多模块不让加载,全是红字
发表于 2004-1-19 13:01:51 | 显示全部楼层

New kernel performs strangely in Fedora.

Unless you make essential functions built into kernel, you may found modules not loaded automatically.
hey,to escape from such mass situation,now I decide to use lfs to give kernel 2.6.1 a pure and custommized environment.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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