View Issue Details

IDProjectCategoryView StatusLast Update
0001436channel: elrepo/el8kmod-iwlegacypublic2024-03-26 16:01
Reportertqhoang Assigned Totqhoang  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Platformx86_64OSRocky LinuxOS Version8.9
Summary0001436: kmod-iwlegacy fails to load under EL 8.9
DescriptionWhen booting EL 8.9 GA or errata kernel, the following kernel error is reported in dmesg:

[ 4.831319] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:ds
[ 4.831325] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[ 4.831326] iwl3945: hw_scan is disabled
[ 4.831416] WARNING: CPU: 0 PID: 325 at net/mac80211/main.c:633 ieee80211_alloc_hw_nm+0x62/0x6d0 [mac80211]
[ 4.831513] Modules linked in: iwl3945(OE+) iwlegacy(OE) mac80211 i2c_algo_bit cec drm_buddy intel_gtt drm_display_helper drm_kms_helper libarc4 syscopyarea sysfillrect sysimgblt cfg80211 ttm sdhci_pci cqhci ata_piix drm sdhci libata mmc_core firewire_ohci firewire_core yenta_socket serio_raw e100(OE) mii crc_itu_t rfkill video dm_mirror dm_region_hash dm_log dm_mod fuse
[ 4.831553] CPU: 0 PID: 325 Comm: systemd-udevd Tainted: G OE --------- - - 4.18.0-513.5.1.el8_9.x86_64 #1
[ 4.831557] Hardware name: TOSHIBA Satellite P105/Satellite P105, BIOS V4.80 11/12/20092
[ 4.831560] RIP: 0010:ieee80211_alloc_hw_nm+0x62/0x6d0 [mac80211]
[ 4.831601] Code: 00 00 00 00 74 24 48 83 be f8 02 00 00 00 74 1a 48 83 be 40 01 00 00 00 74 2c 48 83 be 08 01 00 00 00 74 18 0f 0b 31 ed eb 04 <0f> 0b 31 ed 5b 48 89 e8 5d 41 5c 41 5d e9 0c 01 13 d0 48 83 be 10
[ 4.831605] RSP: 0018:ffffb56280783ad8 EFLAGS: 00010246
[ 4.831608] RAX: ffffffffc08058c0 RBX: ffff91e2ff5c6000 RCX: 0000000000000000
[ 4.831610] RDX: 0000000000000000 RSI: ffffffffc081b000 RDI: 0000000000008860
[ 4.831612] RBP: ffffffffc08129a0 R08: 0000000000000044 R09: 0000000000000228
[ 4.831614] R10: ffff91e2b44740e0 R11: ffff91e281069e50 R12: ffff91e2ff5c6000
[ 4.831617] R13: ffff91e2ff5c60b8 R14: ffff91e2b3d8b988 R15: ffffb56280783e98
[ 4.831619] FS: 00007f25e668a280(0000) GS:ffff91e2ff400000(0000) knlGS:0000000000000000
[ 4.831622] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4.831625] CR2: 000055feefa97ce0 CR3: 000000002cc0c000 CR4: 00000000000006f0
[ 4.831628] Call Trace:
[ 4.831634] ? __warn+0x94/0xe0
[ 4.831639] ? ieee80211_alloc_hw_nm+0x62/0x6d0 [mac80211]
[ 4.831681] ? ieee80211_alloc_hw_nm+0x62/0x6d0 [mac80211]
[ 4.831721] ? report_bug+0xb1/0xe0
[ 4.831726] ? __kernfs_iattrs.isra.7+0x3b/0xc0
[ 4.831731] ? do_error_trap+0x9e/0xd0
[ 4.831736] ? do_invalid_op+0x36/0x40
[ 4.831738] ? ieee80211_alloc_hw_nm+0x62/0x6d0 [mac80211]
[ 4.831779] ? invalid_op+0x14/0x20
[ 4.831785] ? il3945_bg_restart+0xa0/0xa0 [iwl3945]
[ 4.831796] ? ieee80211_alloc_hw_nm+0x62/0x6d0 [mac80211]
[ 4.831838] il3945_pci_probe+0x27/0x350 [iwl3945]
[ 4.831848] local_pci_probe+0x42/0x80
[ 4.831853] pci_device_probe+0x109/0x1c0
[ 4.831856] __driver_probe_device+0x141/0x450
[ 4.831861] driver_probe_device+0x1f/0x90
[ 4.831864] ? __device_attach_driver+0x110/0x110
[ 4.831867] __driver_attach+0x7f/0x170
[ 4.831870] ? __device_attach_driver+0x110/0x110
[ 4.831872] bus_for_each_dev+0x7b/0xd0
[ 4.831877] bus_add_driver+0x148/0x200
[ 4.831881] ? 0xffffffffc0822000
[ 4.831884] driver_register+0x6e/0xc0
[ 4.831887] ? 0xffffffffc0822000
[ 4.831889] il3945_init+0x73/0x1000 [iwl3945]
[ 4.831899] do_one_initcall+0x46/0x1d0
[ 4.831904] ? do_init_module+0x22/0x230
[ 4.831910] ? kmem_cache_alloc_trace+0x142/0x280
[ 4.831915] do_init_module+0x5a/0x230
[ 4.831918] load_module+0x1547/0x1880
[ 4.831924] ? __do_sys_finit_module+0xb1/0x110
[ 4.831927] __do_sys_finit_module+0xb1/0x110
[ 4.831932] do_syscall_64+0x5b/0x1b0
[ 4.831936] entry_SYSCALL_64_after_hwframe+0x61/0xc6
[ 4.831941] RIP: 0033:0x7f25e51999bd
[ 4.831944] Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 9b 54 38 00 f7 d8 64 89 01 48
[ 4.831947] RSP: 002b:00007ffd125be248 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[ 4.831950] RAX: ffffffffffffffda RBX: 000055feefaae290 RCX: 00007f25e51999bd
[ 4.831953] RDX: 0000000000000000 RSI: 00007f25e5dcb86d RDI: 0000000000000012
[ 4.831955] RBP: 00007f25e5dcb86d R08: 0000000000000000 R09: 00007ffd125be370
[ 4.831957] R10: 0000000000000012 R11: 0000000000000246 R12: 0000000000000000
[ 4.831958] R13: 000055feefad6900 R14: 0000000000020000 R15: 0000000000000000
[ 4.831962] ---[ end trace 6cf02f505760a434 ]---
[ 4.833639] iwl3945: probe of 0000:03:00.0 failed with error -12
TagsNo tags attached.

Relationships

related to 0001413 closedtqhoang kmod-ath5k not working for Compaq C700 Rocky 8.9 
related to 0001437 closedtqhoang kmod-rtl8187 fails to load under EL 8.9 

Activities

tqhoang

2024-03-25 10:01

developer   ~0009627

Fixed with release:
kmod-iwlegacy-0.0-12.el8_9.elrepo.src.rpm
kmod-iwlegacy-0.0-12.el8_9.elrepo.x86_64.rpm

Issue History

Date Modified Username Field Change
2024-03-24 09:09 tqhoang New Issue
2024-03-24 09:09 tqhoang Status new => assigned
2024-03-24 09:09 tqhoang Assigned To => tqhoang
2024-03-24 09:10 tqhoang Relationship added related to 0001413
2024-03-25 10:01 tqhoang Status assigned => resolved
2024-03-25 10:01 tqhoang Resolution open => fixed
2024-03-25 10:01 tqhoang Note Added: 0009627
2024-03-25 10:06 tqhoang Relationship added related to 0001437
2024-03-26 16:01 tqhoang Status resolved => closed