802.11 linux STA driver安裝問題(已解決) - Linux
By Erin
at 2013-03-14T19:46
at 2013-03-14T19:46
Table of Contents
我在http://www.broadcom.com/support/802.11/linux_sta.php
下載網卡的驅動程式,請問各位下載完後要怎麼在ubuntu安裝他?
我剛用linux系統,無線網路一直抓不到,來是各位有其他好的方
法可以幫助我,感謝。
抱歉沒說清楚,我問題出在make後會出現
make: *** /lib/modules/"release"/build: No such file or directory. Stop
我也有照他說的執行
# apt-get install build-essential linux-headers-generic
# apt-get build-dep linux
但還是出現這錯誤,不知道有沒有人有遇過這種情況,或是知道問題出在哪。
我有用ls看過,還是沒有他要的目錄。
搞定了,找不到目錄的問題要用
sudo apt-get install linux-headers-$(uname -r) 來解決
然後我是用ubuntu12.10,在make的時候會出現找不到 asm/system.h
所以要到 src/wl/sys/wl_linux.c 把 wl_linux.c 這c檔裡面的
#include <asm/system.h> 刪除掉,然後再搜尋 .ndo_set_multicast_list
會找到 .ndo_set_multicast_list = wl_set_multicast_list
把它改成 .ndo_set_rx_mode = wl_set_multicast_list
這樣就可以成功make了。(這個broadcom的說明檔沒提到)
--
下載網卡的驅動程式,請問各位下載完後要怎麼在ubuntu安裝他?
我剛用linux系統,無線網路一直抓不到,來是各位有其他好的方
法可以幫助我,感謝。
抱歉沒說清楚,我問題出在make後會出現
make: *** /lib/modules/"release"/build: No such file or directory. Stop
我也有照他說的執行
# apt-get install build-essential linux-headers-generic
# apt-get build-dep linux
但還是出現這錯誤,不知道有沒有人有遇過這種情況,或是知道問題出在哪。
我有用ls看過,還是沒有他要的目錄。
搞定了,找不到目錄的問題要用
sudo apt-get install linux-headers-$(uname -r) 來解決
然後我是用ubuntu12.10,在make的時候會出現找不到 asm/system.h
所以要到 src/wl/sys/wl_linux.c 把 wl_linux.c 這c檔裡面的
#include <asm/system.h> 刪除掉,然後再搜尋 .ndo_set_multicast_list
會找到 .ndo_set_multicast_list = wl_set_multicast_list
把它改成 .ndo_set_rx_mode = wl_set_multicast_list
這樣就可以成功make了。(這個broadcom的說明檔沒提到)
--
Tags:
Linux
All Comments
By Delia
at 2013-03-15T09:27
at 2013-03-15T09:27
By Oscar
at 2013-03-17T14:00
at 2013-03-17T14:00
Related Posts
使用crontab執行apt-get出現錯誤
By Catherine
at 2013-03-14T18:29
at 2013-03-14T18:29
error while loading shared libraries
By Carol
at 2013-03-14T13:58
at 2013-03-14T13:58
Lubuntu 12.10 開機出現錯誤
By Selena
at 2013-03-14T13:00
at 2013-03-14T13:00
關於core dumped
By William
at 2013-03-14T12:01
at 2013-03-14T12:01
openSUSE 12.3 Out Now!
By Hamiltion
at 2013-03-14T01:37
at 2013-03-14T01:37