Welcome, Guest. Please login or register.

Author Topic: Roadshow Update for MorphOS  (Read 12495 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline AndreasMTopic starter

Roadshow Update for MorphOS
« on: January 16, 2013, 01:01:01 PM »
Since today there is an update available, so roadshow can also be used on MorphOS.

Roadshow is much faster than the internal TCP / IP stack for MorphOS.

Please note, that with MorphOS a manual installation of roadshow is required. The supplied installation script will not run under MorphOS. The user should therefore familiar with the operating system.

The manually installed Roadshow is now directly usable and requires no further intervention to boot.

New sample files for the network usage on the Pegasos / Pegasos II, and for Apple hardware are also included.

The update can be downloaded for free on the Support homepage Roadshow.

About Roadshow

Roadshow is an Amiga TCP/IP stack, that allows you to connect to the Internet, to access your e-mail, web pages, chat, etc. It can also be used to access and exchange files within your local home network.

Roadshow is one of the fastest, if not THE fastest Amiga TCP/IP stacks.

Some features include:

- Amiga-ised configuration utilities rather than the terse and somewhat cryptic Unix legacy tools
- DHCP configuration for Ethernet devices
- "TCP:" device support, for use with, for example, ARexx scripts
- Enhanced & cleaned-up software development kit, that includes the complete source code to all the configuration tools and sample programs

and ... much more ...

http://roadshow.apc-tcp.de
http://www.apc-tcp.de
Andreas Magerl
APC&TCP - Home of Amiga Future
Publisher for Amiga Software, Merchandising and many more.

http://www.apc-tcp.de
https://www.amigafuture.de
https://www.amigashop.org
 

Offline catohagen

  • Full Member
  • ***
  • Join Date: Apr 2002
  • Posts: 159
    • Show only replies by catohagen
Re: Roadshow Update for MorphOS
« Reply #1 on: January 16, 2013, 04:57:45 PM »
the addnetinterface fix for bringing the device driver online still doesnt work

Ram Disk:> AddNetInterface DEVS:NetInterfaces/~(#?.info)
Interface "SunGEM" added.
Interface "SunGEM" configured, address = 192.168.0.55, network mask = 255.255.255.0.
Ram Disk:> ping google.com
ping: unknown host google.com
Ram Disk:> online sungem_eth.device unit 0
Ram Disk:> ping google.com
PING google.com (173.194.32.37): 56 data bytes
64 bytes from 173.194.32.37: icmp_seq=0 ttl=54 time=17.487 ms
64 bytes from 173.194.32.37: icmp_seq=1 ttl=54 time=17.047 ms
64 bytes from 173.194.32.37: icmp_seq=2 ttl=54 time=17.291 ms
64 bytes from 173.194.32.37: icmp_seq=3 ttl=54 time=17.105 ms
64 bytes from 173.194.32.37: icmp_seq=4 ttl=54 time=17.078 ms
64 bytes from 173.194.32.37: icmp_seq=5 ttl=54 time=16.872 ms
64 bytes from 173.194.32.37: icmp_seq=6 ttl=54 time=16.965 ms

--- google.com ping statistics ---
7 packets transmitted, 7 packets received, 0% packet loss
round-trip min/avg/max = 16.872/17.120/17.487 ms
Ram Disk:> version c:AddNetInterface
AddNetInterface 4.52
Ram Disk:>
 

Offline Dragster

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 1003
  • Country: mx
  • Gender: Male
    • Show only replies by Dragster
Re: Roadshow Update for MorphOS
« Reply #2 on: January 16, 2013, 05:59:20 PM »
Quote from: catohagen;722748
the addnetinterface fix for bringing the device driver online still doesnt work

Ram Disk:> AddNetInterface DEVS:NetInterfaces/~(#?.info)
Interface "SunGEM" added.
Interface "SunGEM" configured, address = 192.168.0.55, network mask = 255.255.255.0.
Ram Disk:> ping google.com
ping: unknown host google.com
Ram Disk:> online sungem_eth.device unit 0
Ram Disk:> ping google.com
PING google.com (173.194.32.37): 56 data bytes
64 bytes from 173.194.32.37: icmp_seq=0 ttl=54 time=17.487 ms
64 bytes from 173.194.32.37: icmp_seq=1 ttl=54 time=17.047 ms
64 bytes from 173.194.32.37: icmp_seq=2 ttl=54 time=17.291 ms
64 bytes from 173.194.32.37: icmp_seq=3 ttl=54 time=17.105 ms
64 bytes from 173.194.32.37: icmp_seq=4 ttl=54 time=17.078 ms
64 bytes from 173.194.32.37: icmp_seq=5 ttl=54 time=16.872 ms
64 bytes from 173.194.32.37: icmp_seq=6 ttl=54 time=16.965 ms

--- google.com ping statistics ---
7 packets transmitted, 7 packets received, 0% packet loss
round-trip min/avg/max = 16.872/17.120/17.487 ms
Ram Disk:> version c:AddNetInterface
AddNetInterface 4.52
Ram Disk:>


You probably have to copy the sungem_eth.device file from mossys:devs/networks to sys:devs/networks... it shouldn't make a difference but...

not sure if this would work tho.

Cheers,
Dragster
Amiga 1200T 603/240, 060/50, SCSI II, Plextor 40/12/40S SCSI CDRW, Plextor 40X SCSI CDROM, Fujitsu 36GB 10KRPM SCSI HD, Pioneer 305S SCSI DVD, BVisionPPC, 256 MB FASTRAM, PowerFlyer EIDE, Scandex external scandoubler, ZIV busboard, Algor USB, Wireless, repulse audio...Peg II Quadruple boot: OS4.1FE/MorphOS 3.9 regged, OpenSUSE11.1 & Debian Squeeze, Powerbook G4 1139 MorphOS3.9, A4000D CSPPC/PIV/DENEB OS3.9/4.1FE, A4000T CSPPC/CVPPC/SCSI, etc.. 2
 

Offline Dragster

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 1003
  • Country: mx
  • Gender: Male
    • Show only replies by Dragster
Re: Roadshow Update for MorphOS
« Reply #3 on: January 16, 2013, 06:15:46 PM »
Quote from: catohagen;722748
the addnetinterface fix for bringing the device driver online still doesnt work

Ram Disk:> AddNetInterface DEVS:NetInterfaces/~(#?.info)
Interface "SunGEM" added.
Interface "SunGEM" configured, address = 192.168.0.55, network mask = 255.255.255.0.
Ram Disk:> ping google.com
ping: unknown host google.com
Ram Disk:> online sungem_eth.device unit 0
Ram Disk:> ping google.com
PING google.com (173.194.32.37): 56 data bytes
64 bytes from 173.194.32.37: icmp_seq=0 ttl=54 time=17.487 ms
64 bytes from 173.194.32.37: icmp_seq=1 ttl=54 time=17.047 ms
64 bytes from 173.194.32.37: icmp_seq=2 ttl=54 time=17.291 ms
64 bytes from 173.194.32.37: icmp_seq=3 ttl=54 time=17.105 ms
64 bytes from 173.194.32.37: icmp_seq=4 ttl=54 time=17.078 ms
64 bytes from 173.194.32.37: icmp_seq=5 ttl=54 time=16.872 ms
64 bytes from 173.194.32.37: icmp_seq=6 ttl=54 time=16.965 ms

--- google.com ping statistics ---
7 packets transmitted, 7 packets received, 0% packet loss
round-trip min/avg/max = 16.872/17.120/17.487 ms
Ram Disk:> version c:AddNetInterface
AddNetInterface 4.52
Ram Disk:>


Or... add full path to the device name in the netinterfaces/ config file...  since it might be that the device is not yet in memory when the addnetinterfaces command is executed...

Cheers,
Dragster
Amiga 1200T 603/240, 060/50, SCSI II, Plextor 40/12/40S SCSI CDRW, Plextor 40X SCSI CDROM, Fujitsu 36GB 10KRPM SCSI HD, Pioneer 305S SCSI DVD, BVisionPPC, 256 MB FASTRAM, PowerFlyer EIDE, Scandex external scandoubler, ZIV busboard, Algor USB, Wireless, repulse audio...Peg II Quadruple boot: OS4.1FE/MorphOS 3.9 regged, OpenSUSE11.1 & Debian Squeeze, Powerbook G4 1139 MorphOS3.9, A4000D CSPPC/PIV/DENEB OS3.9/4.1FE, A4000T CSPPC/CVPPC/SCSI, etc.. 2
 

Offline catohagen

  • Full Member
  • ***
  • Join Date: Apr 2002
  • Posts: 159
    • Show only replies by catohagen
Re: Roadshow Update for MorphOS
« Reply #4 on: January 16, 2013, 07:30:11 PM »
so doing these steps (adding full path, copying to devs:networks) worked for you ?

if full path to sungem_eth.device was required, then 'online sungem_eth.device unit 0' would fail too i guess
 

Offline kickstart

  • Hero Member
  • *****
  • Join Date: Aug 2006
  • Posts: 1057
    • Show only replies by kickstart
Re: Roadshow Update for MorphOS
« Reply #5 on: January 16, 2013, 07:32:47 PM »
This new stack can solve the misterious slow ethernet speed on some mac minis?
a1200 060
 

Offline catohagen

  • Full Member
  • ***
  • Join Date: Apr 2002
  • Posts: 159
    • Show only replies by catohagen
Re: Roadshow Update for MorphOS
« Reply #6 on: January 16, 2013, 09:19:30 PM »
Quote from: kickstart;722783
This new stack can solve the misterious slow ethernet speed on some mac minis?


samba transfers on my macmini goes upto 11.8MB/s on its 100mbit ethernet port with Roadshow
 

Offline kickstart

  • Hero Member
  • *****
  • Join Date: Aug 2006
  • Posts: 1057
    • Show only replies by kickstart
Re: Roadshow Update for MorphOS
« Reply #7 on: January 16, 2013, 09:25:26 PM »
@cato

I dont use local net for make tests, my problem is download at ridiculous speed.

ps: sorry for the offtopic
a1200 060
 

Offline Dragster

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 1003
  • Country: mx
  • Gender: Male
    • Show only replies by Dragster
Re: Roadshow Update for MorphOS
« Reply #8 on: January 16, 2013, 09:42:29 PM »
Quote from: catohagen;722782
so doing these steps (adding full path, copying to devs:networks) worked for you ?

if full path to sungem_eth.device was required, then 'online sungem_eth.device unit 0' would fail too i guess

I haven't tried this version myself... I probably won't bother as I already have two morphos setups working just fine with the previous version...
Amiga 1200T 603/240, 060/50, SCSI II, Plextor 40/12/40S SCSI CDRW, Plextor 40X SCSI CDROM, Fujitsu 36GB 10KRPM SCSI HD, Pioneer 305S SCSI DVD, BVisionPPC, 256 MB FASTRAM, PowerFlyer EIDE, Scandex external scandoubler, ZIV busboard, Algor USB, Wireless, repulse audio...Peg II Quadruple boot: OS4.1FE/MorphOS 3.9 regged, OpenSUSE11.1 & Debian Squeeze, Powerbook G4 1139 MorphOS3.9, A4000D CSPPC/PIV/DENEB OS3.9/4.1FE, A4000T CSPPC/CVPPC/SCSI, etc.. 2
 

Offline catohagen

  • Full Member
  • ***
  • Join Date: Apr 2002
  • Posts: 159
    • Show only replies by catohagen
Re: Roadshow Update for MorphOS
« Reply #9 on: January 16, 2013, 10:49:22 PM »
@kickstart

downloaded a ubuntu iso in win7/chrome and got 5MB/s

on morphos macmini/owb it was 1.6MB/s
morphos wget 1.9.1 got 1.3MB/s
morphos curl 7.19.5 got 1.5MB/s

however when downloading 3 instances of the same iso, all 3 files was downloading at 1.4MB/s each

maybe not impressive, i havent tried tuning Roadshow so much, the tcp.sendspace and tcp.recvspace env variables can improve that speed(or worsen it)
(its currently 78870 on both)
 

Offline Dragster

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 1003
  • Country: mx
  • Gender: Male
    • Show only replies by Dragster
Re: Roadshow Update for MorphOS
« Reply #10 on: January 17, 2013, 01:49:46 AM »
Quote from: catohagen;722748
the addnetinterface fix for bringing the device driver online still doesnt work

Oh well.. downloaded the new version, commented the online via_rhine.device unit 0 line in my user-startup, replaced the addnetinterface binary, rebooted and it worked...


Not sure what can be wrong in your setup.. wil try the same in my Powerbook later on and will report back.


Cheers,
Dragster



**EDIT: Tried in my Powerbook with sungem_eth.device... it works fine.
« Last Edit: January 17, 2013, 02:02:26 AM by Dragster »
Amiga 1200T 603/240, 060/50, SCSI II, Plextor 40/12/40S SCSI CDRW, Plextor 40X SCSI CDROM, Fujitsu 36GB 10KRPM SCSI HD, Pioneer 305S SCSI DVD, BVisionPPC, 256 MB FASTRAM, PowerFlyer EIDE, Scandex external scandoubler, ZIV busboard, Algor USB, Wireless, repulse audio...Peg II Quadruple boot: OS4.1FE/MorphOS 3.9 regged, OpenSUSE11.1 & Debian Squeeze, Powerbook G4 1139 MorphOS3.9, A4000D CSPPC/PIV/DENEB OS3.9/4.1FE, A4000T CSPPC/CVPPC/SCSI, etc.. 2
 

Offline magnetic

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2531
    • Show only replies by magnetic
Re: Roadshow Update for MorphOS
« Reply #11 on: January 17, 2013, 03:53:40 AM »
Did you guys know that "Roadshow" was supposed to be the original tcp stack for Morphos? I wont go into why it didnt happen but thats why we ended up with nutsack , er, i mean "netstack" ;)
bPlan Pegasos2 G4@1ghz
Quad Boot:Reg. MorphOS | OS4.1 U4 |Ubuntu GNU-Linux | MacOS X

Amiga 2000 Rom Switcher w/ 3.1 + 1.3 | HardFrame SCSI | CBM Ram board| A Squared LIVE! 2000 | Vlab Motion | Firecracker 24 gfx

Commodore CDTV: 68010 | ECS | 9mb Ram | SCSI -TV | 3.9 Rom | Developer EPROMs
 

Offline catohagen

  • Full Member
  • ***
  • Join Date: Apr 2002
  • Posts: 159
    • Show only replies by catohagen
Re: Roadshow Update for MorphOS
« Reply #12 on: January 17, 2013, 07:31:21 AM »
@dragster

well, its probably something here i've forgotten then, good to know it works

@magnetic

piru reported (mz) a download rate of 40MB/s when he wgets a 1gig iso from his local apache server with the new fixed Netstack...

Its always funny how these things work, we have been complaining of the performance of
the stack for years, and nearly every time a morphos-dev replys and says its fine, and works at full speed on his setup..
Then something comes along from the other 'camp' and better, then suddenly the problem gets high priority and gets fixed promtly (atleast thats my impression) :)
« Last Edit: January 17, 2013, 07:33:41 AM by catohagen »
 

Offline kolla

Re: Roadshow Update for MorphOS
« Reply #13 on: January 17, 2013, 09:56:32 AM »
So what do one need the slightly improved speed for? I wish there was more focus on bringing the tcp-stacks up to date, almost all of them are 20 years old in terms of features.
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS
 

Offline takemehomegrandma

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2990
    • Show only replies by takemehomegrandma
Re: Roadshow Update for MorphOS
« Reply #14 on: January 17, 2013, 11:09:36 AM »
Quote from: kolla;722883
So what do one need the slightly improved speed for?


In many cases there is a lot more than "slightly improved" speed.

Quote
I wish there was more focus on bringing the tcp-stacks up to date, almost all of them are 20 years old in terms of features.


It so happens that "I spent some time in December to update the MorphOS NetStack (using a newer FreeBSD code base)".

This would be "the new netstack" Piru is talking about here, with an average speed of 40-45MB/s, peeking at ~50MB/s.

I hope "a newer FreeBSD code base" also means "bringing the tcp-stack up to date". We'll see in MorphOS 3.2!

:)
MorphOS is Amiga done right! :)