Skip to main content

Thread: My soundcard on studio 1749 ubuntu 10.10 does not work


hi lovely community,

please me soundcard working?
try post relevant informations maybe need.
code:
dennis@dennis-studio-1749:~$ lsb_release -d  description:	ubuntu 10.10  dennis@dennis-studio-1749:~$ uname -r  2.6.35-25-generic  dennis@dennis-studio-1749:~$ cat /proc/asound/cards   0 [intel          ]: hda-intel - hda intel                        hda intel @ 0xf0300000 irq 47   1 [generic        ]: hda-intel - hd-audio generic                        hd-audio generic @ 0xcfedc000 irq 48  dennis@dennis-studio-1749:~$ aplay -l  **** liste der hardware-geräte (playback) ****  karte 0: intel [hda intel], gerät 0: stac92xx analog [stac92xx analog]    sub-geräte: 0/1    sub-gerät #0: subdevice #0  karte 1: generic [hd-audio generic], gerät 3: hdmi 0 [hdmi 0]    sub-geräte: 1/1    sub-gerät #0: subdevice #0  dennis@dennis-studio-1749:~$ aplay /usr/share/sounds/alsa/noise.wav  wiedergabe: wave '/usr/share/sounds/alsa/noise.wav' : signed 16 bit little endian, rate: 48000 hz, mono  dennis@dennis-studio-1749:~$ lspci -nnk | grep -ia2 audio   00:1b.0 audio device [0403]: intel corporation 5 series/3400 series chipset high definition audio [8086:3b56] (rev 06)  	subsystem: dell device [1028:041b]  	kernel driver in use: hda intel  --  02:00.1 audio device [0403]: ati technologies inc redwood hdmi audio [radeon hd 5600 series] [1002:aa60]  	subsystem: dell device [1028:041b]  	kernel driver in use: hda intel  dennis@dennis-studio-1749:~$ ps -c esd    pid tty          time cmd  dennis@dennis-studio-1749:~$ ps -c arts    pid tty          time cmd  dennis@dennis-studio-1749:~$ ps -c pulseaudio    pid tty          time cmd   2267 ?        00:00:04 pulseaudio  dennis@dennis-studio-1749:~$ grep "^audio" /etc/group | grep "$user" | wc -l  1  dennis@dennis-studio-1749:~$ lsmod | grep "snd"  snd_hda_codec_hdmi     26909  1   snd_hda_codec_idt      69222  1   snd_hda_intel          27627  3   snd_hda_codec         100236  3 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel  snd_hwdep               6674  1 snd_hda_codec  snd_pcm                95653  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec  snd_seq_midi            6412  0   snd_rawmidi            22710  1 snd_seq_midi  snd_seq_midi_event      7195  1 snd_seq_midi  snd_seq                61487  2 snd_seq_midi,snd_seq_midi_event  snd_timer              23976  2 snd_pcm,snd_seq  snd_seq_device          7034  3 snd_seq_midi,snd_rawmidi,snd_seq  snd                    70823  17 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq_midi,snd_rawmidi,snd_seq_midi_event,snd_seq,snd_timer,snd_seq_device  soundcore               1240  1 snd  snd_page_alloc          8780  2 snd_hda_intel,snd_pcm  dennis@dennis-studio-1749:~$ head -n 3 /proc/asound/card0/codec#0  codec: idt 92hd73c1x5  address: 0  afg function id: 0x1 (unsol 1)  dennis@dennis-studio-1749:~$ head -n 3 /proc/asound/card0/codec97#0/ac97#0-0  head: „/proc/asound/card0/codec97#0/ac97#0-0“ kann nicht zum lesen geöffnet werden: datei oder verzeichnis nicht gefunden  dennis@dennis-studio-1749:~$ head -n 3 /proc/asound/card0/codec97#0/ac97#0-0+regs  head: „/proc/asound/card0/codec97#0/ac97#0-0+regs“ kann nicht zum lesen geöffnet werden: datei oder verzeichnis nicht gefunden  dennis@dennis-studio-1749:~$ asoundconf list  asoundconf: befehl nicht gefunden  dennis@dennis-studio-1749:~$ cat ~/.asoundrc  cat: /home/dennis/.asoundrc: datei oder verzeichnis nicht gefunden  dennis@dennis-studio-1749:~$ cat ~/.asoundrc.asoundconf  cat: /home/dennis/.asoundrc.asoundconf: datei oder verzeichnis nicht gefunden  dennis@dennis-studio-1749:~$   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  options snd-hda-intel modell=dell  options snd-hda-intel index=0
please me i'm getting cracy this.
thanx help.
dennis605

did check sound settings? intel sound should work.


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] My soundcard on studio 1749 ubuntu 10.10 does not work


Ubuntu

Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

PProHeadless.exe has stopped working error when opening projects in Adobe Media Encoder CS6

Preconditions Failed. - Joomla! Forum - community, help and support