Unable to active wireless

Asked by Bob Havoc

I am a very new convert to Ubuntu. I am finding it fine however I am unable to connect to the internet via my wireless. It works when I plug in, how I'm here. The wireless network is fine, as I have a desktop connected through this.

My computer is a Fujitsu Siemens amilo 2727 Li laptop

When I used Windows everytime I turned the computer on I had to activate the wi-fi by pressing Fn and F1. This however no longer works, and there are no switches on the computer.

In network settings there is not even an option to connect to a wireless connection

I have asked this question before still not got a solution. So I know you might request the following

lspci

00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller (rev 01)
08:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)

and

lsusb

Bus 007 Device 001: ID 0000:0000
Bus 006 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000

Please can some-one help, and please be gentle I am a newbie and would appreciate it.

Cheers

Bob

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
A. Denton (aquina) said :
#1

Hy!

It soesn't really matter in which way these devices are connected to the system but if you have already all the basic necessary stuff on your system. First install "wireless-tools" and if required "pcmcia-cs" via "sudo apt-get install <packetname>".

As already descruibed you're using the "Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter" for communication. for the last step it's important to me to know which GUI you're using.

Also see:

1] http://ubuntuforums.org/showthread.php?p=5047061
2] http://www.google.de/search?hl=de&q=%2BUbuntu+%2BAR242x&btnG=Suche&meta=

Revision history for this message
Bob Havoc (robert-haddock) said :
#2

I have tried the techniques described in the links and neither was sucessful, in resolving my issue.

What more can I do, or information should I provide.

Cheers

Bob

Revision history for this message
A. Denton (aquina) said :
#3

1] Check the HCL (http://www.ubuntuhcl.org/) if your hardware is supported.

2] Search for bug reports containing the keywords "AR242x" on Launchpad.

Revision history for this message
Dale O'Gorman (dpogorman) said :
#4

I have the same model of laptop (Siemens Fujitsu Amilo LI 2727) and suffered the exact same problem. I've struggled with it for 3 days until I figured out the problem. THe wireless card is fine in the laptop and it is supported by the latest release of MadWiFi so that isn't your problem strange as it may be to say.
What's really happening is that the Wireless card is turned off and there is no easy way to turn it on from Ubuntu as the hot keys on the laptop are not supported.
Fear not!!
Help is on the way. THe Li2727 uses an Acer derived keyboard which can be enabled using some magic (at least that's what it looks like)

You need to compile and install the ACERHK module for this laptop which should enable the wireless card, which will then be seen be MadWiFi and which then will be visible to the OS.

Are you with me so far? Good, well here goes:

Here is the thread http://ubuntuforums.org/showthread.php?t=644899

I've taken the liberty of paraphrasing the instructions and presenting them here for you.
Open a Terminal window:

1. Prepare the system.
 sudo apt-get update
 sudo apt-get upgrade
 sudo apt-get install build-essential

2. Obtain the latest code for acerhk and madwifi
 wget http://www.cakey.de/acerhk/archives/acerhk-0.5.35.tgz
 wget http://snapshots.madwifi.org/special/madwifi-ng-r2756+ar5007.tar.gz

3. Build MadWiFi to support your card. (Atheros AR5007EG)
 tar xfvz madwifi-ng-r2756+ar5007.tar.gz
 cd madwifi-ng-r2756+ar5007
 make
 sudo make install

4. Now we build acerhk in order to switch on the wireless card. (It has recently been patched to work properly for Ubuntu)
 cd ..
 tar xfvz acerhk-0.5.35.tgz
 cd acerhk-0.5.35
 wget http://www.edbl.no/tmp/acerhk.Makefile.patch
 patch -p0 < acerhk.Makefile.patch
 make
 sudo make install

5. Create a file which tells the computer what to do when it starts up.
 sudo gedit /etc/modprobe.d/amilo_special_keys.modprobe

add the following to the file and then save and close gedit.
 # set up kernel module acerhk to enable Fujitsu Siemens Amilo Li1718 special keys
 # and enable wireless when the module is inserted.
 # NOTE: to have the wireless hardware disabled until you press the wireless key on the laptop,
 # simply replace "echo 1" with "echo 0" in the command below.

 install acerhk /sbin/modprobe --ignore-install acerhk force_series=6805 autowlan=1; echo 1 > /proc/driver/acerhk/wirelessled

6. We must then remove the acerhk module which came with your Ubuntu distro (it's the wrong one)
 sudo rm /lib/modules/$(uname -r)/ubuntu/misc/acerhk.ko

7. Rebuild the modules.
 sudo depmod -a

8. Now you must force the laptop to load the acerhk module at boot up.
 sudo gedit /etc/modules

add the following line to the bottom of the file, save and close.
 acerhk

Now if all has gone well when you next reboot there will be a working Atheros wireless thingie connecting you to the world!!!!

Revision history for this message
jimmy smith (timmy-lea) said :
#5

Quick and easy solution that worked in Intrepid on an Li2727 notebook:

1. Install the linux-backports-modules-intrepid package

2. Add acerhk to the bottom of the /etc/modules.conf file (no need to install it -- acerhk is already there and works fine)

3. Create a new text file and add the following:

echo on > /proc/driver/acerhk/wirelessled

Save it as S19wifiactivate in your /home directory, then type the following to move it to the boot script directory:

sudo mv ~/S19wifiactivate /etc/rc2.d/
sudo chmod +x /etc/rc2.d/S19wifiactivate

Reboot. Everything should work OK. It did for me, anyway.

Revision history for this message
A. Denton (aquina) said :
#6

Unfortunately I do not have the powers to change the state of this question to SOLVED, EXPIRED or INVALID. Someone here at Launchpad either grant me that permission or simply apply the change in state to this question, please.

Can you help with this problem?

Provide an answer of your own, or ask Bob Havoc for more information if necessary.

To post a message you must log in.