@GeneC
My suspicions were correct
There is a difference between 0e22 and 0E22.
lspci returns the PCI ID in lower case while I have all ID's in upper case...and those do not compare.
I didn't notice that because my hardware ID's were numeric...
Code has changed and I tested it with the string you provided...and it worked, so can you try it again?
http://www.schoelje.nl/lmdekde/packages/device-driver-manager_0.2.3_all.deb@viking777
About Broadcom:
I use this list to check wich chipsets are supported:
http://linuxwireless.org/en/users/Drive ... ed_devicesAs you can see, your BCM5787M is not in the list and doesn't seem to be supported by any driver in the repositories.
You say you have ethernet but no wireless?
What do you usually do to get wireless with this chipset?
About PAE:
Could you post the outcome of the following codes:
- Code: Select all
uname -r
uname -m
cat /proc/cpuinfo | grep processor | wc -l