From: Digest <deadmail>
To: "OS/2GenAu Digest" <deadmail>
Date: Fri, 22 Mar 2002 00:00:07 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600
Subject: [os2genau_digest] No. 303
Reply-To: <deadmail>
X-List-Unsubscribe: www.os2site.com/list/

**************************************************
Thursday 21 March 2002
 Number  303
**************************************************

Subjects for today
 
1  [os2genau] TCPBEUI & TCP/IP configuration on OS/2 : Daryl Pilkington" <u3232athome.dialix dot com>
2  [os2genau] TCPBEUI & TCP/IP configuration on OS/2 : Daryl Pilkington" <u3232athome.dialix dot com>
3  Re: [os2genau] CP2 No CD : brianbatkdfisher dot com dot au
4  Re: [os2genau] CP2 No CD : Trevor Clarke <TClarkeatslatergordon dot com dot au>
5  Re: [os2genau] CP2 No CD : brianbatkdfisher dot com dot au
6  Re: [os2genau] CP2 No CD : Ed Durrant <edurrantatbigpond dot net dot au>
7  Re: [os2genau] CP2 No CD : brianbatkdfisher dot com dot au
8  Re: [os2genau] CP2 No CD : Ed Durrant <edurrantatbigpond dot net dot au>
9  Re: [os2genau] Reminder - Melbourne OS/2 SIG Meeting : John Angelico" <talldadatkepl dot com dot au>

**= Email   1 ==========================**

Date:  Thu, 21 Mar 2002 09:50:34 +1100 (EDT)
From:  "Daryl Pilkington" <u3232athome.dialix dot com>
Subject:  [os2genau] TCPBEUI & TCP/IP configuration on OS/2

Hi All,
I've just had to do a quick-and-dirty HowTo to get TCP/IP & TCPBEUI
working on OS/2.
Please enjoy!

*** TCP/IP CONFIGURATION *************************************
To get TCPBEUI working on any system, you *must* have TCP/IP working
properly 1st.
This is because TCPBEUI data packets *are* TCP/IP packets, so if IP
isn't working, TCPBEUI won't either.

Backup all configuration files using an ISO date extension:
viz:
setup.cmd -> setup.20020320

TCP/IP is all about passing the data buck:- ie where the data packet
has to hop to next.
IP works on *numbers* not names:- more about names later.

PC1               gateway             PC2
150.100.11.5  ->  150.100.11.254  ->  150.100.100.1

The network is the range of IP numbers that can be reached without
going through a router.

Usually a network mask of 255.255.255.0 is used.
This means 150.100.11.x addresses are all on the same network.
This is a sufficient explaination for your task.

If you need to see machines on another network you need a gateway
configured to route your network packets to the new network.
Remember its all about passing the data buck.

Now all these things are configured using:
\mptn\bin\setup.cmd

Now DHCP is a good way to get all these configurations, however I don't
know how well MPTS DHCP works on the System Level of the PC1 box:
\mptn\bin\setup.dhcp

*** USING NAMES WITH TCP/IP **********************************
IP numbers need to be mapped to names if commands like:
ping PC2

Are to work.

This is done with OS/2 using Domain Name System, (DNS), server, or a
local hosts file.
You are using the local hosts file method.

You need the lines in config.sys:
\config.sys

& a hosts file:
\mptn\etc\hosts

*** TESTING TCP/IP *******************************************
1.0)
Test your local loopback interface 1st.

>ping 127.0.0.1
PING 127.0.0.1: 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0. time=0. ms

This means loopback IP is working.

1.1)
Now try:
>ping lo
PING lo: 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0. time=0. ms

This means your hosts file is working with lo.

2.0)
Now try:
>ping 150.100.11.5
PING 150.100.11.5: 56 data bytes
64 bytes from 150.100.11.5: icmp_seq=0. time=0. ms

This means your NIC interface, (lan0) is working.

2.1)
Now try:
>ping PC1
PING PC1: 56 data bytes
64 bytes from 150.100.11.5: icmp_seq=0. time=0. ms

This means your hosts file is working with PC1

3.1)
Lets see if you can get-out on the network:
>ping 150.100.11.254
PING 150.100.11.254: 56 data bytes
64 bytes from 150.100.11.254: icmp_seq=0. time=0. ms

This means you can connect to hosts on your network.
However, this does not mean routing onto other networks is OK.

4.1)
Lets see if you can get-out on the network:
>ping 150.100.100.1
PING 150.100.100.1: 56 data bytes
64 bytes from 150.100.100.1: icmp_seq=0. time=0. ms

This means data packets are being correctly routed to another network.

5.1)
What problem determination steps can be used if any of steps 1-4 fail?
This is best dealt with hands-on, however, it is important to
understand the concepts above.

*** TCPBEUI CONFIGURATION ************************************
TCPBEUI is the correct name of:
IBM OS/2 NETBIOS OVER TCP/IP

CONFIGURATION OVERVIEW
1.1)
Enable it in MPTS, so the protocol is available to the OS.

1.2)
Enable it in the the File & Print application by tweaking:
\ibmlan\ibmlan.ini

You do not need:
\ibmcom\rfcnames.lst
As it can use the hosts file:
\mptn\etc\hosts

Remember, TCPBEUI works with *names* not numbers so correct hosts
operation is important.

2.1)
MPTS needs to look like:

Adapter and Protocol Configuration


Your Network Card Here
   1 - IBM OS/2 NETBIOS OVER TCP/IP
   0 - IBM TCP/IP

Logical adapter number for NETBIOS OVER TCP/IP needs to be changed
from:
0
to:
1
Otherwise 2 IP protocols are configured on the same interface, which is
a no-no.

3.1)
File & Print ibmlan.ini needs to look like:
....
[networks]

;  net1 = NETBEUI$,0,LM10,34,100,14
  net2 = tcpbeui$,1,LM10,34,100,14
....
  wrknets = net2
  wrkservices = REQUESTER
....
  srvnets = net2

See:
\ibmlan\ibmlan.ini

net2 = tcpbeui...
Defines TCPBEUI protocol for the logical net2 network
Disable NETBEUI, as we need to test TCPBEUI & only TCPBEUI is the
communication method.

wrknet = net2
srvnets = net2
Defines requester uses the net2 definition to operate.

wrkservices = REQUESTER
Defines only requester to start, running peer is much slower.
If you manually need peer you can easily start it with:
>net start peer

*** TESTING TCPBEUI *******************************************
1.0)
You really need to use 2 computers one with a known working TCPBEUI
configuration :)

2.1)
Do a local logon on PC1 which had admin rights:

PC1> logon userid /p:password /v:local
This will start the requester if it isn't already started.

PC1> net start peer
Start peer services if it isn't already started.

PC1> net share c=c:\
Share the c: partition.

2.2)
Do a local logon on PC2 which had admin rights that match PC1:

PC2> logon userid /p:password /v:local
This will start the requester if it isn't already started.

PC2> net use t: \\PC1\c
Map t: to c: share on Machine1

PC2> dir t:
Should show the files on the c: of PC1
This verifies TCPBEUI is working.

3.1)
What problem determination steps can be used if any of steps 1-2 fail?
This is best dealt with hands-on, however, it is important to
understand the concepts above.

Regards,

Daryl  Pilkington 

//// The PC-Therapist, Business Computing Integration
O<O  AUSTRALIA
\_/
<O>  OS/2 Warp, Redhat Linux, DB2
     IBM Certified Systems Expert

        email: darylpatpc-therapist dot com dot au
          ICQ: 91914134
          Mob: 0425-251-300

----------------------------------------------------------------------------------
 

**= Email   2 ==========================**

Date:  Thu, 21 Mar 2002 10:07:50 +1100 (EDT)
From:  "Daryl Pilkington" <u3232athome.dialix dot com>
Subject:  [os2genau] TCPBEUI & TCP/IP configuration on OS/2

--_=_=_=IMA.BOUNDARY.GTBWP2138764=_=_=_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Hi All,
I've just had to do a quick-and-dirty HowTo to get TCP/IP & TCPBEUI
working on OS/2.
Please enjoy!

*** TCP/IP CONFIGURATION *************************************
To get TCPBEUI working on any system, you *must* have TCP/IP working
properly 1st.
This is because TCPBEUI data packets *are* TCP/IP packets, so if IP
isn't working, TCPBEUI won't either.

Backup all configuration files using an ISO date extension:
viz:
setup.cmd -> setup.20020320

TCP/IP is all about passing the data buck:- ie where the data packet
has to hop to next.
IP works on *numbers* not names:- more about names later.

PC1               gateway             PC2
150.100.11.5  ->  150.100.11.254  ->  150.100.100.1

The network is the range of IP numbers that can be reached without
going through a router.

Usually a network mask of 255.255.255.0 is used.
This means 150.100.11.x addresses are all on the same network.
This is a sufficient explaination for your task.

If you need to see machines on another network you need a gateway
configured to route your network packets to the new network.
Remember its all about passing the data buck.

Now all these things are configured using:
\mptn\bin\setup.cmd

Now DHCP is a good way to get all these configurations, however I don't
know how well MPTS DHCP works on the System Level of the PC1 box:
\mptn\bin\setup.dhcp

*** USING NAMES WITH TCP/IP **********************************
IP numbers need to be mapped to names if commands like:
ping PC2

Are to work.

This is done with OS/2 using Domain Name System, (DNS), server, or a
local hosts file.
You are using the local hosts file method.

You need the lines in config.sys:
\config.sys

& a hosts file:
\mptn\etc\hosts

*** TESTING TCP/IP *******************************************
1.0)
Test your local loopback interface 1st.

>ping 127.0.0.1
PING 127.0.0.1: 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0. time=0. ms

This means loopback IP is working.

1.1)
Now try:
>ping lo
PING lo: 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0. time=0. ms

This means your hosts file is working with lo.

2.0)
Now try:
>ping 150.100.11.5
PING 150.100.11.5: 56 data bytes
64 bytes from 150.100.11.5: icmp_seq=0. time=0. ms

This means your NIC interface, (lan0) is working.

2.1)
Now try:
>ping PC1
PING PC1: 56 data bytes
64 bytes from 150.100.11.5: icmp_seq=0. time=0. ms

This means your hosts file is working with PC1

3.1)
Lets see if you can get-out on the network:
>ping 150.100.11.254
PING 150.100.11.254: 56 data bytes
64 bytes from 150.100.11.254: icmp_seq=0. time=0. ms

This means you can connect to hosts on your network.
However, this does not mean routing onto other networks is OK.

4.1)
Lets see if you can get-out on the network:
>ping 150.100.100.1
PING 150.100.100.1: 56 data bytes
64 bytes from 150.100.100.1: icmp_seq=0. time=0. ms

This means data packets are being correctly routed to another network.

5.1)
What problem determination steps can be used if any of steps 1-4 fail?
This is best dealt with hands-on, however, it is important to
understand the concepts above.

*** TCPBEUI CONFIGURATION ************************************
TCPBEUI is the correct name of:
IBM OS/2 NETBIOS OVER TCP/IP

CONFIGURATION OVERVIEW
1.1)
Enable it in MPTS, so the protocol is available to the OS.

1.2)
Enable it in the the File & Print application by tweaking:
\ibmlan\ibmlan.ini

You do not need:
\ibmcom\rfcnames.lst
As it can use the hosts file:
\mptn\etc\hosts

Remember, TCPBEUI works with *names* not numbers so correct hosts
operation is important.

2.1)
MPTS needs to look like:

Adapter and Protocol Configuration


Your Network Card Here
   1 - IBM OS/2 NETBIOS OVER TCP/IP
   0 - IBM TCP/IP

Logical adapter number for NETBIOS OVER TCP/IP needs to be changed
from:
0
to:
1
Otherwise 2 IP protocols are configured on the same interface, which is
a no-no.

3.1)
File & Print ibmlan.ini needs to look like:
....
[networks]

;  net1 = NETBEUI$,0,LM10,34,100,14
  net2 = tcpbeui$,1,LM10,34,100,14
....
  wrknets = net2
  wrkservices = REQUESTER
....
  srvnets = net2

See:
\ibmlan\ibmlan.ini

net2 = tcpbeui...
Defines TCPBEUI protocol for the logical net2 network
Disable NETBEUI, as we need to test TCPBEUI & only TCPBEUI is the
communication method.

wrknet = net2
srvnets = net2
Defines requester uses the net2 definition to operate.

wrkservices = REQUESTER
Defines only requester to start, running peer is much slower.
If you manually need peer you can easily start it with:
>net start peer

*** TESTING TCPBEUI *******************************************
1.0)
You really need to use 2 computers one with a known working TCPBEUI
configuration :)

2.1)
Do a local logon on PC1 which had admin rights:

PC1> logon userid /p:password /v:local
This will start the requester if it isn't already started.

PC1> net start peer
Start peer services if it isn't already started.

PC1> net share c=c:\
Share the c: partition.

2.2)
Do a local logon on PC2 which had admin rights that match PC1:

PC2> logon userid /p:password /v:local
This will start the requester if it isn't already started.

PC2> net use t: \\PC1\c
Map t: to c: share on Machine1

PC2> dir t:
Should show the files on the c: of PC1
This verifies TCPBEUI is working.

3.1)
What problem determination steps can be used if any of steps 1-2 fail?
This is best dealt with hands-on, however, it is important to
understand the concepts above.

Regards,

Daryl  Pilkington 

//// The PC-Therapist, Business Computing Integration
O<O  AUSTRALIA
\_/
<O>  OS/2 Warp, Redhat Linux, DB2
     IBM Certified Systems Expert

        email: darylpatpc-therapist dot com dot au
          ICQ: 91914134
          Mob: 0425-251-300

--_=_=_=IMA.BOUNDARY.GTBWP2138764=_=_=_
Content-Type: application/octet-stream; name="LAN.zip"
Content-Transfer-Encoding: base64

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

--_=_=_=IMA.BOUNDARY.GTBWP2138764=_=_=_--

----------------------------------------------------------------------------------
 

**= Email   3 ==========================**

Date:  Thu, 21 Mar 2002 12:00:22 +0930
From:  brianbatkdfisher dot com dot au
Subject:  Re: [os2genau] CP2 No CD


Hi Ed,
Have used standard IBM drivers, Danis Ver 1.41, DaniATAPI Ver 0.39 and
jjcdrom.dmd.
No different regardless what drivers load.

I only see this with the full CP2 install.
If I install CP1 and then fixpak it up to CP2 it works fine.

I think there is a bug in the full CP2 install disks.

-----------------------------------------
Brian Butler
System Administrator
brianbatkdfisher dot com dot au


                                                                                                                
                    Ed Durrant                                                                                  
                    <edurrantatbigpo        To:     os2genauatos2 dot org dot au                                          
                    nd dot net dot au>             cc:                                                                  
                                           Subject:     Re: [os2genau] CP2 No CD                                
                    18/03/2002                                                                                  
                    18:15                                                                                       
                    Please respond                                                                              
                    to os2genau                                                                                 
                                                                                                                
                                                                                                                




Are you using the IBM CD drivers & IDE drivers or Danis ?? If the latter
are you using the latest versions from Dani ?

Cheers/2

Ed.

brianbatkdfisher dot com dot au wrote:
>
> Hi all,
> Has anyone installed Convenience Pack Ver 4.52
> and still had a functioning CD drive?
>
> I have done it on two different machines, with diferent hardware,
> and the system refuses to find anything on CD.
>
> The rest of the system is fine but it's as much use
> as a screen door on a submarine if the CD can't be used.
> -----------------------------------------
> Brian Butler
> System Administrator
> brianbatkdfisher dot com dot au
>
>
----------------------------------------------------------------------------------

>  

----------------------------------------------------------------------------------

 





----------------------------------------------------------------------------------
 

**= Email   4 ==========================**

Date:  Thu, 21 Mar 2002 12:59:57 +1100
From:  Trevor Clarke <TClarkeatslatergordon dot com dot au>
Subject:  Re: [os2genau] CP2 No CD


This is a multi-part message in MIME format.

--------------InterScan_NT_MIME_Boundary
Content-Type: text/plain

I had the same problem moving from warp 4 to Ecs...until I turned off
hardware detection.

> -----Original Message-----
> From:	brianbatkdfisher dot com dot au [SMTP:brianbatkdfisher dot com dot au]
> Sent:	Thursday, March 21, 2002 1:30 PM
> To:	os2genauatos2 dot org dot au
> Subject:	Re: [os2genau] CP2 No CD
> 
> 
> Hi Ed,
> Have used standard IBM drivers, Danis Ver 1.41, DaniATAPI Ver 0.39 and
> jjcdrom.dmd.
> No different regardless what drivers load.
> 
> I only see this with the full CP2 install.
> If I install CP1 and then fixpak it up to CP2 it works fine.
> 
> I think there is a bug in the full CP2 install disks.
> 
> -----------------------------------------
> Brian Butler
> System Administrator
> brianbatkdfisher dot com dot au
> 
> 
>  
> 
>                     Ed Durrant
> 
>                     <edurrantatbigpo        To:     os2genauatos2 dot org dot au
> 
>                     nd dot net dot au>             cc:
> 
>                                            Subject:     Re: [os2genau] CP2
> No CD                                
>                     18/03/2002
> 
>                     18:15
> 
>                     Please respond
> 
>                     to os2genau
> 
>  
> 
>  
> 
> 
> 
> 
> 
> Are you using the IBM CD drivers & IDE drivers or Danis ?? If the latter
> are you using the latest versions from Dani ?
> 
> Cheers/2
> 
> Ed.
> 
> brianbatkdfisher dot com dot au wrote:
> >
> > Hi all,
> > Has anyone installed Convenience Pack Ver 4.52
> > and still had a functioning CD drive?
> >
> > I have done it on two different machines, with diferent hardware,
> > and the system refuses to find anything on CD.
> >
> > The rest of the system is fine but it's as much use
> > as a screen door on a submarine if the CD can't be used.
> > -----------------------------------------
> > Brian Butler
> > System Administrator
> > brianbatkdfisher dot com dot au
> >
> >
> --------------------------------------------------------------------------
> --------
> 
> >  
> 
> --------------------------------------------------------------------------
> --------
> 
>  

> 
> 
> 
> 
> --------------------------------------------------------------------------
> --------
>  


--------------InterScan_NT_MIME_Boundary
Content-Type: text/plain;
	name="InterScan_Disclaimer.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="InterScan_Disclaimer.txt"

Slater & Gordon Solicitors - http://www.slatergordon dot com dot au

Privileged/Confidential Information may be contained in this message. 
If you are not the addressee indicated in this message (or responsible for the delivery of the message to such person),
you may not copy or deliver this message to anyone. 
In such case, you should destroy this message and kindly notify the sender by return email. 
Please advise immediately if you or your employer does not consent to Internet email for messages of this kind.
Opinions, conclusions and other information in this message that do not relate to the official business of my firm shall be understood as neither given nor endorsed by it.

--------------InterScan_NT_MIME_Boundary--
----------------------------------------------------------------------------------
 

**= Email   5 ==========================**

Date:  Thu, 21 Mar 2002 13:49:55 +0930
From:  brianbatkdfisher dot com dot au
Subject:  Re: [os2genau] CP2 No CD

--0__=69256B830017BB3A8f9e8a93df938690918c69256B830017BB3A
Content-type: text/plain; charset=us-ascii


Trevor,
I don't have HW detection on.
Thanks.

-----------------------------------------
Brian Butler
System Administrator
brianbatkdfisher dot com dot au


                                                                                                                    
                    Trevor Clarke                                                                                   
                    <TClarkeatslatergord        To:     "'os2genauatos2 dot org dot au'" <deadmail>                
                    on dot com dot au>                 cc:                                                                  
                                               Subject:     Re: [os2genau] CP2 No CD                                
                    21/03/2002 11:29                                                                                
                    Please respond to                                                                               
                    os2genau                                                                                        
                                                                                                                    
                                                                                                                    




I had the same problem moving from warp 4 to Ecs...until I turned off
hardware detection.

> -----Original Message-----
> From:         brianbatkdfisher dot com dot au [SMTP:brianbatkdfisher dot com dot au]
> Sent:         Thursday, March 21, 2002 1:30 PM
> To:           os2genauatos2 dot org dot au
> Subject:           Re: [os2genau] CP2 No CD
>
>
> Hi Ed,
> Have used standard IBM drivers, Danis Ver 1.41, DaniATAPI Ver 0.39 and
> jjcdrom.dmd.
> No different regardless what drivers load.
>
> I only see this with the full CP2 install.
> If I install CP1 and then fixpak it up to CP2 it works fine.
>
> I think there is a bug in the full CP2 install disks.
>
> -----------------------------------------
> Brian Butler
> System Administrator
> brianbatkdfisher dot com dot au
>
>
>
>
>                     Ed Durrant
>
>                     <edurrantatbigpo        To:     os2genauatos2 dot org dot au
>
>                     nd dot net dot au>             cc:
>
>                                            Subject:     Re: [os2genau]
CP2
> No CD
>                     18/03/2002
>
>                     18:15
>
>                     Please respond
>
>                     to os2genau
>
>
>
>
>
>
>
>
>
> Are you using the IBM CD drivers & IDE drivers or Danis ?? If the latter
> are you using the latest versions from Dani ?
>
> Cheers/2
>
> Ed.
>
> brianbatkdfisher dot com dot au wrote:
> >
> > Hi all,
> > Has anyone installed Convenience Pack Ver 4.52
> > and still had a functioning CD drive?
> >
> > I have done it on two different machines, with diferent hardware,
> > and the system refuses to find anything on CD.
> >
> > The rest of the system is fine but it's as much use
> > as a screen door on a submarine if the CD can't be used.
> > -----------------------------------------
> > Brian Butler
> > System Administrator
> > brianbatkdfisher dot com dot au
> >
> >
>
--------------------------------------------------------------------------
> --------
>
> >  
> 
>
--------------------------------------------------------------------------
> --------
>
>  

>
>
>
>
>
--------------------------------------------------------------------------
> --------
>  

(See attached file: InterScan_Disclaimer.txt)


--0__=69256B830017BB3A8f9e8a93df938690918c69256B830017BB3A
Content-type: application/octet-stream; 
	name="InterScan_Disclaimer.txt"
Content-Disposition: attachment; filename="InterScan_Disclaimer.txt"
Content-transfer-encoding: base64

U2xhdGVyICYgR29yZG9uIFNvbGljaXRvcnMgLSBodHRwOi8vd3d3LnNsYXRlcmdvcmRvbi5jb20u
YXUNCg0KUHJpdmlsZWdlZC9Db25maWRlbnRpYWwgSW5mb3JtYXRpb24gbWF5IGJlIGNvbnRhaW5l
ZCBpbiB0aGlzIG1lc3NhZ2UuIA0KSWYgeW91IGFyZSBub3QgdGhlIGFkZHJlc3NlZSBpbmRpY2F0
ZWQgaW4gdGhpcyBtZXNzYWdlIChvciByZXNwb25zaWJsZSBmb3IgdGhlIGRlbGl2ZXJ5IG9mIHRo
ZSBtZXNzYWdlIHRvIHN1Y2ggcGVyc29uKSwNCnlvdSBtYXkgbm90IGNvcHkgb3IgZGVsaXZlciB0
aGlzIG1lc3NhZ2UgdG8gYW55b25lLiANCkluIHN1Y2ggY2FzZSwgeW91IHNob3VsZCBkZXN0cm95
IHRoaXMgbWVzc2FnZSBhbmQga2luZGx5IG5vdGlmeSB0aGUgc2VuZGVyIGJ5IHJldHVybiBlbWFp
bC4gDQpQbGVhc2UgYWR2aXNlIGltbWVkaWF0ZWx5IGlmIHlvdSBvciB5b3VyIGVtcGxveWVyIGRv
ZXMgbm90IGNvbnNlbnQgdG8gSW50ZXJuZXQgZW1haWwgZm9yIG1lc3NhZ2VzIG9mIHRoaXMga2lu
ZC4NCk9waW5pb25zLCBjb25jbHVzaW9ucyBhbmQgb3RoZXIgaW5mb3JtYXRpb24gaW4gdGhpcyBt
ZXNzYWdlIHRoYXQgZG8gbm90IHJlbGF0ZSB0byB0aGUgb2ZmaWNpYWwgYnVzaW5lc3Mgb2YgbXkg
ZmlybSBzaGFsbCBiZSB1bmRlcnN0b29kIGFzIG5laXRoZXIgZ2l2ZW4gbm9yIGVuZG9yc2VkIGJ5
IGl0Lg0K

--0__=69256B830017BB3A8f9e8a93df938690918c69256B830017BB3A--

----------------------------------------------------------------------------------
 

**= Email   6 ==========================**

Date:  Thu, 21 Mar 2002 17:43:37 +1100
From:  Ed Durrant <edurrantatbigpond dot net dot au>
Subject:  Re: [os2genau] CP2 No CD

I'll be downloading and burning the CP2 images next week, so I'll try
to do a clean install and see how I go - I'll let you know.

Cheers/2

Ed.

brianbatkdfisher dot com dot au wrote:
> 
> Hi Ed,
> Have used standard IBM drivers, Danis Ver 1.41, DaniATAPI Ver 0.39 and
> jjcdrom.dmd.
> No different regardless what drivers load.
> 
> I only see this with the full CP2 install.
> If I install CP1 and then fixpak it up to CP2 it works fine.
> 
> I think there is a bug in the full CP2 install disks.
> 
> -----------------------------------------
> Brian Butler
> System Administrator
> brianbatkdfisher dot com dot au
> 
> 
>                     Ed Durrant
>                     <edurrantatbigpo        To:     os2genauatos2 dot org dot au
>                     nd dot net dot au>             cc:
>                                            Subject:     Re: [os2genau] CP2 No CD
>                     18/03/2002
>                     18:15
>                     Please respond
>                     to os2genau
> 
> 
> 
> Are you using the IBM CD drivers & IDE drivers or Danis ?? If the latter
> are you using the latest versions from Dani ?
> 
> Cheers/2
> 
> Ed.
> 
> brianbatkdfisher dot com dot au wrote:
> >
> > Hi all,
> > Has anyone installed Convenience Pack Ver 4.52
> > and still had a functioning CD drive?
> >
> > I have done it on two different machines, with diferent hardware,
> > and the system refuses to find anything on CD.
> >
> > The rest of the system is fine but it's as much use
> > as a screen door on a submarine if the CD can't be used.
> > -----------------------------------------
> > Brian Butler
> > System Administrator
> > brianbatkdfisher dot com dot au
> >
> >

> 
> >  
> 

> 
>  

> 

>  

----------------------------------------------------------------------------------
 

**= Email   7 ==========================**

Date:  Thu, 21 Mar 2002 17:26:53 +0930
From:  brianbatkdfisher dot com dot au
Subject:  Re: [os2genau] CP2 No CD


Ed,
Hi again. Thanks, the feedback will be useful.
I have machines with one IDE drive as Primary Master
and the CD drive is Secondary Master.
I doubt that it makes any difference but you can
set yours up the same for the sake of consistency.

Your report from Germany was good. Sounds like it was well worth the trip.

-----------------------------------------
Brian Butler
System Administrator
brianbatkdfisher dot com dot au


                                                                                                                
                    Ed Durrant                                                                                  
                    <edurrantatbigpo        To:     os2genauatos2 dot org dot au                                          
                    nd dot net dot au>             cc:                                                                  
                                           Subject:     Re: [os2genau] CP2 No CD                                
                    21/03/2002                                                                                  
                    16:13                                                                                       
                    Please respond                                                                              
                    to os2genau                                                                                 
                                                                                                                
                                                                                                                




I'll be downloading and burning the CP2 images next week, so I'll try
to do a clean install and see how I go - I'll let you know.

Cheers/2

Ed.

brianbatkdfisher dot com dot au wrote:
>
> Hi Ed,
> Have used standard IBM drivers, Danis Ver 1.41, DaniATAPI Ver 0.39 and
> jjcdrom.dmd.
> No different regardless what drivers load.
>
> I only see this with the full CP2 install.
> If I install CP1 and then fixpak it up to CP2 it works fine.
>
> I think there is a bug in the full CP2 install disks.
>
> -----------------------------------------
> Brian Butler
> System Administrator
> brianbatkdfisher dot com dot au
>
>
>                     Ed Durrant
>                     <edurrantatbigpo        To:     os2genauatos2 dot org dot au
>                     nd dot net dot au>             cc:
>                                            Subject:     Re: [os2genau]
CP2 No CD
>                     18/03/2002
>                     18:15
>                     Please respond
>                     to os2genau
>
>
>
> Are you using the IBM CD drivers & IDE drivers or Danis ?? If the latter
> are you using the latest versions from Dani ?
>
> Cheers/2
>
> Ed.
>
> brianbatkdfisher dot com dot au wrote:
> >
> > Hi all,
> > Has anyone installed Convenience Pack Ver 4.52
> > and still had a functioning CD drive?
> >
> > I have done it on two different machines, with diferent hardware,
> > and the system refuses to find anything on CD.
> >
> > The rest of the system is fine but it's as much use
> > as a screen door on a submarine if the CD can't be used.
> > -----------------------------------------
> > Brian Butler
> > System Administrator
> > brianbatkdfisher dot com dot au
> >
> >
>
----------------------------------------------------------------------------------

>
> >  
> 
>
----------------------------------------------------------------------------------

>
>  

>
>
----------------------------------------------------------------------------------

>  

----------------------------------------------------------------------------------

 





----------------------------------------------------------------------------------
 

**= Email   8 ==========================**

Date:  Thu, 21 Mar 2002 19:39:07 +1100
From:  Ed Durrant <edurrantatbigpond dot net dot au>
Subject:  Re: [os2genau] CP2 No CD

There were problems in earlier versions of OS/2 with "gaps"
in EIDE devices on some controllers. Could you make the CD-Rom the 
Slave on the first controller ??

The Germany trip was for family reasons, it was just lucky 
that it co-insided with the Warp Workshop.

Cheers/2

Ed.

brianbatkdfisher dot com dot au wrote:
> 
> Ed,
> Hi again. Thanks, the feedback will be useful.
> I have machines with one IDE drive as Primary Master
> and the CD drive is Secondary Master.
> I doubt that it makes any difference but you can
> set yours up the same for the sake of consistency.
> 
> Your report from Germany was good. Sounds like it was well worth the trip.
> 
> -----------------------------------------
> Brian Butler
> System Administrator
> brianbatkdfisher dot com dot au
> 
> 
>                     Ed Durrant
>                     <edurrantatbigpo        To:     os2genauatos2 dot org dot au
>                     nd dot net dot au>             cc:
>                                            Subject:     Re: [os2genau] CP2 No CD
>                     21/03/2002
>                     16:13
>                     Please respond
>                     to os2genau
> 
> 
> 
> I'll be downloading and burning the CP2 images next week, so I'll try
> to do a clean install and see how I go - I'll let you know.
> 
> Cheers/2
> 
> Ed.
> 
> brianbatkdfisher dot com dot au wrote:
> >
> > Hi Ed,
> > Have used standard IBM drivers, Danis Ver 1.41, DaniATAPI Ver 0.39 and
> > jjcdrom.dmd.
> > No different regardless what drivers load.
> >
> > I only see this with the full CP2 install.
> > If I install CP1 and then fixpak it up to CP2 it works fine.
> >
> > I think there is a bug in the full CP2 install disks.
> >
> > -----------------------------------------
> > Brian Butler
> > System Administrator
> > brianbatkdfisher dot com dot au
> >
> >
> >                     Ed Durrant
> >                     <edurrantatbigpo        To:     os2genauatos2 dot org dot au
> >                     nd dot net dot au>             cc:
> >                                            Subject:     Re: [os2genau]
> CP2 No CD
> >                     18/03/2002
> >                     18:15
> >                     Please respond
> >                     to os2genau
> >
> >
> >
> > Are you using the IBM CD drivers & IDE drivers or Danis ?? If the latter
> > are you using the latest versions from Dani ?
> >
> > Cheers/2
> >
> > Ed.
> >
> > brianbatkdfisher dot com dot au wrote:
> > >
> > > Hi all,
> > > Has anyone installed Convenience Pack Ver 4.52
> > > and still had a functioning CD drive?
> > >
> > > I have done it on two different machines, with diferent hardware,
> > > and the system refuses to find anything on CD.
> > >
> > > The rest of the system is fine but it's as much use
> > > as a screen door on a submarine if the CD can't be used.
> > > -----------------------------------------
> > > Brian Butler
> > > System Administrator
> > > brianbatkdfisher dot com dot au
> > >
> > >
> >

> 
> >
> > >  

> >

> 
> >
> >  
> 
> >
> >

> 
> >  
> 

> 
>  

> 

>  

----------------------------------------------------------------------------------
 

**= Email   9 ==========================**

Date:  Thu, 21 Mar 2002 21:58:13 +1000 (EST)
From:  "John Angelico" <talldadatkepl dot com dot au>
Subject:  Re: [os2genau] Reminder - Melbourne OS/2 SIG Meeting

On Tue, 19 Mar 2002 22:30:00 +1100 (EDT), List Admin wrote:

>We would like to remind you of this upcoming event.
>
>Melbourne OS/2 SIG Meeting 
>
>Date:   Tuesday, March 26, 2002

Hi ho, everybody!

Since I am enjoying the role of newborn daddy again, I have entrusted plans
for the SIG meeting to Bob T who has matters well in hand. 

I may not be able to attend, but if I do, it will be as much of a surprise
for me as for everybody else. :)



Best regards
John Angelico
OS/2 SIG
talldadatmelbpc dot org dot au or talldadatkepl dot com dot au
--------------------------------------------

PMTagline v1.50 - Copyright, 1996-1997, Stephen Berg and John Angelico
.... NOTICE: No trees were harmed in the production of this message. However, a rather large number of electrons were somewhat inconvenienced.

----------------------------------------------------------------------------------
 

