Re: installing a new device driver

2013-01-10 Thread Zyumbilev, Peter
On 09/01/2013 18:47, Lowell Gilbert wrote: > "Zyumbilev, Peter" writes: > >> On 09/01/2013 13:16, Jack Mc Lauren wrote: >>> This is the output of pciconf -lv : >>> >>> vendor = 'FarSite Communications Limited' >>> device = 'G.SHDSL Intelligent Sync Comms Card (FarSync DSL-S1)' >

Re: installing a new device driver

2013-01-09 Thread Lowell Gilbert
"Zyumbilev, Peter" writes: > On 09/01/2013 13:16, Jack Mc Lauren wrote: >> This is the output of pciconf -lv : >> >> vendor = 'FarSite Communications Limited' >> device = 'G.SHDSL Intelligent Sync Comms Card (FarSync DSL-S1)' >> class = simple comms >> >> So what is the

Re: installing a new device driver

2013-01-09 Thread Michael Powell
Jack Mc Lauren wrote: > Hi all > Sorry I ask so much cause I'm a new user to freeBSD :) > > Hear's the deal. How can I install a new device driver on my OS ? Please > explain in details because of the reason I mentioned earlier :) > First, please understand that FreeBSD is a mostly, self-contai

Re: installing a new device driver

2013-01-09 Thread Zyumbilev, Peter
On 09/01/2013 13:16, Jack Mc Lauren wrote: > This is the output of pciconf -lv : > > vendor = 'FarSite Communications Limited' > device = 'G.SHDSL Intelligent Sync Comms Card (FarSync DSL-S1)' > class = simple comms > > So what is the next step ? > I would strongly a

Re: installing a new device driver

2013-01-09 Thread Jack Mc Lauren
o: freebsd-questions@freebsd.org Sent: Wednesday, January 9, 2013 1:55 PM Subject: Re: installing a new device driver On Wed, 2013-01-09 at 02:09 -0800, Jack Mc Lauren wrote: > How can I install a new device driver on my OS ? I'm new to FreeBSD myself :). Manually as root run         kldlo

Re: installing a new device driver

2013-01-09 Thread Ralf Mardorf
On Wed, 2013-01-09 at 02:09 -0800, Jack Mc Lauren wrote: > How can I install a new device driver on my OS ? I'm new to FreeBSD myself :). Manually as root run kldload driver_name this is something I already used myself. To load the module automagically at startup, edit /boot/l