home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 15 Message / 15-Message.zip / UU990918.zip / Ud990917.txt < prev    next >
Text File  |  1999-09-18  |  54KB  |  1,476 lines

  1.  
  2.                    comp.os.os2.multimedia           (Usenet)
  3.  
  4.                  Saturday, 11-Sep-1999 to Friday, 17-Sep-1999
  5.  
  6. +----------------------------------------------------------------------------+
  7.  
  8. From: alex@eddie.cis.uoguelph.ca                        11-Sep-99 00:22:09
  9.   To: All                                               11-Sep-99 04:50:26
  10. Subj: [WINTV] Automatically setting 's0_amux' e.g. via REXX?
  11.  
  12. From: alex@eddie.cis.uoguelph.ca (Alex Taylor)
  13.  
  14. I'm using a Hauppauge WinTV/PCI card, and in order to get any sound,
  15. I always need to issue the command "vxpvar wcast 1 s0_amux 2" before
  16. starting WTV.
  17.  
  18. My question is, is there any way to set this up automatically?  Because
  19. having to do this every time I reboot is a pain.  (In fact, is there any 
  20. way to make it "sticky", so the s0_amux variable STAYS at 2, even between
  21. reboots?  That would simplify my question greatly.)
  22.  
  23. My idea is to write a CMD file that I tell OS/2 to run on bootup.
  24.  
  25. Unfortunately, VXPVAR.EXE demands that I type "y" before it'll make the 
  26. change (and doesn't accept a "/y" switch).  Plain OS/2 command files don't 
  27. allow this kind of interaction.
  28.  
  29. I assume a REXX script would make it possible.  Alas, my knowledge of
  30. REXX programming is minimal.  
  31.  
  32. Can anybody give me some help?  How have other people addressed this
  33. problem?  Is there an easier way?
  34.  
  35. Thanks...
  36. -----------------------------------------------------------------
  37.  Alex Taylor                  BA - CIS - University of Guelph
  38.  alex@eddie.cis.uoguelph.ca   http://eddie.cis.uoguelph.ca/~alex
  39. -----------------------------------------------------------------
  40.  
  41. --- WtrGate+ v0.93.p7 sn 165
  42.  * Origin: Usenet: @Home Network Canada (1:109/42)
  43.  
  44. +----------------------------------------------------------------------------+
  45.  
  46. From: sandlin@connecti.moc                              10-Sep-99 19:37:02
  47.   To: All                                               11-Sep-99 04:50:26
  48. Subj: Re: [WINTV] Automatically setting 's0_amux' e.g. via REXX?
  49.  
  50. From: sandlin@connecti.moc
  51.  
  52. In <n34S6Erhpgnp-pn2-2970EjthdFxd@ifurita>, on 09/11/99 
  53.    at 12:22 AM, alex@eddie.cis.uoguelph.ca (Alex Taylor) said:
  54.  
  55. >My question is, is there any way to set this up automatically?  Because
  56. >having to do this every time I reboot is a pain.  (In fact, is there any 
  57. >way to make it "sticky", so the s0_amux variable STAYS at 2, even between
  58. >reboots?  That would simplify my question greatly.)
  59.  
  60. >My idea is to write a CMD file that I tell OS/2 to run on bootup.
  61.  
  62. I need to test this, but you should be able to redirect a file that
  63. contains a 'Y' into the input of the command string like this:
  64.  
  65.    vxpvar wcast 1 s0_amux 2 < Y_File.TXT
  66.  
  67. The only contents of the Y_File.TXT is the letter Y and a carriage return.
  68.  
  69. -- --------------------------------------------------------
  70. John B. Sandlin    sandlin@connecti.com
  71. ** New user?  Want to learn the ropes?
  72. ** Crusty old Guru?  Want to brush up your Netiquette?
  73. ** Check out: http://www.albion.com/netiquette/
  74. -- --------------------------------------------------------
  75.  
  76. --- WtrGate+ v0.93.p7 sn 165
  77.  * Origin: Origin Line 1 Goes Here (1:109/42)
  78.  
  79. +----------------------------------------------------------------------------+
  80.  
  81. From: lsunley@mb.sympatico.ca                           11-Sep-99 04:04:20
  82.   To: All                                               11-Sep-99 04:50:26
  83. Subj: Re: [WINTV] Automatically setting 's0_amux' e.g. via REXX?
  84.  
  85. From: lsunley@mb.sympatico.ca (Lorne Sunley)
  86.  
  87. On Sat, 11 Sep 1999 00:22:19, alex@eddie.cis.uoguelph.ca (Alex Taylor)
  88. wrote:
  89.  
  90. > I'm using a Hauppauge WinTV/PCI card, and in order to get any sound,
  91. > I always need to issue the command "vxpvar wcast 1 s0_amux 2" before
  92. > starting WTV.
  93. > My question is, is there any way to set this up automatically?  Because
  94. > having to do this every time I reboot is a pain.  (In fact, is there any 
  95. > way to make it "sticky", so the s0_amux variable STAYS at 2, even between
  96. > reboots?  That would simplify my question greatly.)
  97. > My idea is to write a CMD file that I tell OS/2 to run on bootup.
  98. > Unfortunately, VXPVAR.EXE demands that I type "y" before it'll make the 
  99. > change (and doesn't accept a "/y" switch).  Plain OS/2 command files don't 
  100. > allow this kind of interaction.
  101. > I assume a REXX script would make it possible.  Alas, my knowledge of
  102. > REXX programming is minimal.  
  103. > Can anybody give me some help?  How have other people addressed this
  104. > problem?  Is there an easier way?
  105.  
  106. Just to check, have you tried editing the "WCAST 1.INI" file that
  107. is in \MMOS2?? This might do the trick.
  108.  
  109. Lorne Sunley
  110.  
  111. --- WtrGate+ v0.93.p7 sn 165
  112.  * Origin: Usenet: MBnet Networking Inc. (1:109/42)
  113.  
  114. +----------------------------------------------------------------------------+
  115.  
  116. From: alex@eddie.cis.uoguelph.ca                        11-Sep-99 13:38:10
  117.   To: All                                               11-Sep-99 20:32:14
  118. Subj: Re: [WINTV] Automatically setting 's0_amux' e.g. via REXX?
  119.  
  120. From: alex@eddie.cis.uoguelph.ca (Alex Taylor)
  121.  
  122. On Sat, 11 Sep 1999 04:04:41, lsunley@mb.sympatico.ca (Lorne Sunley) wrote:
  123.  
  124. > > My idea is to write a CMD file that I tell OS/2 to run on bootup.
  125. > > 
  126. > > Unfortunately, VXPVAR.EXE demands that I type "y" before it'll make the 
  127. > > change (and doesn't accept a "/y" switch).  Plain OS/2 command files don't 
  128.  
  129. > > allow this kind of interaction.
  130. > > 
  131. > > I assume a REXX script would make it possible.  Alas, my knowledge of
  132. > > REXX programming is minimal.  
  133. > > 
  134. > > Can anybody give me some help?  How have other people addressed this
  135. > > problem?  Is there an easier way?
  136. > Just to check, have you tried editing the "WCAST 1.INI" file that
  137. > is in \MMOS2?? This might do the trick.
  138.  
  139. Hmmm... what would I put in the file, though?  Right now it's an
  140. empty file! 
  141.  
  142. Here's what I've got...
  143. -------------------------------------------------------
  144.  5-13-99   6:07p         1           0  WCAST 1.INI
  145.  5-13-99   6:07p         1           0  WCAST 2.INI
  146.  9-09-99   7:05p     48227           0  wcast.sys
  147.  
  148. [C:\MMOS2]type "WCAST 1.INI"
  149.  
  150. [C:\MMOS2]
  151. -------------------------------------------------------
  152.  
  153. Seems strange...
  154.  
  155. -----------------------------------------------------------------
  156.  Alex Taylor                  BA - CIS - University of Guelph
  157.  alex@eddie.cis.uoguelph.ca   http://eddie.cis.uoguelph.ca/~alex
  158. -----------------------------------------------------------------
  159.  
  160. --- WtrGate+ v0.93.p7 sn 165
  161.  * Origin: Usenet: @Home Network Canada (1:109/42)
  162.  
  163. +----------------------------------------------------------------------------+
  164.  
  165. From: alex@eddie.cis.uoguelph.ca                        11-Sep-99 13:40:05
  166.   To: All                                               11-Sep-99 20:32:14
  167. Subj: Re: [WINTV] Automatically setting 's0_amux' e.g. via REXX?
  168.  
  169. From: alex@eddie.cis.uoguelph.ca (Alex Taylor)
  170.  
  171. On Sat, 11 Sep 1999 00:37:04, sandlin@connecti.moc wrote:
  172.  
  173. > >My question is, is there any way to set this up automatically?  Because
  174. > >having to do this every time I reboot is a pain.  (In fact, is there any 
  175. > >way to make it "sticky", so the s0_amux variable STAYS at 2, even between
  176. > >reboots?  That would simplify my question greatly.)
  177. > >My idea is to write a CMD file that I tell OS/2 to run on bootup.
  178. > I need to test this, but you should be able to redirect a file that
  179. > contains a 'Y' into the input of the command string like this:
  180. >    vxpvar wcast 1 s0_amux 2 < Y_File.TXT
  181. > The only contents of the Y_File.TXT is the letter Y and a carriage return.
  182.  
  183. Interesting idea.  I was unsuccessful trying it just now, but maybe
  184. I could play with it...
  185.  
  186. -----------------------------------------------------------------
  187.  Alex Taylor                  BA - CIS - University of Guelph
  188.  alex@eddie.cis.uoguelph.ca   http://eddie.cis.uoguelph.ca/~alex
  189. -----------------------------------------------------------------
  190.  
  191. --- WtrGate+ v0.93.p7 sn 165
  192.  * Origin: Usenet: @Home Network Canada (1:109/42)
  193.  
  194. +----------------------------------------------------------------------------+
  195.  
  196. From: lsunley@mb.sympatico.ca                           11-Sep-99 14:04:10
  197.   To: All                                               11-Sep-99 20:32:14
  198. Subj: Re: [WINTV] Automatically setting 's0_amux' e.g. via REXX?
  199.  
  200. From: lsunley@mb.sympatico.ca (Lorne Sunley)
  201.  
  202. On Sat, 11 Sep 1999 13:38:20, alex@eddie.cis.uoguelph.ca (Alex Taylor)
  203. wrote:
  204.  
  205. > On Sat, 11 Sep 1999 04:04:41, lsunley@mb.sympatico.ca (Lorne Sunley) wrote:
  206. > > > My idea is to write a CMD file that I tell OS/2 to run on bootup.
  207. > > > 
  208. > > > Unfortunately, VXPVAR.EXE demands that I type "y" before it'll make the 
  209. > > > change (and doesn't accept a "/y" switch).  Plain OS/2 command files
  210. don't 
  211. > > > allow this kind of interaction.
  212. > > > 
  213. > > > I assume a REXX script would make it possible.  Alas, my knowledge of
  214. > > > REXX programming is minimal.  
  215. > > > 
  216. > > > Can anybody give me some help?  How have other people addressed this
  217. > > > problem?  Is there an easier way?
  218. > > 
  219. > > Just to check, have you tried editing the "WCAST 1.INI" file that
  220. > > is in \MMOS2?? This might do the trick.
  221. > Hmmm... what would I put in the file, though?  Right now it's an
  222. > empty file! 
  223. > Here's what I've got...
  224. > -------------------------------------------------------
  225. >  5-13-99   6:07p         1           0  WCAST 1.INI
  226. >  5-13-99   6:07p         1           0  WCAST 2.INI
  227. >  9-09-99   7:05p     48227           0  wcast.sys
  228. > [C:\MMOS2]type "WCAST 1.INI"
  229. > [C:\MMOS2]
  230. > -------------------------------------------------------
  231. > Seems strange...
  232.  
  233. The file doesn't have anything saved in it until you use
  234. the "Multimedia Setup" program in the "Setup" folder
  235. to set the parameters for the WCAST drivers. When you
  236. exit the setup program the parameters are saved to
  237. the "WCAST 1.INI" file (for the first Wincast/TV card).
  238.  
  239. Try this and then edit the parameters. The INI files are
  240. loaded at system boot time. If the file is empty the
  241. driver uses preset defaults.
  242.  
  243. Lorne Sunley
  244.  
  245.  
  246. --- WtrGate+ v0.93.p7 sn 165
  247.  * Origin: Usenet: MBnet Networking Inc. (1:109/42)
  248.  
  249. +----------------------------------------------------------------------------+
  250.  
  251. From: abeagley@datatone.com                             11-Sep-99 10:58:26
  252.   To: All                                               11-Sep-99 20:32:14
  253. Subj: Re: [WINTV] Automatically setting 's0_amux' e.g. via REXX?
  254.  
  255. From: Alan Beagley <abeagley@datatone.com>
  256.  
  257. I've tried editing WCAST 1.INI, but it doesn't seem to accomplish anything. In 
  258. my
  259. case, I need to set s2_amux  = 1 (instead of the default 3). Even if I edit
  260. the INI
  261. file, the value reverts to 3.
  262.  
  263. Alan
  264.  
  265. Lorne Sunley wrote:
  266.  
  267. > On Sat, 11 Sep 1999 13:38:20, alex@eddie.cis.uoguelph.ca (Alex Taylor)
  268. > wrote:
  269. >
  270. > > On Sat, 11 Sep 1999 04:04:41, lsunley@mb.sympatico.ca (Lorne Sunley)
  271. wrote:
  272. > >
  273. > > > > My idea is to write a CMD file that I tell OS/2 to run on bootup.
  274. > > > >
  275. > > > > Unfortunately, VXPVAR.EXE demands that I type "y" before it'll make
  276. the
  277. > > > > change (and doesn't accept a "/y" switch).  Plain OS/2 command files
  278. don't
  279. > > > > allow this kind of interaction.
  280. > > > >
  281. > > > > I assume a REXX script would make it possible.  Alas, my knowledge of
  282. > > > > REXX programming is minimal.
  283. > > > >
  284. > > > > Can anybody give me some help?  How have other people addressed this
  285. > > > > problem?  Is there an easier way?
  286. > > >
  287. > > > Just to check, have you tried editing the "WCAST 1.INI" file that
  288. > > > is in \MMOS2?? This might do the trick.
  289. > >
  290. > > Hmmm... what would I put in the file, though?  Right now it's an
  291. > > empty file!
  292. > >
  293. > > Here's what I've got...
  294. > > -------------------------------------------------------
  295. > >  5-13-99   6:07p         1           0  WCAST 1.INI
  296. > >  5-13-99   6:07p         1           0  WCAST 2.INI
  297. > >  9-09-99   7:05p     48227           0  wcast.sys
  298. > >
  299. > > [C:\MMOS2]type "WCAST 1.INI"
  300. > >
  301. > > [C:\MMOS2]
  302. > > -------------------------------------------------------
  303. > >
  304. > > Seems strange...
  305. > >
  306. >
  307. > The file doesn't have anything saved in it until you use
  308. > the "Multimedia Setup" program in the "Setup" folder
  309. > to set the parameters for the WCAST drivers. When you
  310. > exit the setup program the parameters are saved to
  311. > the "WCAST 1.INI" file (for the first Wincast/TV card).
  312. >
  313. > Try this and then edit the parameters. The INI files are
  314. > loaded at system boot time. If the file is empty the
  315. > driver uses preset defaults.
  316. >
  317. > Lorne Sunley
  318.  
  319. --- WtrGate+ v0.93.p7 sn 165
  320.  * Origin: Origin Line 1 Goes Here (1:109/42)
  321.  
  322. +----------------------------------------------------------------------------+
  323.  
  324. From: lsunley@mb.sympatico.ca                           11-Sep-99 16:38:25
  325.   To: All                                               11-Sep-99 20:32:15
  326. Subj: Re: [WINTV] Automatically setting 's0_amux' e.g. via REXX?
  327.  
  328. From: lsunley@mb.sympatico.ca (Lorne Sunley)
  329.  
  330. Oh well, it was just something to try.....
  331.  
  332. If you have GRADD drivers installed you could try out my TV app
  333. and Media Control Device (MCD/VSD) for the Hauppauge Wincast/TV
  334. cards. The TV app allows you to set and save the amux setting. It 
  335. works
  336. with DIVE as well but the CPU use for DIVE is pretty high.
  337.  
  338. URL  http://www3.mb.sympatico.ca/~lsunley/index.htm
  339.  
  340. --- WtrGate+ v0.93.p7 sn 165
  341.  * Origin: Usenet: MBnet Networking Inc. (1:109/42)
  342.  
  343. +----------------------------------------------------------------------------+
  344.  
  345. From: lsunley@mb.sympatico.ca                           11-Sep-99 17:42:00
  346.   To: All                                               11-Sep-99 20:32:15
  347. Subj: Re: [WINTV] Automatically setting 's0_amux' e.g. via REXX?
  348.  
  349. From: lsunley@mb.sympatico.ca (Lorne Sunley)
  350.  
  351. Sorry about this but my replay was truncated for some reason.
  352.  
  353. Oh well, it was just something to try.....
  354.  
  355. If you have GRADD drivers installed you could try out my TV app
  356. and Media Control Device (MCD/VSD) for the Hauppauge Wincast/TV
  357. cards. The TV app allows you to set and save the amux setting. It 
  358. works
  359. with DIVE as well but the CPU use for DIVE is pretty high.
  360.  
  361. URL  http://www3.mb.sympatico.ca/~lsunley/index.htm
  362.  
  363. --- WtrGate+ v0.93.p7 sn 165
  364.  * Origin: Usenet: MBnet Networking Inc. (1:109/42)
  365.  
  366. +----------------------------------------------------------------------------+
  367.  
  368. From: lsunley@mb.sympatico.ca                           11-Sep-99 17:47:19
  369.   To: All                                               11-Sep-99 20:32:15
  370. Subj: Re: [WINTV] Automatically setting 's0_amux' e.g. via REXX?
  371.  
  372. From: lsunley@mb.sympatico.ca (Lorne Sunley)
  373.  
  374. For the third (fourth time) I'm trying to get the whole post
  375. out. If you have a standalone "." on a line by itself the
  376. post ends at that line (fairly obvious but easy to miss)
  377.  
  378. Oh well, it was just something to try.....
  379.  
  380. If you have GRADD drivers installed you could try out my TV app
  381. and Media Control Device (MCD/VSD) for the Hauppauge Wincast/TV
  382. cards. The TV app allows you to set and save the amux setting. It 
  383. works
  384. with DIVE as well but the CPU use for DIVE is pretty high.
  385.  
  386. URL  http://www3.mb.sympatico.ca/~lsunley/index.html
  387.  
  388. It also allows the Multimedia REXX commands access to the
  389. device variables with code like this. This code assumes the
  390. Digital TV MCD/VSD installation gets "digitalvideo03" assigned
  391. as the digital video device number. These are assigned
  392. sequentially by the Multimedia Install so the actual number
  393. will be one greater than the highest numbered "digitalvideo"
  394. device present when the software is installed.
  395.  
  396. ----------------------
  397.  
  398. /* quicky REXX to set amux */
  399. /* using the DigitalTV MCI Rexx capability */
  400. /* assume Digital TV is digitalvideo03 */
  401. /* this varies depending on the system */
  402.  
  403. /* load the REXX multimedia string command interface */
  404.  
  405.   CALL RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  406.   CALL SysLoadFuncs
  407.   
  408.   rc = RXFUNCADD('mciRxInit','MCIAPI','mciRxInit')
  409.   InitRC = mciRxInit()
  410.  
  411.   mciCMD = 'open  digitalvideo03 alias tvalias shareable wait'
  412.   rc = mciRxSendString(mciCMD,'macRC',0,0)
  413.   if rc <> 0 then do
  414.           macRC = mciRxGetErrorString(rc, 'ErrString');
  415.           say 'Open Error =' rc ' String =' ErrString;
  416.           end
  417.  
  418. /* acquire the device */  
  419.   mciCMD = 'acquire tvalias wait'
  420.   rc = mciRxSendString(mciCMD,'macRC',0,0)
  421.   if rc <> 0 then do
  422.           macRC = mciRxGetErrorString(rc, 'ErrString');
  423.           say 'Acquire Error =' rc ' String =' ErrString;
  424.           end
  425.  
  426. /* set the device variable */
  427.   mciCommand = 'devvariable tvalias set hardware s0_amux value 2 wait'
  428.   rc = mciRxSendString(mciCommand,'macRC',0,0)
  429.   if rc <> 0 then do
  430.           macRC = mciRxGetErrorString(rc, 'ErrString')
  431.         say 'Devvariable Error =' rc ' String =' ErrString 
  432.         say 'Command = ' mciCommand
  433.         end
  434.  
  435.   mciCMD = 'close tvalias wait'
  436.   rc = mciRxSendString(mciCMD,'macRC',0,0)
  437.   if rc <> 0 then do
  438.           macRC = mciRxGetErrorString(rc, 'ErrString')
  439.           say 'Close Error =' rc ' String =' ErrString
  440.           end
  441.   
  442. ----------------------
  443.  
  444. You could put this in a .CMD file and set up a program object
  445. to it in your "Startup" folder.
  446.  
  447. Lorne Sunley
  448.  
  449. On Sat, 11 Sep 1999 14:58:53, Alan Beagley <abeagley@datatone.com> 
  450. wrote:
  451.  
  452. > I've tried editing WCAST 1.INI, but it doesn't seem to accomplish anything.
  453. In my
  454. > case, I need to set s2_amux  = 1 (instead of the default 3). Even if I edit
  455. the INI
  456. > file, the value reverts to 3.
  457. > Alan
  458. > Lorne Sunley wrote:
  459. > > On Sat, 11 Sep 1999 13:38:20, alex@eddie.cis.uoguelph.ca (Alex Taylor)
  460. > > wrote:
  461. > >
  462. > > > On Sat, 11 Sep 1999 04:04:41, lsunley@mb.sympatico.ca (Lorne Sunley)
  463. wrote:
  464. > > >
  465. > > > > > My idea is to write a CMD file that I tell OS/2 to run on bootup.
  466. > > > > >
  467. > > > > > Unfortunately, VXPVAR.EXE demands that I type "y" before it'll make
  468. the
  469. > > > > > change (and doesn't accept a "/y" switch).  Plain OS/2 command files 
  470. don't
  471. > > > > > allow this kind of interaction.
  472. > > > > >
  473. > > > > > I assume a REXX script would make it possible.  Alas, my knowledge
  474. of
  475. > > > > > REXX programming is minimal.
  476. > > > > >
  477. > > > > > Can anybody give me some help?  How have other people addressed this
  478. > > > > > problem?  Is there an easier way?
  479. > > > >
  480. > > > > Just to check, have you tried editing the "WCAST 1.INI" file that
  481. > > > > is in \MMOS2?? This might do the trick.
  482. > > >
  483. > > > Hmmm... what would I put in the file, though?  Right now it's an
  484. > > > empty file!
  485. > > >
  486. > > > Here's what I've got...
  487. > > > -------------------------------------------------------
  488. > > >  5-13-99   6:07p         1           0  WCAST 1.INI
  489. > > >  5-13-99   6:07p         1           0  WCAST 2.INI
  490. > > >  9-09-99   7:05p     48227           0  wcast.sys
  491. > > >
  492. > > > [C:\MMOS2]type "WCAST 1.INI"
  493. > > >
  494. > > > [C:\MMOS2]
  495. > > > -------------------------------------------------------
  496. > > >
  497. > > > Seems strange...
  498. > > >
  499. > >
  500. > > The file doesn't have anything saved in it until you use
  501. > > the "Multimedia Setup" program in the "Setup" folder
  502. > > to set the parameters for the WCAST drivers. When you
  503. > > exit the setup program the parameters are saved to
  504. > > the "WCAST 1.INI" file (for the first Wincast/TV card).
  505. > >
  506. > > Try this and then edit the parameters. The INI files are
  507. > > loaded at system boot time. If the file is empty the
  508. > > driver uses preset defaults.
  509. > >
  510. > > Lorne Sunley
  511.  
  512.  
  513. --- WtrGate+ v0.93.p7 sn 165
  514.  * Origin: Usenet: MBnet Networking Inc. (1:109/42)
  515.  
  516. +----------------------------------------------------------------------------+
  517.  
  518. From: jr_fox@earthlink.net                              11-Sep-99 16:41:28
  519.   To: All                                               12-Sep-99 04:17:18
  520. Subj: Re: FAQ for all multimedia
  521.  
  522. From: "J. R. Fox" <jr_fox@earthlink.net>
  523.  
  524. Sander Nyman wrote:
  525.  
  526. >I was fortunate to have seen one of Jerry's OS/2 multimedia >presentations a
  527. few months ago.  EXCELLENT!!!  If you are into >multimedia, this is a DO NOT
  528. MISS!  In fact, he has updated, >and expanded his presentation for SCOUG's
  529. Warp Expo West.
  530.  
  531. Quite possibly the best info available on this subject, most of
  532. it seemingly based on extensive trial & error experimentation 
  533. (i.e., very practical), plus maybe a bit of hacking here and 
  534. there.
  535.  
  536. For the benefit of anyone who can't be on the left coast for this, I
  537. hope that much of the content will ultimately find its
  538. way into article(s) published somewhere, or perhaps posted on
  539. the SCOUG website.  Let's hope so, anyway.
  540.  
  541. <jf>
  542.  
  543. --- WtrGate+ v0.93.p7 sn 165
  544.  * Origin: Usenet: EarthLink Network, Inc. (1:109/42)
  545.  
  546. +----------------------------------------------------------------------------+
  547.  
  548. From: jr_fox@earthlink.net                              11-Sep-99 16:46:26
  549.   To: All                                               12-Sep-99 04:17:18
  550. Subj: Re: Which photography applications work well with OS/2 for postprocessi
  551.  
  552. From: "J. R. Fox" <jr_fox@earthlink.net>
  553.  
  554. >Another tool might be Photographics pro from True Spectra.  >They have quit
  555. marketing it but instead have placed it as a >FREE download on their support
  556. web site  
  557. >http://www.truespectra.com/support.html until the end of
  558. >the year.
  559. >Download and follow the instructions to register it.  The >result is a full
  560. featured copy of a very well respected >graphics program for OS/2.
  561. > -----------------------------------------------------------
  562. > "Kurt Petersen" khpeter@onr.com
  563.  
  564. > -----------------------------------------------------------
  565.  
  566. Thanx for the heads-up on this.  What about the non-Pro ver.
  567. of Photo>Graphics -- is that discontinued too ?  I have this
  568. but never got around to sending in the registration card.
  569.  
  570. <jf>
  571.  
  572. --- WtrGate+ v0.93.p7 sn 165
  573.  * Origin: Usenet: EarthLink Network, Inc. (1:109/42)
  574.  
  575. +----------------------------------------------------------------------------+
  576.  
  577. From: andyh@hooked.net                                  12-Sep-99 00:38:09
  578.   To: All                                               12-Sep-99 10:18:25
  579. Subj: Digital Camcorders
  580.  
  581. From: andyh@hooked.net
  582.  
  583. Are there any firewire cards out there that will
  584. support the new digital camcorders firewire connectors?
  585.  
  586. --- WtrGate+ v0.93.p7 sn 165
  587.  * Origin: Usenet: SBC Internet Services (1:109/42)
  588.  
  589. +----------------------------------------------------------------------------+
  590.  
  591. From: pazpax@clark.net                                  12-Sep-99 15:03:04
  592.   To: All                                               12-Sep-99 14:38:16
  593. Subj: Call for Papers -- Testing Computer Software Conference (TCS2000)
  594.  
  595. From: pazpax@clark.net (Peter Zuckerman)
  596.  
  597.       
  598.                  CALL FOR PAPERS and PRESENTATIONS
  599.                                for the
  600.  
  601.             17th International Conference and Exposition on
  602.  
  603.                   TESTING COMPUTER SOFTWARE (TCS2000)
  604.  
  605.            Theme: Testing Technology vs. Testers' Requirements
  606.  
  607.               June 12-16, 2000 * Washington, D.C. * USA
  608.        (Conference: June 14-16; Workshops/Tutorials: June 12-13)
  609.  
  610. In cooperation with:
  611.  
  612.    Association for Computing Machinery (ACM) SIGSoft
  613.    American Society for Quality (ASQ) Software Division
  614.    IEEE Reliability Society
  615.    Software Technology Support Center (STSC)
  616.  
  617.   You are invited to submit proposals for the TCS2000 Conference!
  618.  
  619. We are soliciting contributions for technical papers, tutorials and
  620. workshops. The Conference will cover:
  621.  
  622. * The impact of increasingly complex software on testing
  623. * Ways to improve the testing process     
  624. * Practical experience with the various techniques     
  625. * Which efforts have been most successful     
  626. * Which efforts have been least successful
  627.  
  628. * Planned tracks:
  629.   * Management
  630.   * Technical
  631.   * Automation
  632.   * Advanced Topics (Refereed papers)
  633.   * Case Studies
  634.  
  635. While presentations that directly relate to the theme are encouraged,
  636. other topics relevant to improving the testing process are invited and
  637. will be accepted.
  638.                            
  639. Submission guidelines are available at http://www.uspdi.org/tcs2000call/
  640.  
  641. Downloadable/printable brochure is available at 
  642. http://www.uspdi.org/tcs2000call/tcs2000callpdf.html
  643.  
  644. GUIDELINES FOR REGULAR PAPERS:
  645. http://www.uspdi.org/tcs2000call/tcs2000callreg.html
  646. Important dates:
  647. Presentation proposals: October 15, 1999
  648.    Notice of selection: December 15, 1999
  649.     Materials deadline: March 15, 2000
  650.  
  651. GUIDELINES FOR REFEREED PAPERS:
  652. http://www.uspdi.org/tcs2000call/tcs2000callref.html
  653. Important dates:
  654. Presentation proposals: October 15, 1999
  655.    Notice of selection: December 15, 1999
  656.     Materials deadline: March 15, 2000
  657.  
  658. We are interested in hearing from you. If you want to submit a proposal
  659. for a presentation, or explore an idea for a presentation, please contact
  660. the Program Chair, Genevieve Houston-Ludlam, by:
  661.  
  662.        Phone: 410-266-8244; E-mail: ginger@fron-tech.com
  663.      (preferred submission method, ascii text only please)
  664.  
  665. For refereed papers (Advanced Topics) please contact Roger Alexander, by
  666.  E-mail: alexande@software.org; Phone: 703-742-8877; Fax: 703-742-7350
  667.  
  668. For more information on TCS2000 visit our web site at:
  669.  
  670. http://www.uspdi.org/conference/ or contact:
  671.  
  672. U.S. Professional Development Institute
  673. E-mail: admin@uspdi.org; Phone: 301-270-1033; Fax: 301-270-1040
  674.  
  675. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  676.  
  677.          One complimentary Conference registration is provided
  678.                    for each accepted presentation.
  679.  
  680. --- WtrGate+ v0.93.p7 sn 165
  681.  * Origin: Usenet: HPN (1:109/42)
  682.  
  683. +----------------------------------------------------------------------------+
  684.  
  685. From: mnieuw@zap.a2000.nl                               12-Sep-99 19:19:08
  686.   To: All                                               12-Sep-99 20:01:29
  687. Subj: Where is multimedia setup?
  688.  
  689. From: Mat Nieuwenhoven <mnieuw@zap.a2000.nl>
  690.  
  691. Hi,
  692.  
  693. I've installed an ESS1688P based sound card in a test system which
  694. previously did not have any sound. Although OS/2 audio is fine, I cannot
  695. get the CD player to work (for audio, data is fine). I presume this is
  696. because the drive letter is wrong. The on-line help says (and I remember
  697. using it) to use multimedia setup. But this program is nowhere to be
  698. found. Not in the programs->multimedia folder, nothing in the \mmos2 or
  699. os2 directories look like it. I'm running two machines both with Warp4
  700. FP10. Both of them don't have the program. Should this program be there,
  701. what is its executable name, and could I change the drive letter
  702. manually somewhere?
  703.  
  704. Thanks, mat Nieuwenhoven
  705.  
  706. --- WtrGate+ v0.93.p7 sn 165
  707.  * Origin: Usenet: A2000 Kabeltelevisie en Telecommunicatie (1:109/42)
  708.  
  709. +----------------------------------------------------------------------------+
  710.  
  711. From: mnieuw@zap.a2000.nl                               12-Sep-99 19:23:06
  712.   To: All                                               12-Sep-99 20:01:29
  713. Subj: How to locate WINOS2 sound error?
  714.  
  715. From: Mat Nieuwenhoven <mnieuw@zap.a2000.nl>
  716.  
  717. Hi,
  718.  
  719. after installing an ESS1688P sound card using the drivers from the ddpak
  720. online (os21688.zip), The OS/2 side works fine, but the WINOS2 sounds
  721. don't work. I get a small msg box when starting winos2, titled 'audio'
  722. but otherwise empy. I presume an error message is supposed to show
  723. there. Is there a way of logging the error msg somewhere, or make it
  724. visible in any other way?
  725. Apart from that, is there a know error with the installation routines
  726. for the ESS drivers that could cause this? he machine is running Warp4
  727. FP10 .
  728.  
  729. Thanks, Mat Nieuwenhoven
  730.  
  731. --- WtrGate+ v0.93.p7 sn 165
  732.  * Origin: Usenet: A2000 Kabeltelevisie en Telecommunicatie (1:109/42)
  733.  
  734. +----------------------------------------------------------------------------+
  735.  
  736. From: lsunley@mb.sympatico.ca                           12-Sep-99 18:07:28
  737.   To: All                                               12-Sep-99 20:01:29
  738. Subj: Re: Where is multimedia setup?
  739.  
  740. From: lsunley@mb.sympatico.ca (Lorne Sunley)
  741.  
  742. On Sun, 12 Sep 1999 17:19:17, Mat Nieuwenhoven <mnieuw@zap.a2000.nl> 
  743. wrote:
  744.  
  745. > Hi,
  746. > I've installed an ESS1688P based sound card in a test system which
  747. > previously did not have any sound. Although OS/2 audio is fine, I cannot
  748. > get the CD player to work (for audio, data is fine). I presume this is
  749. > because the drive letter is wrong. The on-line help says (and I remember
  750. > using it) to use multimedia setup. But this program is nowhere to be
  751. > found. Not in the programs->multimedia folder, nothing in the \mmos2 or
  752. > os2 directories look like it. I'm running two machines both with Warp4
  753. > FP10. Both of them don't have the program. Should this program be there,
  754. > what is its executable name, and could I change the drive letter
  755. > manually somewhere?
  756. > Thanks, mat Nieuwenhoven
  757.  
  758. It lives in the "System Setup" folder inside the "OS/2 System" folder.
  759.  
  760. The program name is \MMOS2\STPM.EXE
  761.  
  762. Lorne Sunley
  763.  
  764. --- WtrGate+ v0.93.p7 sn 165
  765.  * Origin: Usenet: MBnet Networking Inc. (1:109/42)
  766.  
  767. +----------------------------------------------------------------------------+
  768.  
  769. From: alex@eddie.cis.uoguelph.ca                        12-Sep-99 21:40:15
  770.   To: All                                               13-Sep-99 03:45:01
  771. Subj: Re: [WINTV] Automatically setting 's0_amux' e.g. via REXX?
  772.  
  773. From: alex@eddie.cis.uoguelph.ca (Alex Taylor)
  774.  
  775. On Sat, 11 Sep 1999 14:04:21, lsunley@mb.sympatico.ca (Lorne Sunley) wrote:
  776.  
  777. > > > Just to check, have you tried editing the "WCAST 1.INI" file that
  778. > > > is in \MMOS2?? This might do the trick.
  779. > > 
  780. > > Hmmm... what would I put in the file, though?  Right now it's an
  781. > > empty file! 
  782. > The file doesn't have anything saved in it until you use
  783. > the "Multimedia Setup" program in the "Setup" folder
  784. > to set the parameters for the WCAST drivers. When you
  785. > exit the setup program the parameters are saved to
  786. > the "WCAST 1.INI" file (for the first Wincast/TV card).
  787. > Try this and then edit the parameters. The INI files are
  788. > loaded at system boot time. If the file is empty the
  789. > driver uses preset defaults.
  790.  
  791. Well, I've created & edited the file, and rebooted a number of
  792. times.  WCAST 1.INI still says S0_AMUX=2, but the driver value
  793. stays at 1 until I expressly change it with vxpvar... as though
  794. the driver is simply ignoring the INI file completely.
  795.  
  796. -----------------------------------------------------------------
  797.  Alex Taylor                  BA - CIS - University of Guelph
  798.  alex@eddie.cis.uoguelph.ca   http://eddie.cis.uoguelph.ca/~alex
  799. -----------------------------------------------------------------
  800.  
  801. --- WtrGate+ v0.93.p7 sn 165
  802.  * Origin: Usenet: @Home Network Canada (1:109/42)
  803.  
  804. +----------------------------------------------------------------------------+
  805.  
  806. From: alex@eddie.cis.uoguelph.ca                        12-Sep-99 21:46:09
  807.   To: All                                               13-Sep-99 03:45:01
  808. Subj: Re: [WINTV] Automatically setting 's0_amux' e.g. via REXX?
  809.  
  810. From: alex@eddie.cis.uoguelph.ca (Alex Taylor)
  811.  
  812. On Sat, 11 Sep 1999 17:47:38, lsunley@mb.sympatico.ca (Lorne Sunley) wrote:
  813.  
  814. > Oh well, it was just something to try.....
  815. >  
  816. > If you have GRADD drivers installed you could try out my TV app
  817. > and Media Control Device (MCD/VSD) for the Hauppauge Wincast/TV
  818. > cards. The TV app allows you to set and save the amux setting. It 
  819. > works
  820. > with DIVE as well but the CPU use for DIVE is pretty high.
  821. >  
  822. > URL  http://www3.mb.sympatico.ca/~lsunley/index.html
  823.  
  824. I've never yet been able to get GRADD working on my system... I'm
  825. not sure if it supports the MGA G200 cards.
  826.  
  827. I may give this a try, though...
  828.  
  829. -----------------------------------------------------------------
  830.  Alex Taylor                  BA - CIS - University of Guelph
  831.  alex@eddie.cis.uoguelph.ca   http://eddie.cis.uoguelph.ca/~alex
  832. -----------------------------------------------------------------
  833.  
  834. --- WtrGate+ v0.93.p7 sn 165
  835.  * Origin: Usenet: @Home Network Canada (1:109/42)
  836.  
  837. +----------------------------------------------------------------------------+
  838.  
  839. From: C.J.@btsoftware.com                               13-Sep-99 11:05:21
  840.   To: All                                               13-Sep-99 10:36:28
  841. Subj: Check out : DCITU
  842.  
  843. From: "C.J." <C.J.@btsoftware.com>
  844.  
  845. DCITU 
  846. ********
  847. Digital Camera Image Transfer Utility
  848. This program allows images to be transferred from various digital
  849. cameras to an OS/2-based computer. The transfer is accomplished
  850. using the standard serial port cable usually supplied with the camera.
  851.  
  852. Check it out and download DCITU for a free trial period from:
  853. http://www.btsoftware.com/os2/dcitu.htm
  854.  
  855.  
  856. --- WtrGate+ v0.93.p7 sn 165
  857.  * Origin: Usenet: C.J. (1:109/42)
  858.  
  859. +----------------------------------------------------------------------------+
  860.  
  861. From: Stefan.Pelz@orthogon.de                           14-Sep-99 08:47:24
  862.   To: All                                               14-Sep-99 18:43:06
  863. Subj: Audio Driver for DELL Latitude CPt400
  864.  
  865. From: Stefan Pelz <Stefan.Pelz@orthogon.de>
  866.  
  867. Does anybody know if there is an audio driver for
  868. a Dell Latitude CPt400 notebook?
  869. The specs say that it uses a NeoMagic 256AV (alias NM2200)
  870. chipset for video and audio.
  871.  
  872. Regards,
  873.     Stefan
  874.  
  875.  
  876.  
  877. --- WtrGate+ v0.93.p7 sn 165
  878.  * Origin: Usenet: Orthogon GmbH, Stuttgart, Germany (1:109/42)
  879.  
  880. +----------------------------------------------------------------------------+
  881.  
  882. From: phillipd@antares.cloudnet.com                     14-Sep-99 13:20:19
  883.   To: All                                               14-Sep-99 18:43:06
  884. Subj: Re: Sound card driver needed
  885.  
  886. From: Phillip Davenport <phillipd@antares.cloudnet.com>
  887.  
  888. williamd1 <williamd1@ibm.net> wrote:
  889. > I am using an AOpen FX 3D Plus card under Warp 3 & Win 95. The chip is
  890. > Analog Devices AD1816AJS. Setup chose the Soundblaster Pro driver
  891. > (with which the card is supposedly compatible)
  892.  
  893. Remove the SBPro drivers, _nothing_ other than a SBPro will work with
  894. these drivers.
  895.  
  896. Blow away Multimedia and reinstall, be sure to choose 'None' for audio.
  897.  
  898. > I assume I need the correct driver for this card. It is unclear to me
  899. > whether an os/2 version is available, and if so, where it may be
  900. > found. The AOpen site does not mention it as one having an os/2
  901. > driver.
  902.  
  903. And AD hides it.. Here - </ftp://ftp.analog.com/pub/cpdsound/1815_16_16a/>
  904.  
  905.   p
  906.  
  907. --- WtrGate+ v0.93.p7 sn 165
  908.  * Origin: Usenet: Cloudnet - St. Cloud, MN (320) 240-8243 (1:109/42)
  909.  
  910. +----------------------------------------------------------------------------+
  911.  
  912. From: t_am@gmx.de                                       14-Sep-99 18:19:23
  913.   To: All                                               14-Sep-99 18:43:06
  914. Subj: Re: Which PCI sound card?
  915.  
  916. From: t_am@gmx.de (Timo Maier)
  917.  
  918. Hi Massimo!
  919.  
  920. >> I don't know what they mean with "a later date", but I think it won't take
  921. >>too long.
  922. >They fixed that some months ago with the new release...
  923. I got ftp://ftp.cirrus.com/pub/drivers/audio/cwos2303.zip
  924. the newest file in this archive are dated 15.04.1999
  925.  
  926. Can you tell me where I can get the latest drivers?
  927.  
  928. TAM
  929. -- 
  930. OS/2 Warp4, Ducati 750SS '92
  931. http://www.privat.toplink.de/homepages/thunder
  932. Remove "_" for eMail reply
  933.  
  934. --- WtrGate+ v0.93.p7 sn 165
  935.  * Origin: Usenet: Freiburg/Germany (1:109/42)
  936.  
  937. +----------------------------------------------------------------------------+
  938.  
  939. From: ysme@bellglobal.com                               15-Sep-99 10:09:15
  940.   To: All                                               15-Sep-99 11:00:22
  941. Subj: Re: Drivers for ESS Technology Canyon3D?
  942.  
  943. From: ysme@bellglobal.com
  944.  
  945. In <37d8944d.170973290@news-server.austin.rr.com>,
  946. rjerant@no_spam,austin.rr.com (Rich Jerant) writes:
  947. >On 9 Sep 1999 17:52:08 GMT, doug.bissett"at"ibm.net (Doug Bissett)
  948. >wrote:
  949. >
  950. >>On Thu, 9 Sep 1999 04:09:00, rjerant@no_spam,austin.rr.com (Rich 
  951. >>Jerant) wrote:
  952. >>
  953. >>> No unfortunatly none of our Canyon 3D customers  have expressed
  954. >>> interest OS/2 drivers. Which is really too bad because the DMX card is
  955. >>> really nice. I wrote the Win 95/98 driver and was very impressed by
  956. >>> it.
  957. >>> Rich   
  958. >>> 
  959. >>
  960. >>Now, here is a self defeating attitude.
  961. >Why is that self defeating? This is a buisness, we sell pci audio
  962. >devices to other companies who put them on pc motherboards and sound
  963. >cards. We write whatever driver support they ask for.... OS/2
  964. >included. If none of them request OS/2 drivers for a particluar chip
  965. >we don't write them.  Does this make me happy ?? No not at all I would
  966. >MUCH RATHER write OS/2 drivers than Win95/98, NT or WIN 2000 drivers,
  967. >but it's a buisness, I don't do this for religous reasons I do it
  968. >cause they pay me.
  969. >
  970. >> ** Os/2 user's have not shown  an interest in the card because there are no 
  971. OS/2 drivers
  972. >Actually OS/2 drivers for the Canyon3D don't make much sense. The
  973. >Canyon 3D was designed to accelerate direct 3D streams, OS/2 has no
  974. >clue about 3d sound and never will. The DMX card is a great card but
  975. >very expensive, for OS/2 save your money get a $9.00 Solo1 based card
  976. >which has OS/2 drivers.
  977. >..
  978. >> **. On the other hand, OS/2 user's keep on asking (perhaps "begging" is a
  979. better 
  980. >>word) for ANY card that is supported, properly, under OS/2. So far, 
  981. >>cards using the Crystal chip set (Cirrus logic) are winning the race, 
  982. >>because they DO have OS/2 drivers, that DO work, quite well
  983. >Yes I agree Joe Nord has done a teriffic job on Crystal's drivers. But
  984. >ALL of our PCI chips have OS/2 drivers except for M2E and Canyon 3D. 
  985. >    
  986. >>
  987. >>It would be interesting to know just how many Crystal based cards were
  988. >>sold, because of the OS/2 support. 
  989. >And this number would mean what ??
  990. >Let's say that 50 percent of all personal computers that have sound
  991. >and run os/2 have a crystal based audio solution... It's stilll a very
  992. >small percentage of the all personal computers that have sound. The
  993. >sad fact is that OS/2 just doesn't have enough market share to justify
  994. >the resource required to support it. 
  995. >>
  996. >>I, personally, have bought 4 of them (not just for OS/2 systems 
  997. >>either), and will continue to buy them, as long as they have the best 
  998. >>OS/2 support (they work very well in the "other" op systems as well). 
  999. >>When someone comes up with something better, I will buy that product.
  1000. >And as a American I support your freedom of choice. But if you are
  1001. >looking for someone to whine at because the best PC Operating System
  1002. >is dying a slow and painful death, go whine at IBM. It is their fault
  1003. >nobody cares about OS/2  not mine.....
  1004. >
  1005. >Rich  
  1006. >
  1007. >
  1008. >
  1009.  
  1010. Yamaha Axra 3DSound is a low cost 16 bit full duplex PnP card, that comes with
  1011.  OS/2 drivers, and is found by OS/2 install, and has the install load OC3 (I
  1012. think) 
  1013. drivers from the CD-ROM set.  Oh, I payed just under $15.00 Canadain for the
  1014. card.
  1015.  
  1016. The card has the I-Phone Connector, and supports MPU-401, with up to 48KHz 
  1017. Sampling Rate..  Diagnostics ids it as a Crystal chip set.
  1018.  
  1019. RMView /da (I think) finds the card, shows the settings, for you to configure 
  1020. into the software.
  1021.  
  1022. But, the settings for me don't save.  I've not yet used the CD-ROM that came
  1023. with the
  1024. card.  I guess thats the next step.
  1025.  
  1026.  
  1027.  
  1028. --- WtrGate+ v0.93.p7 sn 165
  1029.  * Origin: Usenet: HARNESS tjhe ABILITY dial up BBS 1-416-604-1221 (1:109/42)
  1030.  
  1031. +----------------------------------------------------------------------------+
  1032.  
  1033. From: cfrank@rumms.uni-mannheim.de                      15-Sep-99 17:30:19
  1034.   To: All                                               15-Sep-99 15:44:15
  1035. Subj: Re: SB live and OS/2
  1036.  
  1037. From: cfrank@rumms.uni-mannheim.de (Carsten Frank)
  1038.  
  1039. On Wed, 15 Sep 1999 02:53:52, "zeppelin@gte.net" <zeppelin@gte.net> 
  1040. wrote:
  1041.  
  1042. > I recall somewhere reading that IBM was preparing OS/2 drivers for the
  1043. > PCI based SoundBlaster Live card as a result of "overwealming" interest
  1044. > from user surveys. Any body know the official status of this??
  1045. > --
  1046. > "Windows N.T."  ........OS/2 for the masses?
  1047.  
  1048. This would be perfect. I hope this rumours will be true.
  1049.  
  1050. Ciao
  1051.  
  1052. --- WtrGate+ v0.93.p7 sn 165
  1053.  * Origin: Origin Line 1 Goes Here (1:109/42)
  1054.  
  1055. +----------------------------------------------------------------------------+
  1056.  
  1057. From: jejs@verinet.com                                  15-Sep-99 16:02:05
  1058.   To: All                                               15-Sep-99 21:36:07
  1059. Subj: Re: SB live and OS/2
  1060.  
  1061. From: "John E. Jones" <jejs@verinet.com>
  1062.  
  1063. Has anyone got a fix for this now?
  1064.  
  1065. John
  1066.  
  1067. <zeppelin@gte.net> wrote in message news:37DF0A72.A9FB1DE9@gte.net...
  1068. > I recall somewhere reading that IBM was preparing OS/2 drivers for the
  1069. > PCI based SoundBlaster Live card as a result of "overwealming" interest
  1070. > from user surveys. Any body know the official status of this??
  1071. > --
  1072. > "Windows N.T."  ........OS/2 for the masses?
  1073. >
  1074. >
  1075.  
  1076.  
  1077. --- WtrGate+ v0.93.p7 sn 165
  1078.  * Origin: Usenet: Verinet Communications, Inc. (970/224-5551) (1:109/42)
  1079.  
  1080. +----------------------------------------------------------------------------+
  1081.  
  1082. From: DLaRue@NetSRQ.Com                                 15-Sep-99 22:01:23
  1083.   To: All                                               15-Sep-99 21:36:07
  1084. Subj: Re: DCITU and Canon..
  1085.  
  1086. From: DLaRue@NetSRQ.Com (David LaRue)
  1087.  
  1088.   Hello Wassimo,
  1089.  
  1090.   I don't see any Canon cameras listed in last nights DCITU load.  Perhaps you
  1091. should contact the author, Stephane Charette, at charette@writeme.com. 
  1092. Support
  1093. can come pretty quickly if the Canon protocols are documented.
  1094.   
  1095.   Good luck,
  1096.  
  1097.   David LaRue
  1098.  
  1099. In <idHHM8QJdnVy-pn2-oUJf359q6ZcY@localhost>, maxwarpyyy@xxxquasarbbs.com
  1100. (Massimo) writes:
  1101. >Does or when DCITU will support Canon digital cameras?
  1102. >
  1103. >See you.
  1104. >
  1105. >Massimo S.
  1106. >  IBM OS/2 Warp 4
  1107. >  Certified Engineer
  1108. >  Sys Admin/Web Master
  1109. >--------------------------
  1110. > http://www.dinosoft.it
  1111. > http://www.itline.it/os2
  1112. > http://www.quasarbbs.com
  1113. >Efnet #Os2ita irc.telia.no
  1114. >--------------------------
  1115.  
  1116. --- WtrGate+ v0.93.p7 sn 165
  1117.  * Origin: Usenet: Intelligence Network Online, Inc. (1:109/42)
  1118.  
  1119. +----------------------------------------------------------------------------+
  1120.  
  1121. From: rmcder@nospam.banet.net                           16-Sep-99 02:15:27
  1122.   To: All                                               16-Sep-99 04:30:09
  1123. Subj: Re: SB live and OS/2
  1124.  
  1125. From: rmcder@nospam.banet.net (Ron McDermott)
  1126.  
  1127. On Wed, 15 Sep 1999 17:30:39, cfrank@rumms.uni-mannheim.de (Carsten 
  1128. Frank) wrote:
  1129.  
  1130. > On Wed, 15 Sep 1999 02:53:52, "zeppelin@gte.net" <zeppelin@gte.net> 
  1131. > wrote:
  1132. > > I recall somewhere reading that IBM was preparing OS/2 drivers for the
  1133. > > PCI based SoundBlaster Live card as a result of "overwealming" interest
  1134. > > from user surveys. Any body know the official status of this??
  1135. > > --
  1136. > This would be perfect. I hope this rumours will be true.
  1137.  
  1138. Except that a number of motherboards have problems with it (static).  
  1139. Seems to be a motherboard problem more than a SB problem, but if 
  1140. you're not getting good sound it really doesn't matter who's "at 
  1141. fault"!
  1142.  
  1143. --- WtrGate+ v0.93.p7 sn 165
  1144.  * Origin: Usenet: Global Network Services - Remote Access Mail & Ne
  1145. (1:109/42)
  1146.  
  1147. +----------------------------------------------------------------------------+
  1148.  
  1149. From: loo01@ibm.net                                     15-Sep-99 21:18:29
  1150.   To: All                                               16-Sep-99 21:19:10
  1151. Subj: Re: Which photography applications work well with OS/2 for postprocessi
  1152.  
  1153. From: Joseph Loo <loo01@ibm.net>
  1154.  
  1155. Try gimp. My understanding it is suppose to be comparable to adobe 
  1156. photoshop or colorworks.
  1157. http://www.netlabs.org/gimp/
  1158. On Wed, 01 Sep 1999 20:55:38 GMT, whkleinw@ccmaui.com wrote:
  1159.  
  1160. >I just got a digital camera today and now I have to find a good
  1161. >application to postprocess my photographs (PhotoShop, etc.).
  1162. >Which applications will run under OS/2?  How do they run (OS/2
  1163. >application, DOS application, Win3.1 Application)?
  1164. >
  1165.  
  1166. Joseph Loo
  1167. jloo@acm.org
  1168.  
  1169.  
  1170. --- WtrGate+ v0.93.p7 sn 165
  1171.  * Origin: Usenet: Global Network Services - Remote Access Mail & Ne
  1172. (1:109/42)
  1173.  
  1174. +----------------------------------------------------------------------------+
  1175.  
  1176. From: rjerant@no_spam,austin.rr.com                     16-Sep-99 05:41:20
  1177.   To: All                                               16-Sep-99 21:19:10
  1178. Subj: Re: SB live and OS/2
  1179.  
  1180. From: rjerant@no_spam,austin.rr.com (Rich Jerant)
  1181.  
  1182. On Wed, 15 Sep 1999 02:53:52 GMT, "zeppelin@gte.net"
  1183. <zeppelin@gte.net> wrote:
  1184.  
  1185. >I recall somewhere reading that IBM was preparing OS/2 drivers for the
  1186. >PCI based SoundBlaster Live card as a result of "overwealming" interest
  1187. >from user surveys. Any body know the official status of this??
  1188. >--
  1189. This is good... there is very LITTLE chance of this happening. There
  1190. are NO, NONE , ZERO audio people left on the OS/2 development team.
  1191. Which means they will have to pay a outsider to do this work. And
  1192. outsiders that are capeable of doing audio drivers do not work cheap.
  1193. Unless a major customer pressures them or the IBM PC company starts
  1194. using SB live cards (and you can forget that one also) in some of
  1195. their products it just won't happen. 
  1196.  
  1197. Rich 
  1198.  
  1199. --- WtrGate+ v0.93.p7 sn 165
  1200.  * Origin: Origin Line 1 Goes Here (1:109/42)
  1201.  
  1202. +----------------------------------------------------------------------------+
  1203.  
  1204. From: rjerant@no_spam,austin.rr.com                     16-Sep-99 05:45:19
  1205.   To: All                                               16-Sep-99 21:19:10
  1206. Subj: Re: Ensoniq ES1371 Driver
  1207.  
  1208. From: rjerant@no_spam,austin.rr.com (Rich Jerant)
  1209.  
  1210. On Wed, 15 Sep 1999 10:13:18 GMT, ysme@bellglobal.com wrote:
  1211.  
  1212. >
  1213. >>Short of rearranging the cards in my system, any suggestions?  Does
  1214. >>anyone know if OS/2 Warp 4 is capable to detecting and using IRQ sharing
  1215. >>devices?
  1216. It's not a question of OS/2 being able to share irqs between devices.
  1217. It's  a matter of whether the device drivers for all the devices on
  1218. the irq are capable of sharing.
  1219.  
  1220. --- WtrGate+ v0.93.p7 sn 165
  1221.  * Origin: Origin Line 1 Goes Here (1:109/42)
  1222.  
  1223. +----------------------------------------------------------------------------+
  1224.  
  1225. From: rjerant@no_spam,austin.rr.com                     16-Sep-99 05:32:21
  1226.   To: All                                               16-Sep-99 21:19:10
  1227. Subj: Re: Which PCI sound card?
  1228.  
  1229. From: rjerant@no_spam,austin.rr.com (Rich Jerant)
  1230.  
  1231. On Tue, 14 Sep 1999 08:41:41 -0400, raphaelt@netnews.worldnet.att.net
  1232. (Raphael Tennenbaum) wrote:
  1233.  
  1234.  
  1235. >At the moment I'm booting with my old ESS drivers remmed out
  1236. >in config.sys.  Can I simply erase these, boot with the
  1237. >soundcard installed, and install the drivers?  Other general
  1238. >suggestions appreciated.
  1239. Well no it's not quite that easy... but it's not that hard either
  1240.  
  1241. erase the references to the ess driver from the config.sys.
  1242.  
  1243. boot to an OS/2 command prompt and tedit the mmpm2.ini
  1244. (C:\MMOS2\MMPM2.INI)
  1245. Make sure to boot to an OS/2 prompt befire you edit this file !
  1246.  
  1247. Page down the [Drivers] section 
  1248. delete the following lines:
  1249. "Waveaudio="
  1250. "Ampmix="
  1251. "Sequencer="
  1252.  
  1253. File the mmpm2.ini and reboot
  1254.  
  1255. After you put the new card in boot OS/2 and go the hardware manager's
  1256. property page. Set the detection level for the boot to full hardware
  1257. detection.  Close the properties and reboot.
  1258.  
  1259. Put the new drivers on any you should be gold.. 
  1260.  
  1261. If you need more detail let me know
  1262.  
  1263. Rich
  1264.  
  1265. --- WtrGate+ v0.93.p7 sn 165
  1266.  * Origin: Origin Line 1 Goes Here (1:109/42)
  1267.  
  1268. +----------------------------------------------------------------------------+
  1269.  
  1270. From: zayne@omen.com.au                                 16-Sep-99 14:02:13
  1271.   To: All                                               16-Sep-99 21:19:11
  1272. Subj: Re: Which PCI sound card?
  1273.  
  1274. From: zayne@omen.com.au (Mooo)
  1275.  
  1276. bhk@dsl.co.uk (Brian {Hamilton Kelly}) wrote:
  1277.  
  1278. >If anyone reading *does* know anything about this particular 4280 board,
  1279. >I'd be interested in hearing about it.
  1280.  
  1281. I use, supply and have had good results with the Pine 4280 based card.
  1282. It uses the latest crystal drivers and allows sound in winos2 as well
  1283. as os/2
  1284.  
  1285. Very nice (and cheap) card.
  1286.  
  1287. Craig
  1288.  
  1289. --- WtrGate+ v0.93.p7 sn 165
  1290.  * Origin: Usenet: Nothing I say is my own opinion (1:109/42)
  1291.  
  1292. +----------------------------------------------------------------------------+
  1293.  
  1294. From: as@sci.fi                                         15-Sep-99 22:05:25
  1295.   To: All                                               16-Sep-99 22:38:01
  1296. Subj: Re: How do I install support for my SB32 PnP?
  1297.  
  1298. From: Anssi Saari <as@sci.fi>
  1299.  
  1300. dboultr@spamfree.erols.com writes:
  1301.  
  1302. > On Mon, 13 Sep 1999 21:42:50, Anssi Saari <as@sci.fi> wrote:
  1303. > > This is what happens: I install MMOS2, with AWE32PnP selected for
  1304. > > soundcard. Result: after reboot WPS won't start, all I get is a popup
  1305. > > complaining that the thing pointed to by set runworkplace couldn't
  1306. > > start blah blah. And a black screen with a functional mouse
  1307. > > cursor.
  1308. > I remember something like this when I converted to Warp 4 a number of 
  1309. > years ago.  It was one setting in the soundblaster line that was 
  1310. > missing and Warp 4 wouldn't install it.  Compare this line and see 
  1311. > what's different from yours.
  1312. > DEVICE=F:\MMOS2\SBAWED2.SYS /C:1 /D:1 /H:5 /I:5 /A:220 /M:330 
  1313. > /N:SBAUD1$ /Q /P /G
  1314.  
  1315. That's what goes into config.sys by default. I had to change the
  1316. address to 240, but it makes no difference whether the driver loads or
  1317. not. Well, I tried to restore files based on minstall.log, but that
  1318. didn't work either... Still the same thing.
  1319.  
  1320. Well, I got it working though. I used Colin Hildinger's fabulous
  1321. installation package. It wouldn't complete the installation until I
  1322. removed the GUS drivers, though. But now it finally works. Too bad the
  1323. SDRAM prices went so high, I probably won't upgrade that soon...
  1324.  
  1325. -- 
  1326. Anssi Saari - as@sci.fi
  1327.  
  1328. --- WtrGate+ v0.93.p7 sn 165
  1329.  * Origin: Usenet: Tampere University of Technology (1:109/42)
  1330.  
  1331. +----------------------------------------------------------------------------+
  1332.  
  1333. From: bhk@dsl.co.uk                                     17-Sep-99 00:52:12
  1334.   To: All                                               17-Sep-99 03:55:00
  1335. Subj: Re: Which PCI sound card?
  1336.  
  1337. From: bhk@dsl.co.uk (Brian {Hamilton Kelly})
  1338.  
  1339. On Thursday, in article <37e0f513.685134@news.omen.net.au>
  1340.      zayne@omen.com.au "Mooo" wrote:
  1341.  
  1342. > bhk@dsl.co.uk (Brian {Hamilton Kelly}) wrote:
  1343. > >If anyone reading *does* know anything about this particular 4280 board,
  1344. > >I'd be interested in hearing about it.
  1345. > I use, supply and have had good results with the Pine 4280 based card.
  1346. > It uses the latest crystal drivers and allows sound in winos2 as well
  1347. > as os/2
  1348.  
  1349. Phew!  Thank goodness for that :-)
  1350.  
  1351. Just for total clarity, are these "latest drivers" those in cwos2303.zip?
  1352.  
  1353. > Very nice (and cheap) card.
  1354.  
  1355. That's what I thought, for GBP12.50
  1356.  
  1357. -- 
  1358. Brian {Hamilton Kelly}                                         bhk@dsl.co.uk
  1359.     "But we're a university.  We /have/ to have a library!..."said Ridcully,
  1360.          "What sort of people would we be if we didn't go into the library?"
  1361.     "Students", said the Senior Wrangler, morosely. [TP: The Last Continent]
  1362.  
  1363. --- WtrGate+ v0.93.p7 sn 165
  1364.  * Origin: Usenet: Dragonhill Systems Ltd (1:109/42)
  1365.  
  1366. +----------------------------------------------------------------------------+
  1367.  
  1368. From: esko.kauppinen@ibm.net                            16-Sep-99 21:42:14
  1369.   To: All                                               17-Sep-99 03:55:00
  1370. Subj: Re: How to locate WINOS2 sound error?
  1371.  
  1372. From: "Esko Kauppinen" <esko.kauppinen@ibm.net>
  1373.  
  1374. On Sun, 12 Sep 1999 19:23:12 +0200, Mat Nieuwenhoven wrote:
  1375.  
  1376. >Hi,
  1377. >
  1378. >after installing an ESS1688P sound card using the drivers from the ddpak
  1379. >online (os21688.zip), The OS/2 side works fine, but the WINOS2 sounds
  1380. >don't work. I get a small msg box when starting winos2, titled 'audio'
  1381. >but otherwise empy. I presume an error message is supposed to show
  1382. >there. Is there a way of logging the error msg somewhere, or make it
  1383. >visible in any other way?
  1384. >Apart from that, is there a know error with the installation routines
  1385. >for the ESS drivers that could cause this? he machine is running Warp4
  1386. >FP10 .
  1387. >
  1388. >Thanks, Mat Nieuwenhoven
  1389.  
  1390. Can't tell about the logging but I also have not been able to get the
  1391. ESS1688 drivers to work on the WinOS side.
  1392.  
  1393. I can get sound from WinOS by using the Sound Blaster drivers but
  1394. they are a bit unreliable.
  1395.  
  1396. Esko
  1397.  
  1398.  
  1399. --- WtrGate+ v0.93.p7 sn 165
  1400.  * Origin: Usenet: Global Network Services - Remote Access Mail & Ne
  1401. (1:109/42)
  1402.  
  1403. +----------------------------------------------------------------------------+
  1404.  
  1405. From: PQueeg@ddscaine.org                               17-Sep-99 12:35:25
  1406.   To: All                                               17-Sep-99 20:04:19
  1407. Subj: Re: Which PCI sound card?
  1408.  
  1409. From: Capn Queeg <PQueeg@ddscaine.org>
  1410.  
  1411. Does anybody have any experience with the Addonics PCI Awesome?
  1412. They claim it comes with OS/2 drivers.
  1413.  
  1414. http://www.addonics.com/product/awepci.htm
  1415.  
  1416. On Thu, 16 Sep 1999 11:38:29 -0400, "David T. Johnson"
  1417. <djohnson@isomedia.com> wrote:
  1418.  
  1419. >
  1420. >
  1421. >Raphael Tennenbaum wrote:
  1422. >> 
  1423. >> Since my sound card blew up, I'm in the market.
  1424. >
  1425. >I have found the Aureal A3D Vortex 1 card to be very nice for OS/2
  1426. >sound.  Digital recording MP3 sound are the best I have heard.  The only
  1427. >drawback is that there is no Win-OS2 sound.  I don't use Win-OS2 so this
  1428. >isn't a problem.  I have found four Aureal 8820-based cards. All are
  1429. >available retail at CompUSA so I have also listed the CompUSA SKU# and
  1430. >the retail price. 
  1431. >
  1432.  
  1433. --- WtrGate+ v0.93.p7 sn 165
  1434.  * Origin: Usenet: Paranioa (1:109/42)
  1435.  
  1436. +----------------------------------------------------------------------------+
  1437.  
  1438. +============================================================================+
  1439.