DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 28th July 2019
PapaParrot's Avatar
PapaParrot PapaParrot is offline
parrot
 
Join Date: Jul 2015
Location: Durango, Mx.
Posts: 472
Default Turning on Audio , sound

This is a HP pavillion laptop :
Dmesg-output
For complete dmesg ^^===
Ok , this is the part that I think is relevant:
Code:
azalia0 at pci0 dev 27 function 0 "Intel 82801I HD Audio" rev 0x03: msi
azalia0: codecs: IDT 92HD75B1/2, Intel/0x2802, using IDT 92HD75B1/2
audio0 at azalia0
There is some little lights, that show the sound is muted, but I can not find any button or switch that unmutes the sound/audio, so the first place I checked was at the HP website, and saddly all I found was instructions showing how to turn it on using some software that is for ms windows, but nothing showing a switch or key to use,...
And I did look at some manuals/ tutorial I found doing a search, but am having a hard time following what I read, is there a way to un mute the audio via the cli ?
If any other details are needed, I will post them,..
Thanks
P.S. Normally sound is a non issue for me, I can't hardly hear anything any way, buy I want to give the laptop to my granddaughter, and she will want to play some music, and watch videos. VLC is working fine for the videos, but no sound available. Maybe there is a package I need, that I am not aware of ? I don't know, thanks
Reply With Quote
  #2   (View Single Post)  
Old 29th July 2019
PapaParrot's Avatar
PapaParrot PapaParrot is offline
parrot
 
Join Date: Jul 2015
Location: Durango, Mx.
Posts: 472
Default

mixerctl output:
Code:
outputs.hp_source=mix2
outputs.hp_boost=off
outputs.mic_dir=input-vr80
outputs.spkr_source=dac-2:3
inputs.dac-0:1_mute=off
inputs.dac-0:1=126,126
inputs.dac-2:3_mute=off
inputs.dac-2:3=126,126
inputs.sel_source=mix2
inputs.mix2_source=dac-0:1,dac-2:3,sel2,sel3
inputs.mix2_dac-0:1=120,120
inputs.mix2_dac-2:3=120,120
inputs.mix2_sel2=120,120
inputs.mix2_sel3=120,120
inputs.mic2=85,85
inputs.sel2_source=mic
outputs.sel2=85,85
inputs.sel3_source=mic
outputs.sel3=85,85
record.adc-0:1_source=mic2
record.adc-0:1_mute=off
record.adc-0:1=119,119
record.adc-2:3_source=sel3
record.adc-2:3_mute=off
record.adc-2:3=119,119
inputs.sel6_source=adc-0:1
inputs.sel7_source=adc-0:1
inputs.beep_mute=off
inputs.beep=85
outputs.hp_sense=unplugged
outputs.mic_sense=unplugged
outputs.line-in_sense=unplugged
outputs.spkr_muters=hp
outputs.master=126,126
outputs.master.mute=off
outputs.master.slaves=dac-0:1,dac-2:3
record.volume=119,119
record.volume.mute=off
record.volume.slaves=adc-0:1,adc-2:3
record.enable=sysctl
====edited===
On my desktop PC, audio just worked, and I did not have to do anything special, but the laptop is different,apparently.

Last edited by PapaParrot; 29th July 2019 at 01:59 PM. Reason: Added note
Reply With Quote
  #3   (View Single Post)  
Old 29th July 2019
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

Quote:
outputs.master=126,126
You can likely double the master output volume.

Code:
mixerctl outputs.master=200,200
Your max values will likely be around 254.

mixerctl(1).

To make the change permanent make an /etc/mixerctl.conf entry per the man page.
Reply With Quote
  #4   (View Single Post)  
Old 29th July 2019
PapaParrot's Avatar
PapaParrot PapaParrot is offline
parrot
 
Join Date: Jul 2015
Location: Durango, Mx.
Posts: 472
Default

Thanks, I will give that a try
=====
Yes, it worked good, I still can not hear it, but my granddaughter says thanks, and she can hear it now.
__________________
My best friends are parrots

Last edited by PapaParrot; 29th July 2019 at 03:32 PM. Reason: confirm, it worked
Reply With Quote
  #5   (View Single Post)  
Old 29th July 2019
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

Quote:
outputs.spkr_source=dac-2:3
inputs.dac-0:1_mute=off
inputs.dac-0:1=126,126
inputs.dac-2:3_mute=off
inputs.dac-2:3=126,126
The speaker output is feed by dac-2.3. You can likely boost the dac-2.3 values. I would do this incrementally as laptop speakers are not very robust and can be over-driven and damaged.
Reply With Quote
  #6   (View Single Post)  
Old 29th July 2019
PapaParrot's Avatar
PapaParrot PapaParrot is offline
parrot
 
Join Date: Jul 2015
Location: Durango, Mx.
Posts: 472
Default

Ok, thanks again, I kind of figured it was something I could change using 'mixerctl' but wanted to make sure, before I started changing anything, I don't know why the LED light on the laptop shows "muted", guess that does not matter though , now, it is not muted and increasing the output
as you showed did the trick:
Code:
mixerctl outputs.master=200,200
__________________
My best friends are parrots
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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
turning on more ttys .. daemonfowl OpenBSD General 4 11th May 2012 02:49 PM
No sound azalia intel 82801H HD Audio rjtp OpenBSD General 10 12th May 2011 05:42 AM
Issue when turning off modem noise on dial-in and dial-up + mgetty undercoverdaememon OpenBSD General 0 5th October 2010 02:04 PM
Recording sound with external sound card backrow OpenBSD General 5 21st August 2009 08:17 PM


All times are GMT. The time now is 07:39 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick