Search found 9 matches
- Mon Jul 23, 2018 10:29 am
- Forum: Platform: AmigaOne X5000
- Topic: Networking
- Replies: 20
- Views: 26749
Re: Networking
iirc correctly Olsen was looking for people who got this exact behaviour (dunno if he still is).
You should get in contact with him and help iron that out (or maybe just check that it is already gone).
Thanks, I'll drop him a line. I'm in the middle of moving house right now and have to re-build ...
- Tue Oct 25, 2016 6:34 pm
- Forum: Platform: Classic
- Topic: Workbench 3.1 (40.43) & Kickstart 3.1 (40.72)
- Replies: 10
- Views: 24986
Re: Workbench 3.1 (40.43) & Kickstart 3.1 (40.72)
It does say "first test release"
I have found a few issues:
The FONTS: bug is because the floppy is called FONTS: as well, so the "assign" exists to the installer - it then copies the files from df0: as instructed, but from the wrong disk.
The installation script would copy what the FONTS ...
I have found a few issues:
The FONTS: bug is because the floppy is called FONTS: as well, so the "assign" exists to the installer - it then copies the files from df0: as instructed, but from the wrong disk.
The installation script would copy what the FONTS ...
- Tue Oct 25, 2016 6:25 pm
- Forum: Platform: Classic
- Topic: Workbench 3.1 (40.43) & Kickstart 3.1 (40.72)
- Replies: 10
- Views: 24986
Re: Workbench 3.1 (40.43) & Kickstart 3.1 (40.72)
I wonder if they even tested it.
So far:
- the Workbench disk is not bootable
- HDToolbox crashes when reading the geometry from the HDD (probably it is scsi.device which crashes because the HDSetup script crashes, too)
- the installer copies the Install disk into the fonts directory rather than ...
So far:
- the Workbench disk is not bootable
- HDToolbox crashes when reading the geometry from the HDD (probably it is scsi.device which crashes because the HDSetup script crashes, too)
- the installer copies the Install disk into the fonts directory rather than ...
- Tue Oct 25, 2016 6:17 pm
- Forum: Platform: Classic
- Topic: Workbench 3.1 (40.43) & Kickstart 3.1 (40.72)
- Replies: 10
- Views: 24986
Re: Workbench 3.1 (40.43) & Kickstart 3.1 (40.72)
Very nice for you to sell these! I was happy to buy and have the first official Kickstart for my A4000T that includes workbench.library and equally happy that now same Kickstart can be used for A500 and A600.
Could you please split the following files for EEPROM use and include also the splitted ...
Could you please split the following files for EEPROM use and include also the splitted ...
- Wed Jun 08, 2016 11:01 am
- Forum: General Developer Support
- Topic: How to get MAC address from C
- Replies: 9
- Views: 14603
Re: How to get MAC address from C
I just checked the code and found that QueryInterfaceTags() copies as many bytes as there are bits in the address. Oops .. he-he ... bytes, bits, what is difference ...
Best regards,
Niels
The difference between bits and bytes is not quite as pronounced in the network driver which fills in the ...
Best regards,
Niels
The difference between bits and bytes is not quite as pronounced in the network driver which fills in the ...
- Tue Jun 07, 2016 2:11 pm
- Forum: General Developer Support
- Topic: How to get MAC address from C
- Replies: 9
- Views: 14603
Re: How to get MAC address from C
Size is always set to 48, i.e. 6 bytes, which is right for a MAC address but as I've said, it seems to copy more than 17 bytes to the destination buffer because passing a buffer of 17 bytes causes a crash. Yeah, that does indeed sound like a bug, then. Good to see Tony filed it already.
I just ...
I just ...
- Tue Jul 14, 2015 9:32 am
- Forum: AmigaOS Feature Requests
- Topic: CMD printer output redirection
- Replies: 21
- Views: 33112
Re: CMD printer output redirection
@ssolie
From a shell's commandline
Recorder ram:output &
Run Recorder ram:output
both work well & in both circumstances you can close the recordingstream just using
Recorder off
Please do not run the "Recorder" command in the background. The "Recorder" command is for telling the shell to send ...
From a shell's commandline
Recorder ram:output &
Run Recorder ram:output
both work well & in both circumstances you can close the recordingstream just using
Recorder off
Please do not run the "Recorder" command in the background. The "Recorder" command is for telling the shell to send ...
- Wed Jun 22, 2011 2:16 pm
- Forum: General AmigaOS
- Topic: AddNetRoute DSI
- Replies: 8
- Views: 11987
Re: AddNetRoute DSI
The only reason I didn't provide a crashlog, is because it is very reproducable. Just try to add a default gateway using AddNetRoute (as long as route doesn't already exist), and a DSI occurs.
...
Shell output:
6.RAM Disk:> addnetroute default=192.168.1.254
ssssss: Route added (ssssssdefault ...
...
Shell output:
6.RAM Disk:> addnetroute default=192.168.1.254
ssssss: Route added (ssssssdefault ...
- Tue Jun 21, 2011 9:17 am
- Forum: General AmigaOS
- Topic: AddNetRoute DSI
- Replies: 8
- Views: 11987
Re: AddNetRoute DSI
Adding a default gateway via AddNetRoute results in a DSI in Update 2. More info if required, but it's straight-forward and easy to reproduce.
Also, it's the only roadshow CLI config tool that doesn't require an argument for the network interface to configure.
That's because routes are not tied ...
Also, it's the only roadshow CLI config tool that doesn't require an argument for the network interface to configure.
That's because routes are not tied ...