| Poster | Thread |
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 |
|
|
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 |
|
|
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 |
|
|
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 | | |
|
| |
| Status: Offline |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|