tr:cs:op:bsd:wifi
Farklar
Bu sayfanın seçili sürümü ile mevcut sürümü arasındaki farkları gösterir.
| tr:cs:op:bsd:wifi [2025/05/04 17:34] – oluşturuldu ulascemh | tr:cs:op:bsd:wifi [2025/05/04 17:36] (mevcut) – ulascemh | ||
|---|---|---|---|
| Satır 1: | Satır 1: | ||
| - | ====== FreeBSD Wifi Ayarları | + | ====== FreeBSD Wifi Settings |
| Bu yazımda FreeBSD ortamında GUI olmadan nasıl wifi adaptörü ayarlamaları yapılır ondan bahsedeceğim. | Bu yazımda FreeBSD ortamında GUI olmadan nasıl wifi adaptörü ayarlamaları yapılır ondan bahsedeceğim. | ||
| - | ====== | + | ====== |
| - | İlk olarak öğrenmemiz gereken sistem | + | The first thing we need to find out is if the system can use the wifi card. |
| - | 10 ve üzeri versiyonlarda | + | In version |
| <code bash> | <code bash> | ||
| Satır 13: | Satır 13: | ||
| </ | </ | ||
| - | Komutu girdikten sonra kart tipine göre bir bilgi verecektir. Benim sistemimde verdiği dönüt aşağıdaki gibi; | + | After entering the command, it will give information according to the card type. In my system the feedback is as follows; |
| <code bash> | <code bash> | ||
| Satır 19: | Satır 19: | ||
| </ | </ | ||
| - | Burdan anlamaktayım ki benim intel kartım | + | I understand from this that my intel card appears as a device with the code **iwn0**, and if you have an atheros |
| - | Çoğu | + | Most wifi cards are not enabled by default during |
| <code bash> | <code bash> | ||
| Satır 27: | Satır 27: | ||
| </ | </ | ||
| - | Intel IEEE 802.11n wireless network driver | + | In the Intel IEEE 802.11n wireless network driver |
| - | benim durumum için şu kodları eklememi önermekte. | + | in my case it suggests that I add the following codes. |
| <code bash> | <code bash> | ||
| Satır 48: | Satır 48: | ||
| </ | </ | ||
| - | Daha sonra cihazı oluşturmamız gerekmekte. | + | Then we need to create the device. |
| <code bash> | <code bash> | ||
| Satır 54: | Satır 54: | ||
| </ | </ | ||
| - | Bunun her açılışta otomatik olması için ''/ | + | For this to happen automatically on every startup, we add the following codes in ''/ |
| <code bash> | <code bash> | ||
| Satır 60: | Satır 60: | ||
| </ | </ | ||
| - | Daha sonra artık etraftaki wifilere bağlanabiliriz. | + | Then we can connect to the wifis around us. |
| - | Aşağıdaki komut ile etraftaki wifileri tarıyoruz. | + | We scan the wifis around with the following command. |
| <code bash> | <code bash> | ||
| Satır 68: | Satır 68: | ||
| </ | </ | ||
| + | Now that we know the name of the wifi network we want to connect to, let's connect. | ||
| - | + | You can connect to old type insecure | |
| - | + | ||
| - | Bağlanmak istediğimiz | + | |
| - | + | ||
| - | Eski tip güvensiz wifi ağlarına aşağıdaki komut ile bağlanabilirsizi. Burada | + | |
| <code bash> | <code bash> | ||
| Satır 79: | Satır 76: | ||
| </ | </ | ||
| - | Günümüzde sıkça kullanılan | + | To connect to **WPA/ |
| - | İlk olarak | + | First, with the following command, we create |
| <code bash> | <code bash> | ||
| Satır 87: | Satır 84: | ||
| </ | </ | ||
| - | Daha sonra bu dosyanın içerisine aşağıdaki bilgileri yazmamız gerekmekte. Eğer wifi adresi gizli bir adres ise '' | + | Then we need to write the following information in this file. If the wifi address is a hidden address, we need to add the line '' |
| - | Ancak genel ev kullanımlarında gizli wifi olmadığından eklemenize gerek yok. | + | But you don't need to add it for general home use as there is no hidden |
| <code bash> | <code bash> | ||
| Satır 99: | Satır 96: | ||
| </ | </ | ||
| - | Daha sorna DHCP çalıştırmak için aşağıdaki komutu kullanacağız. | + | Then we will use the following command to run DHCP. |
| <code bash> | <code bash> | ||
| Satır 105: | Satır 102: | ||
| </ | </ | ||
| - | Bunun otomatik olması için aşağıdaki kodu ''/ | + | For this to be automatic, we need to add the following code in ''/ |
| <code bash> | <code bash> | ||
| Satır 111: | Satır 108: | ||
| </ | </ | ||
| - | Daha sonra aşağıdaki komutla | + | Then we restart |
| <code bash> | <code bash> | ||
| Satır 118: | Satır 115: | ||
| - | Artık | + | The wifi should now be operational. |
| - | <wrap onlyprint> | + | <wrap onlyprint> |
| <wrap hide> | <wrap hide> | ||
| - | https:// | + | https:// |
| </ | </ | ||
tr/cs/op/bsd/wifi.1746380053.txt.gz · Son değiştirilme: 2025/05/04 17:34 Değiştiren: ulascemh
