Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:setting_up_sound [2012/10/27 09:34] – [Research your sound device] model=auto aus9 | wiki:setting_up_sound [2018/10/04 20:21] (current) – [Rich setup guide] aus9 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | under re-construction Now 2 pages will fix up contents later | ||
| - | |||
| ======ALSA====== | ======ALSA====== | ||
| Sound is NOT built into base CorePlus, MicroCore or TinyCore, sound is implemented via extensions. I assume you are reading this because you a newbie. | Sound is NOT built into base CorePlus, MicroCore or TinyCore, sound is implemented via extensions. I assume you are reading this because you a newbie. | ||
| - | |||
| - | |||
| - | |||
| =====OSS versus ALSA===== | =====OSS versus ALSA===== | ||
| Line 28: | Line 23: | ||
| {{wiki: | {{wiki: | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | =====Rich setup guide===== | ||
| + | Install alsa-config.tcz and alsa.tcz | ||
| + | |||
| + | Install alsamixergui.tcz (optional) | ||
| + | |||
| + | Set the volume control on the front of the speaker about 1/3 of the way up | ||
| + | |||
| + | Run: | ||
| + | < | ||
| + | |||
| + | This produced a slight thump as the card was found and initialized. That command | ||
| + | also unmuted the speakers and set the mixer volumes at sane levels. | ||
| + | |||
| + | Run: | ||
| + | < | ||
| + | |||
| + | If all went well, you should hear the phrases | ||
| + | your left and right speakers respectively. | ||
| + | |||
| + | Run: | ||
| + | < | ||
| + | |||
| + | Run: | ||
| + | < | ||
| + | |||
| + | Run: | ||
| + | < | ||
| + | |||
| + | Run a backup to save your setup. | ||
| =====Hearing sound using ALSA===== | =====Hearing sound using ALSA===== | ||
| Line 120: | Line 149: | ||
| =====asoundrc wiki=====\\ | =====asoundrc wiki=====\\ | ||
| http:// | http:// | ||
| - | |||
| - | |||
| | | ||
| Line 164: | Line 191: | ||
| If you have multiple sound devices or the mixer channels are not correct or still no sound continue reading please. | If you have multiple sound devices or the mixer channels are not correct or still no sound continue reading please. | ||
| + | |||
| =====Technical details for Newbies if no sound===== | =====Technical details for Newbies if no sound===== | ||
| To hear sound, you need a sound tcz to load called alsa.tcz (this also loads dependencies)\\ | To hear sound, you need a sound tcz to load called alsa.tcz (this also loads dependencies)\\ | ||
| Line 220: | Line 248: | ||
| * modules exist, but a system setting such as the bootcode has " | * modules exist, but a system setting such as the bootcode has " | ||
| * modules exist, but a module " | * modules exist, but a module " | ||
| + | |||
| =====alsaconf when the aplay list is empty===== | =====alsaconf when the aplay list is empty===== | ||
| If you downloaded alsa and its in your onboot list and you rebooted, you should have sound devices configured. You may need to adjust the mixers to **hear** sound. However, if | If you downloaded alsa and its in your onboot list and you rebooted, you should have sound devices configured. You may need to adjust the mixers to **hear** sound. However, if | ||
| Line 232: | Line 261: | ||
| Users with ISA sound devices may need alsaconf. If the only changes were to mixer levels or running alsaconf you can now jump to [[alsa_part2# | Users with ISA sound devices may need alsaconf. If the only changes were to mixer levels or running alsaconf you can now jump to [[alsa_part2# | ||
| + | |||
| ===== blacklist ===== | ===== blacklist ===== | ||
| This option needs edit of your boot loader config with root powers. This is **unofficial** recommended way for all users where:\\ | This option needs edit of your boot loader config with root powers. This is **unofficial** recommended way for all users where:\\ | ||
| Line 249: | Line 279: | ||
| If you have multiple modules to blacklist you can use the formula | If you have multiple modules to blacklist you can use the formula | ||
| ^blacklist=sound_module_name, | ^blacklist=sound_module_name, | ||
| + | |||
| =====Blacklist for permanent disable of internal sound device===== | =====Blacklist for permanent disable of internal sound device===== | ||
| So if you have a computer where the internal sound, onboard or isa or pci is faulty or deficient, blacklist the internal sound module. | So if you have a computer where the internal sound, onboard or isa or pci is faulty or deficient, blacklist the internal sound module. | ||
| Line 271: | Line 302: | ||
| </ | </ | ||
| In other words, what we test live, is roughly what we show in bootlocal but drop the word sudo | In other words, what we test live, is roughly what we show in bootlocal but drop the word sudo | ||
| + | |||
| =====Reasons for changing===== | =====Reasons for changing===== | ||
| In this section, the blacklist is the same as the modprobe -r command. But we are doing it, because you find that the mixer channels or switches or options are not a match to your actual hardware. This is true for my intel device and may be true of a number of intel devices but also affects some other sound module users such as AC97. | In this section, the blacklist is the same as the modprobe -r command. But we are doing it, because you find that the mixer channels or switches or options are not a match to your actual hardware. This is true for my intel device and may be true of a number of intel devices but also affects some other sound module users such as AC97. | ||
| Line 298: | Line 330: | ||
| </ | </ | ||
| If this is too much info for newbies, ignore the modinfo command. | If this is too much info for newbies, ignore the modinfo command. | ||
| + | |||
| =====Research your sound device===== | =====Research your sound device===== | ||
| lsmod shows what your sound module is. Now use that information to check the list of files for {{http:// | lsmod shows what your sound module is. Now use that information to check the list of files for {{http:// | ||
| Line 335: | Line 368: | ||
| and so we now use model=auto. | and so we now use model=auto. | ||
| + | |||
| =====bootlocal.sh tweaks - Part two -- to change mixer controls or settings===== | =====bootlocal.sh tweaks - Part two -- to change mixer controls or settings===== | ||
| Line 342: | Line 376: | ||
| ^/ | ^/ | ||
| - | eg I use / | + | eg I use / |
| ====Part 2 where you have not blacklisted==== | ====Part 2 where you have not blacklisted==== | ||
| You will need a remove module and re-insert module command, using formula | You will need a remove module and re-insert module command, using formula | ||
| Line 356: | Line 391: | ||
| {{wiki: | {{wiki: | ||
| - | =====index issues===== | + | =====index |
| As a general rule, most software applications, | As a general rule, most software applications, | ||
| Line 374: | Line 409: | ||
| =====Page 2===== | =====Page 2===== | ||
| [[wiki: | [[wiki: | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||