Thread: sound problems 10.4
having usual problems in 10.4 sound, driver seems installed , running ok, nothing on mute, aplay -l results are:
mikeh@mikeh-laptop:~$ aplay -l
**** list of playback hardware devices ****
card 0: intel [hda intel], device 0: conexant analog [conexant analog]
subdevices: 1/1
subdevice #0: subdevice #0
card 0: intel [hda intel], device 1: conexant digital [conexant digital]
subdevices: 0/1
subdevice #0: subdevice #0
ran this:
mikeh@mikeh-laptop:~$ lspci
00:00.0 host bridge: intel corporation mobile 945gm/pm/gms, 943/940gml , 945gt express memory controller hub (rev 03)
00:01.0 pci bridge: intel corporation mobile 945gm/pm/gms, 943/940gml , 945gt express pci express root port (rev 03)
00:1b.0 audio device: intel corporation n10/ich 7 family high definition audio controller (rev 02)
00:1c.0 pci bridge: intel corporation n10/ich 7 family pci express port 1 (rev 02)
00:1c.1 pci bridge: intel corporation n10/ich 7 family pci express port 2 (rev 02)
00:1c.2 pci bridge: intel corporation n10/ich 7 family pci express port 3 (rev 02)
00:1d.0 usb controller: intel corporation n10/ich7 family usb uhci controller #1 (rev 02)
00:1d.1 usb controller: intel corporation n10/ich 7 family usb uhci controller #2 (rev 02)
00:1d.2 usb controller: intel corporation n10/ich 7 family usb uhci controller #3 (rev 02)
00:1d.3 usb controller: intel corporation n10/ich 7 family usb uhci controller #4 (rev 02)
00:1d.7 usb controller: intel corporation n10/ich 7 family usb2 ehci controller (rev 02)
00:1e.0 pci bridge: intel corporation 82801 mobile pci bridge (rev e2)
00:1f.0 isa bridge: intel corporation 82801gbm (ich7-m) lpc interface bridge (rev 02)
00:1f.2 ide interface: intel corporation 82801gbm/ghm (ich7 family) sata ide controller (rev 02)
00:1f.3 smbus: intel corporation n10/ich 7 family smbus controller (rev 02)
01:00.0 vga compatible controller: nvidia corporation g73 [geforce go 7600] (rev a1)
02:00.0 ethernet controller: intel corporation 82573l gigabit ethernet controller
03:00.0 network controller: intel corporation pro/wireless 3945abg [golan] network connection (rev 02)
0a:04.0 cardbus bridge: texas instruments pcixx12 cardbus controller
0a:04.1 firewire (ieee 1394): texas instruments pcixx12 ohci compliant ieee 1394 host controller
0a:04.2 mass storage controller: texas instruments 5-in-1 multimedia card reader (sd/mmc/ms/ms pro/xd)
0a:04.3 sd host controller: texas instruments pcixx12 sda standard compliant sd host controller
mikeh@mikeh-laptop:~$
wondering if alsa driver configured properly:
# 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-us122l index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq 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
options snd-hda-intel model=ref
appreciated.
have tried pulse audio (synaptics)? system/pref/sound
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] sound problems 10.4
Ubuntu
Comments
Post a Comment