Use hardcoded settings for VIA VT1708S (they are reported to work
[AROS.git] / workbench / devs / AHI / Drivers / HDAudio / README.txt
blob33e25556abe7a1abfd13e48858c17afb12b03612
1 HDAudio driver for AROS
2 ======================
4 Thanks to
5 ---------
7 This driver was originally by Davy Wentzler and paid for by Stephen Jones
8 from Cluster UK Software Ltd (http://www.clusteruk.com).
9 In order to open-source it, many people donated to the HDaudio bounty.
11 Installation
12 ------------
13 Please copy the file devs/AHI/hdaudio.audio to devs:AHI and
14 devs/AudioModes/HDAUDIO to devs:AudioModes.
15 Then copy the hdaudio.config file to ENVARC: and reboot.
17 Start AHI prefs and look for an entry called 'hdaudio'. If present,
18 select this one for all units and make sure the volume is at 0 dB.
19 Press the 'Play a test sound' button to see if the driver works.
21 Don't forget to donate to ClusterUK if you haven't done so already!
24 6.14: * Improved detection of speaker node
25       * Added headphone detection: when a speaker and headphone are found,
26         the speaker will be muted when the headphone is connected.
27       * Thanks to donations from Gero Birkenfeld (aka gerograph)!
30 Troubleshooting
31 ---------------
32 If the entry 'hdaudio' does not show up in AHI prefs, start PCITool from
33 AROS:Tools and look up the device which has a description of 'Multimedia' or
34 'High Definition Audio' in the Product Name. Note the VendorID and ProductID.
35 Make sure these 2 ID's are present in ENVARC:hdaudio.config. If not, add this
36 entry.
37 For example, PCITool says that VendorID = 0x10de and ProductID = 0x044a, add
38 a new line in hdaudio.config with
39 0x10de, 0x044a
40 Pay attention to the comma and space, it must be present.
41 Reboot and try again.
44 If the 'hdaudio' entry still does not show up, or you don't hear sound, please
45 add an entry called 'QUERY' to hdaudio.config, for example:
47 QUERY
48 0x8086, 0x2668
49 0x8086, 0x269A
50 0x8086, 0x27D8
51 etc...
52 Reboot and try again.
55 If this all fails, please do the following:
56 Change QUERY to QUERYD in the config file and save it.
57 Reboot
58 Start sashimi from AROS:Tools/Debug
59 Make the sashimi window as tall as possible
60 Start AHI prefs
61 Select the 'hdaudio' entry.
62 If present, press the 'Play a test sound' button
63 Grab the sashimi output and send it to drivers@audio-evolution.com.