Hello, Thomas Schmitt, le Thu 15 Sep 2011 11:35:07 +0200, a écrit : > can anybody remember to have used a SCSI CD-ROM with Hurd ?
I have just pushed a driver which should permit it. > I tried to get access to a virtual one created with kvm: > -drive file=/dvdbuffer/netinst.iso,if=scsi,bus=4,unit=0,media=cdrom > but after booting Hurd, there is no /dev/sr0. CD ROM devices are actually called /dev/cd0 in GNU Mach. With the command line above I could mount /dev/cd0. cd to /dev and run ./MAKEDEV cd0 there to create the device node. Unfortunately, when enabling a SCSI hosts, the network card stops working for some reason, maybe simply a problem of shared IRQ. Samuel