Hi Dennis,

On 24 December 2017 at 01:56, Simon Quigley <tsimo...@lubuntu.me> wrote:

> On 12/23/2017 07:50 PM, Dennis Castanos wrote:
> > Lubuntu 17.10 is not picking up my sound card on my Dell 6410 laptop.
> > Works in Windows. Device manager reads it ‘High Definition Audio Device
> > Controller Microsoft Windows’
> >
> > Any help would be great. -Dennis
>
> Have you tried opening pavucontrol and tweaking things there?
>

Any help?

1. A friend that benefited on a refurbished laptop from the Computer
Wombling Scheme had a sound problem. It was fixed by clicking on the
loudspeaker icon on the bottom right of the screen and selecting "unmute"
(IIRC).

2. Ensure the PulseAudio package is installed.

3. Check the kernel log. I use the dmesg command for that. Not sure how
comfortable you are with that. You could try this command. (You can change
the word sound for more relevant search terms):-
dmesg | grep -i -A 4 sound

That runs the command dmesg which outputs the kernel ring buffer and sends
it to the grep command. I use the -i parameter to make the search
case-insensitive and the -A 4 parameter to print 4 lines per successful
search.

HTH,


Ian

-- 
-- ACCU - Professionalism in programming - http://www.accu.org
-- My writing - https://sites.google.com/site/ianbruntlett/
-- Free Software page -
https://sites.google.com/site/ianbruntlett/home/free-software
-- 
Lubuntu-users mailing list
Lubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/lubuntu-users

Reply via email to