Comment 1 for bug 112225

Revision history for this message
Stephen Crosby (stevecrozz) wrote :

Here's the output of lspci as it relates to my wirelss card:
01:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)

Here's the output of modprobe -c | grep ipw3495 which I believe is the name of the driver I use.
$ modprobe -c | grep ipw3945
install ipw3945 /sbin/modprobe --ignore-install ipw3945 ; sleep 0.5 ; /sbin/ipw3945d-$(uname -r) --quiet
remove ipw3945 /sbin/ipw3945d-$(uname -r) --kill ; /sbin/modprobe -r --ignore-remove ipw3945