| ||||||||
Dell Mini 9 Discussion Discussion on the Dell Inspiron Mini 9.
|
| | LinkBack | Thread Tools | Display Modes |
(#1)
|
(#2)
|
| Guru Posts: 1,997 Join Date: Apr 2009 | I dunno, you might have to build the Broadcom Wifi driver yourself. When I tried Moblin (one of MeeGo's predecessors) on my Mini 9, I swapped in an Intel WiFi card, which let me avoid any difficultly getting the Broadcom WiFi working. Mini 1012 | SSD | Intel 6200 Wifi | Ubuntu 11.10 64bit |
| | |
(#3)
|
| Junior Member Posts: 20 Join Date: Dec 2008 | I am downloading 1.0 right now. I had to build the Broadcomm Wifi driver for Moblin, so you might need to do that for MeeGo. Someone had a step by step guide for it, I'll see if I can find it. edit: That didn't take long. http://slaine.org/_slaine/Dell_Mini_9.html That's for Moblin and it might work for MeeGo. Not sure, I still need to burn the image and install MeeGo. |
| | |
(#4)
|
(#5)
|
(#6)
|
| Junior Member Posts: 10 Join Date: May 2009 Location: Oslo, Norway | 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. ![]() |
| | |
(#7)
|
(#8)
|
(#9)
|
(#10)
|
![]() |
| Thread Tools | |
| Display Modes | |
| |
Copyright © 2008-2011 MyDellMini.com.








just follow these condensed steps:

Linear Mode