Welcome, Guest. Please login or register.

Author Topic: MorphOS PowerUP and PCMCIA network adapters  (Read 4872 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: MorphOS PowerUP and PCMCIA network adapters
« on: October 12, 2006, 11:39:17 PM »
carddisk.resource is PPC native, and there's a PPC native cnet.device included.

68k drivers should work fine, aswell.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: MorphOS PowerUP and PCMCIA network adapters
« Reply #1 on: October 13, 2006, 09:53:00 AM »
The driver included should support the cards listed in the compatibility file inside my old(er) m68k version of cnet.device.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: MorphOS PowerUP and PCMCIA network adapters
« Reply #2 on: October 24, 2006, 08:36:51 AM »
Quote
I just had a look with "Scout": Card.resource is NOT listed under the category "resources".

While you're playing with Scout, check Residents list. Is card.resource listed there? (it should be)

The only condition shutting down the card.resource is memory appearing overlapping the PCMCIA port.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: MorphOS PowerUP and PCMCIA network adapters
« Reply #3 on: October 24, 2006, 04:42:48 PM »
Well, I can think of only two possible reasons why card.resource would not be added to the system.

a) Memory overlapping the PCMCIA area exist in the system.
b) PCMCIA interface wasn't available at the time MorphOS 'startup' was launched (say maybe different ROM version being softkicked at that time).

I wrote a tiny program that dumps various info about the state of the PCMCIA support:
pcmciacheck.bin
It's an amiga executable, and it can be run under both AmigaOS and MorphOS. I'd be interested to see the output from it, both under AOS and MOS.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: MorphOS PowerUP and PCMCIA network adapters
« Reply #4 on: October 24, 2006, 05:18:32 PM »
Hmm, most interesting. Could you try running the cmd instead of the morphos 'startup' (that is: not booting into full AOS 3.9, I'd like to see what the startup will see...) ?
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: MorphOS PowerUP and PCMCIA network adapters
« Reply #5 on: October 24, 2006, 05:57:18 PM »
Uhh. I don't get it, the card.resource is available and appears to work. It should be available under MorphOS then, too, but for some reason it's not. I'm afraid I'm out of ideas now.