802.11 linux STA driver安裝問題(已解決) - Linux

Erin avatar
By Erin
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的說明檔沒提到)

--
Tags: Linux

All Comments

Delia avatar
By Delia
at 2013-03-15T09:27
人家有個README的文件有先看過了嗎...??
Oscar avatar
By Oscar
at 2013-03-17T14:00
header generic應該會帶入headers-(uname)吧?

使用crontab執行apt-get出現錯誤

Catherine avatar
By Catherine
at 2013-03-14T18:29
[問題描述]無法使用crontab自動執行apt-get更新 sudo crontab -l # m h dom mon dow command 0 3 * * * sh /home/username/crontab.sh vim /home/username/crontab. ...

error while loading shared libraries

Carol avatar
By Carol
at 2013-03-14T13:58
請教各位大哥大姊 之前我程式有遇到and#39;error while loading shared librariesand#39;這樣的狀況 我就照網頁上教學 去ldd 看連結 也在ld.so.conf 加入來源後 也ldconfig 建立 在ldd 看一次 連結 OK 但我現在想要反悔 換另外一 ...

Lubuntu 12.10 開機出現錯誤

Selena avatar
By Selena
at 2013-03-14T13:00
進入 GNU GRUB 2 開機選單 選擇 Ubuntu 選項開機後 會出現以下錯誤: error: attempt to read or write outside of disk and#39;hd0and#39; press any key to continue... 按任意鍵後卻又能略過錯誤 成 ...

關於core dumped

William avatar
By William
at 2013-03-14T12:01
我在執行 ./xxxxx 時 程式跑到一半就出現 and#39;程式記憶體區段錯誤 (core dumped)and#39; 請問各位神人發生了什麼事嗎andgt;and#34;andlt; -- → xxxcc :如果我說 ...

openSUSE 12.3 Out Now!

Hamiltion avatar
By Hamiltion
at 2013-03-14T01:37
Hi,各位大大好。 小小的推廣一下,openSUSE 12.3釋出囉。 歡迎各位一起來加入openSUSE的行列。 有興趣的可以來這邊參考、下載: http://www.opensuse.org/zh-tw/ - ...