[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Sheflug] Re: Toshiba Woes
Alec
> Anybody got any idea of how to get into Tosh Bios?
See Craig's previous comments :) You are not alone.
I've had a lot of BIOS problems with my Libretto. Lovely piece of
hardware but try and do something withe the BIOS to set up sound or
Irda. Hopeless.
I found that the Clevos were like the Tosh but the BIOS is a lot
easier to use ... www.clevo.com.tw. So, I gave up on Tosh and got
one of those instead. Complete with plug in drives.
--
Thanks
Richard
___________________________________________________________________
Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html
GNU the choice of a complete generation.
#!/usr/bin/perl -w
# Strip all line of this form from html messages
# From: "French, Alastair" <nospam [at] racalinst.co.uk>
while (<>){
$_=~s/(^.*:.*[ <])(\w.*)(@.*)/$1nospam$3/;
print unless /^Delivered-To:/i ;
}