Andy Allred [MS]
Guest
Posts: n/a
 
Re: Windows XPe - Sorry, Getting Feed UP
Posted: 11-02-2004, 09:43 PM
Sorry to hear you had too many problems, but i'm curious about your USB
issues, can you fill me in? I've seen you in the newsgroups asking and
helping others for about a year but the threads have been about CF, not
USB.

Thanks Jim, let me know if there is anything we can do to help.

--
Andy
This posting is provided "AS IS" with no warranties, and confers no
rights.
Reply With Quote
KM
Guest
Posts: n/a
 
Re: Windows XPe - Sorry, Getting Feed UP
Posted: 11-02-2004, 10:04 PM
Jim,
> > The development costs for XPe is lower then, say, Linux Embedded.
>
> That definitely 'depends'. I agree with about everything that Richard said.
>
> Too many hacks and patches to get this system working. Don't get me started on the EWF.
Agree.

Although, reading some Lenux patch threads on usenet I came to conclusion that there are also many problesm that are still up in the
air.
Days ago I was struggling with a USB stack implementation (following 1.1 specs) and was searching Net for some good info. I was
supprised how many "patches" have been made in the Linux kernel to cover most of the USB devices. This may not be Linux related
problems, rather the USB device manufacturers' poor firmware implementation. But the point is that you sometimes need hacks and
patches on Linux as well.
> I moved our product/team from WinXPe to Linux. We have more control and no
True. You've got most of the OS sources to play with. Not like with XP :-(
> problem with any compact flash card we've thrown at it. No more EWF. USB
> works (never got that going under XPe, and I Google'd the heck out of this newsgroup).
One big concern for many customers of ours when choosing OS was the drivers and applications support.
It is not a secret that Windows has drivers for most of devices on the market. Win32 developer community is also one of the biggest.
When you start a project, you can't not to think about it. Also, it is way too easier to find Windows programmers to hire than Linux
Embedded ones.
This is why I believe the development costs for XPe is lower than for LE.

--
Regards,
KM, BSquare Corp.


Reply With Quote
Jim Belant
Guest
Posts: n/a
 
Re: Windows XPe - Sorry, Getting Feed UP
Posted: 11-03-2004, 02:17 PM
Andy Allred [MS] wrote:
> Sorry to hear you had too many problems, but i'm curious about your USB
> issues, can you fill me in? I've seen you in the newsgroups asking and
> helping others for about a year but the threads have been about CF, not
> USB.
Hi Andy

I tried to get my WinXPe image to recognize USB 'pen' storage devices. I
never had any success. I included every component I could think of, based
on information I found in this newsgroup. I never had any success. It was
very easy for me to get this working in linux using hotplug. Every platform
has its own strengths and problems, but I have been able to get every
feature I needed working in linux. I can't say the same for WinXPe.
> Thanks Jim, let me know if there is anything we can do to help.
Well, my build environment mysteriously started logging errors about a year
ago. There was a least one other person on this list with the exact
symptoms. I hadn't made any changes to the component database. The strange
thing was the images worked. Never did figure that one out. I did get some
replies from Microsoft reps, but the final recommended fix was 'reinstall'.
That recommendation is used way too often for my tastes.

Sincerely,

Jim

Reply With Quote
Slobodan Brcin \(eMVP\)
Guest
Posts: n/a
 
Re: Windows XPe - Sorry, Getting Feed UP
Posted: 11-03-2004, 04:04 PM
Hi Jim,
> I tried to get my WinXPe image to recognize USB 'pen' storage devices.
I though that you had problem with booting from USB pen. But making it work was not a problem for anyone so far (at least I think
that).

Add:
"PnP (User - Mode)"
"Plug and Play Software Device Enumerator"
"USB Mass Storage Device"
all three "Disk Drive" components just to be on safe side.

And I will assume that you made other USB devices work so your usb is functional.
Also you can always consult setupapi.log for possible errors why your pen do not start.

Regards,
Slobodan

"Jim Belant" <jbelant@NOSPAMwpsenergy.com> wrote in message news:cmaq4h$2f9v$1@newsfeed.norlight.net...
> Andy Allred [MS] wrote:
>
> > Sorry to hear you had too many problems, but i'm curious about your USB
> > issues, can you fill me in? I've seen you in the newsgroups asking and
> > helping others for about a year but the threads have been about CF, not
> > USB.
>
> Hi Andy
>
> I tried to get my WinXPe image to recognize USB 'pen' storage devices. I
> never had any success. I included every component I could think of, based
> on information I found in this newsgroup. I never had any success. It was
> very easy for me to get this working in linux using hotplug. Every platform
> has its own strengths and problems, but I have been able to get every
> feature I needed working in linux. I can't say the same for WinXPe.
>
> > Thanks Jim, let me know if there is anything we can do to help.
>
> Well, my build environment mysteriously started logging errors about a year
> ago. There was a least one other person on this list with the exact
> symptoms. I hadn't made any changes to the component database. The strange
> thing was the images worked. Never did figure that one out. I did get some
> replies from Microsoft reps, but the final recommended fix was 'reinstall'.
> That recommendation is used way too often for my tastes.
>
> Sincerely,
>
> Jim
>

Reply With Quote
KM
Guest
Posts: n/a
 
Re: Windows XPe - Sorry, Getting Feed UP
Posted: 11-03-2004, 07:39 PM
Jim,

I am also surprised you couldn't get working a USB Pen device under XPe.
Making a bootable image on the Pen is a different story.

Well.. We can complain about USB Mass Storage Device driver implementation on XP but, to be honest, it gets its testing (and
patching) for pretty much any brand available on the market.
That means if you can recognize the Pen under XP Pro, you can definitely make it working on XPe. Just with the Mass Storage Device
driver and appropriate Disk and FS driver. And, of course, PnP support has to be in your image.

--
Regards,
KM, BSquare Corp.

> Andy Allred [MS] wrote:
>
> > Sorry to hear you had too many problems, but i'm curious about your USB
> > issues, can you fill me in? I've seen you in the newsgroups asking and
> > helping others for about a year but the threads have been about CF, not
> > USB.
>
> Hi Andy
>
> I tried to get my WinXPe image to recognize USB 'pen' storage devices. I
> never had any success. I included every component I could think of, based
> on information I found in this newsgroup. I never had any success. It was
> very easy for me to get this working in linux using hotplug. Every platform
> has its own strengths and problems, but I have been able to get every
> feature I needed working in linux. I can't say the same for WinXPe.
>
> > Thanks Jim, let me know if there is anything we can do to help.
>
> Well, my build environment mysteriously started logging errors about a year
> ago. There was a least one other person on this list with the exact
> symptoms. I hadn't made any changes to the component database. The strange
> thing was the images worked. Never did figure that one out. I did get some
> replies from Microsoft reps, but the final recommended fix was 'reinstall'.
> That recommendation is used way too often for my tastes.
>
> Sincerely,
>
> Jim
>

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may 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 On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
What is a URL feed for a podcast and how can I get one? Guest Apple Macintosh 0 04-10-2008 08:16 AM
Video feed from VCR Barry Windows XP Movie Maker 3 01-15-2004 03:16 AM
utilizing both pin feed and sheet feed printer Keith Windows XP Printers / Scanners / Fax 0 10-30-2003 08:31 PM
Tractor Feed Christakis John Windows XP Printers / Scanners / Fax 0 10-09-2003 04:27 AM
FEED BACK JUDY KAY Windows XP Accessibility 1 07-15-2003 07:29 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90