On Thu, 2004-12-23 at 14:19 +0000, Paul Howarth wrote: > Why? /etc/modprobe.conf is a regular file and not part of the kernel itself. > > Which kernel driver does your card use? If so, here it is: alias eth0 bcm5700 alias snd-card-0 snd-via82xx options snd-card-0 index=0 install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-via82xx { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-via82xx alias usb-controller ehci-hcd alias usb-controller1 uhci-hcd alias ieee1394-controller ohci1394 What I do not understand is the differnce between uname -m and uname -i. -m gives i686 and -i gives i386. I installed driver for i386. -- Maciek R. <m.mail@xxxxx>