![]() |
Chargé de
Recherche-CNRS |
| Research topics | Publications | HDR / PhD Thesis | Download codes | Enseignement/Lectures | Sujets | Linux |
|---|
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):
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" |
Radio Frequency Kill Switch is On: |
user_pref("mozex.command.aim", "");
user_pref("mozex.command.download", "");
user_pref("mozex.command.ed2k", "");
user_pref("mozex.command.ftp", "");
user_pref("mozex.command.irc", "");
user_pref("mozex.command.mailer", "/usr/bin/xemacs -funcall vm-compose-mail");
user_pref("mozex.command.news", "");
user_pref("mozex.command.telnet", "");
user_pref("mozex.command.textarea", "/usr/bin/xemacs %t");
user_pref("mozex.general.tmpdir", "~/tmp/");
user_pref("mozex.intercept.ftp", false);
user_pref("mozex.intercept.irc", false);
user_pref("mozex.intercept.mailto", true);
user_pref("mozex.intercept.news", false);
user_pref("mozex.universal.command", "");
user_pref("mozex.universal.schemes", "");
|
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).