All translations

Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found 5 translations.

NameCurrent message text
 h English (en)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>
 h Spanish (es)Si no genera ninguna salida, significa que la configuración de red de GhostBSD no detecto su tarjeta inalámbrica. Lo próximo que debería hacer es revisar si GhostBSD tiene el driver de su tarjeta inalámbrica instalada
: <code>sudo ifconfig | grep -B 3 802.11</code>
En este caso run0 es el driver de la tarjeta inalámbrica.
<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>
Si tienes una salida similar al ejemplo anterior, necesita configurar el archivo ''/etc/rc.conf''.
: <code>sudo ee /etc/rc.conf</code>
Agregue estas lineas al archivo ''/etc/rc.conf'' (Cambie run0 con su driver).
<pre>
wlans_run0="wlan0"
ifconfig_wlan0="WPA DHCP"
</pre>
[[wikipedia:en:Esc key|Esc]] y guarde el archivo. Ahora necesita reiniciar el paquete <code>netif</code>.
: <code>sudo /etc/rc.d/netif restart</code>
Su red inalámbrica esta configurada, debería encender su red wlan0 up.
: <code>sudo ifconfig wlan0 up</code>
 h Japanese (ja)もしも何も出力されなかったら、GhostBSDのネットワークシステムはあなたのWiFiカードを認識していません。次に、GhostBSDがあなたのWiFiカードを認識しているか確認する必要があります。
: <code>sudo ifconfig | grep -B 3 802.11</code>
以下の例では、run0がWiFi driverの名前です。
<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>
もしも上記のものと似た出力を得たら、"/etc/rc.conf"を変更する必要があります。
: <code>sudo ee /etc/rc.conf</code>
を実行して、"/etc/rc.conf"に、以下の内容を付け加えてください(run0の部分をあなたのドライバの名前に置き換えてください)。
<pre>
wlans_run0="wlan0"
ifconfig_wlan0="WPA DHCP"
</pre>
[[wikipedia:en:Esc key|Esc]]をおして、ファイルを保存してください。次に、<code>netif</code>を再起動する必要があります。
: <code>sudo /etc/rc.d/netif restart</code>
を実行してください。これで、あなたのWiFiは適切に設定されたはずです。もしかしたら、wlan0を立ち上げる必要があるかもしれません。
: <code>sudo ifconfig wlan0 up</code>
 h Turkish (tr)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.
: <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>
 h Chinese (zh)如果未输出,则 GhostBSD 网络配置可能未检测到无线网卡。这时需要查看有没有安装了无线驱动。
: <code>sudo ifconfig | grep -B 3 802.11</code>
通常 run0 是无线驱动。
<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>
如果输出了类似上面的,则可以配置 ''/etc/rc.conf'' 文件(ee 为文本管理器,可替换为你喜欢的 vim、nano和 pluma等)。
: <code>sudo ee /etc/rc.conf</code>
在 ''/etc/rc.conf'' 中添加文本(替换run0 为你的无线设备)
<pre>
wlans_run0="wlan0"
ifconfig_wlan0="WPA DHCP"
</pre>
[[wikipedia:en:Esc key|Esc]] 并保存,然后重启<code>netif</code>。
: <code>sudo /etc/rc.d/netif restart</code>
则无线已配置好,可能需要开启无线。
: <code>sudo ifconfig wlan0 up</code>