Linux 2.6.24 and Debian Etch on a Thinkpad x60s
Par gildor, Wednesday 12 March 2008 à 11:05 :: Debian :: #40 :: rss
I just installed a new kernel on my thinkpad. The migration was done from a 2.6.23 kernel and brings a new 80211g driver: iwl3945.
This new driver is fully included in the kernel and only need an additional firmware, which can be found in firmware-iwlwifi Debian package. It works pretty well, seems to connect faster, but the blinking WIFI antenna on my laptop doesn't work anymore. It replaces ipw3945 with a daemon in user space.
The installation was not straightforward, since ipw3945 and udev persistent net rules prevent it. The solution is to remove lines concerning the net interface using ipw3945 (the line "# PCI device 0x8086:0x4227 (ipw3945)" and the line after) in the file /etc/udev/rules.d/z25_persistent-net.rules. After this, you must do:
modprobe -r iwl3945 modprobe iwl3945
The file /etc/udev/rules.d/z25_persistent-net.rules now contains a line for the iwl3945 driver.
Installing the driver for etch requires to update the package wireless-tools using its backport to etch and downloading/installing the package firmware-iwlwifi from unstable.





Commentaires
1. Le Wednesday 12 March 2008 à 22:29, par LuCkY
2. Le Wednesday 12 March 2008 à 22:49, par gildor
3. Le Sunday 12 October 2008 à 16:21, par Valentino
4. Le Monday 13 October 2008 à 11:28, par gildor
Ajouter un commentaire