Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
102 user(s) are online (62 user(s) are browsing Forums)

Members: 1
Guests: 101

MartinW, more...

Headlines

 
  Register To Post  

« 1 ... 4 5 6 (7) 8 9 10 ... 16 »
Re: USB Printers & OS4.1 on Samflex
Just can't stay away
Just can't stay away


See User information
@Hans
Quote:

Are these requesters generated by Pagestream? Or the OS? Regardless, I suggest that you send a bug report to the author of Pagestream. There's no reason for Pagestream to be touching the printer device until you hit the print button.

IMHO, it's correct behaviour for the usbprinter.device to indicate that the printer is unavailable when any attempt is made to open or use a printer that's off or not connected.

Good to hear that you're making progress with the driver.


It's not a PageStream problem. All my wordprocessors have the same effect. Wordprocessing type programs frequently read the current printer prefs through the printer.device when they start or when a print setup window is opened. Those settings are presented to the user so that they can be altered by the user within the wordprocessing program instead of opening the system printer prefs program. Amiga word processors have always done this and it is documented in the developer kits. Simply requesting the printer prefs from the printer.device should not cause an access of the printer and the resulting requesters. It doesn't happen if the port device is set to parallel or serial and doesn't happen with previous usbprinter.device. I've used Amiga computers for over 20 years and never had to have a printer turned on just to start a word processor or desktop publishing program without responding to a lot of requesters.

The problem is, however, compounded by the fact that several PageStream modules access the printer.device to obtain the prefs settings. Several requesters are displayed as a result. The problem is further compounded by the new Ringhio server (I think). Before a system requester is displayed, a small white box appears on the PageStream screen with a USB warning. Then the WorkBench screen is brought to the front and a system requester appears. When you cancel the requester, the PageStream screen returns to the front and another little white block with a USB warning appears on the PageStream screen. That process repeats until all the requesters are cancelled. It's a really ugly process.

The little white message boxes with warning messages, which I think are produced by Ringhio are visually out of place and violate the Amiga StyleGuide for user interaction. Requesters are supposed to be standardized system wide so as not to confuse the user and maintain some consistancy in the way the system works. It looks and acts like a system hack to me. I'm just hoping I can disable it without harming any other part of the system.

Go to top
Re: USB Printers & OS4.1 on Samflex
Home away from home
Home away from home


See User information
@xenic

Quote:

xenic wrote:
@Hans
It's not a PageStream problem. All my wordprocessors have the same effect.


Okay, that's different. You originally only talked about only page-stream, not that it happened in other programs too. I hadn't thought about the fact that word processors read in the printer config.

If it breaks a lot of programs, then it's worth changing the behaviour, but to something that still lets you know if the printer isn't available when appropriate. User feedback is a good thing.

Quote:
The little white message boxes with warning messages, which I think are produced by Ringhio are visually out of place and violate the Amiga StyleGuide for user interaction. Requesters are supposed to be standardized system wide so as not to confuse the user and maintain some consistancy in the way the system works. It looks and acts like a system hack to me. I'm just hoping I can disable it without harming any other part of the system.


I don't think that they're visually out of place (although having greater customisability would be nice), or that they confuse anyone. Notifications perform one duty, they notify the user of something. As such, having to click "okay" is redundant and annoying.

FYI, it's not a system hack; it's well integrated.

Go ahead and disable Ringhio if you wish (have a look in sys:prefs/Notifications and sys:prefs/WBStartup). Do know that you can expect it to be used for more and more notifications in future.

Hans

EDIT: I should add that the notifications look considerably better if compositing is enabled.

P.S. SYS:Prefs/Notifications allows you to disable notifications on a per-application basis, so you can disable the usbprinter.device's notifications.

http://hdrlab.org.nz/ - Amiga OS 4 projects, programming articles and more.
https://keasigmadelta.com/ - more of my work
Go to top
Re: USB Printers & OS4.1 on Samflex
Not too shy to talk
Not too shy to talk


See User information
Since it can be disabled/enabled per application (the notification system) I can't see how it can cause unwanted trouble. I for one enjoy how tunenet uses ringhio to inform me of the currently played song. And yes, with compositing on, it looks very nice.

Go to top
Re: USB Printers & OS4.1 on Samflex
Home away from home
Home away from home


See User information
@RWO

any news

_______________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top
Re: USB Printers & OS4.1 on Samflex
Home away from home
Home away from home


See User information
bump ..looking forward to finally print something with my Amiga & HP LaserJet 1012 via USB

_______________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top
Re: USB Printers & OS4.1 on Samflex
Not too shy to talk
Not too shy to talk


See User information
@328gts

Sorry for not finishing the dot4 driver I was so close but real life came in the way.

For now I can give a short status report, today I printed a picture of Team17's SuperFrog :)

The picture looked fine, and ascii text should work too.

There is just a small problem with keeping the number 'Credits' counter correct.

The DOT4 protocol uses credits too control data flow, if you got no credits you may not send any data, you have too ask for additional creadits too continue sending the print data.

Need to check and fix the adding and subtacting credits for my internal counter is out of range.

in this alpha version there is some untested code too request more credits in cases where you run out.

RWO

“The best thing about a boolean is even if you are wrong, you are only off by a bit.”
Go to top
Re: USB Printers & OS4.1 on Samflex
Home away from home
Home away from home


See User information
@rwo

thank you so much for the update! I'm sure many of us here will be more than willing to test out a driver when one is ready

_______________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top
Re: USB Printers & OS4.1 on Samflex
Amigans Defender
Amigans Defender


See User information
@xenic

Quote:

The little white message boxes with warning messages, which I think are produced by Ringhio are visually out of place and violate the Amiga StyleGuide for user interaction. Requesters are supposed to be standardized system wide so as not to confuse the user and maintain some consistancy in the way the system works.


Please note that the Amiga Style Guide is an old document that badly needs updating. It does not cover certain GUI elements, concepts and metaphors that were introduced with ReAction and, later, OS4.x.

As far as I understand it, Ringhio notification messages are NOT requesters (although they serve a similar purpose to the requester REQ_INFO type). Standard Amiga requesters are meant to be closed by pressing a button or a key combination, while Ringhio messages display a text on the screen, wait a little while, and disappear. This is a new concept different from requesters and not covered by the Style Guide so you cannot apply requester rules here.

Go to top
Re: USB Printers & OS4.1 on Samflex
Quite a regular
Quite a regular


See User information
@Hans

Ah, this is the reason why I never saw something reported through Rhingio - it's bound to the usbprinter.device! I soley use netprinter.device, so there's no notification...

BTW: Are there other "devices" that might use Rhingio? I.e. the USB stack reports plugged USB sticks with it's own requester window - it could/should use Rhingio as well...

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top
Re: USB Printers & OS4.1 on Samflex
Amigans Defender
Amigans Defender


See User information
@cha05e90

Quote:

the USB stack reports plugged USB sticks with it's own requester window - it could/should use Rhingio as well...


USB insertion messages are a good example of a situation where Ringhio should be used. Currently, the USB stack displays messages that somewhat look like standard Amiga requesters but do not behave like them - they do not require user interaction.

For the sake of consistency, all messages of type "show and disappear" should use Ringhio. Messages that require the user to select a choice or confirm reading should use standard Amiga requesters.

Go to top
Re: USB Printers & OS4.1 on Samflex
Home away from home
Home away from home


See User information
@rwo

sounds like you're ready to accept the bounty ?

_______________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top
Re: USB Printers & OS4.1 on Samflex
Home away from home
Home away from home


See User information
bumpy

_______________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top
Re: USB Printers & OS4.1 on Samflex
Home away from home
Home away from home


See User information
@rwo

Not sure if i'm in the right thread

I have a HP Laserjet 5L which works wonderful under OS4
I first used it with the AmigaOne Parallel port (it has Centronics) but switched to USB (via a Centronics/Parallel to USB cable) which works also very good except one little glitch.

The printer has an inbuilt "sleep" mode (which can't be turned off) to save energy after some time of non-using.

It needs some kind of "software nudge" to wake it up and this worked perfectly with Parallel but it does not with USB, seems the nudge is either not sent at all or doesn't fit thorugh the USB line

I was using a1parallel.device and now usbprinter.device with the HP_Laserjet_5 driver

Could you maybe add this "wake up nudge", please?

For now i always have to press the button on the printer myself and resend the print data

Thanks a lot for the great drivers


edit: Scrap that, i need to have it installed on the rear sockets which seem to be the only ports that provide enough enery (or stability?) to work with devices.
Having it plugged in there and no more strange problems

/note to self: Get rid of the front USB port backplate


Edited by Raziel on 2010/3/11 14:02:10
People are dying.
Entire ecosystems are collapsing.
We are in the beginning of a mass extinction.
And all you can talk about is money and fairytales of eternal economic growth.
How dare you!
– Greta Thunberg
Go to top
Re: USB Printers & OS4.1 on Samflex
Home away from home
Home away from home


See User information
Quote:

328gts wrote:
@rwo

sounds like you're ready to accept the bounty ?


any news

_______________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top
Re: USB Printers & OS4.1 on Samflex
Not too shy to talk
Not too shy to talk


See User information
I'm sorry to say that I have a hard time finding the motivation for to debug and fix any outstanding bugs in this driver.

So I desited too upload the current starte as a very early alpha version, for most of my test it just works fine.. in some rare cases you have to turn off and then bag on and then start over.

I hope some comments from you would help on my motivation.

RWO

“The best thing about a boolean is even if you are wrong, you are only off by a bit.”
Go to top
Re: USB Printers & OS4.1 on Samflex
Home away from home
Home away from home


See User information
@rwo

Great news! An alpha driver is better than nothing at all...let us do the
debugging/testing for ya Please let us know when/where we can download it and where can we send donations

_______________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top
Re: USB Printers & OS4.1 on Samflex
Not too shy to talk
Not too shy to talk


See User information
@328gts

Quote:
Please let us know when/where we can download it...


OS4Depot, Uploads section.

CD32/A500/A600/A600+Furia/A1200/A4000D+A2320+PiccoloSD64/Sam440 flex 800MHz RAM 1GB HD7750 128MB OS4.1 SBLive! ->
Go to top
Re: USB Printers & OS4.1 on Samflex
Not too shy to talk
Not too shy to talk


See User information
@mr2

Correct, I uploaded it too os4depot.

RWO

“The best thing about a boolean is even if you are wrong, you are only off by a bit.”
Go to top
Re: USB Printers & OS4.1 on Samflex
Amigans Defender
Amigans Defender


See User information
@rwo

Quote:
I'm sorry to say that I have a hard time finding the motivation for to debug and fix any outstanding bugs in this driver.

So I desited too upload the current starte as a very early alpha version, for most of my test it just works fine.. in some rare cases you have to turn off and then bag on and then start over.

I hope some comments from you would help on my motivation.


Firstly, thanks for making this alpha version available.

I just did some quick tests and unfortunately I'm not able to get much out of it. Printing shell-startup from Multiview only prints the first line*, trying the same from Notepad doesn't print anything (I tried switching the printer off/on) Graphical printing doesn't work at all, from Multiview, Wordworth, Pagestream. It shows the progress bars and no errors, but the printer does nothing (not even flashing the processing light).

Is there any debug we can turn on to determine where it is going wrong?

Chris

* This is however a vast improvement on usbprinter.device which didn't print anything

Go to top
Re: USB Printers & OS4.1 on Samflex
Home away from home
Home away from home


See User information
@rwo

great..got it! ..quick tests so far only print out 2 pages with the following on them:
page 1- "% Device Specific routi" (at top left hand of page)
page2- "%%DocumnetMedia:letter 612 792 0 () ()
%%EndComments
% The line abo"

so far tried from WB, AmiPDF and AmiCygnix with same results. Tried also turining printer on/off but same issue.

any ideas?
btw, I'm using a HP LaserJet 1012 printer

_______________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top

  Register To Post
« 1 ... 4 5 6 (7) 8 9 10 ... 16 »

 




Currently Active Users Viewing This Thread: 2 ( 0 members and 2 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project