Patch B seems to have broken pc card or NIC support for me..

I thought this may be due to just a bad existing installation, so I did a
complete reinstall of just the base tools from the initial RTP release CD
(pre patch A). System worked with my Socket LPE network card fine. Connected
to the WWW repository and downloaded the package manager update. Reconnected
to the repository and selected to install just the “QNX 6” and “QNX 6 Patch
B” packages. It downloaded them fine and appeared to install them without
warnings. Clicked “OK” to clear out the “you need to reboot” dialogs and did
a shutdown. System hung at exactly the same place as when patch B was
installed over the prior installation, in the “shutting down service
providers” section.

Forcing a power off & reboot and bringing the system up it will no longer
recognize and use the Socket LPE card. DHCP always fails… I’d be happy to
try and just install from a patch B ISO, but the ISO’s on get.qnx.com are
the old patch A version…

System is a Dell Lattitude CPIa w/128mb…

Any ideas?

Marisa

try and just install from a patch B ISO, but the ISO’s on get.qnx.com are
the old patch A version…

Just wait a little --:slight_smile: Hope they put new ISO image. From here connect to
QNX repository pretty poor…

Boris

There are two problems here. QSSL know about them.

Shutdown

The problem is that devp-pccard is being terminated before io-net, so if you
have a PCMCIA network card, it will hang the system.

The work-around :

From the shutdown menu select ‘End Photon session’.
At the Welcome dialog click on the ‘Shutdown’ button, then select ‘Exit to
text mode’.
At the command line log in as root with the password you entered during
installation.
Then enter ‘shutdown -fb’.

PCMCIA/network

The latest version of devp-pccard (in patch B) defaults to 16-bit operation,
unless the card says otherwise. Unfortunately, some cards that report
themselves as 16-bit only work in 8-bit mode. The Socket LPE card is such a
card.

Try this :

slay devp-pccard

devp-pccard -w8,8

nettrap -v start

(the output should be ‘io-net -dne2000’ )

mount -Tio-net npm-ttcpip.so

Go to Network Configuration and set up the DHCP parameters and enable the
device.

Jim Douglas


“Marisa Giancarla” <mgiancarla@macromedia.com> wrote in message
news:98o531$930$1@inn.qnx.com

I thought this may be due to just a bad existing installation, so I did a
complete reinstall of just the base tools from the initial RTP release CD
(pre patch A). System worked with my Socket LPE network card fine.
Connected
to the WWW repository and downloaded the package manager update.
Reconnected
to the repository and selected to install just the “QNX 6” and “QNX 6
Patch
B” packages. It downloaded them fine and appeared to install them without
warnings. Clicked “OK” to clear out the “you need to reboot” dialogs and
did
a shutdown. System hung at exactly the same place as when patch B was
installed over the prior installation, in the “shutting down service
providers” section.

Forcing a power off & reboot and bringing the system up it will no longer
recognize and use the Socket LPE card. DHCP always fails… I’d be happy to
try and just install from a patch B ISO, but the ISO’s on get.qnx.com are
the old patch A version…

System is a Dell Lattitude CPIa w/128mb…

Any ideas?

Marisa

Hi Marisa,

Please check out

http://qdn.qnx.com/support/bok/solution.qnx?10294

Thanks.

Erick.


Marisa Giancarla <mgiancarla@macromedia.com> wrote:

I thought this may be due to just a bad existing installation, so I did a
complete reinstall of just the base tools from the initial RTP release CD
(pre patch A). System worked with my Socket LPE network card fine. Connected
to the WWW repository and downloaded the package manager update. Reconnected
to the repository and selected to install just the “QNX 6” and “QNX 6 Patch
B” packages. It downloaded them fine and appeared to install them without
warnings. Clicked “OK” to clear out the “you need to reboot” dialogs and did
a shutdown. System hung at exactly the same place as when patch B was
installed over the prior installation, in the “shutting down service
providers” section.

Forcing a power off & reboot and bringing the system up it will no longer
recognize and use the Socket LPE card. DHCP always fails… I’d be happy to
try and just install from a patch B ISO, but the ISO’s on get.qnx.com are
the old patch A version…

System is a Dell Lattitude CPIa w/128mb…

Any ideas?

Marisa

After I posted that message I had actually verified that if I slay io-net
after installing patch B but before doing the shutdown the system would
properly shut down cleanly. It still won’t use the Socket LPE card though,
and trying the steps you list seems to lock it up as soon as I slay
devp-pccard…

Marisa

Also, is there a way I can make the system ALWAYS start in 8-bit mode? (ie
which of the startup files contain the line to start devp-pccard so that I
can add the command-line switch…

Marisa