Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2013 03:16:25 -0800 (PST)
From:      Jack Mc Lauren <jack.mclauren@yahoo.com>
To:        Ralf Mardorf <ralf.mardorf@rocketmail.com>, "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: installing a new device driver
Message-ID:  <1357730185.55465.YahooMailNeo@web160101.mail.bf1.yahoo.com>
In-Reply-To: <1357727151.2340.13.camel@q>
References:  <1357726153.65344.YahooMailNeo@web160101.mail.bf1.yahoo.com> <1357727151.2340.13.camel@q>

next in thread | previous in thread | raw e-mail | index | archive | help
This is the output of pciconf -lv :=0A=0A=A0 =A0 vendor =A0 =A0 =3D 'FarSit=
e Communications Limited'=0A=A0 =A0 device =A0 =A0 =3D 'G.SHDSL Intelligent=
 Sync Comms Card (FarSync DSL-S1)'=0A=A0 =A0 class =A0 =A0 =A0=3D simple co=
mms=0A=0ASo what is the next step ?=0A=0A=0A_______________________________=
_=0A From: Ralf Mardorf <ralf.mardorf@rocketmail.com>=0ATo: freebsd-questio=
ns@freebsd.org =0ASent: Wednesday, January 9, 2013 1:55 PM=0ASubject: Re: i=
nstalling a new device driver=0A =0AOn Wed, 2013-01-09 at 02:09 -0800, Jack=
 Mc Lauren wrote:=0A> How can I install a new device driver on my OS ?=0A=
=0AI'm new to FreeBSD myself :).=0A=0AManually as root run=0A=0A=A0 =A0 =A0=
 =A0 kldload driver_name=0A=A0 =A0 =A0 =A0 =0Athis is something I already u=
sed myself.=0A=0A=0ATo load the module automagically at startup, edit /boot=
/loader.conf=0A=0A=A0 =A0 =A0 =A0 driver_name=3D"YES"=0A=A0 =A0 =A0 =A0 =0A=
I never used this myself until now.=0A=0A=0Ahttp://www.freebsd.org/doc/en_U=
S.ISO8859-1/books/handbook/kernelconfig-modules.html=0A=0A=0AHth,=0ARalf=0A=
=0A_______________________________________________=0Afreebsd-questions@free=
bsd.org mailing list=0Ahttp://lists.freebsd.org/mailman/listinfo/freebsd-qu=
estions=0ATo unsubscribe, send any mail to "freebsd-questions-unsubscribe@f=
reebsd.org"
From owner-freebsd-questions@FreeBSD.ORG  Wed Jan  9 11:28:08 2013
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
 by hub.freebsd.org (Postfix) with ESMTP id 84B511DC
 for <freebsd-questions@freebsd.org>; Wed,  9 Jan 2013 11:28:08 +0000 (UTC)
 (envelope-from peter@aboutsupport.com)
Received: from mail-ee0-f46.google.com (mail-ee0-f46.google.com [74.125.83.46])
 by mx1.freebsd.org (Postfix) with ESMTP id 1DDDB742
 for <freebsd-questions@freebsd.org>; Wed,  9 Jan 2013 11:28:07 +0000 (UTC)
Received: by mail-ee0-f46.google.com with SMTP id e53so732860eek.5
 for <freebsd-questions@freebsd.org>; Wed, 09 Jan 2013 03:28:01 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=google.com; s=20120113;
 h=x-received:message-id:date:from:user-agent:mime-version:to:subject
 :references:in-reply-to:content-type:content-transfer-encoding
 :x-gm-message-state;
 bh=CZdvvHMfi2uCHvfSObCb88LTysvd+KH8nEkZ/WTWgbw=;
 b=L5KKDQrHgNqglEM47CyEoU11z6hFfWfO71A9aoHlVVLiCWq0qxurvwZihODumh17YK
 ooapHCS2j68cqsWXGw7iZghMO63pD7b+mOiiy0gPWSqzo95ok4wZLa7JxAjfYTlzcVmr
 W+goa2dAagHoOH1YjnuRkzeht7p0OLb0RMvPKuOQADeJ8x5x+pjE6IMUtSG8qofoxD7G
 11wxv80G3EBaVHyichomijVM3OfKlNZcrZyTZK9Ncq9594zlUeFSEW/VTc3cw18NSS5I
 FRK1NntDxtS2K9HtM0f6tMKH0k1UvqttLUkKhIv8nbX7oGvixqar2Opfvwu1u3rIN3Zk
 iv7A==
X-Received: by 10.14.174.198 with SMTP id x46mr181471332eel.23.1357730881213; 
 Wed, 09 Jan 2013 03:28:01 -0800 (PST)
Received: from [10.30.1.168] ([95.87.193.58])
 by mx.google.com with ESMTPS id f6sm140942573eeo.7.2013.01.09.03.27.59
 (version=TLSv1/SSLv3 cipher=OTHER);
 Wed, 09 Jan 2013 03:28:00 -0800 (PST)
Message-ID: <50ED543D.6040400@aboutsupport.com>
Date: Wed, 09 Jan 2013 13:27:57 +0200
From: "Zyumbilev, Peter" <peter@aboutsupport.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64;
 rv:17.0) Gecko/17.0 Thunderbird/17.0
MIME-Version: 1.0
To: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject: Re: installing a new device driver
References: <1357726153.65344.YahooMailNeo@web160101.mail.bf1.yahoo.com>
 <1357727151.2340.13.camel@q>
 <1357730185.55465.YahooMailNeo@web160101.mail.bf1.yahoo.com>
In-Reply-To: <1357730185.55465.YahooMailNeo@web160101.mail.bf1.yahoo.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Gm-Message-State: ALoCoQkNavR1QJDhuPud48vlcCnTUJbrRhAxsz1NdJ6EjhWih19CKD2dig1Eb7P0Lvp8iJ5eFhOX
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>;
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 09 Jan 2013 11:28:08 -0000



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 connect to the modem via network cable and TCP/IP.

Peter



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