![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Networking & Wireless Having problems getting connected to the internet or getting your wireless card to work? Ask here. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
A Carafe of Ubuntu
![]() Join Date: May 2006
My beans are hidden!
|
How To: Wireless on a Fujitsu Siemens Li 2727 notebook
This should work for all the annoying notebooks in the Fujitsu Siemens range that require a special software switch to activate wifi, although it's only tested on an Li2727 notebook.
These steps are nice and easy. No compiling modules, as the other (older) guides suggest. Please post links to this guide wherever you find these outdated guides. EDIT: If using Jaunty (9.04), there's no need for step 1 & 2. Just skip straight to step 3. 1. Get online via an Ethernet cable and use Synaptic to install either of these packages (hit the Reload button before installing, as you should always do): Code:
linux-backports-modules-hardy linux-backports-modules-intrepid 2. Update the system (sudo apt-get update, or use the program on the System -> Administration menu). 3. You can now go online straight away, although only until you reboot, by typing the following into a terminal window: Code:
sudo modprobe acerhk echo on > /proc/driver/acerhk/wirelessled However, to make the change permanent, you'll need to do the following: Open a terminal window and type the following to edit /etc/modules: Code:
sudo nano /etc/modules Code:
acerhk 5. Create a new text file as follows: Code:
sudo nano /etc/rc2.d/S19wifiactivate Code:
echo on > /proc/driver/acerhk/wirelessled 6. Type the following to make your new file executable Code:
sudo chmod +x /etc/rc2.d/S19wifiactivate To control the screen brightness, just add the Brightness applet to any panel. The keyboard shortcut keys don't work. Last edited by randysparks; April 20th, 2009 at 12:42 PM.. Reason: updating for jaunty and expanding slightly |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|