Hi Vasily,
Sorry for the delay, I still have the prolem with Vmalloc.
However I am unsure how to remove kernel modules.
Here is /etc/modprobe.conf
alias eth0 e100
alias eth1 r8169
alias scsi_hostadapter ata_piix
alias snd-card-0 snd-azx
options snd-card-0 index=0
install snd-azx /sbin/modprobe --ignore-install snd-azx && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-azx { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-azx
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
Thanks again