UniAud Frequently Asked Questions: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
   copy alsahlp$ alsalog.txt
   copy alsahlp$ alsalog.txt
:It will generate a full log like:
:It will generate a full log like:
Based on linux 4.14.202
OSS32_Initialize: Start address: f0336000
kobject: 'snd_seq' (0xf01953c8): kobject_add_internal: parent: '<NULL>', set: '<NULL>'
   
   
 
kobject: 'devices' (0xf01954b0): kobject_add_internal: parent: 'snd_seq', set: '<NULL>'
kobject: 'drivers' (0xf0195504): kobject_add_internal: parent: 'snd_seq', set: '<NULL>'
bus: 'snd_seq': registered
OSS32_Initialize1: Start address: f0336000
bus: 'snd_seq': add driver opl3_seq
...
==Articles==
* [[Uniaud]]
* [[Unimix]]
* [http://www.edm2.com/index.php/UNIAUD32.SYS UNIAUD32.SYS]
* [[UniAud Information]]
* [[Using Unimix to Know More About Your Sound Card]]
[[Category:Device driver]]
[[Category:Device driver]]

Latest revision as of 02:36, 23 July 2021

What is UniAud?

A. The UniAud project is the universal audio driver for OS/2 or eComStation OS, based on ALSA project

On my great Thinkpad notebook everything detected ok, but sound plays only 1 sec. What have I do?

A. Go to ThinkPad setup and Disable USB BOOT.

Uniaud detected my card successfully but no sound.

A. Try to install uniaud with amount of installed cards = 0 (see section below) reboot and then install uniaud with amount of cards = 1.

Uniaud detected my card successfully but when I try to play something I got error "MCI Error 5134 - No device driver found".

A. Replace :\MMOS2\MMPM2.INI with one, that comes with this pack reboot and reinstall Uniaud.

Uniaud detected my card successfully but when I try to play something I got repeat sound.

A. Make sure than your audio PCI device has exclusive irq (it is not necessary in meanwhile but some PCI devices cannot work on same shared irq). Useful tool for that is pci.exe, which you can download here.

Where can I get support for UniAud?

A: Open a ticket at: http://svn.netlabs.org/uniaud/

Getting more hardware Information while using UniAud.

A: You can get a hardware report by:

 copy alsahlp$ alsalog.txt
It will generate a full log like:
Based on linux 4.14.202
OSS32_Initialize: Start address: f0336000
kobject: 'snd_seq' (0xf01953c8): kobject_add_internal: parent: '<NULL>', set: '<NULL>'

kobject: 'devices' (0xf01954b0): kobject_add_internal: parent: 'snd_seq', set: '<NULL>'

kobject: 'drivers' (0xf0195504): kobject_add_internal: parent: 'snd_seq', set: '<NULL>'

bus: 'snd_seq': registered

OSS32_Initialize1: Start address: f0336000
bus: 'snd_seq': add driver opl3_seq
...

Articles