iwl4965 not work on intrepid 2.6.27-7 (64 bit)

Bug #302069 reported by techmin
4
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

In intrepid 64 bit with kernel 2.6.27-7 the wireless don't work:

[ 2883.718180] wlan0: associated
[ 2883.739229] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 2883.739336] wlan0: disassociating by local choice (reason=3)
[ 2885.736401] wlan0: privacy configuration mismatch and mixed-cell disabled - disassociate

I have the firmware.

lspci -vv
06:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)
        Subsystem: Intel Corporation Device 1101
        Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 19
        Region 0: Memory at c2000000 (64-bit, non-prefetchable) [size=8K]
        Capabilities: <access denied>
        Kernel driver in use: iwlagn
        Kernel modules: iwlagn

Why iwl4965 is built-in in the kernel?
I like to manually compile the compile compat-wireless-2008-11-24 but with iwl4965 built-in is not possible to use.

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Hi techmin,

Is this still an issue with the more recent 2.6.27-9.19 kernel? If so, can you try installing the linux-backports-modules-intrepid package as it contains and updated compat-wireless stack? Please let us know your results. Thanks.

Changed in linux:
status: New → Incomplete
Revision history for this message
techmin (info-techemia) wrote :
Download full text (6.9 KiB)

Installed the backport but not work, this is the backtrace:

[ 139.293574] ------------[ cut here ]------------
[ 139.293592] WARNING: at /build/buildd/linux-backports-modules-2.6.27-2.6.27/debian/build/build-generic/compat-wireless-2.6/net/mac80211/main.c:232 ieee80211_hw_config+0x9e/0xa0 [lbm_cw_mac80211]()
[ 139.293600] Modules linked in: aes_x86_64 aes_generic ecryptfs af_packet rfcomm sco bridge stp bnep l2cap bluetooth ppdev acpi_cpufreq cpufreq_stats cpufreq_conservative cpufreq_ondemand cpufreq_userspace cpufreq_powersave freq_table container pci_slot sbs sbshc iptable_filter ip_tables x_tables sbp2 parport_pc lp parport loop joydev arc4 ecb acer_wmi crypto_blkcipher snd_hda_intel uvcvideo iwlagn iwlcore snd_pcm_oss sdhci_pci snd_mixer_oss compat_ioctl32 rfkill videodev sdhci evdev iTCO_wdt pcspkr led_class ricoh_mmc snd_pcm iTCO_vendor_support serio_raw lbm_cw_mac80211 mmc_core psmouse v4l1_compat nvidia(P) i2c_core lbm_cw_cfg80211 snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq video output snd_timer snd_seq_device battery wmi snd button soundcore snd_page_alloc ac intel_agp shpchp pci_hotplug ext3 jbd mbcache sr_mod cdrom sd_mod crc_t10dif sg ata_generic pata_acpi usbhid hid ahci ohci1394 ata_piix ieee1394 libata scsi_mod dock tg3 libphy ehci_hcd uhci_hcd usbcore thermal processor fan fbcon tileblit font bitblit softcursor fuse
[ 139.293773] Pid: 6593, comm: iwconfig Tainted: P W 2.6.27-9-generic #1
[ 139.293778]
[ 139.293779] Call Trace:
[ 139.293794] [<ffffffff8024e9b4>] warn_on_slowpath+0x64/0x90
[ 139.293818] [<ffffffffa0b44fc6>] ? iwl_radio_kill_sw_enable_radio+0x16/0x180 [iwlcore]
[ 139.293828] [<ffffffff80501139>] ? mutex_unlock+0x9/0x20
[ 139.293845] [<ffffffffa0b624ff>] ? iwl4965_mac_config+0x5f/0x300 [iwlagn]
[ 139.293869] [<ffffffffa0a8597e>] ieee80211_hw_config+0x9e/0xa0 [lbm_cw_mac80211]
[ 139.293877] [<ffffffff802ab1da>] ? page_waitqueue+0xa/0x90
[ 139.293906] [<ffffffffa0a9de05>] ieee80211_set_freq+0x95/0xa0 [lbm_cw_mac80211]
[ 139.293932] [<ffffffffa0a871df>] ieee80211_ioctl_siwfreq+0x7f/0x100 [lbm_cw_mac80211]
[ 139.293942] [<ffffffff804ea6b6>] ioctl_standard_call+0x66/0xf0
[ 139.293948] [<ffffffff804ea650>] ? ioctl_standard_call+0x0/0xf0
[ 139.293955] [<ffffffff804ea250>] ? ioctl_private_call+0x0/0xb0
[ ...

Read more...

Revision history for this message
techmin (info-techemia) wrote :

Other info

 wlan0: disassociating by local choice (reason=3)
 wlan0: privacy configuration mismatch and mixed-cell disabled - disassociate

Is present with backport kernel to

Note with ubuntu 8.04 wireless work fine.

Changed in linux:
importance: Undecided → Medium
status: Incomplete → Triaged
Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Care to do one more test. In the intrepid-proposed repository there is an newer linux-backports-modules-intrepid package that has a newer update of the compat-wireless stack ( https://launchpad.net/ubuntu/+source/linux-backports-modules-2.6.27 ). To test the package in intrepid-proposed do the following:

1) cd /etc/apt/sources.list.d
2) create a file "intrepid-proposed.list" which contains the following two lines (sudo vim intrepid-proposed.list):

deb http://archive.ubuntu.com/ubuntu/ intrepid-proposed main
deb-src http://archive.ubuntu.com/ubuntu/ intrepid-proposed main

3) sudo apt-get update
4) sudo apt-get install linux-backports-modules-intrepid
5) sudo rm /etc/apt/sources.list.d/intrepid-proposed.list
6) sudo apt-get update

Steps 5 and 6 basically undo the enabling of intrepid-proposed. Of course you'll finally need to reboot to test. Please let us know your results. If this issue still exists we'll want to work on reporting this to the upstream developers.

Additionally, I think you should also be able to manually compile and test the latest upstream development compat-wireless stack http://linuxwireless.org/en/users/Download since you're using the iwlagn driver. It would be great if you'd be willing to give this a test a well as I'm sure the upstream developers would appreciate feedback from the current development stack. Thanks.

Changed in linux:
status: Triaged → Incomplete
Revision history for this message
techmin (info-techemia) wrote :
Download full text (6.6 KiB)

Same problem with proposed kernel
I suppose the problem is in disasocciating:
wlan0: disassociating by local choice (reason=3)

[ 208.616629] ------------[ cut here ]------------
[ 208.616645] WARNING: at /build/buildd/linux-backports-modules-2.6.27-2.6.27/debian/build/build-generic/compat-wireless-2.6/net/mac80211/main.c:227 ieee80211_hw_config+0xac/0xb0 [lbm_cw_mac80211]()
[ 208.616653] Modules linked in: aes_x86_64 aes_generic ecryptfs af_packet rfcomm sco bridge stp bnep l2cap bluetooth ppdev acpi_cpufreq cpufreq_stats cpufreq_conservative cpufreq_ondemand cpufreq_userspace cpufreq_powersave freq_table container pci_slot sbs sbshc iptable_filter ip_tables x_tables sbp2 parport_pc lp parport loop joydev arc4 ecb crypto_blkcipher uvcvideo compat_ioctl32 iwlagn sdhci_pci videodev acer_wmi iTCO_wdt iTCO_vendor_support v4l1_compat sdhci iwlcore mmc_core serio_raw rfkill evdev snd_hda_intel ricoh_mmc psmouse pcspkr led_class nvidia(P) lbm_cw_mac80211 lbm_cw_cfg80211 i2c_core snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device video output battery snd soundcore wmi intel_agp ac button snd_page_alloc shpchp pci_hotplug ext3 jbd mbcache sd_mod crc_t10dif sr_mod cdrom sg ata_generic pata_acpi usbhid hid ata_piix ahci libata scsi_mod dock ohci1394 tg3 ieee1394 libphy ehci_hcd uhci_hcd usbcore thermal processor fan fbcon tileblit font bitblit softcursor fuse
[ 208.616836] Pid: 6638, comm: iwconfig Tainted: P W 2.6.27-10-generic #1
[ 208.616841]
[ 208.616842] Call Trace:
[ 208.616857] [<ffffffff8024e9b4>] warn_on_slowpath+0x64/0x90
[ 208.616881] [<ffffffffa0b85e06>] ? iwl_radio_kill_sw_enable_radio+0x16/0x180 [iwlcore]
[ 208.616892] [<ffffffff80501899>] ? mutex_unlock+0x9/0x20
[ 208.616908] [<ffffffffa0bda00a>] ? iwl_mac_config+0x6a/0x300 [iwlagn]
[ 208.616932] [<ffffffffa02f841c>] ieee80211_hw_config+0xac/0xb0 [lbm_cw_mac80211]
[ 208.616961] [<ffffffffa030fe4d>] ieee80211_set_freq+0x8d/0x90 [lbm_cw_mac80211]
[ 208.616985] [<ffffffffa02f90cf>] ieee80211_ioctl_siwfreq+0x7f/0x100 [lbm_cw_mac80211]
[ 208.616995] [<ffffffff804eae16>] ioctl_standard_call+0x66/0xf0
[ 208.617002] [<ffffffff804eadb0>] ? ioctl_standard_call+0x0/0xf0
[ 208.617014] [<ffffffff804ea9b0>] ? ioctl_private_call+0x0/0xb0
[ 208.617021] [<ffffffff804eb030>] wireless_process_io...

Read more...

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Hi techmin,

Thanks again for all the testing. You mentioned "I have compiled and installed compat-wireless-2008-12-11
but i have same problem (but the scan work)". Care to reproduce the issue again with compat-wireless-2008-12-11 installed and capture the corresponding log information. Can you then send that information in an email to the linux-wireless mailing list so that the upstream developers are notified:

http://linuxwireless.org/en/developers/MailingLists#Statsandrequirementsoflinux-wirelessmailinglist

Thanks.

Changed in linux:
status: Incomplete → Triaged
Revision history for this message
techmin (info-techemia) wrote :

Ok sended info on linuxwireless mailing list

Revision history for this message
techmin (info-techemia) wrote :

Found the problem (with the help of linux wireless mailing list).
I am very sorry for disturb.
The problem is that:
Ubuntu have startup script network-manager
i disabled graphical network manager, but i didn't know that ubuntu has a startup network-manager script (and wpa supplicant script). I have killed process related to network-manager and wireless work correctly.

I am sorry for the time you have spent for my problem.
Tank you very much to all (and to linux wireless mailing list).

P.S. i suppose this bug need to be closed

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Thanks for the update. I'll go ahead and close this one out.

Changed in linux:
status: Triaged → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.