Difference between revisions of "Translations:FAQ/72/tr"

From GhostBSD Wiki
Jump to: navigation, search
(Created page with "Eğer hiç çıktı görmezseniz, bu GhostBSD'nin ağ yapılandırma sistemi WiFi kartınızı tanımlayamadı demektir. Bir sonraki adımınız GhostBSD'nin WiFi kartınızı...")
 
 
Line 15: Line 15:
 
ifconfig_wlan0="WPA DHCP"
 
ifconfig_wlan0="WPA DHCP"
 
</pre>
 
</pre>
[[wikipedia:en:Esc key|Esc]] ve dosyayı kayıt edin. Şimdi network servisini yeniden başlatmanız gerekmekte <code>netif</code>.
+
[[wikipedia:en:Esc key|Esc]]'e basın ve dosyayı kayıt edin. Şimdi network servisini yeniden başlatmanız gerekebilir.
 +
: <code>netif</code>.
 
: <code>sudo /etc/rc.d/netif restart</code>
 
: <code>sudo /etc/rc.d/netif restart</code>
 
WiFi hizmetiniz tamamen yapılandırıldığına göre wlan0 bağlantınızı ayağa kaldırmanız gerekebilir bunun için aşağıdaki komutu yazınız.
 
WiFi hizmetiniz tamamen yapılandırıldığına göre wlan0 bağlantınızı ayağa kaldırmanız gerekebilir bunun için aşağıdaki komutu yazınız.
 
: <code>sudo ifconfig wlan0 up</code>
 
: <code>sudo ifconfig wlan0 up</code>

Latest revision as of 20:20, 21 September 2018

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (FAQ)
If you have no output, this mean the GhostBSD network configuration system have not detected your WiFi card. The next step for you will be to look if GhostBSD have your WiFi drivers install.
: <code>sudo ifconfig | grep -B 3 802.11</code>
In this case run0 is the WiFi drivers.
<pre>
run0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 2290
       ether 00:1e:e5:e6:5d:1
       nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
       media: IEEE 802.11 Wireless Ethernet autoselect mode 11a
</pre>
If you have an output similar from the example above, you need to configure the file ''/etc/rc.conf''.
: <code>sudo ee /etc/rc.conf</code>
Add those line in the file ''/etc/rc.conf'' (Replace run0 by your drivers).
<pre>
wlans_run0="wlan0"
ifconfig_wlan0="WPA DHCP"
</pre>
[[wikipedia:en:Esc key|Esc]] and save the file. Now you need to restart <code>netif</code>.
: <code>sudo /etc/rc.d/netif restart</code>
Your wifi is now configured, you might have to turn wlan0 up.
: <code>sudo ifconfig wlan0 up</code>
TranslationEğer hiç çıktı görmezseniz, bu GhostBSD'nin ağ yapılandırma sistemi WiFi kartınızı tanımlayamadı demektir. Bir sonraki adımınız GhostBSD'nin WiFi kartınızın sürücülerini yükleyip yükleyemeyeceğini görmektir.
: <code>sudo ifconfig | grep -B 3 802.11</code>
Bu senaryoda run0  WiFi sürücüsüdür.
<pre>
run0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 2290
       ether 00:1e:e5:e6:5d:1
       nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
       media: IEEE 802.11 Wireless Ethernet autoselect mode 11a
</pre>
Eğer yukarıdaki gibi bir ekran görüyorsanız yapmanız gereken ''/etc/rc.conf'' dosyasını yapılandırmaktır.
: <code>sudo ee /etc/rc.conf</code>
bu satırları  ''/etc/rc.conf'' dosyasına ekleyin ( run0 kendi sürücü isminizle değiştirin tabii ki).
<pre>
wlans_run0="wlan0"
ifconfig_wlan0="WPA DHCP"
</pre>
[[wikipedia:en:Esc key|Esc]]'e basın ve dosyayı kayıt edin. Şimdi network servisini yeniden başlatmanız gerekebilir. 
: <code>netif</code>.
: <code>sudo /etc/rc.d/netif restart</code>
WiFi hizmetiniz tamamen yapılandırıldığına göre wlan0 bağlantınızı ayağa kaldırmanız gerekebilir bunun için aşağıdaki komutu yazınız.
: <code>sudo ifconfig wlan0 up</code>

Eğer hiç çıktı görmezseniz, bu GhostBSD'nin ağ yapılandırma sistemi WiFi kartınızı tanımlayamadı demektir. Bir sonraki adımınız GhostBSD'nin WiFi kartınızın sürücülerini yükleyip yükleyemeyeceğini görmektir.

sudo ifconfig | grep -B 3 802.11

Bu senaryoda run0 WiFi sürücüsüdür.

run0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 2290
       ether 00:1e:e5:e6:5d:1
       nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
       media: IEEE 802.11 Wireless Ethernet autoselect mode 11a

Eğer yukarıdaki gibi bir ekran görüyorsanız yapmanız gereken /etc/rc.conf dosyasını yapılandırmaktır.

sudo ee /etc/rc.conf

bu satırları /etc/rc.conf dosyasına ekleyin ( run0 kendi sürücü isminizle değiştirin tabii ki).

wlans_run0="wlan0"
ifconfig_wlan0="WPA DHCP"

Esc'e basın ve dosyayı kayıt edin. Şimdi network servisini yeniden başlatmanız gerekebilir.

netif.
sudo /etc/rc.d/netif restart

WiFi hizmetiniz tamamen yapılandırıldığına göre wlan0 bağlantınızı ayağa kaldırmanız gerekebilir bunun için aşağıdaki komutu yazınız.

sudo ifconfig wlan0 up