Next Previous Contents

5. 問題解決

Always remember, that you can still use corrupt CD-ROMs as coasters. :-)

5.1 在 Linux 下不行

請先檢查你的可寫光碟機能不能在其他操作系統中使用

然後檢查以下的事情:

如果你的可寫不能在其他的操作系統中使用的話,很可能你有硬件衝 突或你買了一個壞的硬件。

If it works under the other operating system and you use loadlin to boot Linux, then that is your problem. Loadlin makes a warm-boot with most of the hardware already initialized and that confuses the Linux-kernel.

5.2 Error-message: No read access for 'dev=2,0'.

Under Linux, some versions of the C-library are incompatible (buggy), so that an application linked against one version will not work with another. An example for an error triggered by pre-compiled binaries is the following:

[root@Blue /dev]# cdrecord -eject dev=2,0
cdrecord: No such file or directory. No read access for 'dev=2,0'.

5.3 它不能在 DOS 一使用

嘗試使用 Linux 。在 DOS 底下安裝及設定 SCSI 驅動程式是一件很困難的 工作。 Linux 也不是很複雜的嗎?哈!

5.4 燒錄過程中有 SCSI 錯誤

通常這些錯誤都是由以下的狀況所做成的

在很多情況下 SCSI devices 需要由 SCSI bus 中 dis- and reconnect 自己。 如果缺少這個功能的話,有些可寫入光碟機可能在繞錄光碟時發生問題。

尤其是NCR 53c7,8xx SCSI 驅動程式會預設消除這個功能,你最好先檢查一下:

NCR53c7,8xx SCSI support                  [N/y/m/?] y
   always negotiate synchronous transfers [N/y/?] (NEW) n
   allow FAST-SCSI [10MHz]                [N/y/?] (NEW) y
   allow DISCONNECT                       [N/y/?] (NEW) y


Next Previous Contents