Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2017 14:34:22 +0300
From:      Boris Samorodov <bsam@passap.ru>
To:        swjatoslaw gerus <milstar2@eml.cc>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Edison tactic - 1.checked man iwn ,where is loader.conf file ?
Message-ID:  <c856a443-402e-b703-2324-13e9feff4795@passap.ru>
In-Reply-To: <1483959415.3287060.841649409.385941EF@webmail.messagingengine.com>
References:  <1483886536.3077593.840915257.60D1F4BB@webmail.messagingengine.com> <20170108165630.540acb46.freebsd@edvax.de> <941e4b56-0d6b-ee11-bf87-0a3b96ccd80a@passap.ru> <20170108190338.682794e7.freebsd@edvax.de> <1483959415.3287060.841649409.385941EF@webmail.messagingengine.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Please, do not use top post. And use inline quoting. Thank you.

09.01.2017 13:56, swjatoslaw gerus пишет:
> Re: Edison tactic - checked man iwn  ,where is loader.conf file ?

man loader.conf

>  if  file not exist ,which of another methode suited   ?

Just create it.

>  If rememmber correctly by installer default was Intel 5010  5010    ,it
>  is not  listed by  man iwn

I'm not sure such adapter exists.

>  processor is p8600 2*2.4 ghz 
> 
>    how define  wireless card (receiver-transmitter) and software  by
>    freebsd on sony ?
> 
>  Which command ist it ? 

man pciconf

If/when driver is not loaded try this:
% sudo pciconf -vlc | grep -A5 none

Else if a driver is loaded (say, iwn) then:
% sudo pciconf -vlc | grep -A5 iwn

HTH
-- 
WBR, bsam



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c856a443-402e-b703-2324-13e9feff4795>