You are here
Submitted by volkswagner on Mon, 2009/02/02 - 17:45
I am trying to setup LAMP stack on an old laptop. I tested the linksys wireless card in Xubuntu 8.04. While running the Xubuntu live CD I edited the interfaces file to match my wireless essid and wep key. Worked great.
I tried the same thing with Turnkey LAMP, but I get error wlan0 not found. It does not show up in ifconfig. It does show the adapter in lscpi.
Was the pcmcia support trimmed?
I don't even get the power light on the card.
Forum:
No support for wireless or pcmcia by default
We believe the main use case for software appliances is running in Virtual Machines and stationary desktop/server type hardware, not laptop hardware, which is why the TurnKey core currently doesn't include support for pcmcia or wireless out of the box, and of course we also don't test for that scenario.
You may still be able to run an appliance on laptop type hardware with a wifi card but you'll have to experiment a bit to get it to work. We use the same kernel as Xubuntu so that shouldn't be a problem, but some userland tools are probably missing:
Try this:
If you get it to work, please share your experience on the forum for the benefit of other users who might share your circumstances.Good luck!
wireless-support not found
root@lamp:~# apt-get install pcmciautils wireless-support
Reading package lists... Done
Building dependency tree
Reading state information... Done
pcmciautils is already the newest version.
E: Couldn't find package wireless-support
root@lamp:~# apt-search wireless
-bash: apt-search: command not found
root@lamp:~# apt-cache search wireless
pcmciautils - PCMCIA utilities for Linux 2.6
Any other suggestions where to progress. I had to temporarily add an NIC, since the laptop only had a modem. Nothing is ever easy, but if it is difficult you must be doing it wrong.
Typo in the original post
Also, you have to `apt-get update' first to update your local package database. I added that to the post.
Thanks got wireless-tools still no joy.
try installing the restricted kernel modules
Tell me if this helps...
Add new comment