LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-27-2018, 12:00 PM   #16
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053

Quote:
Originally Posted by narrowfocus View Post
Alsamixer just offers

- default
0 HDA NVidia
1 HDA Creative
so did you try to highlight '1 HDA Creative', press enter, see if you have sound?

it's also possible that after uninstalling pulseaudio, some rogue configuration leftovers.
like /etc/asound.conf - what's the content of that?
you can try to move it out of the way:
Code:
mv /etc/asound.conf /etc/asound.conf.not
the same for ~/.asoundrc.

it just might help, but maybe you have to restart alsa, or reboot if you don't know how to do that.
 
1 members found this post helpful.
Old 02-27-2018, 01:12 PM   #17
narrowfocus
LQ Newbie
 
Registered: Nov 2017
Location: North of England
Distribution: Debian. In the past RH, SL and (very briefly) Ubuntu
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Emerson View Post
When the driver is loaded device nodes are created, below are mine for example.
Code:
$ ls -l /dev/snd/
total 0
drwxr-xr-x 2 root root       60 Feb 23 22:35 by-id
drwxr-xr-x 2 root root       80 Feb 23 22:35 by-path
crw-rw---- 1 root audio 116,  2 Feb 23 22:35 controlC0
crw-rw---- 1 root audio 116, 11 Feb 23 22:35 controlC1
crw-rw---- 1 root audio 116,  4 Feb 24 21:02 pcmC0D0c
crw-rw---- 1 root audio 116,  3 Feb 26 16:36 pcmC0D0p
crw-rw---- 1 root audio 116, 10 Feb 23 22:35 pcmC0D10p
crw-rw---- 1 root audio 116,  5 Feb 23 22:35 pcmC0D2c
crw-rw---- 1 root audio 116,  6 Feb 23 22:35 pcmC0D3p
crw-rw---- 1 root audio 116,  7 Feb 23 22:35 pcmC0D7p
crw-rw---- 1 root audio 116,  8 Feb 23 22:35 pcmC0D8p
crw-rw---- 1 root audio 116,  9 Feb 23 22:35 pcmC0D9p
crw-rw---- 1 root audio 116, 12 Feb 23 22:35 pcmC1D0c
crw-rw---- 1 root audio 116, 33 Feb 23 22:35 timer
These can be used by any sound application, these are the devices your VLC can see. Note, to use these nodes the user must be member of audio group. If your system was meant to work with PulseAudio then your user may not be in audio group, you may need to add it.
Thanks; that's very useful.

I checked that I am already in the audio group. (And checked that speakers do work on another system.)

One thing. My /etc/init lists

Code:
4 -rw-r--r-- 1 root  278 May 29  2017 anacron.conf
4 -rw-r--r-- 1 root 2493 Jun  2  2015 networking.conf
4 -rw-r--r-- 1 root  933 Jun  2  2015 network-interface.conf
4 -rw-r--r-- 1 root  530 Jun  2  2015 network-interface-container.conf
4 -rw-r--r-- 1 root 1756 Jun  2  2015 network-interface-security.conf
4 -rw-r--r-- 1 root  337 Jul  5  2017 udev.conf
4 -rw-r--r-- 1 root  360 Jul  5  2017 udevmonitor.conf
4 -rw-r--r-- 1 root  352 Jul  5  2017 udevtrigger.conf
4 -rw-r--r-- 1 root  138 Jan 23  2017 usb-modeswitch-upstart.conf
[/etc/init ]$
so maybe I need to get alsa into this?
 
Old 02-27-2018, 02:22 PM   #18
Myk267
Member
 
Registered: Apr 2012
Location: California
Posts: 422
Blog Entries: 16

Rep: Reputation: Disabled
A relatively low impact way to diagnose your system might be downloading some live distributions to see if sound works on those. If you find that one of those works, you can take note of the settings and possibly the kernel version and diff them from your own configuration.

Both MX Linux (4.13.13) and Knoppix (4.12.7) are Debian derivatives and both have more up to date kernels than Debian's default 4.9 series.

I wouldn't jump ship from Debian just because the default kernel isn't the latest. You can find kernels up through 4.14.x in backports if it turns out that's what you need.
 
Old 02-28-2018, 06:37 AM   #19
narrowfocus
LQ Newbie
 
Registered: Nov 2017
Location: North of England
Distribution: Debian. In the past RH, SL and (very briefly) Ubuntu
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
so did you try to highlight '1 HDA Creative', press enter, see if you have sound?
Yes, but no change.

Quote:
it's also possible that after uninstalling pulseaudio, some rogue configuration leftovers.
like /etc/asound.conf - what's the content of that?
you can try to move it out of the way:
Code:
mv /etc/asound.conf /etc/asound.conf.not
the same for ~/.asoundrc.

it just might help, but maybe you have to restart alsa, or reboot if you don't know how to do that.
I did a reboot and then looked for these. I don't have /etc/asound.conf --- in fact no asound files or alsa in /etc

I have got ~/.alsaplayer which contains a config file but this appears to be an uncustomized blank.

Nothing in ~/.local/share/

Good to have checked these though, thanks.

I am getting Knoppix and will see what that produces.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Newish to Linux Marie Townes LinuxQuestions.org Member Intro 0 11-12-2011 08:23 PM
Distros and Drivers for Newish Monitors and TV cards...? Novatian Linux - Desktop 2 10-04-2009 01:01 PM
newish nvidia drivers on ubuntu maxreason Ubuntu 4 12-31-2008 11:31 PM
Newish to Linux, and to here - Stultiloquent Stultiloquent LinuxQuestions.org Member Intro 4 04-09-2006 05:37 AM
Building newish system for Linux! AMD64 worth it? ChivalricRonin Linux - Hardware 14 12-19-2004 12:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 09:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration