Click HereClick Here
home features news forums classifieds faqs links search
5154 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Channel: #Amigaworld
Channel Policy and Guidelines

(Uses JAVA Applet and Port 1024)
Visit the Chatroom Website

Who's Online
 59 guest(s) on-line.
 3 member(s) on-line.


 wawa,  Massi,  damocles

You are an anonymous user.
Register Now!
 Massi:  59 secs ago
 damocles:  1 min ago
 wawa:  3 mins ago
 broadblues:  5 mins ago
 A1200:  5 mins ago
 Spectre660:  9 mins ago
 salass00:  11 mins ago
 Daedalus:  21 mins ago
 Aslak3:  21 mins ago
 scabit:  22 mins ago

/  Forum Index
   /  Amiga OS4 Hardware
      /  SM502 doesnt show up in AHI
Register To Post

PosterThread
Skuggan 
SM502 doesnt show up in AHI
Posted on 9-Apr-2012 11:10:53
#1 ]
Regular Member
Joined: 10-May-2010
Posts: 139
From: Sweden

Since i currently don't have a working soundcard in my Sam460ex I once again
tried to get the SM502 drivers to work.

in the Kicklayout it does load the Siliconmotion502.chip and the file exists in the kickstart folder.
I ahve copied the SM502.audio file to the DEVS:AHI folder
and the SM502 file to the DEVS:AudioModes folder

still it will not show up in the AHI prefs.

Any one more out there had these issues?

Should the Ranger show something more than SM502 display controller under PCI bus?

Also. Why cant we have the source for the SM502 driver so that we can help out in improving the driver?

 Status: Offline
Profile     Report this post  
Belxjander 
Re: SM502 doesnt show up in AHI
Posted on 9-Apr-2012 12:03:16
#2 ]
Regular Member
Joined: 4-Jan-2005
Posts: 463
From: Chiba prefecture Japan

@Skuggan

Sources or not... I'm willing to try hacking for my own audio driver if nothing happens before I get hands on with a sam460 to pair with the sam440 I am currently buying

 Status: Offline
Profile     Report this post  
Skuggan 
Re: SM502 doesnt show up in AHI
Posted on 9-Apr-2012 12:34:35
#3 ]
Regular Member
Joined: 10-May-2010
Posts: 139
From: Sweden

@Belxjander

Yeah. There are sources out there for the SM501 and specs are yeasy to get for both.
Maybe we should set up a framework for writing drivers and then figure out the rest.

 Status: Offline
Profile     Report this post  
NutsAboutAmiga 
Re: SM502 doesnt show up in AHI
Posted on 9-Apr-2012 12:50:45
#4 ]
Elite Member
Joined: 9-Jun-2004
Posts: 8604
From: Norway

@Skuggan

Link to news item about Sam460 audio driver:

http://www.amigaworld.net/modules/newbb/viewtopic.php?mode=viewtopic&topic_id=34076&forum=32&start=20&viewmode=flat&order=0

Maybe you should contact “Ross Vumbaca”, he is one responsible for audio driver.

http://amigaworld.net/userinfo.php?uid=623

If you can't get it to work, I think its likely some thing is wrong whit the hardware but you can always check whit Ross first, maybe Max can comment on your problem as well.

If its under warranty you should find this out as quickly as you can.

Last edited by NutsAboutAmiga on 09-Apr-2012 at 12:52 PM.

_________________
Software developer and forum troll.
Please check out my software:
Excalibur, Basilisk 2, AmigaInputAnywhere.

 Status: Offline
Profile     Report this post  
NutsAboutAmiga 
Re: SM502 doesnt show up in AHI
Posted on 9-Apr-2012 13:00:19
#5 ]
Elite Member
Joined: 9-Jun-2004
Posts: 8604
From: Norway

@Skuggan

There are some code available to get you started, if your going to try make some drivers,
check out my CW MK4 source code on OS4Depot.net, it can be useful if your porting from Linux wrote a few wrappers if I remember correct.

_________________
Software developer and forum troll.
Please check out my software:
Excalibur, Basilisk 2, AmigaInputAnywhere.

 Status: Offline
Profile     Report this post  
Skuggan 
Re: SM502 doesnt show up in AHI
Posted on 9-Apr-2012 15:38:49
#6 ]
Regular Member
Joined: 10-May-2010
Posts: 139
From: Sweden

@NutsAboutAmiga

So you have already made a foundation for drivers. Great. I'll have a look at that for more supported soundcards.

Maybe there is some hardware failure but its not a big issue if I use a soundcard. If I need working sound on the 460 I most likely buy a new one. ACube needs all the money they can get. :)

 Status: Offline
Profile     Report this post  
NutsAboutAmiga 
Re: SM502 doesnt show up in AHI
Posted on 9-Apr-2012 16:47:57
#7 ]
Elite Member
Joined: 9-Jun-2004
Posts: 8604
From: Norway

@Skuggan

Well I don't have any code for Interrupts, but every thing else is there how to access a PCI card on PCI interface @ Expedition.library, how to identify the card, how push get bytes to and from the PCI card.

Last edited by NutsAboutAmiga on 09-Apr-2012 at 04:48 PM.
Last edited by NutsAboutAmiga on 09-Apr-2012 at 04:48 PM.

_________________
Software developer and forum troll.
Please check out my software:
Excalibur, Basilisk 2, AmigaInputAnywhere.

 Status: Offline
Profile     Report this post  
Belxjander 
Re: SM502 doesnt show up in AHI
Posted on 9-Apr-2012 16:57:21
#8 ]
Regular Member
Joined: 4-Jan-2005
Posts: 463
From: Chiba prefecture Japan

@NutsAboutAmiga

I'm also interested in whatever I can learn towards creating device drivers as well.

Especially if there is skeleton examples to work from for various device types.

Can a group of us work together for making a skeleton setup with various link library routines for supporting new drivers to make things easier generally?

is that even a worthy idea?

 Status: Offline
Profile     Report this post  
NutsAboutAmiga 
Re: SM502 doesnt show up in AHI
Posted on 9-Apr-2012 17:06:23
#9 ]
Elite Member
Joined: 9-Jun-2004
Posts: 8604
From: Norway

@Belxjander

Drives under Linux and AmigaOS are rally different, but API to access PCI expedition is not that different, maybe its possible to make some Linux wrapper for IOCTL stuff, to make easier to compile Linux stuff, but don't know if its worth it.

_________________
Software developer and forum troll.
Please check out my software:
Excalibur, Basilisk 2, AmigaInputAnywhere.

 Status: Offline
Profile     Report this post  
SinanG 
Re: SM502 doesnt show up in AHI
Posted on 9-Apr-2012 19:01:16
#10 ]
Regular Member
Joined: 24-Dec-2004
Posts: 206
From: Istanbul, Türkiye

@Skuggan

Just a little patience for Sam460 audio driver :)

 Status: Offline
Profile     Report this post  
Skuggan 
Re: SM502 doesnt show up in AHI
Posted on 9-Apr-2012 20:13:54
#11 ]
Regular Member
Joined: 10-May-2010
Posts: 139
From: Sweden

@SinanG

Sure! I'm patient but there is other cards out there that needs drivers. We might be on to something here and Nuts might hold the key. Great work. I will check it out.
I know what we really need and that is a developer environment that can handle CVS.

I tried the git python kind of thing but I'm used to work with fx. eclipse .

Imagine Codebench with CVS capability so that stupid/lazy coders like myself can develop more easily.

 Status: Offline
Profile     Report this post  
cha05e90 
Re: SM502 doesnt show up in AHI
Posted on 9-Apr-2012 20:37:25
#12 ]
Super Member
Joined: 18-Apr-2009
Posts: 1128
From: Germany

@Skuggan

Why wait? CodeBench already *has* SVN/CVS capabilities...

_________________
X1000|II/G4|440ep|2000/060|2000/040|1000

 Status: Offline
Profile     Report this post  
Skuggan 
Re: SM502 doesnt show up in AHI
Posted on 9-Apr-2012 22:28:08
#13 ]
Regular Member
Joined: 10-May-2010
Posts: 139
From: Sweden

@cha05e90

You are right! :) It was just in front of my nose the whole time. Thanks for that tip.
I will start using this directly.
Thanks alot Chaos. :)

 Status: Offline
Profile     Report this post  

[ home ][ about us ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright © 2000 - 2011 Amigaworld.net.

Page took 0.088212 seconds to load.