Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
18 user(s) are online (16 user(s) are browsing Forums)

Members: 0
Guests: 18

more...

Support us!

Headlines

Forum Index


Board index » All Posts




Re: USB Driver for PL2303 serial adpater
Just popping in
Just popping in


Hi everyone,

I have a Uniden-Bearcat 396XT scanner that can be programmed using a USB to PL2303 cable.

I'm not sure how to use this driver.

Thank you for your help.

Go to top


Re: 2025-June/July Gaming Competition-a new game just released-Gemdalus !
Home away from home
Home away from home


ok now we're playing..list updated

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

Go to top


Re: 2025-June/July Gaming Competition-a new game just released-Gemdalus !
Not too shy to talk
Not too shy to talk


Doing a little better.

Resized Image

Go to top


Re: Amiupdate
Just can't stay away
Just can't stay away


Tested AmiUpdate 2.58 and it works perfectly including AmiSSL update. Thank you very much for the bug fix.

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Go to top


Re: clib2 vs newlib perfomance issues
Home away from home
Home away from home


@all
Andrea did some good bunch of optimization including not calling check_abort() when not need it, as well as instead of line-buffering usefull buffering, and all f* (fwrite,fputs, etc) based functions now on the same speed level as newlib, same as pure puts(), and all vrptinf/string-formatting based ones also gain some speed , while still not as good as newlib because of this FILE * crap, but at least much better even with this FILE * left from clib2.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top


Re: X5000 maybe dying :(
Not too shy to talk
Not too shy to talk


My "new" (April 2025/Made in 2018) X5000/40 has
PCB:46 CPU:66 PCIe Switch:59 celsius.

Don´t remember what my X5000/20 was at,
but my A1XE I got down to CPU:37 celsius with a copper cooler and a fan.

So I´m gonna look into what copper coolers may fit, or CNC one that fit.

1989-> A500, A600, A3000, A4000, A1200, CD32, µA1, PegII, A1XE, CDTV, Amy/416D79, A1X5000, Vampire 500 V2+, Vampire 600 V2, Amy-ITX, Denise ITX <-2024
Go to top


Re: X5000 maybe dying :(
Just popping in
Just popping in


I installed the big cooling fan I use in front of the processor, and the temperature dropped.

I went from 53 degrees for the PCB to 49 degrees

77 degrees for the CPU to 71 degrees

72 degrees for the PCIe to 59 degrees

Go to top


Re: X5000 maybe dying :(
Just can't stay away
Just can't stay away


@skynet

If the CPU heatsink is hot then thermal transfer is good. Maybe change for a better fan.

My X1000 never goes over 55°C.

--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: 2025-June/July Gaming Competition-a new game just released-Gemdalus !
Just popping in
Just popping in


Oh yes, I have also been playing for a while, forgot to upload my score, but here it is:
(X5000)

Resized Image


Edited by mcleppa on 2025/7/5 19:43:11
Go to top


Re: X5000 maybe dying :(
Just popping in
Just popping in


I touched the CPU heatsink, and it's boiling hot!

Would it be a good idea to change the thermal paste?

Go to top


Re: X5000 maybe dying :(
Not too shy to talk
Not too shy to talk


55-56 degrees is what i'm usually at with my 020.
I have the old mcu firmware that made the fan go crazy already at low temperatures so i had to add extra hardware to slow the fans down.

Go to top


Re: Att: A4000 and Cyberstorm MKIII users
Home away from home
Home away from home


@Bifford

just wondering if you're running OS3.2?

I just checked my A4000 and it seems I don't have the latest firmware but like I said it's been running great since installing OS3.2

I's like to update it for completeness sake but getting cold fingers if something goes wrong with the firmware update and it gets bricked


Edited by 328gts on 2025/7/5 21:06:20
_______________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top


Re: 2025-June/July Gaming Competition-a new game just released-Gemdalus !
Home away from home
Home away from home


@hotrod


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

Go to top


Re: Catching memory corruption "in the act"
Quite a regular
Quite a regular


Yeah, I should probably give the OS4 MMU protection another shot in QEMU with more memory. I already made a debug allocator on Windows using VirtualProtect functions to test this approach "live" and it seems to do what I need it to do. I still have to hunt down an OS4 disc for one of these systems though.

This is just like television, only you can see much further.
Go to top


Re: Catching memory corruption "in the act"
Quite a regular
Quite a regular


Yeah, I should probably give the OS4 MMU protection another shot in QEMU with more memory. I already made a debug allocator on Windows using VirtualProtect functions to test this approach "live" and it seems to do what I need it to do. I still have to hunt down an OS4 disc for one of these systems though.

This is just like television, only you can see much further.
Go to top


Re: Catching memory corruption "in the act"
Quite a regular
Quite a regular


@BSzili
I think PPC is unsupported in Debian for a while so you should try something contemporary to these machines or what's known to work on real machine. The most recent Debian I've found that supported AmigaNG machines was about Debian 8.11 and if you just want to run valgrind on it don't update it. Other Linux distros that are newer and still have PPC versions that might work are https://github.com/finnix/finnix-docs/blob/main/platforms.md (only old version) or https://www.adelielinux.org/download/ but maybe these only support -machine mac99,via=pmu which is closest to PowerMac3,1 (that is also listed for MorphOS on my page in the signature below). Maybe you could get AmigaOS running on one of the boards in QEMU and 2GB could be enough to debug it with the page protection trick. Or you can try a PPC64 distro with qemu-system-ppc64 that should still be able to run 32 bit PPC code. Those may be better supported for spapr for example but I don't have much experience with that.

Go to top


Re: Catching memory corruption "in the act"
Quite a regular
Quite a regular


@balaton
The most recent PPC Linux distro I managed to install in qemu was Debian 12, but it self-destructed after an update and it no longer boots. I had no success with smaller distros, usually I couldn't even get their installer to work.

This is just like television, only you can see much further.
Go to top


Re: 2025-June/July Gaming Competition-a new game just released-Gemdalus !
Not too shy to talk
Not too shy to talk


Well, there you go

WinUAE 6.0.0 this time.

https://postimg.cc/Wt3TL2Y8

Go to top


Re: 2025-June/July Gaming Competition-a new game just released-Gemdalus !
Home away from home
Home away from home


@hotrod

Thanks & it's all about playing and getting better as you play so please post one of your high scores when you can and also let us know what system you're playing it on

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

Go to top


Re: Att: A4000 and Cyberstorm MKIII users
Home away from home
Home away from home



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

Go to top



TopTop
(1) 2 3 4 ... 7450 »




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project