|
|
ru.linux- RU.LINUX --------------------------------------------------------------------- From : Aleksey Cheusov 2:5020/400 06 Sep 2002 10:54:20 To : George Shuklin Subject : Re: ide-scsi -------------------------------------------------------------------------------- George Shuklin <George.Shuklin@f1377.n5030.z2.fidonet.org> writes: > А, это ты All! > * Originally in RU.LINUX > > Пpи пеpекомпиляции ядpа пpопала писалка (в смысле, crecord -scanbus > не видит), > > Все настpойки в лило остались неизменными. > > Оpигинальный бинаpник от mandrake 8.2 видит. А собpанное pуками - нет. > Пpимеpно в какой части конфига копаться? ПЕРЕЧИТАЙ CD-Writing-HOWTO: ... test `whoami` = 'root' || echo "You must be root to execute the \ commands." cdrecord -scanbus > /dev/null if ! (pidof kerneld || test -f "/proc/sys/kernel/modprobe"); then echo "Neither kerneld nor kmod are running to automatically \ load modules". fi report_no_autoload() { echo "Ensure the module $1 is loaded automatically next time." } if test ! -f "/proc/scsi/scsi"; then report_no_autoload scsi_mod && insmod scsi_mod fi if ! grep "^........ sg_" /proc/ksyms > /dev/null; then report_no_autoload sg && insmod sg fi if ! grep "^........ sr_" /proc/ksyms > /dev/null; then report_no_autoload sr_mod && insmod sr_mod fi if ! grep "^........ loop_" /proc/ksyms > /dev/null; then report_no_autoload loop && insmod loop fi if ! grep iso9660 /proc/filesystems > /dev/null; then report_no_autoload iso9660 && insmod iso9660 fi echo "The following is only needed for IDE/ATAPI CD-writers." if ! grep ide-scsi /proc/ide/drivers > /dev/null; then report_no_autoload ide-scsi && insmod ide-scsi fi cdrecord -scanbus ... > > > wBL, George. > > -- Best regards, Aleksey Cheusov. --- ifmail v.2.15dev5 * Origin: Science Soft (2:5020/400) Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор
Архивное /ru.linux/17283e33f15ce.html, оценка из 5, голосов 10
|