Skip to content

XceptN’s Tech Stuff

All About Tech

Wireless on Dell Latitude D630 with OEL5

Posted on October 8, 2008 By XceptN No Comments on Wireless on Dell Latitude D630 with OEL5

I have been referring to linlap for this configuration. The configuration has been made possible via ipw3945 and iwlwifi. To be more precise:

INSTALLATION

  • Go to ipw3945 and download microcode image, userspace daemon and ipw3945-1.2.0.tgz
  • tar zxvf ipw3945-1.2.0.tgz
  • cd ipw3945-1.2.0
  • make
  • sudo make install
  • cd ..
  • tar zxvf ipw3945d-1.7.22.tgz
  • cd ipw3945d-1.7.22
  • read README.ipw3945d and apply
  • cd ..
  • tar zxvf ipw3945-ucode-1.14.2.tgz
  • cd ipw3945d-1.7.22
  • read README.ipw3945-ucode and apply
  • cd ..

SOME PREPARATION
The driver does not work properly with
multi-cpu/core environments. D630 has a dual core cpu. So we need to
disable the second CPU
before connection and then enable it when done.

Have executable scripts:

disablecpu1:

#!/bin/bash

echo 0 > /sys/devices/system/cpu/cpu1/online

enablecpu1:

#!/bin/bash

echo 1 > /sys/devices/system/cpu/cpu1/online

The 3945 regulatory daemon needs to be started with module load and to be stopped with module remove. So update /etc/modprobe.conf to have:

  • install ipw3945 /sbin/modprobe –ignore-install ipw3945 ; /sbin/ipw3945d –timeout=-1
  • remove ipw3945 /sbin/ipw3945d –kill ; /sbin/modprobe -r –ignore-remove ipw3945

and add the following to have wireless as eth1:

  • alias eth1 ipw3945

WIFIRADAR CONFIG

Before starting wifi-radar we need to disable second core and reload the kernel driver. So have a script like below for wifi-radar:

#!/bin/bash
sudo disablecpu1
sudo modprobe -r ipw3945
sudo modprobe ipw3945
enodev=1
echo -n “Waiting for eth1 to come up”
while [ $enodev -ne 0 ]
do
  sleep 1
  enodev=`iwconfig eth1 2>&1 | grep -c “No such device”`
  echo -n “.”
done
echo ” eth1 is up.”
echo “Starting wifi-radar.”
sudo wifi-radar
echo “wifi-radar end.”
sudo modprobe -r ipw3945
sudo enablecpu1

That shall work…

desktop, linux, mobile, network

Post navigation

Previous Post: New Turkcell MMS and WAP settings
Next Post: Exporting Evolution (contacts) Entries

Related Posts

HOWTO: Extract WINMAIL.DAT on Linux desktop
Detected Deskjet 610C Does Not Print desktop
Extra Data Received on Transport in Urgent Mode (MSG_OOB) kernel
Generating Patches for Linux Sources development
HP QLogic Drivers development
Comparing and Measuring Performance of Linux Filesystems linux

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • Dipping Toes into Nix Package Manager | Installing Freeplane
  • Fujitsu Workplace Protect Face Recognition Best Practices on Q704
  • Fujitsu STYLISTIC Q704 Fingerprint Scanner Problems
  • Two Generations of Computing Equipment…
  • IBM Model M Keyboard Goes Blank

Recent Comments

  1. r0cky on Fujitsu LIFEBOOK UH572 Ultrabook Touch Pad Review: Linux
  2. XceptN on Fujitsu LIFEBOOK UH572 Ultrabook Touch Pad Review: Linux
  3. r0cky on Fujitsu LIFEBOOK UH572 Ultrabook Touch Pad Review: Linux
  4. Kaylee on Mounting an LVM Logical Volume in an Oracle VM Disk Image
  5. Theron Conrey on Open Source Virtualization for Smaller Carbon Footprint

Archives

  • June 2024
  • November 2014
  • October 2014
  • April 2014
  • March 2014
  • December 2012
  • November 2012
  • October 2010
  • April 2010
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008

Categories

  • blogging
  • communication
  • desktop
  • development
  • firmware
  • Fujitsu
  • gprs
  • gps
  • hardware
  • internet
  • java
  • kernel
  • keyboard
  • linux
  • masteryourbiz
  • mms
  • mobile
  • multimedia
  • network
  • OracleVM
  • palm
  • python
  • rokr e6
  • social media networking
  • storage
  • sysadm
  • tablet
  • twitter
  • virtualization
  • wap
  • windows
  • wordpress
  • xen

Copyright © 2025 XceptN’s Tech Stuff.

Powered by PressBook Masonry Dark