Re: Re: no soundcards found after Debian upgrade

2014-09-15 Thread Menashè Eliezer

Thanks Raffaele,
You are right, once I'm loading manually the snd-usb-audio, all is fine.
So, my work-around right now is running after each restart:
$ sudo modprobe snd-hda-intel snd-usb-audio

I'm very pleased to have back sound at my computer, thanks to this 
mailing list!


As for .asound file, here is its content:
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}

--
With kind regards,
Menashè



Re: no soundcards found after Debian upgrade

2014-09-15 Thread Raffaele Morelli
On 15/09/14 at 12:43pm, Menashè Eliezer wrote:
 Thanks Raffaele,
 You are right, once I'm loading manually the snd-usb-audio, all is fine.
 So, my work-around right now is running after each restart:
 $ sudo modprobe snd-hda-intel snd-usb-audio

You don't have to do it manually, just add those two lines in /etc/modules

snd-hda-intel
snd-usb-audio

But you'd better of using a file in /etc/modules-load.d/

eg. create my_alsa.conf in /etc/modules-load.d/
then add the lines above in it.


-- 
« Nunc est bibendum, nunc pede libero pulsanda tellus »


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140915112852.ga5...@gmail.com



Re: Re: no soundcards found after Debian upgrade

2014-09-15 Thread Menashè Eliezer
Both of them are already in /etc/modules and 
/etc/modules-load.d/modules.conf


No effect...

--
With kind regards,
Menashè


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/5416d849.2080...@ogs.trieste.it



Re: Re: no soundcards found after Debian upgrade

2014-09-15 Thread Raffaele Morelli
2014-09-15 14:15 GMT+02:00 Menashè Eliezer melie...@ogs.trieste.it:

 Both of them are already in /etc/modules and /etc/modules-load.d/modules.
 conf

 No effect...


​well, I am not a kernel doctor but something is clearly wrong with it


Re: no soundcards found after Debian upgrade

2014-09-14 Thread Raffaele Morelli
On 12/09/14 at 05:06pm, Menashè Eliezer wrote:
 Just adding information about the current status, after loading manually
 snd-hda-intel:
 
 1. The main volume control of xfce has no effect. I need to use the Audio
 Mixer for controlling the volume.
 
 2. There is no sound capture device. Jack and usb michrophones are not
 detected (even though I see the Logitach usb devices in lsusb. Just for
 info, I know I should report it later as a new problem. I had this problem
 also before the no sound cards problem.

You should dig into .asoundrc stuff for that, sure you need snd-usb-audio module
for your logitech webcam.


-- 
« Nunc est bibendum, nunc pede libero pulsanda tellus »


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140915050736.ga3...@gmail.com



Re: no soundcards found after Debian upgrade

2014-09-12 Thread Raffaele Morelli
On 11/09/14 at 05:45pm, Menashè Eliezer wrote:
 Thanks Raffaele,
 
 Please see below.
 
 With kind regards,
 Menashè
 
 On 09/11/2014 05:15 PM, debian-user-digest-requ...@lists.debian.org wrote:
 try loading snd-hda-intel first ( BTW it sounds really weird that no snd-*
   module is being loaded ).
 Good idea!
 modprobe snd-hda-intel results in detected sound cards.
 $aplay -l
  List of PLAYBACK Hardware Devices 
 Failed to create secure directory (/run/user/1000/pulse): Permission denied

Something is wrong with pulse and permission, maybe related to libpam-systemd
have at look at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731300#33




-- 
« Nunc est bibendum, nunc pede libero pulsanda tellus »


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140912065539.gb4...@gmail.com



Re: Re: no soundcards found after Debian upgrade

2014-09-12 Thread Menashè Eliezer

Thanks Raffaele,
My version of libpam-systemd is the latest available: 208-8. The bug 
you've mentioned was fixed in version 204-8.


I've noticed that pulseaudio is missing from the bin folder, even though 
aptitude says it's installed.
It must be connected to my attempts to resolve sound problems based on 
internet-based solutions.

So:
aptitude purge pulseaudio pulseaudio-utils gstreamer0.10-pulseaudio 
pulseaudio-module-x11 paman pavumeter pavucontrol

and then aptitude install ...
Still empty, also after restart: lsmod |grep snd_hda_intel
sudo modprobe snd-hda-intel
and playback is ok.
So, right now my problem is only that I need to run manually modprobe 
snd-hda-intel.


--
With kind regards,
Menashè


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/5412e401.8030...@ogs.trieste.it



Re: no soundcards found after Debian upgrade

2014-09-12 Thread Raffaele Morelli
On 12/09/14 at 02:16pm, Menashè Eliezer wrote:
 Thanks Raffaele,
 My version of libpam-systemd is the latest available: 208-8. The bug you've
 mentioned was fixed in version 204-8.
 
 I've noticed that pulseaudio is missing from the bin folder, even though
 aptitude says it's installed.
 It must be connected to my attempts to resolve sound problems based on
 internet-based solutions.
 So:
 aptitude purge pulseaudio pulseaudio-utils gstreamer0.10-pulseaudio
 pulseaudio-module-x11 paman pavumeter pavucontrol
 and then aptitude install ...
 Still empty, also after restart: lsmod |grep snd_hda_intel
 sudo modprobe snd-hda-intel
 and playback is ok.
 So, right now my problem is only that I need to run manually modprobe
 snd-hda-intel.

drop a line with `snd_hda_intel` into /etc/modules or create a file in
/etc/modules-load.d/ with that line in, module will be loaded on every boot..

BTW there should be a reason if module is not loaded properly during boot
process. 

-- 
« Nunc est bibendum, nunc pede libero pulsanda tellus »


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140912125302.gb16...@gmail.com



Re: Re: no soundcards found after Debian upgrade

2014-09-12 Thread Menashè Eliezer

snd-hda-intel is already at /etc/modules-load.d/modules.conf

--
With kind regards,
Menashè


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/541303b0.4040...@ogs.trieste.it



Re: Re: Re: no soundcards found after Debian upgrade

2014-09-12 Thread Menashè Eliezer
Just adding information about the current status, after loading manually 
snd-hda-intel:


1. The main volume control of xfce has no effect. I need to use the 
Audio Mixer for controlling the volume.


2. There is no sound capture device. Jack and usb michrophones are not 
detected (even though I see the Logitach usb devices in lsusb. Just for 
info, I know I should report it later as a new problem. I had this 
problem also before the no sound cards problem.


--
With kind regards,
Menashè


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/54130bed.9080...@ogs.trieste.it



Re: no soundcards found after Debian upgrade

2014-09-11 Thread Raffaele Morelli
On 10/09/14 at 05:33pm, Menashè Eliezer wrote:
 Thank you Raffaele and Elimar, but  lsmod | grep snd produces no results. I
 should have mentioned it before.

try loading snd-hda-intel first ( BTW it sounds really weird that no snd-*
 module is being loaded ).

Can you post the output of ls -l /etc/modprobe.d/ ?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140911060059.gb6...@gmail.com



Re: no soundcards found after Debian upgrade

2014-09-11 Thread Menashè Eliezer

Thanks Elimar.

$ dpkg -l | grep alsa\|asound :


ii  alsa-base 1.0.27+1  all  dummy 
package to ease purging of obsolete conffiles
ii  alsa-oss 1.0.28-1  amd64ALSA wrapper 
for OSS applications
ii  alsa-tools 1.0.28-1  amd64Console 
based ALSA utilities for specific hardware
ii  alsa-tools-gui 1.0.28-1  amd64GUI 
based ALSA utilities for specific hardware
ii  alsa-utils 1.0.28-1  amd64Utilities 
for configuring and using ALSA
ii  alsamixergui 0.9.0rc2-1-9.1amd64
graphical soundcard mixer for ALSA soundcard driver
ii  libalsaplayer0 0.99.81-1 amd64
alsaplayer plugin library
ii  libasound2:amd64 1.0.28-1  amd64
shared library for ALSA applications
ii  libasound2:i386 1.0.28-1  i386 
shared library for ALSA applications
ii  libasound2-data 1.0.28-1  all  
Configuration files and profiles for ALSA drivers
ii  libasound2-dev:amd64 1.0.28-1  amd64
shared library for ALSA applications -- development files
ii  libasound2-plugins:amd64 1.0.28-1+b1   
amd64ALSA library additional plugins
ii  libasound2-plugins:i386 1.0.28-1+b1   
i386 ALSA library additional plugins


--
With kind regards,
Menashè


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/5411603c.60...@ogs.trieste.it



Re: no soundcards found after Debian upgrade

2014-09-11 Thread Elimar Riesebieter
* Menashè Eliezer melie...@ogs.trieste.it [2014-09-11 10:41 +0200]:

 Thanks Elimar.
 
 $ dpkg -l | grep alsa\|asound :
 
 
 ii  alsa-base 1.0.27+1
 ii  alsa-oss 1.0.28-1
 ii  alsa-tools 1.0.28-1
 ii  alsa-tools-gui 1.0.28-1
 ii  alsa-utils 1.0.28-1
 ii  alsamixergui 0.9.0rc2-1-9.1
 ii  libalsaplayer0 0.99.81-1
 ii  libasound2:amd64 1.0.28-1
 ii  libasound2:i386 1.0.28-1
 ii  libasound2-data 1.0.28-1
 ii  libasound2-dev:amd64 1.0.28-1
 ii  libasound2-plugins:amd64 1.0.28-1+b1
 ii  libasound2-plugins:i386 1.0.28-1+b1

Looks ok, but it seems your kernel is buggy?

What tells
$ cat /proc/version
$ dpkg -l | grep linux-image
$ cat /etc/debian_version
?

Elimar
-- 
 Learned men are the cisterns of knowledge,
  not the fountainheads ;-)


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140911091246.gb10...@galadriel.home.lxtec.de



Re: no soundcards found after Debian upgrade

2014-09-11 Thread Menashè Eliezer

Thanks Elimar,
Please see below.

With kind regards,
Menashè



Looks ok, but it seems your kernel is buggy?

What tells
$ cat /proc/version
Linux version 3.14-2-amd64 (debian-ker...@lists.debian.org) (gcc version 
4.8.3 (Debian 4.8.3-7) ) #1 SMP Debian 3.14.15-2 (2014-08-09)

$ dpkg -l | grep linux-image
ii  linux-image-3.10-2-amd64 3.10.7-1  
amd64Linux 3.10 for 64-bit PCs
ii  linux-image-3.10-3-amd64 3.10.11-1 
amd64Linux 3.10 for 64-bit PCs
rc  linux-image-3.11-2-amd64 3.11.10-1 
amd64Linux 3.11 for 64-bit PCs
rc  linux-image-3.12-1-amd64 3.12.9-1  
amd64Linux 3.12 for 64-bit PCs
rc  linux-image-3.13-1-amd64 3.13.10-1 
amd64Linux 3.13 for 64-bit PCs
ii  linux-image-3.14-1-amd64 3.14.12-1 
amd64Linux 3.14 for 64-bit PCs
ii  linux-image-3.14-2-amd64 3.14.15-2 
amd64Linux 3.14 for 64-bit PCs
ii  linux-image-3.9-1-amd64 3.9.8-1   
amd64Linux 3.9 for 64-bit PCs
ii  linux-image-amd64 3.14+59   amd64
Linux for 64-bit PCs (meta-package)



$ cat /etc/debian_version

jessie/sid

?

Elimar



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/5411c1cf.1000...@ogs.trieste.it



Re: no soundcards found after Debian upgrade

2014-09-11 Thread Menashè Eliezer

Thanks Raffaele,

Please see below.

With kind regards,
Menashè

On 09/11/2014 05:15 PM, debian-user-digest-requ...@lists.debian.org wrote:

try loading snd-hda-intel first ( BTW it sounds really weird that no snd-*
  module is being loaded ).

Good idea!
modprobe snd-hda-intel results in detected sound cards.
$aplay -l
 List of PLAYBACK Hardware Devices 
Failed to create secure directory (/run/user/1000/pulse): Permission denied
card 0: PCH [HDA Intel PCH], device 0: ALC662 rev3 Analog [ALC662 rev3 
Analog]

  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

As Root, but then:
$speaker-test -Dsurround51:Live -c6 -twav

speaker-test 1.0.28

Playback device is surround51:Live
Stream parameters are 48000Hz, S16_LE, 6 channels
WAV file(s)
ALSA lib confmisc.c:768:(parse_card) cannot find card 'Live'
ALSA lib conf.c:4259:(_snd_config_evaluate) function 
snd_func_card_driver returned error: No such device

ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_concat 
returned error: No such device

ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer 
returned error: No such device

ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM surround51:Live
Playback open error: -19,No such device


As a user I got:

    List of PLAYBACK Hardware Devices 
   Failed to create secure directory (/run/user/1000/pulse): Permission
   denied
   and then the list.

Should I follow  *Run pulseaudio systemwide* from 
http://unix.stackexchange.com/questions/89977/pulseaudio-failed-to-create-secure-directory-in-nfs-share 
?

Anyway, snd-hda-intel is found at /etc/modules


Can you post the output of ls -l/etc/modprobe.d/  ?

total 40

   -rw-r--r-- 1 root root 1215 Sep  4 11:38 alsa-base.conf
   -rw-r--r-- 1 root root 1238 Feb  7  2014 alsa-base.conf~
   -rw-r--r-- 1 root root 1215 Aug 20 14:12 alsa-base.conf.orig
   -rw-r--r-- 1 root root0 Sep 10 15:11 dkms.conf
   -rw-r--r-- 1 root root  410 Jun 28 13:28 fbdev-blacklist.conf
   -rw-r--r-- 1 root root   51 May 11 01:22 modesetting.conf
   -rw-r--r-- 1 root root   17 Sep  4 12:59 nobeep.conf
   -rw-r--r-- 1 root root   70 Nov 14  2012 oss4-base.conf
   -rw-r--r-- 1 root root 3916 Nov 23  2013 oss4-base_noALSA.conf
   -rw-r--r-- 1 root root 1059 Nov 23  2013 oss4-base_noOSS3.conf
   -rw-r--r-- 1 root root   26 Jan  6  2013 radeon-kms.conf



Re: no soundcards found after Debian upgrade

2014-09-11 Thread Menashè Eliezer

   if you are *not* using systemd, then make sure you are in the audio
   group

   for example run: id $USER

   floris

Thanks Floris, I'm using systemd and anyway the problem occurs also as Root.

--
With kind regards,
Menashè



Re: no soundcards found after Debian upgrade

2014-09-10 Thread Raffaele Morelli
On 10/09/14 at 11:34am, Menashè Eliezer wrote:
 Hello, I have /Debian testing/ in which the sound was fine. Few days ago,
 after an update, I have no soundcards found with aplay -l. lspci:
 00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family
 High Definition Audio Controller (rev 04). I've tried everything and
 searched everwhere. I prefer not reinstalling the OS. I hope someone can
 help me.

check if kernel module is loaded with lsmod

eg. lsmod |grep snd_hda_intel

if yes, probably you miss the 'model' extra option somewhere in
/etc/modprobe.d/alsa.conf (or whatever)


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140910102256.ga31...@gmail.com



Re: no soundcards found after Debian upgrade

2014-09-10 Thread Elimar Riesebieter
* Menashè Eliezer melie...@ogs.trieste.it [2014-09-10 11:34 +0200]:

 Hello, I have /Debian testing/ in which the sound was fine. Few days ago,
 after an update, I have no soundcards found with aplay -l. lspci:
 00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family
 High Definition Audio Controller (rev 04). I've tried everything and
 searched everwhere. I prefer not reinstalling the OS. I hope someone can
 help me.

What tells:
$ lsmod | grep snd

Elimar
-- 
 We all know Linux is great... it does infinite loops in 5 seconds.
-Linus Torvalds


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140910102517.ga2...@galadriel.home.lxtec.de



Re: no soundcards found after Debian upgrade

2014-09-10 Thread Floris
Op Wed, 10 Sep 2014 11:34:02 +0200 schreef Menashè Eliezer  
melie...@ogs.trieste.it:


Hello, I have Debian testing in which the sound was fine. Few days ago,  
after an update, I have no soundcards found with aplay -l. lspci:  
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset  
Family High Definition Audio Controller (rev 04). I've tried  
everything and searched everwhere. I prefer not reinstalling the OS. I  
hope someone can help me.


Thanks,
Menashè


if you are *not* using systemd, then make sure you are in the audio group

for example run: id $USER

floris

Re: no soundcards found after Debian upgrade

2014-09-10 Thread Menashè Eliezer
Thank you Raffaele and Elimar, but  lsmod | grep snd produces no 
results. I should have mentioned it before.


Thanks Floris, I'm in the audio group. It happens even with a Root user.

--
With kind regards,
Menashè


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/54106f47.2080...@ogs.trieste.it



Re: no soundcards found after Debian upgrade

2014-09-10 Thread Elimar Riesebieter
* Menashè Eliezer melie...@ogs.trieste.it [2014-09-10 17:33 +0200]:

 Thank you Raffaele and Elimar, but  lsmod | grep snd produces no results. I
 should have mentioned it before.
 
 Thanks Floris, I'm in the audio group. It happens even with a Root user.

$ dpkg -l | grep alsa\|asound
?

Elimar
-- 
 Experience is something you don't get until
  just after you need it!


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140910170008.ga10...@galadriel.home.lxtec.de