Suse 11 vaio fz17g no sound via headphones.

I have a new installation of suse11 and i am having problems i getting the headphone jack to work.Laptop is Vaio VGN-FZ17g.

Driver details:
cat /etc/modprobe.d/sound

options snd slots=snd-hda-intel

u1Nb.vpzX9KcXnpE:Vaio VGN-FZ260E

alias snd-card-0 snd-hda-intel
rpm -qa | grep alsa
alsa-oss-1.0.15-48.1
alsa-utils-1.0.16-35.1
alsa-tools-gui-1.0.16-47.1
alsa-firmware-1.0.16-24.1
alsamixergui-0.9.0rc1-705.1
alsa-1.0.16-39.1
FA_clalsadrv-1.2.2-0.pm.3
alsamodular-1.8.7-0.pm.2
alsa-plugins-1.0.16-57.1
alsa-plugins-jack-1.0.16-57.1
alsa-tools-1.0.16-47.1
alsa-plugins-pulse-1.0.16-57.1

rpm -q libasound2
libasound2-1.0.16-39.1

Output of alsa-info.sh is located at http://www.alsa-project.org/db/?f=bfee9816dda68bcff65d1bd57ca324607c63f604

Can someone please help me.

Solved by the following:

edit: /etc/modprobe.b/sound

Code:

options snd slots=snd-hda-intel
options snd-hda-intel model=vaio enable=1 index=0 position_fix=1
alias snd-card-0 snd-hda-intel

after edit.
Code:

/etc/init.d/alsasound restart

Congratulations on sorting this. Thankyou for sharing your solution.