Menu
  • Blog
  • Archive
    • Motorcycle Safety Riding | 機車安全駕駛 | 機車防禦駕駛
    • A Day A Python Standard Library
    • IOTA
    • Opinion | 媒體投書 | 個人觀點
  • Projects
  • Album
  • Teaching
  • Signature
  • About Me

louie_lu's blog.

人生是個無盡的深淵

分類: wireless

台灣無線電頻率分配查詢 – Taiwan Radio Frequency Allocations Spectrum Search

In wireless, 自由開源, 閒聊2021-03-14Leave a comment louie.lu

輕鬆搜尋台灣無線電頻率分配狀況,提供頻段業務分配以及頻段細項狀況。Search Taiwan Radio Frequency Allocations easily, provide frequency allocation usage & detail. 搜尋來源:台灣無線電頻率分配表 (2020/09 核定本) GitHub: mlouielu/Taiwan-Radio-Frequency …

Continue Reading

台灣 NCC 規範可用之 5G 頻段列表 (Cellular)

In wireless2019-08-15Leave a comment louie.lu

802.11ac,目前台灣所可使用的 5 GHz 頻段如下:5.15 GHz~5.25 GHz、5.25 GHz~5.35 GHz、5.470 GHz~5.725 GHz 及 5.725 GHz~5.85 GHz。2016 年新增 5.15 ~ 5.25 GHz 以及 5.825 ~ 5.850 GHz 頻段。 …

Continue Reading

An Overview of Wireless LAN Standards IEEE 802.11 and IEEE 802.11e

In wireless2019-03-18Leave a comment louie.lu

如果我能早 2 年看到這篇文章該有多好: An Overview of Wireless LAN Standards IEEE 802.11 and IEEE 802.11e   詳盡的介紹了 CSMA/CA 的工作方式,講解了 IEEE 802.11 / IEEE 802.11e 的運作。

Python socket OSError: [Errno 105] No buffer space available

In kernel, Linux, wireless2018-10-14Leave a comment louie.lu

今天在處理 netlink 的時候,使用 Python 當作 user-space 承接來自 kernel-space 訊息的工具。我的情況是大約每 10ms 會由 kernel-space 發起一次 netlink multicast 到 user-space。當在運行 user-space script 的時候,過一陣子會出現這個錯誤: [crayon-64229bd306be865057985 …

Continue Reading

hostapd: Using DFS channel in AP mode (ath9k)

In Linux, wireless2018-10-05Leave a comment louie.lu

今天在設定 hostapd 給 ath9k 的網卡使用時,遇到了這樣的問題: 無法在 AP mode 設定 channel 為 120, 124, 132 首先出現的是 DFS start_dfs_cac() failed, -1,照著這篇 mail 安裝 wireless-regdb 以及 crda 就不會出現問題。 接著出現了這樣的訊息: [crayon-64229bd3070611351657 …

Continue Reading

Qualcomm ath9k 驅動程式解析 (二) – 幾個重要結構

In kernel, Linux, wirelessTags ath9k, driver, wireless2018-09-06Leave a comment louie.lu

ieee80211_local *local 用途: contains information about the real hardware, and is created when the interface is first added. (Daniel Caps Mur, Linux Wi-Fi open source drivers-mac80211,ath9k/ath5k-, pp.1) …

Continue Reading

Qualcomm ath9k 驅動程式解析 (一) – 初始化過程

In kernel, Linux, wirelessTags ath9k, driver, wireless2018-09-06Leave a comment louie.lu

以 linux-4.19-rc2 為例,平台為 TP-Link WDR4300。程式碼以 linux-4.19-rc2 為準,有特別標示者以 OpenWrt/LEDE 為準。 1. ath9k 驅動程式註冊點:ath9k/init.c#ath9k_init(void) [crayon-64229bd3075f8739303132/] 主要有三件事情,(1) 初始化 PCI 匯流排、(2) 初始化 A …

Continue Reading

在 TP-Link wdr4300 對 OpenWrt/LEDE 的 ath9k driver 打 patch

In wirelessTags lede, openwrt2018-09-06Leave a comment louie.lu

1. 目標 透過 OpenWrt/LEDE 的 quilt 將 ath9k 打上 patch,把 ath9k/xmit.c、ath9k/recv.c、net/mac80211/tx.c 特定的 function static 修飾字消除,以利 ftrace / perf 能夠順利取得 symbol 進行追蹤。 2. 方法 a. 找出 ath9k 在 OpenWrt/LEDE 正確的 package …

Continue Reading

LEDE/OpenWrt C2600 ath10k firmware crashed

In wirelessTags lede2018-03-26Leave a comment louie.lu

When using flent to test rrul_50_up, LEDE/OpenWrt C2600 will crash like this: [crayon-64229bd307c1c844194116/]  

Develop process in Linux ath10k driver with LEDE

In kernel, Linux, wirelessTags lede2018-01-10Leave a comment louie.lu

ath repo: https://bitbucket.org/mlouielu/ath LEDE repo: https://github.com/lede-project/source, commit: 99be4170cb27e ath repo: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git, commit: e72a …

Continue Reading

文章導覽

1 2

Site Footer

Contact: me at louie dot lu