[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:51262] MacBookProで無線LAN
こんばんはさいとうともうします。
debian sidを(一つ前の型の15")MacBook ProにInstallしました。
内蔵 無線LAN(BCM4328)を設定しようとしましたが、うまくできませんでした。
どこか問題がありますでしょうか?
ご教授下さい。
linux-image-2.6.27-6.slh.2-sidux-amd64 2.6.27-27
wireless-tools 29-1.1
ndiswrapper-common 1.53-2+c0.sidux.1
ndiswrapper-modules-2.6.27-6.slh.2-sidux 1.53-2+c0.sidux.1+2.6.27-27
ndiswrapper-source 1.53-2+c0.sidux.1
ndiswrapper-utils-1.9 1.53-2+c0.sidux.1
です。
1:lspciでNetwork Controllerを確認。
$lspci
...
0b:00.0 Network controller: Broadcom Corporation BCM4328 802.11a/b/g/n (rev 05)
...
2:ndiswrapperをインストールし、Win用ドライバを使用。
# aptitude install ndiswrapper-utils-1.9
3:ndiswrapperモジュールを作りInstall。
# aptitude install ndiswrapper-source
# module-assistant prepare
# module-assistant auto-install ndiswrapper
4:MacBook Proに付属のDVD-Disk1からWinXP用ドライバ
broadcomxpinstaller.exeを取り、それをunrarで展開し
bcmwl5.infをInstallしました。
# ndiswrapper -i bcmwl5.inf
installing bcmwl5 ...
# ndiswrapper -m
module configuration contains directive install pci:v000014E4d00004311sv*sd*bc*sc*i* /sbin/modprobe ndiswrapper
;you should delete that at /usr/sbin/ndiswrapper-1.9 line 868, <MODPROBE> line 5.
module configuration contains directive install pci:v000014E4d00004312sv*sd*bc*sc*i* /sbin/modprobe ndiswrapper
;you should delete that at /usr/sbin/ndiswrapper-1.9 line 868, <MODPROBE> line 6.
module configuration contains directive install pci:v000014E4d00004313sv*sd*bc*sc*i* /sbin/modprobe ndiswrapper
;you should delete that at /usr/sbin/ndiswrapper-1.9 line 868, <MODPROBE> line 7.
module configuration contains directive install pci:v000014E4d00004320sv*sd*bc*sc*i* /sbin/modprobe ndiswrapper
;you should delete that at /usr/sbin/ndiswrapper-1.9 line 868, <MODPROBE> line 8.
module configuration contains directive install pci:v000014E4d00004328sv*sd*bc*sc*i* /sbin/modprobe ndiswrapper
;you should delete that at /usr/sbin/ndiswrapper-1.9 line 868, <MODPROBE> line 9.
module configuration contains directive install pci:v000014E4d00004329sv*sd*bc*sc*i* /sbin/modprobe ndiswrapper
;you should delete that at /usr/sbin/ndiswrapper-1.9 line 868, <MODPROBE> line 10.
module configuration already contains alias directive
なぜかエラーが出ます。
# modprobe -v ndiswrapper
5:ndiswrapperの状態を確認してみました。
# ndiswrapper -l
bcmwl5 : driver installed
device (14E4:4328) present (alternate driver: ssb)
6:iwlist wlan0 scanで見えた
ESSID:"ABCD"を
iwconfig wlan0 essid "ABCD" key "s:WIRELESSPASSWORD"
としても、
iwconfigは
# iwconfig wlan0
wlan0 IEEE 802.11g ESSID:off/any
Mode:Managed Frequency:2.462 GHz Access Point: Not-Associated
.......
となってしまいます。
長々と済みません。宜しくお願いします。