Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Dec 2008 11:15:49 +0900
From:      Pyun YongHyeon <pyunyh@gmail.com>
To:        Mam Ruoc <mamruoc@gmail.com>
Cc:        freebsd-net@freebsd.org
Subject:   Re: vge driver does not work on a VIA EPIA EN12000EG
Message-ID:  <20081212021549.GJ46707@cdnetworks.co.kr>
In-Reply-To: <4941C6BF.4080809@gmail.com>
References:  <4d591a210811281220o7bdd420uafec124fc7e770a8@mail.gmail.com> <20081129065950.GG99324@cdnetworks.co.kr> <494199E2.5050806@gmail.com> <20081212015842.GH46707@cdnetworks.co.kr> <4941C6BF.4080809@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Dec 12, 2008 at 03:04:47AM +0100, Mam Ruoc wrote:
 > Pyun YongHyeon wrote:
 > >If you use vge(4) kernel module, rebuilding vge(4) is enough.
 > >If vge(4) is statically linked to kernel, rebuilding kernel is
 > >necessary(i.e. not whole source tree).
 > 
 > Sorry for being stupid, but I did just install a clean install of 
 > FreeBSD 7.0, kernel or driver only?
 > 
 > If driver only, how do I do that?
 > 

First save your old vge sources and download the the files.

#cd /usr/src/sys/dev/vge
#cp -p if_vge.c if_vge.c.orig
#cp -p if_vgereg.h if_vgereg.h.orig
#cp -p if_vgevar.h if_vgevar.h.orig
#fetch http://people.freebsd.org/~yongari/vge/if_vge.c
#fetch http://people.freebsd.org/~yongari/vge/if_vgereg.h
#fetch http://people.freebsd.org/~yongari/vge/if_vgevar.h

And rebuild kernel and then reboot. You don't need to reinstall
FreeBSD.

-- 
Regards,
Pyun YongHyeon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081212021549.GJ46707>