Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Enumeration Issue: (4 Items)
   
Enumeration Issue  
I'm installing on an Ampro LB800, and the device enumerator doesn't pick up the network controllers. I can start the 
drivers later, and they work fine, but I'm wondering how to get this working the way it was designed.

I've tried increasing verbosity in the boot process, and it appears as though enum-pci is never even run. If I run it 
manually, I can see the devices listed, but they never show up in the verbose output from enum-devices.

Any suggestions on how to troubleshoot this?
RE: Enumeration Issue  
Hmmm...  Are your devices actually included in the enumerator
configuration file?  The file /etc/system/enum/devices/net contains the
mapping information for device vid/did to driver.  Can you check and see
if your driver and associated did/vid entries are present?

	Robert.

-----Original Message-----
From: Norton Allen [mailto:community-noreply@qnx.com] 
Sent: Monday, August 18, 2008 9:09 AM
To: momenticsgs-community
Subject: Enumeration Issue

I'm installing on an Ampro LB800, and the device enumerator doesn't pick
up the network controllers. I can start the drivers later, and they work
fine, but I'm wondering how to get this working the way it was designed.

I've tried increasing verbosity in the boot process, and it appears as
though enum-pci is never even run. If I run it manually, I can see the
devices listed, but they never show up in the verbose output from
enum-devices.

Any suggestions on how to troubleshoot this?

_______________________________________________
QNX Momentics Getting Started
http://community.qnx.com/sf/go/post11935
Re: RE: Enumeration Issue  
Yes, both devices are included in /etc/system/enum/devices/net

Vendor ID: 8086h
Device ID: 1209h

and

Vendor ID: 8086h
Device ID: 1076h

When I turn up verbosity on the book, I see 'Starting enumerator' messages for bootdev, pnpbios, legacy, ser, ser and 
par. Noticably missing is 'pci'.
Re: RE: Enumeration Issue  
When I turn up verbosity in the BOOT...