** Description changed:

- 1- Sound is working  but i can't record with the internal microphone
- 2- I checked volume levels with alsamixer and everything is in 100%
- 
--------------------------------------------------------------------------------------------------------------------------------------
- lspci : Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller (rev 03)
- 
--------------------------------------------------------------------------------------------------------------------------------------
+ The sound is working fine, but i can't record with the internal
+ microphone. i check the levels in alsamixer and everything is in 100%.
+ please help me !!
+ 
+ my laptop model is : Packardbell Easynote TR-87
+ 
+ 
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
+ 
+    $ dpkg -l alsa-*
+ 
+ Desired=Unknown/Install/Remove/Purge/Hold 
+ | 
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend 
+ |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) 
+ ||/ Nombre         Versión       Descripción 
+ 
+++-==============-==============-============================================ 
+ ii  alsa-base      1.0.23+dfsg-1u ALSA driver configuration files 
+ un  alsa-oss       <ninguna>      (no hay ninguna descripción disponible) 
+ ii  alsa-utils     1.0.23-2ubuntu Utilities for configuring and using ALSA 
+ 
+ 
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
+ 
+     $ lspci -nn | grep Audio
+ 
+ 00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD
+ Audio Controller [8086:293e] (rev 03)
+ 
+ 
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
+ 
+      $ cat /proc/asound/card0/codec#0 | grep Codec
+ Codec: VIA VT1702
+ 
+ 
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
+ 
+      $ hwinfo --sound
+ 
+ > hal.1: read hal dataprocess 2005: arguments to dbus_move_error() were 
incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in 
file dbus-errors.c line 278. 
+ This is normally a bug in some application using the D-Bus library. 
+ libhal.c 3483 : Error unsubscribing to signals, error=The name 
org.freedesktop.Hal was not provided by any .service files 
+ 13: PCI 1b.0: 0403 Audio device                                 
+   [Created at pci.318] 
+   Unique ID: u1Nb.qtgE2CKW7I2 
+   SysFS ID: /devices/pci0000:00/0000:00:1b.0 
+   SysFS BusID: 0000:00:1b.0 
+   Hardware Class: sound 
+   Model: "Intel 82801I (ICH9 Family) HD Audio Controller" 
+   Vendor: pci 0x8086 "Intel Corporation" 
+   Device: pci 0x293e "82801I (ICH9 Family) HD Audio Controller" 
+   SubVendor: pci 0x1025 "Acer Incorporated [ALI]" 
+   SubDevice: pci 0x020a 
+   Revision: 0x03 
+   Driver: "HDA Intel" 
+   Driver Modules: "snd_hda_intel" 
+   Memory Range: 0xf0700000-0xf0703fff (rw,non-prefetchable) 
+   IRQ: 45 (4417 events) 
+   Module Alias: "pci:v00008086d0000293Esv00001025sd0000020Abc04sc03i00" 
+   Driver Info #0: 
+     Driver Status: snd_hda_intel is active 
+     Driver Activation Cmd: "modprobe snd_hda_intel" 
+   Config Status: cfg=new, avail=yes, need=no, active=unknown 
+ 
+ 
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
+ 
+      $ cat /etc/modprobe.d/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 to be 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 at 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 to be 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 by it anyway) 
+ install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { 
/sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; } 
+ # Prevent abnormal drivers from 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 for snd-cmipci 
+ options snd-cmipci mpu_port=0x330 fm_port=0x388 
+ # Keep snd-pcsp from being loaded as first soundcard 
+ options snd-pcsp index=-2 
+ # Keep snd-usb-audio from beeing loaded as first soundcard 
+ options snd-usb-audio index=-2 
+ 
+ 
+ 
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
+ 
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
+ 
+ 
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: alsa-base 1.0.23+dfsg-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.35-19.28-generic 2.6.35.3
  Uname: Linux 2.6.35-19-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: i386
  AudioDevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/controlC0:  gato       1460 F.... pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf0700000 irq 45'
     Mixer name : 'Intel Cantiga HDMI'
     Components : 'HDA:11061398,1025020a,00100100 
HDA:14f12c06,10250093,00100000 HDA:80862802,80860101,00100000'
     Controls      : 29
     Simple ctrls  : 15
  Date: Sun Sep  5 16:36:42 2010
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Beta i386 (20100901.1)
  PackageArchitecture: all
  ProcEnviron:
   LANG=es_ES.utf8
   SHELL=/bin/bash
  SelectedCard: 0 Intel HDA-Intel - HDA Intel
  SourcePackage: alsa-driver
  Symptom: audio
  Title: [VIA VT1702] Recording problem
  dmi.bios.date: 12/24/2009
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.18
  dmi.board.name: SJM50MV
  dmi.board.vendor: Packard Bell
  dmi.board.version: Rev
  dmi.chassis.type: 10
  dmi.chassis.vendor: Packard Bell
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.18:bd12/24/2009:svnPackardBell:pnSJM50MV:pvr0100:rvnPackardBell:rnSJM50MV:rvrRev:cvnPackardBell:ct10:cvrN/A:
  dmi.product.name: SJM50MV
  dmi.product.version: 0100
  dmi.sys.vendor: Packard Bell

** Summary changed:

- [VIA VT1702] Recording problem on Easynote TR87
+ Internal mic doesn't work on laptop

** Summary changed:

- Internal mic doesn't work on laptop
+ Internal mic doesn't work in my laptop

-- 
Internal mic doesn't work in my laptop
https://bugs.launchpad.net/bugs/631121
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to