conke 发表于 2003-9-24 15:33:00

编译2.6.0-test5,光驱不能用!

现在其他问题都显得正常了,但光驱不能用。lsmod(用的是module-init)没有cdrom和scsi模块(我用的是IDE的COMBO),开始我以为cdrom模块忘了选择,可是重新选择编译后,lsmod有cdrom和scsi模块了,但还是不能用:不存在/dev/cdrom,用/dev/scd0代替也不行--照理本来cdrom就是scd0的一个symbold link!?另外,/etc/fstab中也没有cdrom这一行。我重新编译了好几次(以前2.4的内核总能编译成功),还是不行,不知何故 :cry: (当然没有忘记make modules_install,而且没有出现unresolved symbol之类的错误)。
不知哪位高手知道原因?
谁有编译成功能用光驱(Combo)的?能否把.config贴出来?或发给我:[email protected],感激不尽!
(机器配置见下面个人签名)

Dragonfly 发表于 2003-9-26 05:32:18

do u choose ide scsi emulation

conke 发表于 2003-9-27 00:13:01

I HAVE choosen SCSI emulation and loopback support, In addition, I have chosen some SCSI modules, such as SCSI disk,cdrom, although which are not necessary!

cnhnln 发表于 2003-9-27 00:23:21

grub.conf
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/ hdd=ide-scsi
有吗?

Dragonfly 发表于 2003-9-27 10:27:30

if u know it is unneeded, why choose them?:-D

conke 发表于 2003-9-27 11:02:49

grub.conf
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/ hdd=ide-scsi
有吗?

Yes.
but mine is "kernel /boot/vmlinuz-2.4.20-8 ro root=/dev/hda8 hdd=ide-scsi"

llc 发表于 2003-9-29 17:35:33

我是成功的,我明天贴出来吧
我的CPU是赛扬2,815主板

llc 发表于 2003-9-30 17:13:41

我的配置文件见:
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=37731&start=15
页: [1]
查看完整版本: 编译2.6.0-test5,光驱不能用!