.png)
でデビアン・ウィージーモジュールをロードするときに次のエラーが発生しますns83820
。
これを修正する方法を知っている人はいますか?
10月6日 13:15:00 soterカーネル: [ 1.566727] ns83820.c: National Semiconductor DP83820 10/100/1000 ドライバー。 10月6日 13:15:00 soterカーネル: [ 1.566836] ioremap: 無効な物理アドレス fffffffff4000000 10月6日 13:15:00 soterカーネル: [ 1.566840] ------------[ここでカット]------------ 10月6日 13:15:00 soterカーネル: [ 1.566858] 警告: /build/linux-dJLVDt/linux-3.2.46/arch/x86/mm/ioremap.c:83 __ioremap_caller+0xa9/0x372() 10月6日 13:15:00 soterカーネル: [ 1.566863] ハードウェア名: 不明 10月6日 13:15:00 soterカーネル: [ 1.566866] リンクされているモジュール: ns83820(+) 10月6日 13:15:00 soterカーネル: [ 1.566874] Pid: 73、通信: modprobe 汚染されていない 3.2.0-4-686-pae #1 Debian 3.2.46-1 10月6日 13:15:00 soterカーネル: [ 1.566878] コールトレース: 10月6日 13:15:00 soterカーネル: [ 1.566896] [] ? warn_slowpath_common+0x68/0x79 10月6日 13:15:00 soterカーネル: [ 1.566902] [] ? __ioremap_caller+0xa9/0x372 10月6日 13:15:00 soterカーネル: [ 1.566907] [] ? warn_slowpath_null+0xd/0x10 10月6日 13:15:00 soterカーネル: [ 1.566912] [] ? __ioremap_caller+0xa9/0x372 10月6日 13:15:00 soterカーネル: [ 1.566918] [] ? ioremap_nocache+0xa/0xd 10月6日 13:15:00 soterカーネル: [ 1.566927] [] ? ns83820_init_one+0x12b/0x5d4 [ns83820] 10月6日 13:15:00 soterカーネル: [ 1.566935] [] ? ns83820_init_one+0x12b/0x5d4 [ns83820] 10月6日 13:15:00 soterカーネル: [ 1.566944] [] ? pci_device_probe+0x53/0x9a 10月6日 13:15:00 soterカーネル: [ 1.566954] [] ? driver_probe_device+0x10c/0x10c 10月6日 13:15:00 soterカーネル: [ 1.566959] [] ? driver_probe_device+0x8c/0x10c 10月6日 13:15:00 soterカーネル: [ 1.566964] [] ? __driver_attach+0x40/0x5b 10月6日 13:15:00 soterカーネル: [ 1.566970] [] ? bus_for_each_dev+0x3b/0x5d 10月6日 13:15:00 soterカーネル: [ 1.566976] [] ? driver_attach+0x14/0x17 10月6日 13:15:00 soterカーネル: [ 1.566981] [] ? driver_probe_device+0x10c/0x10c 10月6日 13:15:00 soterカーネル: [ 1.566985] [] ? bus_add_driver+0x86/0x1af 10月6日 13:15:00 soterカーネル: [ 1.566997] [] ? kset_find_obj_hinted+0x4c/0x8d 10月6日 13:15:00 soterカーネル: [ 1.567001] [] ? 0xf8253fff 10月6日 13:15:00 soterカーネル: [ 1.567005] [] ? 0xf8253fff 10月6日 13:15:00 soterカーネル: [ 1.567010] [] ? driver_register+0x73/0xc6 10月6日 13:15:00 soterカーネル: [ 1.567014] [] ? 0xf8253fff 10月6日 13:15:00 soterカーネル: [ 1.567017] [] ? 0xf8253fff 10月6日 13:15:00 soterカーネル: [ 1.567021] [] ? 0xf8253fff 10月6日 13:15:00 soterカーネル: [ 1.567026] [] ? __pci_register_driver+0x32/0x86 10月6日 13:15:00 soterカーネル: [ 1.567030] [] ? 0xf8253fff 10月6日 13:15:00 soterカーネル: [ 1.567033] [] ? 0xf8253fff 10月6日 13:15:00 soterカーネル: [ 1.567039] [] ? do_one_initcall+0x66/0x10e 10月6日 13:15:00 soterカーネル: [ 1.567043] [] ? 0xf8253fff 10月6日 13:15:00 soterカーネル: [ 1.567057] [] ? sys_init_module+0x14c0/0x1677 10月6日 13:15:00 soterカーネル: [ 1.567068] [] ? syscall_call+0x7/0xb 10月6日 13:15:00 soterカーネル: [ 1.567072] ---[ トレース終了 c623892f829e745a ]--- 10月6日 13:15:00 soterカーネル: [ 1.567118] ns83820: 0000:00:08.0のプローブがエラー-12で失敗しました
詳細:
$ uname --all
Linux bob 3.2.0-4-686-pae #1 SMP Debian 3.2.46-1 i686 GNU/Linux
答え1
これは686の購入コードによって引き起こされますペイコード。アドレス (この場合は 0xfffffffff4000000) が仮想ビット数の範囲内にあるかどうかを確認します。ただし、このアドレスではテストが失敗します。この問題を解決するために、非 PAE 686 カーネルをコンパイルし、ドライブをインストールしました。