hi,
i have installed and configured a debian linux-installation on a hardware platform with VGA and IDE support on a compactflash card.
I also enabled the serial console so i can use it as server on an identical hardware platform, only without VGA and IDE.
When i run it on this machine it works fine.
I have 2 other platforms from the same developer with the same hardware, only one without VGA and IDE that i want to use as server and one with only VGA.
The platform with VGA and the platform i installed it on both work with AwardBios because they use VGA, the other platform uses TinyBios.
When i place the CompactFlash in the system with only VGA it works fine (AwardBios), but when i place it in the platform without VGA it gives some errors on the soundcard that isn't there (which should be no problem) and ethernet doesn't work. You can understand this is critical when i want to use it as a (LAMP)-server. So i am suspecting it has something to do with the different Bios they use.
All kernel drivers for ethernet are loaded and when i try 'ifup eth0' i get:
# ifup eth0
Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.
Please contribute if you find this software useful.
For info, please visit
http://www.isc.org/dhcp-contrib.html
sit0: unknown hardware address type 776
eth0: ERROR while getting interface flags: No such device
sit0: unknown hardware address type 776
Bind socket to interface: No such device
exiting.
Failed to bring up eth0.
If this is a Bios problem, is there any way to edit the Debian/Linux kernel so it works properly without VGA?
Or is this no Bios/VGA problem?
Anyone got any ideas?
TIA.