Search found 358 matches

by javierdlr
Sat Nov 22, 2025 11:50 am
Forum: Platform: AmigaOne 500 and Sam series
Topic: [SOLVED] *** [SAM460LE] Update3 Internet issue
Replies: 19
Views: 2880

Re: [SAM460LE] Update3 Internet issue

So no DNS resolv seems.

"ping www.google.es" does work or give you same error?

Not sure, but DHCP should "add" DNS entries? ¿:-/ I use static IP setting.

#c:ShowNetStatus
Resumen del Estado de la Red
Local IP Address = 192.168.1.204 (en interfaz 'eth0')
Default Gateway = 192.168.1.1
DNS Servers ...
by javierdlr
Fri Nov 21, 2025 2:30 pm
Forum: Platform: AmigaOne 500 and Sam series
Topic: [SOLVED] *** [SAM460LE] Update3 Internet issue
Replies: 19
Views: 2880

Re: [SAM460LE] Update3 Internet issue

In the interface file (DEVS;Interfaces) you can add DEBUG=YES, BTW can you post here yout interface config?

ROADSHOW/ADDNETINTERFACE
...
DEBUG/K (possible parameters: YES or NO)
You can enable debug output for this interface (don't worry,
you can always disable it later) to help in tracking ...
by javierdlr
Wed Nov 19, 2025 2:28 pm
Forum: Platform: AmigaOne 500 and Sam series
Topic: [SOLVED] *** [SAM460LE] Update3 Internet issue
Replies: 19
Views: 2880

Re: [SAM460LE] Update3 Internet issue

Hi, what files do you have in "DEVS:NetInterfaces/"?
I only have 1 called ETH0 (and its .info) and the contents is:
# DEVS:NetInterfaces/eth0
# File generated by Internet 53.2 (27.9.2009)
# On Viernes, 28-Dic-12 at 17:28:10
device=ppc460ex_eth.device
hardwaretype=Ethernet
address=192.168.1.204 ...
by javierdlr
Thu Nov 30, 2023 2:22 pm
Forum: General AmigaOS
Topic: Crash bug in console.device
Replies: 13
Views: 115514

Re: Crash bug in console.device

Done (BZ 10493)
by javierdlr
Sun Oct 15, 2023 11:03 am
Forum: General AmigaOS
Topic: P96PIP window background (RGBFB_YUV422CGX)
Replies: 3
Views: 33547

Re: P96PIP window background (RGBFB_YUV422CGX)

Updated BZ entry with link to this thread/post, in case helps.
by javierdlr
Sat Jul 01, 2023 12:55 pm
Forum: General Developer Support
Topic: Text datatype
Replies: 6
Views: 37989

Re: Text datatype

Example attached using DTA_TextAttr (in case is it usefull).
To compile: gcc testdt.c -o testdt -gstabs -Wall -D__USE_INLINE__ -lauto

Example from CLI/Shell: testdt testdt.c
by javierdlr
Thu Jul 28, 2022 11:06 pm
Forum: General AmigaOS
Topic: Bug in string.gadget/label.image
Replies: 8
Views: 25021

Re: Bug in string.gadget/label.image

Hi, not sure if you can SetAttrs to a LABEL/CHILD object, maybe you need LM_MODIFYCHILD (layout autodocs). You can see an example in ReAction source examples Layout/dynamicexample.c
by javierdlr
Sat Jun 25, 2022 12:54 pm
Forum: Platform: AmigaOne 500 and Sam series
Topic: Trying to revive a SAM460
Replies: 1
Views: 31634

Re: Trying to revive a SAM460

Hi, does your SAM460 have an internal VGA port (SAM460ex) or is the SAM460cr (no video/VGA port)?

Try to use a Radeon HD4xxx/HD5xxx/HD6xxx PCIe vga card.
Maybe Uboot variables/environment are wrong/not set.

You can try top detach all cards on slots, and reseat the SODIMM RAM module.
And then, only ...
by javierdlr
Tue Aug 31, 2021 10:20 am
Forum: AmigaOS Feature Requests
Topic: ReAction ListBrowser gadget (solved)
Replies: 7
Views: 42954

Re: ReAction ListBrowser gadget

@OldFart

Maybe is what you're looking for:

LBNA_Flags (uint32)
Flags for this node. The following flags are currently defined:
LBFLG_READONLY - node is read-only
by javierdlr
Thu Jul 15, 2021 2:09 pm
Forum: General Developer Support
Topic: PNG-transparency for buttons on OS3.2?
Replies: 1
Views: 16790

Re: PNG-transparency for buttons on OS3.2?

Not a fix/solution, butyou can try with WarpPNG (http://aminet.net/util/dtype/WarpPNGdt.lha) and see if there is some difference.