Search found 569 matches

by ssolie
Mon Aug 24, 2015 5:04 am
Forum: SDK Support
Topic: SDK:C/make very slow with OS4.1FE (SOLVED)
Replies: 70
Views: 54512

Re: SDK:C/make very slow with OS4.1FE

xenic wrote:Since the devcon requirements for AmiWest specify that the new SDK needs to be installed on the Amiga brought to the conference, let's hope the problem is fixed in the new SDK.
There is nothing wrong with GNU make that I know of so no, there is no fix coming in make.
by ssolie
Tue Aug 18, 2015 10:00 pm
Forum: AmigaOS Feature Requests
Topic: RTSP/RTP streaming support for Roadshow
Replies: 4
Views: 6129

Re: RTSP/RTP streaming support for Roadshow

tommysammy wrote:There is a missing RTSP/RTP streaming support from Roadshow.
That is incorrect. See https://en.wikipedia.org/wiki/Real-time ... t_Protocol

Any 3rd party developer can implement it right now if they wish.
by ssolie
Tue Aug 18, 2015 9:51 pm
Forum: Platform: AmigaOne X1000
Topic: Black screen after msi Radeon R9 270x installed
Replies: 4
Views: 4401

Re: Black screen after msi Radeon R9 270x installed

Capture the serial output during boot and see if you can find something in there.

See http://wiki.amigaos.net/wiki/Advanced_S ... ging_Guide for more guidance.
by ssolie
Tue Aug 11, 2015 8:18 pm
Forum: General Developer Support
Topic: How to read status from Ethernet interface
Replies: 7
Views: 3460

Re: How to read status from Ethernet interface

All this - Duplex and AutoNeg - is done at driver level. The TCP/IP stack and also no other software has any idea about this. There is also no way to get that information from the driver, at least not an officially defined way, so if a driver provides this, it is a private extension to that specifi...
by ssolie
Tue Jul 28, 2015 5:55 pm
Forum: Platform: AmigaOne X1000
Topic: For Sale: AmigaOne X1000 (USA only, maybe Canada too)
Replies: 3
Views: 5628

Re: For Sale: AmigaOne X1000 (USA only, maybe Canada too)

Prober wrote:Yes, and why they are there sections for unrelated Linux distribution for A-EON products ("in the AmigaOS support forum")? :D
Because we have a special arrangement with A-EON and are helping them out. If you don't want to see the Linux stuff I can turn it off for you. Just PM me.
by ssolie
Wed Jul 22, 2015 10:11 pm
Forum: General Developer Support
Topic: How to read status from Ethernet interface
Replies: 7
Views: 3460

Re: How to read status from Ethernet interface

Try looking here:
http://wiki.amigaos.net/wiki/SANA-II_Revision_7

If you still can't find anything we'll need to bother Olaf (Roadshow) to find out what he did.
by ssolie
Fri Jul 17, 2015 3:50 pm
Forum: SDK Support
Topic: libauto and application.library
Replies: 21
Views: 23556

Re: libauto and application.library

salass00 wrote:Better would be to just have a list of common OS libraries that the libauto is generated from where new libraries can easily be added or removed as needed.
The current list lives in the Migration Guide at http://wiki.amigaos.net/wiki/Migration_ ... _Libraries
by ssolie
Thu Jul 16, 2015 9:26 pm
Forum: SDK Support
Topic: AHI includes for 4.1 FE SDK
Replies: 6
Views: 9096

Re: AHI includes for 4.1 FE SDK

I wish I knew. I just know some people complained but since I don't use AHI for anything, I don't know what to fix. I've just updated the <devices/ahi.h> include and added the missing includes for the lowlevel interface to the AmigaOS SVN. Thank you so much! OK, back to work for me... 8-)
by ssolie
Thu Jul 16, 2015 5:45 am
Forum: SDK Support
Topic: AHI includes for 4.1 FE SDK
Replies: 6
Views: 9096

Re: AHI includes for 4.1 FE SDK

whose wrote:In which way the current AHI includes are "bad"?

Do you know the specific version of the "good" ones?
I wish I knew. I just know some people complained but since I don't use AHI for anything, I don't know what to fix.
by ssolie
Wed Jul 15, 2015 10:02 pm
Forum: SDK Support
Topic: AHI includes for 4.1 FE SDK
Replies: 6
Views: 9096

AHI includes for 4.1 FE SDK

I am helping to prepare the Final Edition SDK and I want to know what AHI includes are supposed to be in there.

I do know the current ones are "bad" so what are the "good" ones?

Do you know where I can get a copy?