LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ndiswrapper installation problem (https://www.linuxquestions.org/questions/linux-software-2/ndiswrapper-installation-problem-476637/)

wahaha 08-23-2006 12:31 PM

ndiswrapper installation problem
 
halo... i had faced a problem of installing ndiswrapper.

I did able to installed a window driver, w70n501 from this link:
http://www-307.ibm.com/pc/support/si...cid=MIGR-59438

I did follow the installation instruction from :
http://ndiswrapper.sourceforge.net/m...tion#Upgrading

After installed the driver, it shown in terminal:

[root@hb2b-130 drivers]# ndiswrapper -l
Installed drivers:
w70n501 driver installed, hardware present


After that, i typed " depmod -a" and then "modprobe ndiswrapper", everything is ok.

But when i type" dmesg", there is error message shown in terminal:

ndiswrapper version 1.23 loaded (preempt=no,smp=no)
ndiswrapper: driver w70n501 (Intel,07/13/2006,1.2.4.41) loaded
ACPI: PCI Interrupt 0000:02:02.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
loadndisdriver: page allocation failure. order:5, mode:0xd0
[<c0157b25>] __alloc_pages+0x2c4/0x3df
[<c015a943>] kmem_getpages+0x26/0x7b
[<c015baaa>] cache_grow+0x246/0x39d
[<c016e517>] vmap_pte_range+0x1f/0xa9
[<c015bed6>] cache_alloc_refill+0x2d5/0x366
[<cfc9a8ab>] __udivdi3+0x20/0x25 [ndiswrapper]
[<c015c33e>] __kmalloc+0x6d/0x82
[<cfc8d5b6>] ExAllocatePoolWithTag+0x2b/0x8a [ndiswrapper]
[<cfc86e04>] NdisAllocateMemoryWithTag+0x1f/0x3b [ndiswrapper]
[<cfc9589f>] miniport_init+0xa7/0x14a [ndiswrapper]
[<cfc97f3d>] ndis_start_device+0xe/0x601 [ndiswrapper]
[<cfc934a6>] pdoDispatchPnp+0x4f/0xf4 [ndiswrapper]
[<cfc91326>] IofCallDriver+0x31/0x61 [ndiswrapper]
[<cfc91592>] IoSyncForwardIrp+0x5b/0xa2 [ndiswrapper]
[<cfc90c78>] IoAllocateIrp+0x53/0x70 [ndiswrapper]
[<cfc97dc8>] NdisDispatchPnp+0x7a/0x12d [ndiswrapper]
[<cfc91326>] IofCallDriver+0x31/0x61 [ndiswrapper]
[<cfc933cc>] IoSendIrpTopDev+0xb6/0x117 [ndiswrapper]
[<cfc936cc>] pnp_start_device+0x44/0x96 [ndiswrapper]
[<cfc93b18>] wrap_pnp_start_device+0xde/0x15d [ndiswrapper]
[<c021b470>] pci_device_probe_static+0x25/0x31
[<c021b49c>] __pci_device_probe+0x20/0x30
[<c021b4c7>] pci_device_probe+0x1b/0x32
[<c0287ce7>] driver_probe_device+0x21/0x55
[<c0287e0e>] driver_attach+0x4f/0x85
[<c020ec4d>] kobject_register+0x2e/0x59
[<c028821c>] bus_add_driver+0x8a/0xb7
[<c021b68d>] pci_register_driver+0x89/0xa0
[<cfc84efa>] register_devices+0x3a2/0x654 [ndiswrapper]
[<cfc85278>] wrapper_ioctl+0xcc/0xde [ndiswrapper]
[<c01f7145>] selinux_file_ioctl+0xce/0x2d9
[<cfc851ac>] wrapper_ioctl+0x0/0xde [ndiswrapper]
[<c0192e21>] do_ioctl+0x51/0x55
[<c0192f17>] vfs_ioctl+0x50/0x1aa
[<c01930ce>] sys_ioctl+0x5d/0x6b
[<c0103a51>] syscall_call+0x7/0xb
ndiswrapper (NdisWriteErrorLogEntry:239): log: C0001389, count: 2, return_address: cfce268a
ndiswrapper (NdisWriteErrorLogEntry:242): code: 3
ndiswrapper (NdisWriteErrorLogEntry:242): code: 0
ndiswrapper (miniport_init:264): couldn't initialize device: C0000001
ndiswrapper (pnp_start_device:428): Windows driver couldn't initialize the device (C0000001)
ndiswrapper (miniport_halt:327): device cb095280 is not initialized - not halting
ndiswrapper: device eth%d removed
unregister_netdevice: device eth%d/cb095000 never was registered
ndiswrapper: probe of 0000:02:02.0 failed with error -22



Did anyone have any idea about this ???
Please drop your advices and ideas abot this.
Your advices and ideas are much appreciated

odcheck 08-24-2006 06:06 AM

Did you also prepare your kernel for 16k Stack support?

wahaha 08-24-2006 08:45 AM

ohh..i did realised it after reading the FAQ of ndiswrapper.
I had found out 2 links to upgrade the stack size after through google searching as below:

1) http://www.linuxant.com/driverloader...ernel-i686.php

2)http://www.linuxant.com/driverloader...7a64f014591aaa

May I know which one should i download and what is the difference between this 2 links from driverloader website ??


Can you give me some guide how to reconfigre and rebuild the 16K stack size?? Because I am not sure how to do so.

Please drop your messages here if you have any ideas. Your advices and ideas are much appreaciated.

odcheck 08-25-2006 01:15 AM

Please choose only the packages matching your system's kernel version below.
You can determine your kernel version with the following case-sensitive shell command:
command: uname -r

wahaha 08-25-2006 11:22 PM

Can anyone give me some guide how to reconfigre and rebuild the 16K stack size?? Because I am not sure how to do so.

beagle2 08-26-2006 02:47 AM

If you get "probe of XXXX:YY.ZZ.A failed with error -22", you may have IRQ problems or it might be a USB driver problem. See here for the rest of that quote and possible solutions.


All times are GMT -5. The time now is 03:07 AM.