Making Intel PRO/Wireless 3945 work on Debian Lenny
After updating the kernel today to 2.6.22-2, everything but my wireless card seems to work! (sound didn’t work properly before)
It turns out I need some proprietary firmware to get it running in Lenny (aka Testing), so here’s a quick step by step:
- Fire up a terminal
- Go into superuser mode: su -
- Then: gedit /etc/apt/sources.list (or “kate /etc/apt/sources.list” if you’re under KDE)
- There you should add the following line at the end: deb http://ftp.debian.org/debian/ lenny non-free contrib
- Save, then run: aptitude update
- Then we need to install the firmware and the module: aptitude install firmware-ipw3945 ipw3945d ipw3945-modules-`uname -r`
- You should have wireless now
You don’t?
Take a look in: http://forums.debian.net/
