Mar 21 01:13:38 /kernel: acd0: CDROM at ata0-slave using
BIOSPIO
Mar 21 01:13:38 /kernel: Mounting root from ufs:/dev/ad0s1a
Mar 21 01:14:05 login: ROOT LOGIN (root) ON ttyv0
--
Steve Willoughby | "The purpose of IT is to seamlessly and trans-
Intel DPG Eng. Computing |
> [EMAIL PROTECTED] wrote:
> > Cc: [EMAIL PROTECTED]
> > Subject: Can't get PCI128 sound card to be recognized
>
> Perhaps you should change your BIOS settings to "no PnP OS"
No, I looked there first. The BIOS doesn't appear to have any such
settin
The installer kernel doesn't recognize it anymore now either.
I just get the install program, but the disk slice editor can't
see any hard drives at all.
Some info about the system:
Pentium 90MHz system from long, long ago (yes, this is its last chance
to avoid bec
hing like:
while (<>) {
while (/big\s+(\w+)/g) {
$count{$1}++;
}
}
foreach $word (sort(keys(%count))) {
print "$word: $count{$word}\n";
}
ought to do the trick. Play with $/, etc