Re: Lost Sound from On-board Sound Card

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Clemens,


Hi, thanks for taking the time to help me on this. Attached is the CLI output you asked for. Also, a 2nd listing of what happens after I run a virtual machine.

Yesterday, late in the day, a friend recommended I plug in my external USB hard drive, as I have a virtual box on there of Linux Mint 13. Pretty much a bare bones install from the same disk I used to make Linux Mint on my laptop. I get the beep for login, I run Firefox to You Tube, lots of audio.

I go back to my physical machine that is having problems, sound now works. Wow, that really surprised me. Hardware is fine, clearly a configuration problem of some kind on the physical box.

I then shut everything down, running a from-the-top test. Started up the laptop, without starting up the virtual machine. The sound is now gone.

I fire up the virtual machine, no beep when I login. Hmmmmm.... The sound still does not work on the virtual machine and the laptop.

I fire up Firefox on virtual machine, hit You Tube. The sound nows works.

I go back to my physical machine that was having problems, sound still works.

I shut down virtual box, close out of VM manager. I go back to my physical machine that was having problems, sound still works.

As you can see from the attached TXT files, the audio is not there, but it works after the VM runs. My humble analogy is something is stuck, and the VM kicks everything into to gear. So, what does all of this prove? We needs to happen to the physical box?


Stephen H. Dawson
(865) 804-3454
http://www.linkedin.com/in/shdcs


On 10/23/2012 02:54 AM, Clemens Ladisch wrote:
Stephen H. Dawson wrote:
I installed an application yesterday, ZynAddSubFX.  All was working well
yesterday.  Shutdown the computer, no problems.  Today, startup the
computer and no sound.  Sound card not found.
Does the HDA controller appear in the output of lspci?
Is the sound driver (snd-hda-intel) loaded (see lsmod)?
Does the device appear in /proc/asound/cards?
Does "aplay something.wav" work?


Regards,
Clemens



stephen@SONY ~ $ lsmod
Module                  Size  Used by
nls_iso8859_1          12617  1 
nls_cp437              12751  1 
vfat                   17308  1 
fat                    55605  1 vfat
uas                    17828  0 
usb_storage            39646  3 
snd_hda_codec_realtek   174313  1 
snd_hda_intel          32765  4 
snd_hda_codec         109562  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep              13276  1 snd_hda_codec
snd_pcm                80845  3 snd_hda_intel,snd_hda_codec
snd_timer              28931  1 snd_pcm
snd                    62064  13 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore              14635  1 snd
snd_page_alloc         14115  2 snd_hda_intel,snd_pcm
powermate              12864  0 
pci_stub               12550  1 
vboxpci                22882  0 
vboxnetadp             13328  0 
vboxnetflt             27211  1 
vboxdrv               252189  4 vboxpci,vboxnetadp,vboxnetflt
rfcomm                 38139  0 
bnep                   17830  2 
bluetooth             158438  10 rfcomm,bnep
parport_pc             32114  0 
ppdev                  12849  0 
binfmt_misc            17292  1 
ip6t_LOG               16846  4 
xt_hl                  12465  6 
ip6t_rt                12473  3 
nf_conntrack_ipv6      13581  7 
nf_defrag_ipv6         13139  1 nf_conntrack_ipv6
tifm_sd                17566  0 
pcmcia                 39791  0 
ipt_REJECT             12512  1 
ipt_LOG                12783  5 
xt_limit               12541  12 
xt_tcpudp              12531  18 
xt_addrtype            12596  4 
ext2                   67987  1 
joydev                 17393  0 
xt_state               12514  14 
ip6table_filter        12711  1 
ip6_tables             18432  3 ip6t_LOG,ip6t_rt,ip6table_filter
nf_conntrack_netbios_ns    12585  0 
nf_conntrack_broadcast    12541  1 nf_conntrack_netbios_ns
nf_nat_ftp             12595  0 
nf_nat                 24959  1 nf_nat_ftp
nf_conntrack_ipv4      19084  9 nf_nat
nf_defrag_ipv4         12649  1 nf_conntrack_ipv4
nf_conntrack_ftp       13183  1 nf_nat_ftp
nf_conntrack           73847  8 nf_conntrack_ipv6,xt_state,nf_conntrack_netbios_ns,nf_conntrack_broadcast,nf_nat_ftp,nf_nat,nf_conntrack_ipv4,nf_conntrack_ftp
iptable_filter         12706  1 
ip_tables              18106  1 iptable_filter
x_tables               21974  13 ip6t_LOG,xt_hl,ip6t_rt,ipt_REJECT,ipt_LOG,xt_limit,xt_tcpudp,xt_addrtype,xt_state,ip6table_filter,ip6_tables,iptable_filter,ip_tables
tifm_7xx1              12937  0 
ipw2200               146210  0 
libipw                 46701  1 ipw2200
psmouse                96684  0 
yenta_socket           27428  0 
pcmcia_rsrc            18367  1 yenta_socket
i915                  414979  4 
tifm_core              15040  2 tifm_sd,tifm_7xx1
serio_raw              13027  0 
cfg80211              178679  2 ipw2200,libipw
lib80211               14040  2 ipw2200,libipw
drm_kms_helper         45466  1 i915
sony_laptop            39681  0 
pcmcia_core            21511  3 pcmcia,yenta_socket,pcmcia_rsrc
drm                   197599  5 i915,drm_kms_helper
mac_hid                13077  0 
i2c_algo_bit           13199  1 i915
video                  19068  1 i915
lp                     17455  0 
parport                40930  3 parport_pc,ppdev,lp
usbhid                 41906  0 
hid                    77367  1 usbhid
firewire_ohci          40180  0 
firewire_core          56906  1 firewire_ohci
crc_itu_t              12627  1 firewire_core
e100                   36289  0 
stephen@SONY ~ $ modprobe snd-hda-intel
stephen@SONY ~ $ ls -la /proc/asound/cards
-r--r--r-- 1 root root 0 Oct 23 08:04 /proc/asound/cards
stephen@SONY ~ $ sudo modprobe -v snd_hda_intel
stephen@SONY ~ $ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
stephen@SONY ~ $ lspci
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
00:1d.0 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
06:03.0 CardBus bridge: Texas Instruments PCI7420 CardBus Controller
06:03.2 FireWire (IEEE 1394): Texas Instruments PCI7x20 1394a-2000 OHCI Two-Port PHY/Link-Layer Controller
06:03.3 Mass storage controller: Texas Instruments PCI7420/7620 Combo CardBus, 1394a-2000 OHCI and SD/MS-Pro Controller
06:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
06:08.0 Ethernet controller: Intel Corporation 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller Mobile (rev 03)
stephen@SONY ~ $ 
stephen@SONY ~ $ lsmod -v
Usage: lsmod
stephen@SONY ~ $ aplay -l
aplay: device_list:252: no soundcards found...
stephen@SONY ~ $ lspci
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
00:1d.0 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
06:03.0 CardBus bridge: Texas Instruments PCI7420 CardBus Controller
06:03.2 FireWire (IEEE 1394): Texas Instruments PCI7x20 1394a-2000 OHCI Two-Port PHY/Link-Layer Controller
06:03.3 Mass storage controller: Texas Instruments PCI7420/7620 Combo CardBus, 1394a-2000 OHCI and SD/MS-Pro Controller
06:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
06:08.0 Ethernet controller: Intel Corporation 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller Mobile (rev 03)
stephen@SONY ~ $ /proc/asound/cards
bash: /proc/asound/cards: No such file or directory
stephen@SONY ~ $ ls -la /proc/asound/cards
ls: cannot access /proc/asound/cards: No such file or directory
stephen@SONY ~ $ lsmod
Module                  Size  Used by
powermate              12864  0 
pci_stub               12550  1 
vboxpci                22882  0 
vboxnetadp             13328  0 
vboxnetflt             27211  0 
vboxdrv               252189  3 vboxpci,vboxnetadp,vboxnetflt
rfcomm                 38139  0 
bnep                   17830  2 
bluetooth             158438  10 rfcomm,bnep
parport_pc             32114  0 
ppdev                  12849  0 
binfmt_misc            17292  1 
ip6t_LOG               16846  4 
xt_hl                  12465  6 
ip6t_rt                12473  3 
nf_conntrack_ipv6      13581  7 
nf_defrag_ipv6         13139  1 nf_conntrack_ipv6
tifm_sd                17566  0 
pcmcia                 39791  0 
ipt_REJECT             12512  1 
ipt_LOG                12783  5 
xt_limit               12541  12 
xt_tcpudp              12531  18 
xt_addrtype            12596  4 
ext2                   67987  1 
joydev                 17393  0 
xt_state               12514  14 
ip6table_filter        12711  1 
ip6_tables             18432  3 ip6t_LOG,ip6t_rt,ip6table_filter
nf_conntrack_netbios_ns    12585  0 
nf_conntrack_broadcast    12541  1 nf_conntrack_netbios_ns
nf_nat_ftp             12595  0 
nf_nat                 24959  1 nf_nat_ftp
nf_conntrack_ipv4      19084  9 nf_nat
nf_defrag_ipv4         12649  1 nf_conntrack_ipv4
nf_conntrack_ftp       13183  1 nf_nat_ftp
nf_conntrack           73847  8 nf_conntrack_ipv6,xt_state,nf_conntrack_netbios_ns,nf_conntrack_broadcast,nf_nat_ftp,nf_nat,nf_conntrack_ipv4,nf_conntrack_ftp
iptable_filter         12706  1 
ip_tables              18106  1 iptable_filter
x_tables               21974  13 ip6t_LOG,xt_hl,ip6t_rt,ipt_REJECT,ipt_LOG,xt_limit,xt_tcpudp,xt_addrtype,xt_state,ip6table_filter,ip6_tables,iptable_filter,ip_tables
tifm_7xx1              12937  0 
ipw2200               146210  0 
libipw                 46701  1 ipw2200
psmouse                96684  0 
yenta_socket           27428  0 
pcmcia_rsrc            18367  1 yenta_socket
i915                  414979  3 
tifm_core              15040  2 tifm_sd,tifm_7xx1
serio_raw              13027  0 
cfg80211              178679  2 ipw2200,libipw
lib80211               14040  2 ipw2200,libipw
drm_kms_helper         45466  1 i915
sony_laptop            39681  0 
pcmcia_core            21511  3 pcmcia,yenta_socket,pcmcia_rsrc
drm                   197599  4 i915,drm_kms_helper
mac_hid                13077  0 
i2c_algo_bit           13199  1 i915
video                  19068  1 i915
lp                     17455  0 
parport                40930  3 parport_pc,ppdev,lp
usbhid                 41906  0 
hid                    77367  1 usbhid
firewire_ohci          40180  0 
firewire_core          56906  1 firewire_ohci
crc_itu_t              12627  1 firewire_core
e100                   36289  0 
stephen@SONY ~ $ modprobe snd-hda-intel
WARNING: Error inserting soundcore (/lib/modules/3.2.0-32-generic/kernel/sound/soundcore.ko): Operation not permitted
WARNING: Error inserting snd (/lib/modules/3.2.0-32-generic/kernel/sound/core/snd.ko): Operation not permitted
WARNING: Error inserting snd_timer (/lib/modules/3.2.0-32-generic/kernel/sound/core/snd-timer.ko): Operation not permitted
WARNING: Error inserting snd_pcm (/lib/modules/3.2.0-32-generic/kernel/sound/core/snd-pcm.ko): Operation not permitted
WARNING: Error inserting snd_hwdep (/lib/modules/3.2.0-32-generic/kernel/sound/core/snd-hwdep.ko): Operation not permitted
WARNING: Error inserting snd_hda_codec (/lib/modules/3.2.0-32-generic/kernel/sound/pci/hda/snd-hda-codec.ko): Operation not permitted
FATAL: Error inserting snd_hda_intel (/lib/modules/3.2.0-32-generic/kernel/sound/pci/hda/snd-hda-intel.ko): Operation not permitted
stephen@SONY ~ $ sudo modprobe -v snd_hda_intel
[sudo] password for stephen: 
insmod /lib/modules/3.2.0-32-generic/kernel/sound/core/snd-page-alloc.ko 
insmod /lib/modules/3.2.0-32-generic/kernel/sound/soundcore.ko 
install /sbin/modprobe --ignore-install snd  && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
insmod /lib/modules/3.2.0-32-generic/kernel/sound/core/snd.ko 
insmod /lib/modules/3.2.0-32-generic/kernel/sound/core/snd-timer.ko 
install modprobe --ignore-install snd-pcm  && { modprobe --quiet snd-pcm-oss ; : ; }
insmod /lib/modules/3.2.0-32-generic/kernel/sound/core/snd-pcm.ko 
insmod /lib/modules/3.2.0-32-generic/kernel/sound/core/snd-hwdep.ko 
insmod /lib/modules/3.2.0-32-generic/kernel/sound/pci/hda/snd-hda-codec.ko 
insmod /lib/modules/3.2.0-32-generic/kernel/sound/pci/hda/snd-hda-intel.ko 
stephen@SONY ~ $ 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Alsa-user mailing list
Alsa-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-user

[Index of Archives]     [ALSA Devel]     [Linux Audio Users]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]

  Powered by Linux