Hallo Leute
bin Linux anfänger und habe mal die PC-Welt Version Suse 7.3 ausprobiert. Installation hat alles geklappt, auch einen Mac-SCSI Controler hat Linux erkannt(Advansis Chip). Aber: Habe mehrere
FireWire HDD und Brenner die nicht erkannt werden. Oder doch?
Unterstützt Linux überhaupt FireWire? Oder muss ich irgend etwas selbst konfigurieren? Über ein paar Tips würde ich mich sehr freuen.
mfg dieter
Linux 14.981 Themen, 106.344 Beiträge
Der auszug unten stammt aus der SUSE-support-datenbank, ich habs mangels power-pc zwar nicht getestet, sollte aber klappen
Using FireWire:
Modify your /etc/modules.conf and add these lines:
pre-install ohci1394 modprobe ieee1394
pre-install sbp2 modprobe ohci1394
To load the modules run "modprobe sbp2" as root, you can put that command into /etc/init.d/boot.local to load the drivers at boot time.
This creates virtual SCSI devices, just look in the "dmesg" output to see the exact device names. To mount a CD in a FW CD burner you could do for example:
mount /dev/sr0 /mnt
ich hoffe das hilft
gruß
borowitsch