LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-23-2006, 12:31 PM   #1
wahaha
Member
 
Registered: Jul 2006
Posts: 130

Rep: Reputation: 15
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
 
Old 08-24-2006, 06:06 AM   #2
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
Did you also prepare your kernel for 16k Stack support?
 
Old 08-24-2006, 08:45 AM   #3
wahaha
Member
 
Registered: Jul 2006
Posts: 130

Original Poster
Rep: Reputation: 15
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.
 
Old 08-25-2006, 01:15 AM   #4
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
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
 
Old 08-25-2006, 11:22 PM   #5
wahaha
Member
 
Registered: Jul 2006
Posts: 130

Original Poster
Rep: Reputation: 15
Can anyone give me some guide how to reconfigre and rebuild the 16K stack size?? Because I am not sure how to do so.
 
Old 08-26-2006, 02:47 AM   #6
beagle2
Member
 
Registered: Aug 2004
Location: Aberdeen Scotland
Distribution: elive,sidux,xp,pclinuxos super gamer, mandriva 2007
Posts: 417

Rep: Reputation: 30
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ndiswrapper Installation Problem with Fedora 5 cybercullen Linux - Wireless Networking 21 03-31-2006 08:28 AM
Ndiswrapper installation problem *matt* Linux - Software 9 01-26-2006 07:35 AM
ndiswrapper installation PulsarSL Linux - Newbie 1 08-27-2005 09:58 PM
NdisWrapper installation PEACEYALL Debian 1 01-16-2005 03:39 AM
ndiswrapper installation problem KulaShaker Debian 3 12-15-2004 12:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration