Can't get PCI128 sound card to be recognized

2003-03-24 Thread Steve Willoughby
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 |

Re: Can't get PCI128 sound card to be recognized

2003-03-25 Thread Steve Willoughby
> [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

Can't boot from ad0 anymore (Did the WDC AC2540H stop being supported?)

2003-03-26 Thread Steve Willoughby
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

Re: perl help

2003-03-26 Thread Steve Willoughby
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