MeeGoでの、Wifi有効化 [ HP mini 1000(1007TU) Broadcomの場合 ]
以前、HP mini 1000(1007TU)で、moblin2.1の、Wifi有効化を、投稿した者です。
Meegoをインストールして、Slain.orgさんに書いてある方法を行いましたが、できません。
MyDellmini.comのフォーラム書き込みで、別の方法を見つけました。
MeeGo on a Mini9?? の中の、LostLogicさんの投稿から、引用です。
Successfully got the WiFi to work after following the Slaine guide upto a certain point, then follow with a build of the drivers.
All "Write this" commands are listed with a # infront of the line for easy reading
Instructions:
Go to the applications tab, and type Terminal. Launch it
Run the following commands. I don't think you need rpmdevtools, but what the heck! Grab it anyways! Might come in handy later on!
# sudo yum install rpmdevtools
# sudo yum groupinstall "Development Tools"
# sudo yum install kernel-netbook-devel
Download the 32-bit package from this site:
Broadcom.com - 802.11 Linux STA driver
Follow the readme steps. If you are lazy just follow these condensed steps:
In terminal, go to your Downloads directory
# cd Downloads
# mkdir hybrid_wl
# cd hybrid_wl
# tar xzf /home/YOURUSERNAME/Downloads/hybrid-portsrc-x86_32-v5.60.48.36.tar.gz
# make clean
# make
You might get a warning during the make build. Don't worry, it won't affect the later steps!
# modprobe lib80211
# sudo insmod wl.ko
Welcome to WiFi MeeGo!
We might want the driver to load every time we boot up MeeGo, so let's do the following!
# sudo cp wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
# sudo depmod -a
Hope this helps!
I recommend you read the Readme and follow it, since I am a complete beginner on Linux, but this should atleast help you somewhat on your way to threadless internet.
Last edited by LostLogic; 05-28-2010 at 02:09 PM. Reason: Missed boot up commands for driver
端末で、この通りにやって、Wifi有効になりました。
参考になると、幸いです。
Trackback URL for this post:
- Forums:









Acerでも
Acer Aspire One D250でも、全く同様の手順でWiFiが有効化できました。
ご参考まで。