|
OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
|
Thread Tools | Display Modes |
|
|||
No Audio Present
I have installed gnome windows manager, but there is no audio present. Below is part of the dmesg in respect to the audio.
Code:
azalia0 at pci0 dev 3 function 0 "Intel Core 4G HD Audio" rev 0x0b: msi azalia0: No codecs found |
|
|||
I have something like that in dmesg:
Code:
dmesg | grep -i -e azalia[0-9] -e audio[0-9] azalia0 at pci0 dev 27 function 0 "Intel 7 Series HD Audio" rev 0x04: msi azalia0: codecs: Realtek ALC269, Intel/0x2806, using Realtek ALC269 audio0 at azalia0 and it is working well. I can enable audio by: Code:
/usr/bin/mixerctl outputs.master=110,110 /usr/bin/mixerctl outputs.master.mute=off /usr/bin/mixerctl outputs.master=110,110 Code:
fw_update -av -p http://firmware.openbsd.org/firmware/snapshots/ Code:
fw_update -av -p http://firmware.openbsd.org/firmware/5.8/ Last edited by e1-531g; 5th March 2016 at 09:59 AM. |
|
||||
I don't believe this is a firmware issue, instead this is just how the Core 4G HD Audio connects. Others with this hardware have the same results, and a -current system with this hardware does not produce any codecs message at all.
My assumption (until we hear from jjstorm) is that this is a typical azalia(4) audio configuration issue which can be resolved with mixerctl(1) settings as described in FAQ 13. |
|
|||
I created a config file /etc/mixerctl.conf and added the line below to it:
Code:
outputs.master=255,255 |
|
|||
In Openbox I have configured shortcuts to change volume, but they are quite primitive.
I think it is good thing to have shortcuts in desktop environment for changing volume if you ie often watch movies. Personally I would not prefer high value by default after boot, because you can launch movie/music and then it can be too loud. |
|
|||
Quote:
Quote:
I cleaned mine up a bit in tint2 by configuring x11/openbox to skip the task bar for just tray-app. Code:
<applications> <application name="sound" class="Sound" type="utility"> <desktop>all</desktop> <layer>above</layer> <skip_taskbar>yes</skip_taskbar> </application> </applications> Last edited by shep; 6th March 2016 at 06:23 PM. Reason: added pavucontrol |
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
azalia Intel SCH HD Audio strange audio issues | tehsean | OpenBSD General | 3 | 26th August 2012 12:21 AM |
Partition(s) present but not detected after panic | jb_daefo | FreeBSD General | 0 | 29th May 2009 07:01 PM |
macmini audio | gosha | OpenBSD General | 15 | 14th January 2009 02:43 AM |
Audio & Headphones | JMJ_coder | General Hardware | 3 | 10th November 2008 05:21 PM |
dhcpd problems... dynamic and static leases present | edhunter | FreeBSD General | 7 | 16th May 2008 02:34 PM |