You are not logged in.
Pages: 1
Hey everyone,
I am fairly new to archlinux and linux in general (I've used Debian for about 6 months).
I just installed Arch on my Lenovo S205 and for some reason I cannot get the audio to work.
$ lscpi | grep -i audio
00:01.1 Audio device: Advanced Micro Devices [AMD] nee ATI Wrestler HDMI Audio [Radeon HD 6250/6310]
00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
I hope you can help me with this issue
Thanks in advance
Edit: Randomly tried a solution and it worked by creating the '~/.asound.rc' and inserting:
pcm.Generic { type hw; card Generic; }
ctl.Generic { type hw; card Generic; }
pcm.SB { type hw; card SB; }
ctl.SB { type hw; card SB; }
pcm. !default pcm.SB
ctl. !default ctl.SB
cheereo
Last edited by TrueByte (2012-10-03 09:48:47)
Offline
Pages: 1