From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Hall Subject: Re: "FATAL: Module uio not found" for dpdk usage on Amazon AWS Date: Wed, 18 Mar 2015 14:45:24 -0700 Message-ID: <20150318214524.GB11886@mhcomputing.net> References: <283262964.1292586.1426704065775.JavaMail.yahoo@mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev-VfR2kkLFssw@public.gmane.org" To: Naveen Gamini Return-path: Content-Disposition: inline In-Reply-To: <283262964.1292586.1426704065775.JavaMail.yahoo-sAHhhX/85wgbqTNvkayDYw@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Wed, Mar 18, 2015 at 06:41:05PM +0000, Naveen Gamini wrote: > When I tried to install dpdk on Amazon AWS ubuntu based linux, I see uio > module error. Can anyone help me to how to load uio module on ubuntu linux > so that IGB UIO module. Amazon Cloud Images usually include minimized kernel packages with Cloud drivers only. You usually have to fix it by reinstalling the server kernel which has the full driver set. On Ubuntu these two packages will usually fix it for me on minimal Ubuntu Cloud images / vagrant images / etc. linux-generic linux-headers-generic Matthew.