Homepage David Coeurjolly

Chargé de Recherche-CNRS
Laboratoire LIRIS
Equipe m2DisCo
Université de Lyon
Batiment Nautibus
43 boulevard du 11 novembre 1918, 69622 Villeurbanne cedex, France
Tel: (+33) [0]4.72.44.82.40
Fax: (+33) [0]4.72.43.15.36
david.coeurjolly _at_ liris . cnrs . fr (PGP)


Research topics Publications HDR / PhD Thesis Download codes Enseignement/Lectures Sujets Linux
 

Linux on a Dell Precision M60

Here you have the procedure I used to install a linux mandrake 10.1 on my Dell Precsion M60 LapTop.

Nvidia QuadroFXGo 700

Only the generic nvidia driver is available on the Mdk10.1. You should install the latest version downloaded from the Nvidia website.

To configure my Xserver, I used the configuration file given by Xavier Decoret (see links below):

Important: to activate the Twinview mode, the secondary screen (or video projector) must be plugged when your X server starts.

Intel Pro Wireless 2200 on mandrake 10.1 (ipw2200)

First, the linux driver of the ipw2200 card exists, you don't have to use a Windows driver wrapper like ndiswrapper. You need: For instruction to download and install the firmware, check the ipw220 web page.

On the Mandrake 10.1, the ipw2200 driver can be found in the distributions (both Official and Community). However, the driver version is 0.7 (many things like the WEP encryption are not implemented in this version).

Hence, you have to download and install manually the latest version. On my system, I couldn't compile the driver, hence I used a RPM that contains a recent version of the driver: using DMKS (cf see the Sourceforge thread). Once everything is installed, you can load the kernel modules:
%> modprobe ipw2200
%> modprobe arc4 
%> modprobe crc32c

Check the errors during the modprobes or in the "/var/log/messages" log file.

If there are no errors, you can set up your connection using either the "iwconfig" tool or the "drakconnect" software:
%> iwconfig eth2 power on
%> iwconfig eth2 essid "MySSID"
%> iwconfig eth2 key open "MyWEPKey"
If during the "modprobe ipw2200" you have
 Radio Frequency Kill Switch is On:
in the /var/log/messages, it means that your BIOS has turned off your Wireless card (i.e. you have pressed the "Fn+F2" keys). In that case, press the "Fn+F2" keys, unload the ipw2200 driver ("rmmod ipw2200") and load it again ("modprobe ipw2200"). The message should disappear. Note that you can deactivate this key sequence in your BIOS setup.

Links

Mozilla Firefox tips

How to install the "mozex" extension on firefox > 1.0

To make sure that the extension is correctly installed:

Problems and solution for the Ergenic WIFI card 802.11b+ 22Mbps (PCI and PCMCIA) on windows

The problem: the driver in the Ergenic install CD does not implement the WEP encryption !! Thus, you cannot connect your WIFI card to an encrypted access point...

Solution: Install the Ergenic driver and software, then update the driver using the Trendware driver for the TEW-301PC 4X wifi card (Driver version 3.0.0.1, available here).


david.coeurjolly_at_liris.cnrs.fr
Last modified: Tue Mar 29 09:09:42 CEST 2005