Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
76 user(s) are online (70 user(s) are browsing Forums)

Members: 0
Guests: 76

more...

Support us!

Headlines

 
  Register To Post  

« 1 (2)
Re: Mixer not working on my setup
Just popping in
Just popping in


See User information
Pciscan shows this info of mine its almost the same
as the one of swoodal.

hope this helps


Device #1:
  
Vendor:           0x1412 (VIA Technologies Inc.)
  
Device:           0x1724 (VT1720/24 [Envy24PT/HTPCI Multi-Channel Audio Controller)
  Class 
code:       0x040100
  RevisionID
:       0x01
  Interrupt
:        Line 0x20Pin 0x01
  Subsystem Vendor
0x1412
  Subsystem ID
:     0x3630
  Resource range 
#0 (IO)
    
Base address:     0x00001000
    Physical address
0x00001000
    Size
:             0x00000020
  Resource range 
#1 (IO)
    
Base address:     0x00001080
    Physical address
0x00001080
    Size
:             0x00000080


Go to top
Re: Mixer not working on my setup
Just popping in
Just popping in


See User information
The simple reason is that the Revo 7.1 is not supported.

@Raziel
That subvendor ID is in because I just copied the header file of the driver source code to the Mixer source code when I created Mixer.

Note that vendor and device ID is not the same as subvendor ID. There are many Envy24HT chips out there which have a vendor ID of 0x1412 and a device ID of 0x1724, but that's just designating the audio controller chip used, in this case the Envy24HT. The subvendor ID's define which particular model the card is (M-Audio Revo 5.1, 7.1, Julia etc.).

Go to top
Anonymous
Re: Mixer not working on my setup
@DaveAE

I see...
Seems to be a lot harder to support a card than simply adding a new ID

Would it be possible to support klapdeurs card or are the problems AlexC described too big?

Thanks for hanging around and helping out btw

Wish you the best for your new projects

Go to top
Re: Mixer not working on my setup
Just popping in
Just popping in


See User information
I compiled a test version which also accepts his subvendor ID but it's only going to work if it has the same codec chip as the 5.1 card, otherwise I'll need to know what codec that card has and if it's another amk4xxx codec it should be easy enough to add support for it.


Go to top
Anonymous
Re: Mixer not working on my setup
@Alexc

Ill add me to @samo79s question and would like to know if you maybe got some time on your hands in the near future to look at the other issues and possibly enhancements?

Thank you

Go to top
Re: Mixer not working on my setup
Home away from home
Home away from home


See User information
well i think i'll tag on to this thread too

I've got an M-Audio Revolution 5.1 and having problems with Mixer not working properly with open apps i.e when I have a game/app open I used to be able to drop back to WB with Amiga-M & adjust volumes no problem but that's not working now?
sound card working properly otherwise. Perhaps it's an incorect setting in my tooltypes?

_______________________________
c64-dual sids, A1000, A1200-060@93, A4000-CSMKIII
PiStorm32 & Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top
Re: Mixer not working on my setup
Home away from home
Home away from home


See User information
bumpity bump

still having the issues noted above on my X1000 running Mixer 1.31 (25.04.2012). Can anyone else with an M-Audio Revo 5.1 card post their tooltype settings here please

_______________________________
c64-dual sids, A1000, A1200-060@93, A4000-CSMKIII
PiStorm32 & Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top
Re: Mixer not working on my setup
Home away from home
Home away from home


See User information
bump again, I can't be the only M-Audio Rev card & mixer user in the Amiga verse

_______________________________
c64-dual sids, A1000, A1200-060@93, A4000-CSMKIII
PiStorm32 & Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top
Re: Mixer not working on my setup
Just popping in
Just popping in


See User information
Bumpy Bumpy Bump

Is there any Mixer version which functions with the PCI cards : M-Audio Revolution 5.1 and M-Audio Audiophile 2496 ?

A1200PPC/Sam440ep/Sam460ex/X1000/X5020 OS4.1
Go to top
Re: Mixer not working on my setup
Just popping in
Just popping in


See User information
The problem is that mixer is very hardware specific. I'm trying to move towards a mixer interface that doesn't need such methods. of course that doesn't solve the problem for existing drivers.

Go to top
Re: Mixer not working on my setup
Just popping in
Just popping in


See User information
@LyleHaze
Thanks for the answer. I hope you will find a way to achieve it.

I found this in the mixer/history.txt :

envy24ht driver support
http://www.amigans.net/modules/xforum ... m=31&topic_id=6833&order=

But forum "31" does'nt exist anymore.

I was told that I have to check for an older version but for now I can't find one that works with the envy24ht

A1200PPC/Sam440ep/Sam460ex/X1000/X5020 OS4.1
Go to top
Re: Mixer not working on my setup
Just popping in
Just popping in


See User information
You can make an A1222+ mixer with nothing more than MIDI messages through camd.library.

In fact you can completely take over the audio chip with MIDI messages. ALL register accesses to the audio chip are done through camd, even by the driver.

This made driver writing SO MUCH easier. I could literally "fiddle around" with the audio chip live from a GUI.

But you already know I play with MIDI a lot.

Go to top
Re: Mixer not working on my setup
Just can't stay away
Just can't stay away


See User information
@davebraco

If it suits one of the supported cards , maybe it can be used:
- Supports SBLive/SBAudigy (emu10kx), FM801, SB128, CMI8738, CS4281, Envy24HT (Aureon 5.1, M-Audio Revolution 5.1), Solo-1 (ES1969) chips, SAM460 (SM502), VIA686B (A1-XE/PEG2) onboard sound when you have the AC'97 codec onboard and X1000 (IDT92HD700/hdaudio.audio by Lyle Hazelwood (and Alex Carmona)


envy support::
#define VENDOR_ID 0x1412
#define DEVICE_ID 0x1724
#define CARD_STRING "Envy24HT"
#define SUBVENDOR_MAUDIO_REVOLUTION51 0x12143136

and

#define VENDOR_ID 0x1412
#define DEVICE_ID 0x1724
#define CARD_STRING "Envy24HT"
#define SUBVENDOR_MAUDIO_REVOLUTION51_2 0x12140324

Go to top
Re: Mixer not working on my setup
Just popping in
Just popping in


See User information
@Lyle

Yes, I know you like MIDI a lot! And yes, i've tested the A1222 mixer and seen all those information in the readme. Thanks for that tool (and the driver of course).

@jabirulo

Thanks for the info, I will try if vendor id matches with my cards.

A1200PPC/Sam440ep/Sam460ex/X1000/X5020 OS4.1
Go to top

  Register To Post
« 1 (2)

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project