|
|
 |

LinuxPlanet / Tutorials


 |
|
|
Access FREE HP Server Solutions Tools:
|
 |
Rethinking the Datacenter
Sponsored by HP
Today's datacenters need to increase utilization, get control over power and cooling costs, and align with business objectives. Download this eBook to learn about the challenges facing the data center in a world where digital information is growing at a torrid pace and costs are being held in check. Learn more. »
|
|
Putting the Green into IT
Sponsored by HP
Electricity use in data centers is skyrocketing, sending energy bills through the roof, creating environmental concerns and generating negative publicity. "Going Green" means looking to technologies like virtualization, energy-efficient chips and racks, and implementing policies that extend beyond the data center. Learn more. »
|
|
Managing the Modern Network
Sponsored by HP
In a global economy where information crosses the globe in an instant, and where Web-based applications power business, it's more important than ever to ensure your network is safe from threats and optimized to deliver the data your business needs. »
|
|
Evaluating Software as a Service for Your Business
Sponsored by Webroot
Is Software as a Service just hype, or is something really going on here? See if your company can benefit as SaaS tries to change the face of the enterprise.
»
|
|
Is Your Disaster Recovery Plan Good Enough?
Sponsored by HP
Preparing for a disaster is more often than not part of the storage planning process, and it is one of the most difficult tasks, since it includes local hardware and software, networking equipment, and a test plan. Learn how to get disaster recovery right. »
|
|
A Writer's View of the Linux Wireless Dream, Part 1
The Acid Test

Rob Reilly
Monday, June 2, 2003 10:51:02 AM
I removed the "wired" Ethernet card from the PCMCIA slot and inserted
the wireless card. I typed (as root):
rcpcmcia stop
and popped out the wired Ethernet card.
rcpcmcia start
then popped in the new wireless card. Then, I typed
ifup wlan0
At that point the 802.11b card could grab an IP address from the
access point. It's important that the IP range for DHCP is wide
enough to service the wireless card. If you have four machines wired
into the wireless router/access point and you want to be able to grab
an IP address for the wireless card, you better have enough addresses
to go around. You might set up the DHCP server in the router to allow
addresses 192.168.2.2 through 192.168.2.6. On the SMC router, I
usually give the router 192.168.2.1. It seems pretty silly, but I did
pull my hair out for a while trying to track down the problem of not
having enough IP addresses available. Save yourself some trouble.
Finally, I was ready to try and ping something. I typed:
ping [some known ISP or Web site that returns pings]
I also started my browser and surfed to one of my favorite web sites, LinuxToday.com.
Ping returned the usual procession of round-trip packet times and appearing in my browser were all those great Linux stories.
If you go through all of this and it doesn't work, there could be any
number of problems and be warned. It could take some real detective
work to get everything going properly. Here is a list of things to
help you get started on troubleshooting.
- Is your PCMCIA subsystem set up
correctly and working?
- Is your hotplugging subsystem set up
correctly and working?
- Have you checked lsmod to see if all the
correct modules (like prism2_cs) are loaded?
- Have you restarted he PCMCIA subsystem
with rcpcmcia stop/start (as root)?
- Are you sure the wireless card works?
- Is the wireless router/access point
configured correctly (especially with dhcp and WEP/no WEP)?
- Do you have enough dynamic IPs available on your system to support the wireless laptop?
After the wireless card worked properly, I thought it would be nice to
have it start automatically at bootup. I just fired up the YAST2
Control Center and followed these steps.
- Selected the "System" icon from the main
control panel.
- Selected "Sysconfig Editor" icon.
- Under "config options," clicked on
the "etc" plus sign (to open up the etc variables).
- Changed the
hotplug_net_default_hardware variable to pcmcia.
- Changed the
hotplug_start_net variable
to yes.
Next: The Dream Continues »
|
|