You are not logged in.

#1 2009-10-27 08:04:52

frank_einstien
Member
Registered: 2006-08-09
Posts: 51

Sound problems with KDE4 and intel mobo

Hi

I just installed Arch with kdemod4.3.2. I tried to playback an audio file in Amarok but it keeps telling my that all sound systems HDA-intel ALC888, JACK and ESD do not work. Other apps are also silent. I have enabled the ESD daemon as shown below. Since Im a relative newb and ignorant of the KDE4 sound architecture, I dont know the appropriate diagnostics or logs, but I included these:

DAEMONS=(!syslog-ng network !netfs !crond @dbus @mysqld esd hal kdm)

bash-4.0# uname -a
Linux myhost 2.6.30-ARCH #1 SMP PREEMPT Fri Jul 31 18:10:38 UTC 2009 i686 Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz GenuineIntel GNU/Linux

bash-4.0# lsmod             
Module                  Size  Used by
nls_cp437               5444  2      
vfat                   11108  2      
fat                    51812  1 vfat 
ipv6                  277972  16     
i915                  183016  2      
drm                   154656  3 i915 
i2c_algo_bit            5864  1 i915 
video                  19832  1 i915 
output                  2884  1 video
ext3                  134380  1      
jbd                    48504  1 ext3 
mbcache                 7080  1 ext3 
usblp                  12996  0      
usb_storage            51456  1      
snd_seq_dummy           2696  0      
snd_hda_codec_realtek   206504  1    
snd_seq_oss            31168  0      
snd_seq_midi_event      7012  1 snd_seq_oss
snd_seq                53744  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          6768  3 snd_seq_dummy,snd_seq_oss,snd_seq           
snd_pcm_oss            40352  0                                             
psmouse                59644  0                                             
i2c_i801                9656  0                                             
snd_hda_intel          26664  3                                             
snd_hda_codec          71716  2 snd_hda_codec_realtek,snd_hda_intel         
snd_mixer_oss          17540  1 snd_pcm_oss                                 
ppdev                   7656  0                                             
parport_serial          6372  0                                             
uhci_hcd               23540  0                                             
ehci_hcd               35664  0                                             
intel_agp              27484  1                                             
agpgart                32756  3 drm,intel_agp                               
i2c_core               22776  4 i915,drm,i2c_algo_bit,i2c_i801              
heci                   57516  0                                             
snd_hwdep               7656  1 snd_hda_codec                               
snd_pcm                73672  4 snd_pcm_oss,snd_hda_intel,snd_hda_codec     
snd_timer              21100  3 snd_seq,snd_pcm                             
snd                    58436  15 snd_hda_codec_realtek,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_hda_intel,snd_hda_codec,snd_mixer_oss,snd_hwdep,snd_pcm,snd_timer                                                                     
parport_pc             36964  1 parport_serial                                  
parport                34380  2 ppdev,parport_pc                                
usbcore               150192  5 usblp,usb_storage,uhci_hcd,ehci_hcd             
iTCO_wdt               10952  0                                                 
iTCO_vendor_support     3080  1 iTCO_wdt                                        
e1000e                121588  0                                                 
serio_raw               5704  0                                                 
evdev                  10176  8                                                 
pcspkr                  2372  0                                                 
sg                     27928  0                                                 
fan                     4392  0                                                 
thermal                13888  0                                                 
soundcore               6848  1 snd                                             
snd_page_alloc          8876  2 snd_hda_intel,snd_pcm                           
processor              35800  0                                                 
button                  5556  0                                                 
battery                10984  0                                                 
ac                      4360  0                                                 
rtc_cmos               11212  0                                                 
rtc_core               18048  1 rtc_cmos                                        
rtc_lib                 2500  1 rtc_core                                        
reiserfs              241896  2                                                 
sr_mod                 16612  0                                                 
sd_mod                 27328  8                                                 
cdrom                  36032  1 sr_mod                                          
pata_acpi               4228  0                                                 
ata_generic             4680  0                                                 
ata_piix               23080  5                                                 
pata_marvell            3524  0                                                 
libata                168012  4 pata_acpi,ata_generic,ata_piix,pata_marvell     
scsi_mod              110708  5 usb_storage,sg,sr_mod,sd_mod,libata

Please tell me what else to include here.


Serial ignoramus- a day of experience 365 times.

Offline

#2 2009-10-27 10:28:44

Mikko777
Member
From: Suomi, Finland
Registered: 2006-10-30
Posts: 837

Re: Sound problems with KDE4 and intel mobo

DAEMONS=(@syslog-ng @network @hal @crond @mysqld @alsa  @kdm)

pacman -S (alsa and phonon-xine backend)

Offline

#3 2009-10-28 08:47:23

frank_einstien
Member
Registered: 2006-08-09
Posts: 51

Re: Sound problems with KDE4 and intel mobo

I got alsa-utils, alsa-lib and kdemod-phonon-backend-xine. I But amarok reports that the device Intel HDA ALC888 does not work. Other apps like smplayer and alsaplayer are also silent.


Serial ignoramus- a day of experience 365 times.

Offline

#4 2009-10-29 07:34:21

frank_einstien
Member
Registered: 2006-08-09
Posts: 51

Re: Sound problems with KDE4 and intel mobo

Online videos have working sound. It is the desktop apps which are silent. Please tell me further ways to diagnose the problem.

[Off-topic rant] My last install was an year ago and went like a dream. This time I had issues with networking, pacman, xorg and sound. Kdm refuses to log me every even attempt, to which I still have to find a solution. KDEmod4 has a lot of app crashes. Opera is as stable as alpha


Serial ignoramus- a day of experience 365 times.

Offline

#5 2009-10-29 08:37:38

frank_einstien
Member
Registered: 2006-08-09
Posts: 51

Re: Sound problems with KDE4 and intel mobo

Solved it.

Stupid me: forgot to add myself into the appropriate groups. Sorry guys. Will think twice before dumping unwarranted fustration on a forum.


Serial ignoramus- a day of experience 365 times.

Offline

Board footer

Powered by FluxBB