Page 1 of 1

Acrivation Wifi

Posted: Tue 16 Mar 2010, 21:42
by rapido
Hi,

i'm in trouble with my wifi connection.

I've installed the last puppy's version (4.3.1) on an USB key, and it work fine on a DELL.

unfortunately, the goal is a Packard Bell laptop, with a 'sensitive' activation button for wifi.

I guess Windows activate something during the boot but puppy not :(

So puppy see my wifi (wan0) but it's like the wifi is switch-off.

any idea ?

Thanks !

Posted: Tue 16 Mar 2010, 21:50
by Béèm
I often have read here about some laptops, that there is a little switch to put in the correct position. My laptop, an IBM R40 doesn't have that, so I don't have to worry about it.

Posted: Tue 16 Mar 2010, 22:05
by rapido
In fact it seem to be a driver problem :(

Code: Select all

iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27k
iwlagn: Copyright(c) 2003-2009 Intel Corporation
iwlagn 0000:02:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
iwlagn 0000:02:00.0: setting latency timer to 64
iwlagn 0000:02:00.0: Detected Intel Wireless WiFi Link 1000 Series BGN REV=0x6C
iwlagn 0000:02:00.0: Tunable channels: 13 802.11bg, 0 802.11a channels
iwlagn 0000:02:00.0: irq 20 for MSI/MSI-X
hda_intel: azx_get_response timeout, switching to polling mode: last cmd=0x006f0d00
i801_smbus 0000:00:1f.3: PCI INT C -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
HDA Intel 0000:01:00.1: PCI INT B -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11
HDA Intel 0000:01:00.1: setting latency timer to 64
Linux video capture interface: v2.00
uvcvideo: Found UVC 1.00 device HD Video WebCam (064e:a133)
input: HD Video WebCam as /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input7
usbcore: registered new interface driver uvcvideo
USB Video Class driver (v0.1.0)
phy0: Selected rate control algorithm 'iwl-agn-rs'
lp: driver loaded but no devices found
atl1c 0000:03:00.0: irq 21 for MSI/MSI-X
iwlagn 0000:02:00.0: firmware: requesting iwlwifi-1000-2.ucode
iwlagn 0000:02:00.0: iwlwifi-1000-2.ucode firmware file req failed: -2
iwlagn 0000:02:00.0: firmware: requesting iwlwifi-1000-1.ucode
iwlagn 0000:02:00.0: iwlwifi-1000-1.ucode firmware file req failed: -2
iwlagn 0000:02:00.0: Could not read microcode: -2
iwlagn 0000:02:00.0: firmware: requesting iwlwifi-1000-2.ucode
iwlagn 0000:02:00.0: iwlwifi-1000-2.ucode firmware file req failed: -2
iwlagn 0000:02:00.0: firmware: requesting iwlwifi-1000-1.ucode
iwlagn 0000:02:00.0: iwlwifi-1000-1.ucode firmware file req failed: -2
iwlagn 0000:02:00.0: Could not read microcode: -2
iwlagn 0000:02:00.0: firmware: requesting iwlwifi-1000-2.ucode
iwlagn 0000:02:00.0: iwlwifi-1000-2.ucode firmware file req failed: -2
iwlagn 0000:02:00.0: firmware: requesting iwlwifi-1000-1.ucode
iwlagn 0000:02:00.0: iwlwifi-1000-1.ucode firmware file req failed: -2
iwlagn 0000:02:00.0: Could not read microcode: -2

Posted: Fri 26 Mar 2010, 16:26
by Barburo
Bump.
I have exactly the same problem.
Looked in /lib/firmware and I see entries for iwlwifi-5000 but iwlwifi-1000 is needed. Anyone know how this can be obtained?
B.

Posted: Fri 26 Mar 2010, 17:41
by Béèm
Look in /lib/modules/all-firmware and you might find a file iwlwifi.tar.gz
Click on it and perhaps the µcode file is in there.
Extract it somewhere and copy the file to /lib/firmware.
Never did such a thing, so don't know if it works.

I have this file in my puppy 4.3.2 experimental.

Good luck