The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Operating System Optimization > WinNT Based

Reply
 
LinkBack Thread Tools Display Modes
Old 03-04-2005, 07:55 PM   #1
FLAC
 
IntellaWorks's Avatar
 
Join Date: Jun 2004
Location: NH
Posts: 1,173
nLite XP, CF card, VIA mobo, Bumbed out

Hey yall, I'm kinda bumbed out here. I spent about 80 hours getting the correct version of a nLite'd XP install to work with all my hardware settings and applications on a CF card so that my machine wouldn't have trouble bootins at colder temps.

Problem is, the VIA Epia seems to have a "safe" temp mode on temps below 15 F degrees... Even though my CF card can boot at -15F the board it self wont boot until its temp is around 20 degrees. Granted my machine is basically solid as can be and I dont have to worry about bad sectors and it can boot in much colder temps than with a laptiop HDD I'd say that the problems I've had with geting everything on to a CF and the limited ability that I have with the OS on the CF card wasn't worth it..

Anyone else see this same problem ??
__________________
Progress [I will seriously never be done!]
Via EPIA MII
512MB RAM
OEM GPS (embedded)
nLite WinXP pro on
1GB Extreme III CF card
Carnetix 1260 startup/ DC-DC regulator
Software: Still, re-Writing my existing front end in .Net
IntellaWorks is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 03-05-2005, 09:52 AM   #2
Registered User
 
mpattonm's Avatar
 
Join Date: May 2003
Location: Czech rep.
Posts: 655
Well I am happy with what I did and I am glad I did go nLite way. So thats said. Otherwise, I am interested about what I see in your sig: OEM GPS and that crazy idea of rewriting your frontend in .NET. Why would you do so? BTW cold you tell us more of GPS and front end you are using?
mpattonm is offline   Reply With Quote
Old 03-06-2005, 08:35 AM   #3
FLAC
 
IntellaWorks's Avatar
 
Join Date: Jun 2004
Location: NH
Posts: 1,173
.

Well, the front end I developed a while back was written in VB6 and was truely a wonderful app. E-mail, GPS, Audio, Video and weather it also had voice reco for the medi application.

I discovered the power of .net when developing an application for work and decided to re-write my existing front end to not only do the same stuff but to also act as almost like an operating system instead of just an application. Plus making a few enhance ments to the way the application ran since I was re-working it from the ground up it was easy to impliment the changes.

As far as the GPS is concerned, I'm using an internal GPS mod. Garmin 15L that is super small and super accurate. Check out the thread "OEM GPS modules" in the Hardware forum.
__________________
Progress [I will seriously never be done!]
Via EPIA MII
512MB RAM
OEM GPS (embedded)
nLite WinXP pro on
1GB Extreme III CF card
Carnetix 1260 startup/ DC-DC regulator
Software: Still, re-Writing my existing front end in .Net
IntellaWorks is offline   Reply With Quote
Old 03-06-2005, 09:32 AM   #4
Registered User
 
mpattonm's Avatar
 
Join Date: May 2003
Location: Czech rep.
Posts: 655
I see... Are you planning go out with your frontend eventually?
mpattonm is offline   Reply With Quote
Old 03-06-2005, 10:32 AM   #5
Admin. Don't bug or I'll byte.
 
Bugbyte's Avatar
 
Join Date: Sep 2004
Location: Corning, NY
Posts: 4,687
I don't see the temps you see in NH but during our cold snap we in the high single digits and I didn't have a problem with the mobo - it was the laptop HD that was the problem. It did reboot after 3-4 minutes, though.

The Via came on right away and it didn't appear to have a temp problem.
__________________
-Where in the world is the iBug?
-Find out about theiBug
-Attention Newbies! Have you seen the FAQ Emporium?
-No time to figure it out? Take 5 minutes to view the Car PC 101 video
Bugbyte is offline   Reply With Quote
Old 03-06-2005, 11:33 AM   #6
FLAC
 
IntellaWorks's Avatar
 
Join Date: Jun 2004
Location: NH
Posts: 1,173
.

I'm not sure if I'm going to release the front end or not, I just dont know if I can truely support it the way that these other front ends are supported. I will hoever release components of it such as the weather component and the email component... things that currently dont exist in the other front ends.
__________________
Progress [I will seriously never be done!]
Via EPIA MII
512MB RAM
OEM GPS (embedded)
nLite WinXP pro on
1GB Extreme III CF card
Carnetix 1260 startup/ DC-DC regulator
Software: Still, re-Writing my existing front end in .Net
IntellaWorks is offline   Reply With Quote
Old 03-06-2005, 11:42 AM   #7
FLAC
 
IntellaWorks's Avatar
 
Join Date: Jun 2004
Location: NH
Posts: 1,173
.

The temp rating of the mobo is 0C which is 32 degrees farenheight and after a night of steady cold temps around 0-10F the system just wont post.. I think there is a temp setting at board level that doesnt allow it to continue to post when its that cold.. because once its been in the car for a few minutes of much warmer temps I can hit the reset switch and it will come right up.
__________________
Progress [I will seriously never be done!]
Via EPIA MII
512MB RAM
OEM GPS (embedded)
nLite WinXP pro on
1GB Extreme III CF card
Carnetix 1260 startup/ DC-DC regulator
Software: Still, re-Writing my existing front end in .Net
IntellaWorks is offline   Reply With Quote
Old 03-06-2005, 01:01 PM   #8
FLAC
 
IntellaWorks's Avatar
 
Join Date: Jun 2004
Location: NH
Posts: 1,173
Sc

SC of the new front end. I wanted to use a "panel" system for displaying different modes. This is an image of the CD player playing a CD.. of course its still in the works as you can see the VB standard buttons on the right hand side are dumby controls for the audio buttons.

I wanted a nice way to easily change modes w/o going back to a menu or having a menu popup. So I have all the modes email, gps , video and settings/weather all on the buttom panel (main controls) That way its one click instead of two. With my previous front end and other front ends that I see out there its typically 2 clicks to change a mode, more clikcs mean more time your eyes are off the road.


The other significant change I made was subtle but really helped a bunch is creating one parent window and every panel is a child within the parent. To the prorgammers who read this its a MDI interface which I didn't have before.. don't know why I didnt do this before but its there now.

Other things that I'm seperating is Video / Audio I created a media class that can create two sub classes (audio or video) these classes take care of the media internally as well as decide where the media is comming from (CD, HDD or DVD) This system went pretty smooth for me once I got the ground work of the code laid down.

Other things that are of noteable mention is a custom text box control (that if anyone wants I'd be glad to send to impliment in thier front ends) Basically when its clicked on brings up the OSK.
Attached Images
 
__________________
Progress [I will seriously never be done!]
Via EPIA MII
512MB RAM
OEM GPS (embedded)
nLite WinXP pro on
1GB Extreme III CF card
Carnetix 1260 startup/ DC-DC regulator
Software: Still, re-Writing my existing front end in .Net
IntellaWorks is offline   Reply With Quote
Old 03-07-2005, 04:47 AM   #9
Registered User
 
mpattonm's Avatar
 
Join Date: May 2003
Location: Czech rep.
Posts: 655
Cool.. but I still dont get it about that .NET conversion. Do you want to have your frontend laaazzzyyy like hell (especially on Epia?!?)or you just cant live without 40 MBs library on your system that should supposedly be as much embedded as possible?
mpattonm is offline   Reply With Quote
Old 03-07-2005, 06:28 PM   #10
Maximum Bitrate
 
Jackboot's Avatar
 
Join Date: Jul 2004
Location: Alberta, Canada
Posts: 574
Back on topic!!!

Is anyone else having problems with a VIA motherboard not booting below 0 degrees celcius? I've done a CF install for that SOLE PURPOSE (booting in the cold) and this will lick bollocks if the mobo is the limiting factor. I haven't installed my setup in the car yet so I can't tell if I will have problems booting in -15 or colder weather...
Jackboot is offline   Reply With Quote
Old 03-07-2005, 06:34 PM   #11
Registered User
 
mpattonm's Avatar
 
Join Date: May 2003
Location: Czech rep.
Posts: 655
I am testing my mockup in these days, its about minus 10 here.
mpattonm is offline   Reply With Quote
Old 03-08-2005, 09:31 AM   #12
Maximum Bitrate
 
knubile's Avatar
 
Join Date: Sep 2004
Posts: 505
I didn't know the EPIAs had a temp saftey feature. Mine will boot up no matter how cold it is. It's get's to -30C regularly here in Ottawa, Canada.
The problem I encounter is after the post. At the point where the windows logo appears, it reboots. Then boots back to the same point, then reboots again.
It will keep doing this until it is warm enough, the it continues on to Windows.
I have yet to figure out which part of my system is the culprit.

I have a 1G Sandisk Extreme. I know it's not rated at that temp, but it passes post and starts loading windows. That means its reading from the CF card. The ram must be getting used at that point. So what's left?

What does your system do exactly?
knubile is offline   Reply With Quote
Old 03-08-2005, 10:05 AM   #13
Registered User
 
mpattonm's Avatar
 
Join Date: May 2003
Location: Czech rep.
Posts: 655
Possibly PSU could be weakest point.
mpattonm is offline   Reply With Quote
Old 03-08-2005, 07:26 PM   #14
FLAC
 
IntellaWorks's Avatar
 
Join Date: Jun 2004
Location: NH
Posts: 1,173
.

When testing its gotta sit there all night in the cold cant just be a few hours.


as far as changing over to .Net, I like the functionality it gives. As far as programming I needed to learn it for my job and I fig'd what better way to get a good hands on and change my existing front end to .net, that way I can learn the language and acomplish my car stuff at the same time :-)
__________________
Progress [I will seriously never be done!]
Via EPIA MII
512MB RAM
OEM GPS (embedded)
nLite WinXP pro on
1GB Extreme III CF card
Carnetix 1260 startup/ DC-DC regulator
Software: Still, re-Writing my existing front end in .Net
IntellaWorks is offline   Reply With Quote
Old 03-08-2005, 08:15 PM   #15
Variable Bitrate
 
Join Date: Oct 2003
Location: Chicago, IL
Posts: 284
yeah, .net is kinda slowish but it makes programming stuff alot easier and the functionality is pretty cool, so i can understand why someone would want to switch to .net
__________________
Mazdaspeed Car Computer
gotta redo it all
Dexter is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Slimline Slot DVD/Wafer Mobo and XP Cyberphox Classified Archive 10 03-29-2004 09:01 AM
FS: Slimline CD & DVD, 512MB CF Card StratusPh34r Classified Archive 15 01-31-2004 08:31 PM
FS: Athlon XP +1700 CPU and A7V8X-X mobo samc Classified Archive 9 11-03-2003 07:03 AM
help - video card problems Cliff General Hardware Discussion 4 04-15-2002 05:25 PM
TV Out Card Requires Mobo Reset Oldschool General Hardware Discussion 3 12-15-2000 09:49 AM


All times are GMT -5. The time now is 02:39 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics