View previous topic :: View next topic |
Author |
Message |
manasek n00b
Joined: 22 Dec 2005 Posts: 4
|
Posted: Wed Dec 28, 2005 1:01 pm Post subject: ipw2200 still doesn't work - asus M6A [ partially solved ] |
|
|
Hello!
I'm still having problems with my wireless ipw2200 on my notebook (Asus M6A). I think I have tried all stuff here posted but it still doesn't work. Now i'm running gentoo on vanilla sources 2.6.15-rc5 with ipw2200 drivers compiled as modules from this kernel (I've also tried emerge and compile driver with same result).
When I load module
- lsmod:
Quote: |
Module Size Used by
ipw2200 165356 0
snd_pcm_oss 46176 0
snd_mixer_oss 15744 1 snd_pcm_oss
snd_seq_oss 31040 0
snd_seq_midi_event 5824 1 snd_seq_oss
snd_seq 47376 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 6988 2 snd_seq_oss,snd_seq
snd_hda_intel 13456 0
snd_hda_codec 83264 1 snd_hda_intel
snd_pcm 78216 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 20356 2 snd_seq,snd_pcm
snd 44644 9 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
snd_page_alloc 8392 2 snd_hda_intel,snd_pcm
|
(I have ieee80211 compiled in kernel)
I saw that module firmware_class is loaded also with ipw2200 but I have never seen it there.
- dmesg:
Quote: |
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, git-1.0.8
ipw2200: Copyright(c) 2003-2005 Intel Corporation
ACPI: PCI Interrupt 0000:02:02.0[A] -> GSI 17 (level, low) -> IRQ 17
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
|
Here everything looks ok.
It must be problem with firmware loading because I receiving messages "Firmware error ... restarting .." when tring to connect. I have tried the rule for udev to pass the firmware to "firmware_helper" also without success.
Using udev-073 (I have tried different versions without success) and baselayout-1.12.0_pre11-r3.
Any suggestions?? Thanks!
Last edited by manasek on Thu Jan 05, 2006 11:52 pm; edited 1 time in total |
|
Back to top |
|
|
glang n00b
Joined: 10 Oct 2005 Posts: 27
|
Posted: Wed Dec 28, 2005 3:33 pm Post subject: |
|
|
I had a similar problem, turned out I had some files in /etc which needed updating.
After updating the conf files the firmware loaded with no errors. |
|
Back to top |
|
|
manasek n00b
Joined: 22 Dec 2005 Posts: 4
|
Posted: Wed Dec 28, 2005 4:31 pm Post subject: |
|
|
glang wrote: | I had a similar problem, turned out I had some files in /etc which needed updating.
After updating the conf files the firmware loaded with no errors. |
Thanks for reply. I tried etc-update and dispatch-conf if i didn't miss something but "Nothing left to do; exiting. "... so my /etc should be up-to-date. |
|
Back to top |
|
|
manasek n00b
Joined: 22 Dec 2005 Posts: 4
|
Posted: Thu Jan 05, 2006 11:49 pm Post subject: |
|
|
Ok I compiled new kernel 2.6.15 and emerged ipw2200 and ieee80211 from portage and after some attemps of combination versions of udev and baselayout I finally got my wifi working (I have to modify udev rules as here posted)!!!
But now I have another problem. When I modprobe ipw2200 (manually) first time I boot system I get:
Quote: |
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.8
ipw2200: Copyright(c) 2003-2005 Intel Corporation
ACPI: PCI Interrupt 0000:02:02.0[A] -> GSI 17 (level, low) -> IRQ 17
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Unable to load ucode: -62
ipw2200: Unable to load firmware: -62
ipw2200: failed to register network device
ACPI: PCI interrupt for device 0000:02:02.0 disabled
ipw2200: probe of 0000:02:02.0 failed with error -5
|
then I loading and unloading ipw2200 module about 4 times and then I get:
Quote: |
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.8
ipw2200: Copyright(c) 2003-2005 Intel Corporation
ACPI: PCI Interrupt 0000:02:02.0[A] -> GSI 17 (level, low) -> IRQ 17
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: Unable to load firmware: -1
ipw2200: Unable to load firmware: -1
ipw2200: failed to register network device
ACPI: PCI interrupt for device 0000:02:02.0 disabled
ipw2200: probe of 0000:02:02.0 failed with error -5
|
and then after some attemp it loads correctly and wifi card works.
But I would like to my wifi start easier way! |
|
Back to top |
|
|
manasek n00b
Joined: 22 Dec 2005 Posts: 4
|
Posted: Mon Jan 23, 2006 1:47 pm Post subject: |
|
|
Now I'm back on 2.6.13-gentoo-r5 kernel, udev-058, baselayout-1.11.14-r2. I have emerged ipw2200-1.0.10 and ieee80211-1.1.8. I can modprobe ipw2200 and ieee80211 modules succesfully. But when I want to connect to AP where my MAC address is tested I get "firmware error detected. restarting" and dhcp doesn't assign me IP address. I try connect another net on our campus and wifi card works without errors. Here is the output of firmware loading when turning on debug on ipw2200 module:
Code: |
...
Jan 23 14:25:36 hal9001 ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.10
Jan 23 14:25:36 hal9001 ipw2200: Copyright(c) 2003-2005 Intel Corporation
Jan 23 14:25:36 hal9001 ACPI: PCI Interrupt 0000:02:02.0[A] -> GSI 17 (level, low) -> IRQ 17
Jan 23 14:25:36 hal9001 ipw2200: U ipw_pci_probe pci_resource_len = 0x00001000
Jan 23 14:25:36 hal9001 ipw2200: U ipw_pci_probe pci_resource_base = df87e000
Jan 23 14:25:36 hal9001 ipw2200: U ipw_sw_reset Hardware crypto [off]
Jan 23 14:25:36 hal9001 ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
Jan 23 14:25:36 hal9001 ipw2200: U ipw_get_fw Loading firmware 'ipw-2.4-boot.fw' file v2.0 (6464 bytes)
Jan 23 14:25:36 hal9001 ipw2200: U ipw_load initial device response after 10ms
Jan 23 14:25:36 hal9001 ipw2200: U ipw_get_fw Loading firmware 'ipw-2.4-bss_ucode.fw' file v2.0 (16326 bytes)
Jan 23 14:25:36 hal9001 ipw2200: U ipw_stop_master stop master 0ms
Jan 23 14:25:36 hal9001 ipw2200: U ipw_load_ucode Microcode OK, rev. 53594 (0xd15a) dev. 3 (0x3) of 11/22/04 20:27Jan 23 14:25:37 hal9001 ipw2200: U ipw_get_fw Loading firmware 'ipw-2.4-bss.fw' file v2.0 (168336 bytes)
Jan 23 14:25:37 hal9001 ipw2200: U ipw_load device response after 50ms
Jan 23 14:25:37 hal9001 ipw2200: U ipw_eeprom_init_sram Writing EEPROM data into SRAM
Jan 23 14:25:37 hal9001 ipw2200: U ipw_up Geography 006 [ZZM] detected.
...
|
Is this correct? What could cause the problem describe above? |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|