On Sun, Apr 10, 2011 at 8:45 PM, Rob Kampen <rkampen at kampensonline.com> wrote: > Check the order of driver loading. This affected me a few kernels ago. Found that one needs to force the order of driver loading in modprobe.conf HTH The modprobe.conf is looking like this: ======================== alias eth0 e1000e alias scsi_hostadapter ata_piix alias snd-card-0 snd-hda-intel options snd-card-0 index=0 options snd-hda-intel index=0 remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel alias wlan0 iwl3945 ======================= The same configuration is used for both old (functional) and new (nonfunctional) kernels What are your suggestions regarding the order of drivers loading ?