MorphOS on iBook
  • Yokemate of Keyboards
    Yokemate of Keyboards
    takemehomegrandma
    Posts: 2720 from 2003/2/24
    Is the Atheros thing really supposed to be anything more than a temporary "poor mans choice" while waiting for the real thing?
    MorphOS is Amiga done right! :-)
    MorphOS NG will be AROS done right! :-)
  • »11.06.12 - 00:53
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12079 from 2003/5/22
    From: Germany
    >> the Atheros 5k chipset driver has already been written, just not released yet.

    > Because it doesn't work reliably?

    No, the reason is that it's still only configurable via text files which the MorphOS Team doesn't consider suitable for the average user.

    http://translate.google.com/translate?sl=de&tl=en&u=http://www.amiga-news.de/de/news/comments/270814.html
    http://translate.google.com/translate?sl=de&tl=en&u=http://www.amiga-news.de/de/news/comments/270823.html
    http://translate.google.com/translate?sl=de&tl=en&u=http://www.amiga-news.de/de/news/comments/270826.html
    http://translate.google.com/translate?sl=de&tl=en&u=http://www.amiga-news.de/de/news/comments/270830.html
    http://translate.google.com/translate?sl=de&tl=en&u=http://www.amiga-news.de/de/news/comments/270835.html
  • »11.06.12 - 01:49
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    Wireless
    We must first make certain you have a Atheros chip as wireless. Open PCITool in Tools directory. Down left hand side are a series of numbers 0.00.0 etc. Click on some at the bottom and hopefully one of them will say Atheros AR5??? or AR242?.
    or a RTL8187B which we use Prefs/Trident to check

    There are many similarities with the above Wired set up so please read the above section as well

    open Network/Prefs
    In IPv4 Configuration tab - click Add - enter eth0 / active tick / #?.device / Unit 0 / IP Mode = manual (important if default DHCP does not work)



    Posted from ignorance but are these the text files?
    Make sure that any extra network names (e.g. eth1 or ath0) should be deleted and just change the driver on eth0 to the device name like atheros5000.device or realtek8180.device. Having two names eth0 and eth1 with the same subnet will cause problems.
    Go to Wireless tab and click on "Add" button.
    Insert network name (eth0), select right "encyption" that is most likely "WPA".
    Key Type set as "Passphrase". Type in your password for your router (aka access key).
    Unselect (no tick) "hidden" if it is selected, then apply.
    Finally, Save and reboot.
    For the best chance of success, set networking to start at boot, and then reboot with the USB adapter plugged in.
    To list available networks in the shell
    wirelessmanager atheros5000.device verbose
    wirelessmanager realtek8180.device verbose


    If your router doesn't broadcast its SSID, you need to add this option to the network block of the wpa_supplicant.conf on your aros machine and make changes after # Example blocks:
    scan_ssid=1
    Here's a full description of all the config file options.
    ap_scan=1

    network={
    ssid="YOURESSID"
    scan_ssid=1
    proto=RSN
    key_mgmt=WPA-PSK
    pairwise=CCMP
    group=CCMP
    psk=YOURPASSWORD
    }
    filter_ssids=1
    ap_scan=2

    network={
    ssid="REMOVED"
    scan_ssid=1
    bssid=REMOVED
    priority=100
    mode=0
    proto=RSN
    key_mgmt=WPA-PSK
    auth_alg=OPEN
    pairwise=CCMP
    group=CCMP
    psk=REMOVED
    }
    :-? :-?
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »17.06.12 - 08:39
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    stephen_robinson
    Posts: 746 from 2007/4/22
    osco,
    Quote:




    Sorry, where are you getting this from?

    And why are you posting it in the iBook thread where there is no pcmcia connector so it won't work anyway?

    Also I can see my Netgear card* in PCI tools, and it's flashing away so at least we know the PCMCIA driver is working on the powerbook.


    *Vendor 0x168C <Atheros Communications Inc.> Device 0x0013 <Atheros AR5001X+ Wireless Network Adapter> :-)

    [ Edited by stephen_robinson 17.06.2012 - 08:14 ]
  • »17.06.12 - 09:10
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12079 from 2003/5/22
    From: Germany
    >> the reason is that it's still only configurable via text files which the
    >> MorphOS Team doesn't consider suitable for the average user.

    > are these the text files?
    > [...]

    I'd say yes, they are.
  • »17.06.12 - 11:45
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12079 from 2003/5/22
    From: Germany
    > where are you getting this from?

    Seems he got it from http://en.wikibooks.org/wiki/Aros/User/Docs#Wireless :-)
  • »17.06.12 - 11:49
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    stephen_robinson
    Posts: 746 from 2007/4/22
    Wouldn't we need the atheros5000.device ? Would the following work?

    Quote:



    Hi,

    An alpha release of my Atheros wireless driver is now available for download.

    I'll paste the contents of the README file here for convenience:

    This is an alpha test release of two components needed to use certain
    Atheros PCI-based wireless network adapters with AROS: WirelessManager
    and atheros5000.device.

    Note that the only encryption methods currently supported are WEP and
    WPA(1).

    To set up wireless networking, first follow these steps (which are also
    valid shell commands):

    - Copy atheros5000.device to DEVS:Networks
    - Copy WirelessManager to C:
    - Copy Wireless.prefs to ENVARC:
    - Edit ENVARC:Wireless.prefs
    - Copy ENVARC:Wireless.prefs to ENV:

    To test your wireless configuration, run the following command in the shell:

    WirelessManager atheros5000.device

    If a successful connection is reported, you can then configure WirelessManager
    to run at boot by adding the following line to S:User-Startup:

    Run WirelessManager atheros5000.device >NIL:

    Finally, you need to create a wireless interface that uses
    atheros5000.device in the Network preferences program. This is done in
    the same way as for a wired network.



    from
    http://aros-exec.org/modules/newbb/viewtopic.php?start=0&topic_id=5082&viewmode=flat&order=ASC


    Although this is all in the wrong f*cking thread of course.. :-o
  • »17.06.12 - 12:58
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    Mr Robinson,
    Yes it is the wrong thread but my intent was to hide it from the Team. :-D :-D
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »17.06.12 - 21:41
    Profile
  • MorphOS Developer
    jacadcaps
    Posts: 2976 from 2003/3/5
    From: Canada
    Quote:

    Also I can see my Netgear card* in PCI tools, and it's flashing away so at least we know the PCMCIA driver is working on the powerbook.


    It's not actually a "driver", the Cardbus PCMCIA chipset is now set up to map the cards as PCI devices. This is however currently only limited to ath5k based cards - other Cardbus devices will still be ignored.

    [ Edited by jacadcaps 17.06.2012 - 22:41 ]
  • »17.06.12 - 22:12
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    WHERE IS PCI TOOLS? my netgear wg511t is flashing as well? :-D
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »18.06.12 - 00:31
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    WHERE IS PCI TOOLS? my netgear wg511t is flashing as well? :-D
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »18.06.12 - 00:32
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    stephen_robinson
    Posts: 746 from 2007/4/22
    http://downloads.morph.zone/find.php?find=pcitool

    It's a 3rd party tool.
  • »18.06.12 - 07:47
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    Use the shell command "psiscan"
    :-)
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »18.06.12 - 10:19
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    osco
    Posts: 680 from 2009/10/21
    From: Boston, USA
    My card was also recognized. I have not located the driver? the link provided did not work for a download :-?
    Mac Mini 1.5GHz, 1G, 250G Drive, Apple Cinema Display, MorphOS 3.1 registered, MacOS 10 PowerBook (5,8) 1.67Hz, 2G, 80G Drive,........Waiting
    PowerBook (5,8) 1.67Hz, 2G, 40G MorphOS 3.1 unregisterd
  • »18.06.12 - 10:22
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12079 from 2003/5/22
    From: Germany
    > I have not located the driver?

    That's probably because there isn't one available for MorphOS yet.

    > the link provided did not work for a download

    Which link?
  • »18.06.12 - 10:27
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    stephen_robinson
    Posts: 746 from 2007/4/22
    The AROS driver is part of the the AROS Distribution, you might have to download the whole ISO to extract it.

    I assumed that the AROS atheros5000.device wouldn't work on MorphOS, so I didn't bother. But if someone wants to prove me wrong..
  • »18.06.12 - 19:35
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    stephen_robinson
    Posts: 746 from 2007/4/22
    Just tried it,

    "Unable to open the device or selected unit"

    Possible I'm doing something wrong, and with a bit of work I might make some progress, but, lifes a bit short for that sort of thing...

    Alos Wirlessmanager file is not executable, which is probably due to it being a i86 executable, hmm maybe the PPC version would have been a good idea to start with! 8-)
  • »18.06.12 - 22:22
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12079 from 2003/5/22
    From: Germany
    > Just tried it,
    > "Unable to open the device or selected unit"
    > Possible I'm doing something wrong

    You're not. MorphOS can't make use of AROS device drivers as is, let alone x86-compiled ones.

    > Wirlessmanager file is not executable, which is probably due to it being a i86
    > executable, hmm maybe the PPC version would have been a good idea to start with!

    MorphOS can't run AROS/PPC executables. This would require an equivalent to OS4Emu. More info:

    http://www.power2people.org/projects/profile/8
    https://morph.zone/modules/newbb_plus/viewtopic.php?forum=3&topic_id=7289&start=62
  • »18.06.12 - 22:41
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12079 from 2003/5/22
    From: Germany
    "MorphOS goes iBook! MorphOS is shown on iBook G4 1.33 Ghz. It will be officially supported with MorphOS 3.2 release. As you can see below the demo iBook already is fully supported (excl. Wifi). This specific model is using an ADB keyboard and an ADB touchpad. Since this system is releated to the Mac mini G4 series, even 3D is already working. The specific iBook versions supported by MorphOS 3.2, will be announced later."
    http://www.geit.de/eng_index.html

    http://www.geit.de/images/news/ibook.mp4
    http://www.geit.de/images/news/ibook.ogg

    Model shown is this:
    http://www.everymac.com/systems/apple/ibook/specs/ibook_g4_1.33_14.html
  • »06.07.12 - 11:14
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    boot_wb
    Posts: 874 from 2007/4/9
    From: Kingston upon ...
    @Andreas_Wolf

    Damn, you beat me to it! Just visited Geit's page looking for a ghostscript installation script (I'm actually just searching for a postscript viewer), and noticed this news.

    I wonder if there's a new DVD case for MorphOS 3? I already have the MorphOS 2 case, and the genesi Superbundle, so it would be nice to keep up to date with a full set. :-)
    www.hullchimneyservices.co.uk

    UI: Powerbook 5,6 (1.67GHz, 128MB VRam): OS3.1, OSX 10.5.8
    HTPC: Mac Mini G4 (1,5GHz, 64MB VRam): OS3.1 (ZVNC)
    Audiophile: Efika 5200b (SB Audigy): OS3.1 (VNC + Virtual Monitor)

    Windows free since 2011!
  • »06.07.12 - 12:19
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Debaser
    Posts: 161 from 2005/7/12
    From: Syracuse, NY, USA
    This is fantastic news! More cost-effective hardware support is always welcome. :)
  • »06.07.12 - 12:22
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    stephen_robinson
    Posts: 746 from 2007/4/22
    4.2 eh?

    Great news, I just hope my 1.33Ghz 12" is a supported one.
  • »06.07.12 - 17:42
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    koszer
    Posts: 1246 from 2004/2/8
    From: Poland
    Now that's a great news! Although even older than the Mini, an iBook (given it's in a good shape) would make a great low-cost portable MorphOS machine.

    Really looking forward to 3.2 and another big bump on MorphOS registration graph.
  • »06.07.12 - 18:32
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    stephen_robinson
    Posts: 746 from 2007/4/22
    So when's MorphOS 3.2 out then?



    :insert troll face here:
  • »06.07.12 - 20:10
    Profile
  • MorphOS Developer
    cyfm
    Posts: 537 from 2003/4/11
    From: Germany
    It not even has been >officially< confirmed yet .... :)
    Nevertheless, it is rather likely that MorphOS 3.2 (after the mostly bugfix related release of MorphOS 3.1) will have support for some IBookG4 models ....
  • »06.07.12 - 20:29
    Profile Visit Website