Zoro1044
Mon May 21, 2012 2:14:34 am
Wireless Intel ipw3945 not working on install. HP Compaq 6710b laptop
Zoro1044
Mon May 21, 2012 2:14:34 am
Wolfman
Mon May 21, 2012 7:00:36 am
Zoro1044
Wed May 23, 2012 8:11:14 am
madvinegar
Wed May 23, 2012 8:34:40 am
lspci -nn
sudo lshw -c network
sudo rfkill list all
madvinegar
Wed May 23, 2012 9:08:58 am
madvinegar
Wed May 23, 2012 9:28:32 am
cd /home/yourname/Downloads/combat-wireless-2012-05-10
make
sudo make install
sudo modprobe iwl3945
exit
sudo gedit home/yourname/etc/modules
iwl3945
Zoro1044
Sat May 26, 2012 11:27:16 pm
madvinegar
Sat May 26, 2012 11:46:17 pm
dmesg | grep -i iwl
sudo iwlist wlan0 scan
Zoro1044
Sun May 27, 2012 6:53:07 am
Wolfman
Sun May 27, 2012 7:03:33 am
Zoro1044 wrote:Thanks for the quick reply.Posting update as requested.
triez@triez-HP-Compaq-6710b:~$ dmesg | grep -i iwl
[ 19.853064] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
[ 19.853068] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[ 19.871031] iwl3945 0000:10:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 19.871048] iwl3945 0000:10:00.0: setting latency timer to 64
[ 19.928075] iwl3945 0000:10:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
[ 19.928080] iwl3945 0000:10:00.0: Detected Intel Wireless WiFi Link 3945ABG
[ 19.928240] iwl3945 0000:10:00.0: irq 46 for MSI/MSI-X
[ 19.976621] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[ 20.270723] iwl3945 0000:10:00.0: loaded firmware version 15.32.2.9
triez@triez-HP-Compaq-6710b:~$ sudo iwlist wlan0 scan
[sudo] password for triez:
wlan0 Interface doesn't support scanning : Device or resource busy
triez@triez-HP-Compaq-6710b:~$
Zoro1044
Sun May 27, 2012 8:06:46 am
madvinegar
Sun May 27, 2012 10:36:21 am
wlan0 Interface doesn't support scanning : Device or resource busy
sudo rmmod -f iwl3945
sudo modprobe iwl3945 disable_hw_scan=1
sudo su
echo -e 'alias wlan0 iwl3945 \noptions iwl3945 disable_hw_scan=1' > /etc/modprobe.d/iwl3945
reboot
Zoro1044
Mon May 28, 2012 12:03:41 am
madvinegar
Mon May 28, 2012 9:35:55 am
Zoro1044 wrote:Hi Madvinegar
I tried your latest recommends several times but still the same. At boot it says "disconnected- you are now off line" . Drop down shows Wired network disconnected, Wireless network disconnected. Enable Networking & Enable Wireless both ticked. I can plug in a USB wifi adapter and it connects to router instantly.
sudo iwlist wlan0 scan
Zoro1044
Mon Jun 18, 2012 6:27:49 am
Wolfman
Mon Jun 18, 2012 8:27:33 am