Part1
Wireless network card
(from http://www.vicentgozalbes.com/index.php)This is a ipw2100 wificard. You need to download the firmware ipw2100-fw-1.3.tgz and decompress it in: /usr/lib/hotplug/firmware/
| :/usr/src#tar -zxf ipw2100-fw-1.3.tgz
:/usr/src# mv*.fw /usr/lib/hotplug/firmware/ |
Now download the driver sources - ipw2100-source_0.56-1_all.deb, install it and create themodule (install module-assistant and debhelper):
|
:/usr/src#dpkg -i ipw2100-source_0.56-1_all.deb :/usr/src#module-assistant a-i ipw2100 |
|
:/usr/src#modconf |
and then select all the modules for ipw2100 (ieee80211_crypt,ieee80211_crypt_wep, ieee80211, and ipw2100).
****************************************************************************
Part2
特定网卡的驱动模块
和许多其他新硬件一样,很多新型号的无线网卡没有厂商提供的兼容 GPL 的驱动程序,或者由开放源代码社区开发的驱动程序仍然不成熟、无法进入内核。这样,这些驱动程序就以单独的模块的形式出现,而这些驱动中的一部分将来某一天可能就会进入到内核之中了。
这些驱动中的一个着名代表就是ipw2100 [3],它是 IntelPro/Wireless 2100 的驱动程序,而这块无线网卡就是着名的 Intel 迅驰®移动计算技术的一部分。本节中就以 ipw2100 驱动的安装为例。
首先,你需要从项目网站http://ipw2100.sourceforge.net下载驱动的源代码包和firmware。确定了内核足够新并且已经支持了模块、hotplugfirmware 和无线网卡之后,解压源代码包:
APTITUDE:/usr/src# tar -zxvf ipw2100-1.0.1.tgz进入源代码目录编译、安装:
APTITUDE:/usr/src/ipw2100-1.0.1# make安装完模块之后,它会提示你需要安装firmware:
APTITUDE:/usr/src/ipw2100-1.0.1# make install
Don't forget to copy firmware to /usr/lib/hotplug/firmware/ and have the按照提示所说,把firmware解压缩到该目录之后,可以使用如下命令启动ipw2100模块了:
hotplug tools in place.
APTITUDE:/usr/src/ipw2100-1.0.1# modprobe ipw2100启动模块的时候可以使用参数来指定一些设置。比如可以用ifname参数来指定网络接口的名称:
APTITUDE:/usr/src/ipw2100-1.0.1# modprobe ipw2100 ifname=wlan0这样,新的接口就叫wlan0了。对于其他的参数,读者可以阅读源码包里的说明文档。
******************************************************************************************************
Part3(Mit VPN surfen in Uni unter Linux)
Ausser dem offiziellen VPN Client von Cisco gibt es für Linux und Unix einen alternativen VPN Client, der aber offiziell nicht unterstützt wird. Wer ihn ausprobieren will, kann das gerne tun. Nach unserem Wissensstand funktioniert dieser VPN Client nur, wenn root den vpn-Tunnel aufbaut.
Den freien VPN Client kann von
http://www.unix-ag.uni-kl.de/~massar/vpnc heruntergeladen werden. Es gibt dieses Programm auch als Debian-Paket (vpnc) im unstable Tree.
Um eingesetzt zu werden benötigt der Client das Kernelmodul tun.o, man findet es unter Network Device Support -> Universal TUN/TAP device driver support. Falls das Modul noch nicht im Kernel enthalten ist, muss der Kernel neu kompiliert werden und hinterher das Modul mit geladen werden, z.B. mit






