This is a compatibility guide to running Linux with the HP Probook 6545b laptop.
This page is just for discussing using Linux on the HP Probook 6545b. For a general discussion about this laptop you can visit the HP Probook 6545b page on LapWik.
1. Notes for Wireless (Debian 5.0 squeeze). To get wifi, run in terminal (as root): # apt-get install module-assistant wireless-tools # m-a a-i broadcom-sta # update-initramfs -u -k $(uname -r) 2. Notes for Fedora 13 It was difficult to even get it to boot. I had to use the acpi=off kernel option, which disables a lot of useful features like power management etc. I do hope this is solveable.
Some tweaks: I manage network card in NetworkManager so i put “managed=true” in nm-system-settings.conf : sed -e 's/managed=false/managed=true/' /etc/NetworkManager/nm-system-settings.conf
Discussion