Hi everyone with problem with ASUS G2K or ASUS A7K or with similar
problem with sound with azalia HDA SBx00. I Tried almost everything and
nothing helped until today. I tried alsa and also OSS and results was
same (this is sample of original result
http://www.stud.fit.vutbr.cz/~xbukov05/linux/G2K_sound.mp3 ). Today
someone with name dfm7a on alsa mantis bug tracing page added post which
solved my problem. Original post is here https://bugtrack.alsa-
project.org/alsa-bug/view.php?id=4062.

There was problem which was connected to something called GPIO. Maybe
there is also way how to make it work on OSS but i did not accomplished
that.

Here is my solution with alsa (with all respect to OSS)

Step 1. Install alsa 1.0.19, i suggest use of this installation script 
http://ubuntuforums.org/showthread.php?t=1046137 it is working very well. 
or you can download it here directly without reading text 
http://ubuntuforums.org/attachment.php?attachmentid=100593&d=1232537708
and 
[code]
1. cd <your-download-dir>
2. tar xvf AlsaUpgrade-1.0.x-rev-1.16.tar
3. sudo ./AlsaUpgrade-1.0.x-rev-1.16.sh -di
[/code]

Step 2. download and set up hda-verb-0.3.tar.gz
            wget ftp://ftp.suse.com/pub/people/tiwai/misc/hda-verb-0.3.tar.gz

when you got it you set it up in to right place by using 
[code]
tar -xvmf hda-verb-0.3.tar.gz
cd hda-verb-0.3
make
sudo cp hda-verb /usr/local/sbin 
[/code]

Step 3. then you have to edit gksudo gedit /etc/rc.local or with your favourite 
editor and add there these 3 lines before exit 0
[code]
/usr/local/sbin/hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_MASK 3
/usr/local/sbin/hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_DIRECTION 1
/usr/local/sbin/hda-verb /dev/snd/hwC0D0 0x01 SET_GPIO_DATA 1
[/code]

Step 4. Restart and sound should be working

You don`t need to modify /etc/modprobe.d 
I`m just posting what i found it worked for me perfectly on Linux Ubuntu 
Ultimate Edition 2.0 (i saw that this was also working on Fedora 10)Thanks for 
help anyway

-- 
No Sound Asus A7K Ubuntu 8.10 Sound fine in Vista
https://bugs.launchpad.net/bugs/319092
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to