Re: [Ql-Users] SMSQ/E 3.33

2018-04-30 Thread Dave Park via Ql-Users
Maybe it's time to have an SMSQ functionality to check for and download
SMSQ updates on request, or automatically if the user permits it?

Dave

On Mon, Apr 30, 2018 at 1:38 PM, Wolfgang Lenerz via Ql-Users <
ql-users@lists.q-v-d.com> wrote:

> Hi,
>
> I just re-upped the binary file.
>
> Wolfgang
> ___
> QL-Users Mailing List
>



-- 
Dave Park
d...@sinclairql.com
___
QL-Users Mailing List


Re: [Ql-Users] SMSQ/E 3.33

2018-04-30 Thread Wolfgang Lenerz via Ql-Users

Hi,

I just re-upped the binary file.

Wolfgang
___
QL-Users Mailing List


Re: [Ql-Users] SMSQ/E 3.33

2018-04-30 Thread Giorgio Garabello via Ql-Users
many thanks!


Mail
priva di virus. www.avg.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

2018-04-30 17:39 GMT+02:00 Wolf via Ql-Users :

> Hi Giorgio,
>
> From the sources
>
> ; Network I/O function-vector initialisation  V0.12018  Marcel Kilgus
> ;
> ; This is used to split the physical I/O routines, which need to be in ROM
> ; (because that has different timing from RAM), from the eneric
> driver/server
> ; code, which is too big to fit into the new TK2 ROM.
>
>
> Wolfgang
>
>
> On 30/04/2018 08:08, Giorgio Garabello via Ql-Users wrote:
>
>> Good work! Thanks so much.
>> I'm very curious, what are the improvements to the network?
>>
>> Giorgio
>>
>> Il dom 29 apr 2018, 11:41 Wolf via Ql-Users  ha
>> scritto:
>>
>> Hi all,
>>>
>>> SMSQ/E 3.33 is out, get it as usual from
>>> www.wlenerz.com/smsqe
>>>
>>> What's new in this version :
>>>
>>> Final bugfix for LRESPR in procedures (means everybody should upgrade)
>>> Better QL networking.
>>> Gold card is configured not to use ABC keyboard.
>>> Improvements in standard QL EE.
>>> Q68 & SMSQmulator better  handling.
>>>
>>> The sources for the stand-alone TK II are included in the SMSQ/E sources.
>>> Moreover, whilst they aren't really part of SMSQE, the new QL-SD drivers
>>> are built on the basis of the SMSQ/E "dv3" driver acihtecture, so their
>>> sources are also included in the SMSQ/E sources (remember, the compiled
>>> drivers are at wlenerz.com/qlsd).
>>>
>>> If you have a Qx0 machine and access to an EPROM burner, this may be of
>>> interest to you : The Qx0 may now have a compressed SMSQ/E so newer
>>> versions thereof fit in the standard EPROMs. There is a certain process
>>> involved in making these EPROMs - but it is clealy described in the
>>> "smsq_q40_boot_doc" or "smsq_q40_boot_txt" files in the SMSQ/E sources.
>>>
>>> Finally, Q68 has better handling of some slower SDHC cards. Also, and
>>> that is an officially unofficial and undocumented feature, the Q68 may
>>> also be able to read most older SD (not SDHC) cards. However, make sure
>>> that this actually works with your cards before using them in earnest.
>>> Offficially, the Q68 still only supports SDHC cards.
>>>
>>> Have fun!
>>> ___
>>> QL-Users Mailing List
>>>
>>> ___
>> QL-Users Mailing List
>>
>>
>> ___
> QL-Users Mailing List
>
___
QL-Users Mailing List


Re: [Ql-Users] SMSQ/E 3.33

2018-04-30 Thread Peter Graf via Ql-Users
Hi,

> But there are some confusing aspects about the Q68 files.
> Both count 350.000 bytes, one .SYS and one .WIN.
> When Viewed they look the same. Should the .WIN not be a valid QLWA file  
> containing the .sys?

Both are wrong and can not be used by the Q68 Loader without changes.

There should only be the .WIN Container and it should be 1 MB in size.
(The .SYS File should be *inside* that container.)

Peter
___
QL-Users Mailing List

Re: [Ql-Users] Probleme mit smsq_q40_boot_make_bas

2018-04-30 Thread Wolf via Ql-Users

Dqrnit, I fell into the same trap.

Sorry!

Wolfgang

On 30/04/2018 17:31, Wolf via Ql-Users wrote:

Hallo peter,



1. smsq_q40_boot_make_bas führt menuconfig nicht sichtbar aus, ziemlich
verwirrend, da man nicht weiss ob und woher er die Konfiguration dann 
nimmt.




ja genauso wie in ..._doc oder ..._txt beschrieben und erklärt, aus 
Deinen vorherigen Configs (menuconfig_inf).



2. Zeile 760 gibt ein "not found", weil komischerweise ofile$ seinen
Wert verloren hat.


Was? Ich habe es hier mehrmals extra ausgeführt, werde es überprüen!



Könnte man gzip, menu_rext und menuconfig nicht in das WIN File legen?


Muss mal sehen, die haben ja eigenlich nichts mit SMSQE zu tun, nicht 
mal in so einem entfernten Sinn wie QL-SD und TK2.


LG

Wolfgang
___
QL-Users Mailing List

___
QL-Users Mailing List

Re: [Ql-Users] SMSQ/E 3.33

2018-04-30 Thread Derek via Ql-Users
Hi Bob,
The Q68 system files Q68_SMSQ.WIN or Q68_SMSQ.SYS have to be located on FAT32 
partition.
The FAT device is used to access a FAT16 partition. Used to interchange data 
from Q68 and other PC or MAC computers.
Any updated Q68_SMS.WIN file must be located in the first 16 entries in the 
FAT32 file system.
You can see the file entries by using the CARD_DIR$ function.
To see the FAT32 entries on Card 1 use:
PRINT CARD_DIR$(1)
The safest way to update SMSQ/E on a Q68 is to copy the Q68_SMSQ.WIN file to a 
separate SD Card and insert this into Q68 SD Card Slot 2.
Power on Q68, with working SD Card. The current SMSQ/E WIN file is defined at 
WIN8_ by default.
You have to initialise Sd Card 2 and mount the new updates WIN file that can be 
done by:
CARD_INIT 2WIN_DRIVE 7,2,"Q68_SMSQ.WIN"WCOPY WIN7_ , WIN8_
If you only want the Q68_SMSQ.SYS file to start the Q68. Then the updated file 
has to be placed on the SD Card with Windows/Linux/Mac.
Please refer to the SMSQ/E manual with regards fragmentation of the SD Card 
FAT32 file system.
RegardsDerek
 Original message From: Bob Spelten via Ql-Users 
 Date: 30/04/2018  15:10  (GMT+00:00) To: 
ql-us...@q-v-d.com Cc: Bob Spelten  Subject: Re: [Ql-Users] 
SMSQ/E 3.33 
Op Sun, 29 Apr 2018 11:40:57 +0200 schreef Wolf via Ql-Users  
:

> Hi all,
>
> SMSQ/E 3.33 is out, get it as usual from
> www.wlenerz.com/smsqe
>
Thanks Wolfgang for the update.
But there are some confusing aspects about the Q68 files.
Both count 350.000 bytes, one .SYS and one .WIN.
When Viewed they look the same. Should the .WIN not be a valid QLWA file  
containing the .sys?

I've copied the .sys to the existing Q68_SMSQ.WIN on my SD using QPC2,  
replacing the previous SMSQ. The existing BOOT was used to start the Q68.
The boot file now gave an error on FAT_DRIVE 'unknown procedure'.
Looking at the list of commands with HyperHelp showed no FAT_ keywords  
were found.

Bob

-- 
The BSJR QL software site at: "http://members.upc.nl/b.spelten/ql/";

---
Deze e-mail is gecontroleerd op virussen door AVG.
http://www.avg.com

___
QL-Users Mailing List
___
QL-Users Mailing List

Re: [Ql-Users] SMSQ/E 3.33

2018-04-30 Thread Wolf via Ql-Users

Hi Giorgio,

From the sources

; Network I/O function-vector initialisation  V0.1   2018  Marcel Kilgus
;
; This is used to split the physical I/O routines, which need to be in ROM
; (because that has different timing from RAM), from the eneric 
driver/server

; code, which is too big to fit into the new TK2 ROM.


Wolfgang

On 30/04/2018 08:08, Giorgio Garabello via Ql-Users wrote:

Good work! Thanks so much.
I'm very curious, what are the improvements to the network?

Giorgio

Il dom 29 apr 2018, 11:41 Wolf via Ql-Users  ha
scritto:


Hi all,

SMSQ/E 3.33 is out, get it as usual from
www.wlenerz.com/smsqe

What's new in this version :

Final bugfix for LRESPR in procedures (means everybody should upgrade)
Better QL networking.
Gold card is configured not to use ABC keyboard.
Improvements in standard QL EE.
Q68 & SMSQmulator better  handling.

The sources for the stand-alone TK II are included in the SMSQ/E sources.
Moreover, whilst they aren't really part of SMSQE, the new QL-SD drivers
are built on the basis of the SMSQ/E "dv3" driver acihtecture, so their
sources are also included in the SMSQ/E sources (remember, the compiled
drivers are at wlenerz.com/qlsd).

If you have a Qx0 machine and access to an EPROM burner, this may be of
interest to you : The Qx0 may now have a compressed SMSQ/E so newer
versions thereof fit in the standard EPROMs. There is a certain process
involved in making these EPROMs - but it is clealy described in the
"smsq_q40_boot_doc" or "smsq_q40_boot_txt" files in the SMSQ/E sources.

Finally, Q68 has better handling of some slower SDHC cards. Also, and
that is an officially unofficial and undocumented feature, the Q68 may
also be able to read most older SD (not SDHC) cards. However, make sure
that this actually works with your cards before using them in earnest.
Offficially, the Q68 still only supports SDHC cards.

Have fun!
___
QL-Users Mailing List


___
QL-Users Mailing List



___
QL-Users Mailing List


Re: [Ql-Users] Probleme mit smsq_q40_boot_make_bas

2018-04-30 Thread Wolf via Ql-Users

Hallo peter,



1. smsq_q40_boot_make_bas führt menuconfig nicht sichtbar aus, ziemlich
verwirrend, da man nicht weiss ob und woher er die Konfiguration dann nimmt.



ja genauso wie in ..._doc oder ..._txt beschrieben und erklärt, aus 
Deinen vorherigen Configs (menuconfig_inf).



2. Zeile 760 gibt ein "not found", weil komischerweise ofile$ seinen
Wert verloren hat.


Was? Ich habe es hier mehrmals extra ausgeführt, werde es überprüen!



Könnte man gzip, menu_rext und menuconfig nicht in das WIN File legen?


Muss mal sehen, die haben ja eigenlich nichts mit SMSQE zu tun, nicht 
mal in so einem entfernten Sinn wie QL-SD und TK2.


LG

Wolfgang
___
QL-Users Mailing List

Re: [Ql-Users] Sad news, sad news and more sad news

2018-04-30 Thread Alexandre Souza via Ql-Users
A big THANKS in name of all brazilian users too :) Hope everything goes
well in your life! :)


2018-04-30 7:01 GMT-03:00 François Van Emelen via Ql-Users <
ql-users@lists.q-v-d.com>:

> Op 27/04/2018 om 10:23 schreef Jochen Merz via Ql-Users:
>
> Hello to Everybody on the list,
>>
>> I don't know why, but it seems I dropped out of the list end of January.
>>
>> Which means, I missed some of the sad news (like Sjef's death) :-(
>>
>> My wife and I suffered from one of worst flu's we remember for about 2
>> months in total, so I did not notice that there were no news ...
>>
>> I had the chance to speak to Stuart Honeyball on the phone a few days
>> before he died, thanks to his wife Karin, which has been a very sad call.
>> What a great person he was! I hope I will find the time to go through my
>> memories and write something ...
>>
>> EU-GDRP compliance ... made me stop all my QL activies and shutting down
>> all the websites.
>> I will display a "thank you for the great times we had" until 24th of
>> May, then delete everything completely.
>> The rules and information requiries forced by the EU are just too silly
>> and the fines are too high.
>> Even websites which show information only require detailed data
>> protection rules.
>>
>> I have already spoken to Marcel ... I will forward him sources and
>> manuals when I find the time.
>>
>> We have had bad news here either, the most recent being that last week my
>> wife's father died suddenly and her mother cannot stay at home alone,
>> actually cannot be left alone. I do not want to go into detail, but we're
>> looking forward to many many problems.
>>
>> Anyway, I just wanted to report that my software will not be lost ... but
>> I definitely need time to sort things.
>>
>> Best regardsJochen
>>
>> ___
>> QL-Users Mailing List
>>
>
> Hi Jochen,
>
> Sad news indeed. Condolences for your wife's father.
>
> Now that you seem to leave the QL, it is time for me to thank you not only
> for the software but also for the excellent service and help you have
> provided all those years!
>
> Kind regards,
>
> François Van Emelen
>
>
>
> ___
> QL-Users Mailing List
___
QL-Users Mailing List

Re: [Ql-Users] SMSQ/E 3.33

2018-04-30 Thread Bob Spelten via Ql-Users
Op Sun, 29 Apr 2018 11:40:57 +0200 schreef Wolf via Ql-Users  
:



Hi all,

SMSQ/E 3.33 is out, get it as usual from
www.wlenerz.com/smsqe


Thanks Wolfgang for the update.
But there are some confusing aspects about the Q68 files.
Both count 350.000 bytes, one .SYS and one .WIN.
When Viewed they look the same. Should the .WIN not be a valid QLWA file  
containing the .sys?


I've copied the .sys to the existing Q68_SMSQ.WIN on my SD using QPC2,  
replacing the previous SMSQ. The existing BOOT was used to start the Q68.

The boot file now gave an error on FAT_DRIVE 'unknown procedure'.
Looking at the list of commands with HyperHelp showed no FAT_ keywords  
were found.


Bob

--
The BSJR QL software site at: "http://members.upc.nl/b.spelten/ql/";

---
Deze e-mail is gecontroleerd op virussen door AVG.
http://www.avg.com

___
QL-Users Mailing List


Re: [Ql-Users] Probleme mit smsq_q40_boot_make_bas

2018-04-30 Thread Peter Graf via Ql-Users
Sorry that message was supposed to be private.
___
QL-Users Mailing List


[Ql-Users] Probleme mit smsq_q40_boot_make_bas

2018-04-30 Thread Peter Graf via Ql-Users
Hi Wolfgang,

ich benutze das .WIN Archiv der SMSQ/E Sourcen.

1. smsq_q40_boot_make_bas führt menuconfig nicht sichtbar aus, ziemlich
verwirrend, da man nicht weiss ob und woher er die Konfiguration dann nimmt.

2. Zeile 760 gibt ein "not found", weil komischerweise ofile$ seinen
Wert verloren hat.

Könnte man gzip, menu_rext und menuconfig nicht in das WIN File legen?

LG Peter
___
QL-Users Mailing List

Re: [Ql-Users] Sad news, sad news and more sad news

2018-04-30 Thread François Van Emelen via Ql-Users

Op 27/04/2018 om 10:23 schreef Jochen Merz via Ql-Users:

Hello to Everybody on the list,

I don't know why, but it seems I dropped out of the list end of January.

Which means, I missed some of the sad news (like Sjef's death) :-(

My wife and I suffered from one of worst flu's we remember for about 2 
months in total, so I did not notice that there were no news ...


I had the chance to speak to Stuart Honeyball on the phone a few days 
before he died, thanks to his wife Karin, which has been a very sad 
call. What a great person he was! I hope I will find the time to go 
through my memories and write something ...


EU-GDRP compliance ... made me stop all my QL activies and shutting 
down all the websites.
I will display a "thank you for the great times we had" until 24th of 
May, then delete everything completely.
The rules and information requiries forced by the EU are just too 
silly and the fines are too high.
Even websites which show information only require detailed data 
protection rules.


I have already spoken to Marcel ... I will forward him sources and 
manuals when I find the time.


We have had bad news here either, the most recent being that last week 
my wife's father died suddenly and her mother cannot stay at home 
alone, actually cannot be left alone. I do not want to go into detail, 
but we're looking forward to many many problems.


Anyway, I just wanted to report that my software will not be lost ... 
but I definitely need time to sort things.


Best regards    Jochen

___
QL-Users Mailing List


Hi Jochen,

Sad news indeed. Condolences for your wife's father.

Now that you seem to leave the QL, it is time for me to thank you not 
only for the software but also for the excellent service and help you 
have provided all those years!


Kind regards,

François Van Emelen



___
QL-Users Mailing List