SuSE Linux: Version 7.3
This WWW page lists bugs and/or printing errors found in the SuSE Linux 7.3 documentation. If you find other errors in the manuals, please contact our documentation team via e-mail: documentation@suse.de.
Further bugs are listed in "Known problems and special features in SuSE Linux 7.3" (http://sdb.suse.de/en/sdb/html/bugs73.html).
The respective manual section are given as reference points.
8.1 Burning CDs - Requirements
In order to manually configure the SCSI emulation, you only have to specify the respective module ide-scsi
under
INITRD_MODULES
in /etc/rc.config
.
If the corresponding device is introduced,
an error message will be generated when the new ramdisk is created through
mk_initrd
.
The following content should be displayed in /etc/rc.config
:
INITRD_MODULES="ide-scsi"
Now the device's specification has to be entered in LILO's the configuration file
(/etc/lilo.conf
) as append
parameter.
An example for the device /dev/hdc
:
image = /boot/vmlinuz label = linux root = /dev/hda3 initrd = /boot/initrd append = "hdc=ide-scsi"
3.4 Configuring an ADSL or TDSL Connection
Replace
pppoed
with smpppd
.
For more information please refer to "Is PPPOED Missing?" (http://sdb.suse.de/en/sdb/html/rcpppoed_73.html).