Re: installing a new device driver

2013-01-10 Thread Zyumbilev, Peter
On 09/01/2013 18:47, Lowell Gilbert wrote: Zyumbilev, Peter pe...@aboutsupport.com 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

installing a new device driver

2013-01-09 Thread Jack Mc Lauren
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 :) Thanks in advance ... ___

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

Re: installing a new device driver

2013-01-09 Thread Jack Mc Lauren
...@rocketmail.com To: 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         kldload

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 advise

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-contained

Re: installing a new device driver

2013-01-09 Thread Lowell Gilbert
Zyumbilev, Peter pe...@aboutsupport.com 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