You are not logged in.
Pages: 1
I know this is a frequent topic, but i couldn't find the answer in wiki or anywhere else. I have a fresh installation of arch, everything works fine except sound.
[root@jachym jachym]# hwd -s|grep Sound
Sound(a) : 82801I ICH9 Family HD Audio Controller module: snd-hda-intel
[root@jachym jachym]# lsmod |grep snd
snd_hda_intel 433336 4
snd_hwdep 9224 1 snd_hda_intel
snd_seq_oss 34176 0
snd_seq_midi_event 8064 1 snd_seq_oss
snd_seq 57056 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 7956 2 snd_seq_oss,snd_seq
snd_pcm_oss 44160 0
snd_pcm 81288 3 snd_hda_intel,snd_pcm_oss
snd_timer 23440 3 snd_seq,snd_pcm
snd_page_alloc 9360 2 snd_hda_intel,snd_pcm
snd_mixer_oss 17408 1 snd_pcm_oss
snd 61000 15 snd_hda_intel,snd_hwdep,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore 8096 1 snd
[root@jachym jachym]# grep DAEMONS /etc/rc.conf
# DAEMONS
DAEMONS=(syslog-ng network netfs crond atd sshd esd alsa kdm4)
Of course, all users are in the "audio" group.
[root@jachym jachym]# dd if=/dev/urandom of=/dev/dsp
dd: opening `/dev/dsp': Device or resource busy
[root@jachym jachym]# /etc/rc.d/esd stop
:: Stopping Esound Daemon [DONE]
[root@jachym jachym]# dd if=/dev/urandom of=/dev/dsp
# No error but no sound either
The repro is properly connected.
Any hints please?
Offline
Did you do the whole alsamixer as non-root, un-mute channels, the sudo alsactl store? I tripped over that a few times.
ArchLinux | x86_64 | linux-ck-ivybridge
ThinkPad X230 | 12.5" | i5-3320M (2.5GHz) | HD 4000 | 16GB (1600MHz) | 256GB mSATA SSD | 2TB HDD
ThinkPad T430 | 14.1" | i7-3520M (2.9GHz) | GF108M (NVS 5400M) | 16GB (1600MHz) | 256GB mSATA SSD | 1TB HDD | 500GB HDD
Offline
omg, I didn't. lol this is awkward, thanks a lot.
Offline
Pages: 1