Morten Odgaard <[EMAIL PROTECTED]> writes: > For the VMware 3.2 IDE disk when no partitions are present (this works > without error when an ntfs partition is present): > > ... > Making device /dev/hda > Making device /dev/hda[0-9]* > Internal error: /sys/block/hda/hda[0-9]*/dev not found > *** Dropping to shell
Yup, my bug. I forgot that the shell expands "foo*" to itself, not the empty string, if the pattern matches no files. Fixed. > For the VMware 3.2 SCSI disk: > > SCSI subsystem initialised > done loading sd_mod > Hm, found no hard drives (hda sda) under /sys/block > Your /sys/block contains: > fd0 ram1 ram2 ... ram15 > So close! Oh, well. > *** Dropping to shell > > lspci -n gives: > 00:07.1 Class 0101: 8086:7111 (rev 01) > 00:10.0 Class 0100: 104b:1040 (rev 01) Linux bug, of a sort. The BusLogic.c driver has not yet been updated with a proper MODULE_DEVICE_TABLE declaration, which depmod needs to build a correct modules.pcimap file for us to use. I have edited misc/extra.pcimap to add the BusLogic adapters, so this should also be fixed in 0.3. > The Dell Laptop with 3Com PC Card NIC: > > Still just stops with "No network hardware found (missing drivers?)" > > lspci -n gives: > 00:07.1 Class 0101: 8086:7111 (rev 01) That is your IDE controller, which should be OK once we get the network going. > no lines matches the network device but there are a few CardBus lines: > 00:03.0 Class 0607: 104c:ac1c (rev 01) > 00:03.1 Class 0607: 104c:ac1c (rev 01) Ah, thanks. That is a "Yenta compatible PCMCIA CardBus bridge", whose driver I appear to have missed in the configuration. Fixed in 0.3. (This will at least get the kernel to recognize the bridge. The network device is a different question, I am afraid.) New testing release sometime today. Thank you very much for the feedback and testing! - Pat ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ unattended-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-devel