Skip to main content

Thread: Sound devices have all turned gray except Dummy Device 12.10 64bit


i had realteak motherboard sound , usb gamecon 780 sound working fine. booted , they're grayed out , have "dummy output".
history, installed kubuntu 12.10 onto 120gb partition (/deb/sdb5) w/ 8gb swap (/dev/sdb6). got ssd, share swap partition boot ssd anyway (tho getting errors mounting swap @ times, that's separate issue) run windows gave 10gb kubuntu. not enough, discovered --bind option mount, here's fstab:

# /etc/fstab: static file system information.
#
# use 'blkid' print universally unique identifier a
# device; may used uuid= more robust way name devices
# works if disks added , removed. see fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / on /dev/sda3 during installation
uuid=0b115957-998c-492f-83f0-2f0bc0cdd62a / ext4 noatime,errors=remount-ro 0 1
# swap on /dev/sdb6 during installation
uuid=6de58d89-f303-4f63-8784-76748f960e20 none swap sw 0 0
# hdd linux partition
uuid=c165c7b3-f5aa-4379-94c8-9fb25830909e /mnt/linux ext4 noatime,data=writeback,barrier=0,nobh,errors=remou nt-ro,suid
# mount hdd /usr local /usr
/mnt/linux/usr /usr bind defaults,bind 0 0
#mount hdd /lib local /lib
/mnt/linux/lib /lib bind defaults,bind 0 0
/mnt/linux/lib32 /lib32 bind defaults,bind 0 0
/mnt/linux/lib64 /lib64 bind defaults,bind 0 0
/mnt/linux/opt /opt bind defaults,bind 0 0

i'm going put info here possible can me:

output of `mount`:


justin@justin-fx6831:/etc/modprobe.d$ mount
/dev/sda3 on / type ext4 (rw,noatime,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
/dev/sdb5 on /mnt/linux type ext4 (rw,noatime,data=writeback,barrier=0,nobh,errors=r emount-ro)
/mnt/linux/usr on /usr type none (rw,bind)
/mnt/linux/lib on /lib type none (rw,bind)
/mnt/linux/lib32 on /lib32 type none (rw,bind)
/mnt/linux/lib64 on /lib64 type none (rw,bind)
/mnt/linux/opt on /opt type none (rw,bind)

mounts working, had reinstall bunch of stuff it's been working grand week now. left home var , tmp on ssd. odd glitch picked hdmi output default when rebooted, , every , i'd message kde 2 dozen lines saying
hda alc888 (or similar)
no longer detected, remove? hit no.

wanted more control installed pavuctontrol, pain in butt dependencies, allowed me force off hdmi good. movies, music, games, until tonight when boot , see dummy device sound device , none of sound modules loading anymore!
lsmod:
module size used by
fglrx 5201123 93
amd_iommu_v2 19098 1 fglrx
bnep 18141 2
rfcomm 46620 0
parport_pc 32689 0
bluetooth 209249 10 bnep,rfcomm
ppdev 17074 0
usblp 18141 0
lp 17760 0
parport 46346 3 parport_pc,ppdev,lp
vesafb 13798 1
firewire_ohci 40402 0
firewire_core 64369 1 firewire_ohci
hid_generic 12541 0
usb_storage 48834 0
usbhid 46987 0
hid 100411 2 hid_generic,usbhid
crc_itu_t 12708 1 firewire_core
wmi 19071 0
pata_jmicron 12748 0
ahci 25721 3
libahci 31192 1 ahci
e1000e 199273 0

justin@justin-fx6831:/etc/modprobe.d$ ls -l /proc/asound
ls: cannot access /proc/asound: no such file or directory

justin@justin-fx6831:/etc/modprobe.d$ ps -ef |grep pulse
justin 2254 1 0 00:09 ? 00:00:06 /usr/bin/pulseaudio --start --log-target=syslog
justin 2816 2288 0 00:21 pts/0 00:00:00 grep --color=auto pulse




alsa-base.conf installed except after started added 1 line it:
options snd-hda-intel model=auto changed nothing took out

justin@justin-fx6831:~$ cat alsa-base.conf
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7


# cause optional modules loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $cmdline_opts && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
#
# workaround @ bug #499695 (reverted in ubuntu see lp #319505)
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $cmdline_opts && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $cmdline_opts && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $cmdline_opts && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $cmdline_opts && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# cause optional modules loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $cmdline_opts && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $cmdline_opts && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }


# load saa7134-alsa instead of saa7134 (which gets dragged in anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $cmdline_opts && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
# prevent abnormal drivers grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-caiaq index=-2
options snd-usb-ua101 index=-2
options snd-usb-us122l index=-2
options snd-usb-usx2y index=-2
# ubuntu #62691, enable mpu snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# keep snd-pcsp being loaded first soundcard
options snd-pcsp index=-2
# keep snd-usb-audio beeing loaded first soundcard
options snd-usb-audio index=-2









justin@justin-fx6831:/etc/modprobe.d$ lspci |grep -i audio
00:1b.0 audio device: intel corporation 5 series/3400 series chipset high definition audio (rev 06)
01:00.1 audio device: advanced micro devices [amd] nee ati cayman/antilles hdmi audio [radeon hd 6900 series]

justin@justin-fx6831:~$ lsusb |grep -i plan
bus 002 device 003: id 047f:c010 plantronics, inc.


justin@justin-fx6831:/etc/modprobe.d$ alsamixer
cannot open mixer: no such file or directory

sooooo
don't can load "snd" , "snd-hda-intel" module using sudo modprobe command line, loads dependencies, , voila onboard sound works (it doesn't work if snd, have snd-hda-intel also) alsamixer, pavucontrol, movies, works fine. can load snd-usb-audio , headphones work too.
justin@justin-fx6831:~$ lsmod
module size used by
snd_usb_audio 130468 2
snd_usbmidi_lib 24939 1 snd_usb_audio
snd_hda_codec_hdmi 32049 1
snd_hda_codec_realtek 78147 1
snd_hda_intel 33492 5
snd_hda_codec 134213 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_i ntel
snd_hwdep 17699 2 snd_usb_audio,snd_hda_codec
snd_pcm 96668 6 snd_usb_audio,snd_hda_codec_hdmi,snd_hda_intel,snd _hda_codec
snd_page_alloc 18485 2 snd_hda_intel,snd_pcm
snd_seq_midi 13325 0
snd_rawmidi 30513 2 snd_usbmidi_lib,snd_seq_midi
snd_seq_midi_event 14900 1 snd_seq_midi
snd_seq 61555 2 snd_seq_midi,snd_seq_midi_event
snd_timer 29426 2 snd_pcm,snd_seq
snd_seq_device 14498 3 snd_seq_midi,snd_rawmidi,snd_seq
snd 78921 24 snd_usb_audio,snd_usbmidi_lib,snd_hda_codec_hdmi,s nd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,s nd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd _seq_device
soundcore 15048 1 snd
fglrx 5201123 93
amd_iommu_v2 19098 1 fglrx
bnep 18141 2
rfcomm 46620 0
parport_pc 32689 0
bluetooth 209249 10 bnep,rfcomm
ppdev 17074 0
usblp 18141 0
lp 17760 0
parport 46346 3 parport_pc,ppdev,lp
vesafb 13798 1
firewire_ohci 40402 0
firewire_core 64369 1 firewire_ohci
hid_generic 12541 0
usb_storage 48834 0
usbhid 46987 0
hid 100411 2 hid_generic,usbhid
crc_itu_t 12708 1 firewire_core
wmi 19071 0
pata_jmicron 12748 0
ahci 25721 3
libahci 31192 1 ahci
e1000e 199273 0

justin@justin-fx6831:~$ cat /proc/asound/cards
0 [intel ]: hda-intel - hda intel
hda intel @ 0xfbcf4000 irq 56
1 [generic ]: hda-intel - hd-audio generic
hd-audio generic @ 0xfbdbc000 irq 57
2 [p780 ]: usb-audio - plantronics gamecom 780
plantronics plantronics gamecom 780 @ usb-0000:00:1d.0-1.5, full speed





said worked fine week or two. it's it's not loading alsa modules or reading alsa-base.conf or something. said didn't touch alsa-base.conf except 1 line after problems started. no relevant alsaerrors in dmesg or syslog either.
wait cancel that, have in syslog:

[ 10.234258] init: alsa-restore main process (1156) terminated status 19



suppose hard code these /etc/modules, seems crude , not how it's meant done. can me troubleshoot why it's not loading snd modules?

understanding mounted configuration kind of bent head ...

think if booted system , did not custom modprobing, instead ran alsa diagnostic script, review of might reveal not happening should happen.

per https://wiki.ubuntu.com/audio/alsainfo

do:

code:
cd ~/   wget http://www.alsa-project.org/alsa-info.sh -o alsa-info.sh && bash alsa-info.sh


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [kubuntu] Sound devices have all turned gray except Dummy Device 12.10 64bit


Ubuntu

Comments

Popular posts from this blog

Some mp4 files not displaying correctly (CS6)

Thread: Samba is not authenticating with LDAP