You are not logged in.

#76 2008-05-29 11:47:23

redguardtoo
Member
From: China, Shanghai
Registered: 2007-11-28
Posts: 43
Website

Re: snd-hda-intel doesn't work on 2.6.24

The solution of hda-intel (Codec: VIA VIA VT1708) not working after upgrading to kernel 2.6.25.4

run the command
$ cat /proc/asound/card0/codec#* | grep Codec

to get the codec, my output is:
Codec: VIA VIA VT1708

search the "vt1708" in google groups "linux.kernel" and find this post.
http://groups.google.com/group/linux.ke … ee27f4f1db

So it's the kernel's problem.

download the latest alsa packages as the ubuntu article said:
https://help.ubuntu.com/community/HdaIntelSoundHowto

modify the patch_via.c in alsa-driver according the goolge group post.

Then do exactly what above ubuntu article said.

Last edited by redguardtoo (2008-05-30 03:26:20)


Help me, Help you
Intel(R) Core(TM) i3 + 3G + GeForce GST 250
Archlinux+musca+tint2+netcfg

Offline

#77 2008-06-04 11:09:46

dansole
Member
Registered: 2008-06-04
Posts: 2

Re: snd-hda-intel doesn't work on 2.6.24

Hi Redguardtoo,

thanks for pointing out the origin of the error and the links for fixing it.

For the uninitiated would you mind explaining exactly how to modify the patch in alsa-driver.
ie do the lines starting with + mean add this line? and do they have to be inserted in a particular place within the file?

forgive my ignorance and many thanks for your help

Offline

#78 2008-06-04 17:55:25

schivmeister
Developer/TU
From: Singapore
Registered: 2007-05-17
Posts: 971
Website

Re: snd-hda-intel doesn't work on 2.6.24

http://www.cpqlinux.com/patch.html

Quite useful. Yes, + means add that line. The line number is the one at @@, more details in the link. But if I understand right, you're supposed to just apply the patch? If so, copy the entire thing and use it as a patch file.

cd linux-2.6.25
patch -Np0 -i /path/to/patch

I need real, proper pen and paper for this.

Offline

#79 2008-06-13 10:14:56

dansole
Member
Registered: 2008-06-04
Posts: 2

Re: snd-hda-intel doesn't work on 2.6.24

Hi,
The patch works great and the via vt1708 codec is working fine in stereo but I haven't had any luck setting up 6 channel sound following the alsa howto: http://www.cse.ohio-state.edu/~bondhugu/alsamch.shtml
Is there any reason why the patch would interfere with setting up surround sound in this way or does anyone have any tips to setting it up on the vt1708?
thanks,
dan

Offline

#80 2008-06-17 12:37:07

PhantmShado
Member
Registered: 2007-04-07
Posts: 20

Re: snd-hda-intel doesn't work on 2.6.24

lspci | grep Audio results in:  00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)


but when I attempt to use alsactl or a mixer it claims I have no sound card device.  Is there a fix for this by any chance?

Offline

#81 2008-07-22 21:56:44

HydroDiOxide
Member
Registered: 2007-10-06
Posts: 99

Re: snd-hda-intel doesn't work on 2.6.24

My card is detected allright, but my puter won't make a sound.

[sashen@hip-uncle ~]$ lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)

[sashen@hip-uncle ~]$ lsmod | grep snd
snd_seq_oss            31744  0 
snd_seq_midi_event      6656  1 snd_seq_oss
snd_seq                49136  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device          7052  2 snd_seq_oss,snd_seq
snd_hda_intel         364312  1 
snd_hwdep               7684  1 snd_hda_intel
snd_pcm_oss            38304  0 
snd_pcm                68484  2 snd_hda_intel,snd_pcm_oss
snd_timer              19976  2 snd_seq,snd_pcm
snd_page_alloc          8072  2 snd_hda_intel,snd_pcm
snd_mixer_oss          14976  1 snd_pcm_oss
snd                    50212  11 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_hwdep,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore

I set up alsa using the Arch Beginners Guide.

Anyone any ideas how to get some sound?

Last edited by HydroDiOxide (2008-07-22 21:58:28)


"Overspecialize and you breed in weakness..." Major Motoko Kusanagi

Offline

#82 2008-07-23 20:54:21

HydroDiOxide
Member
Registered: 2007-10-06
Posts: 99

Re: snd-hda-intel doesn't work on 2.6.24

After messing around with volume control in Gnome, I got sound.


"Overspecialize and you breed in weakness..." Major Motoko Kusanagi

Offline

Board footer

Powered by FluxBB