LinuxQuestions.org
Register a domain and help support LQ
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices

Reply
 
LinkBack Search this Thread
Old 02-12-2007, 08:17 AM   #1
tiddy
Member
 
Registered: Mar 2006
Distribution: Ubuntu 7.04 Feisty
Posts: 67

Rep: Reputation: 15
ubuntu edgy: "modprobe ndiswrapper" give a page of errors, but card is supported


Hi all,
I have a Netgear WG111T USB wireless card, with Ubuntu 6.10 Edgy. I have the latest ndiswrapper-utils-1.8 and ndiswrapper-common deb packages (after navigating the apt servers manually from windows) they are at:http://gb.archive.ubuntu.com/ubuntu/...untu2_i386.deb and http://gb.archive.ubuntu.com/ubuntu/...buntu2_all.deb I install them both (ndiswrapper-common first) and load the drivers by doing
Code:
sudo ndiswrapper -i /media/dvdrecorder/ndis5/athfmwdl.inf
and then
Code:
sudo ndiswrapper -i /media/dvdrecorder/ndis5/netwg11t.inf
-- it does need both drivers, I did it before on openSUSE 10.0.
Then ndiswrapper -l to make sure they work and they are there, but when I do modprobe ndiswrapper it gives:
Code:
joe@joe-desktop:~$ sudo modprobe ndiswrapper

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000] SMP 

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000] CPU:    0

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000] EIP is at kmem_cache_free+0x22/0x50

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000] eax: 00000000   ebx: 35357261   ecx: dc077f40   edx: dcb8d424

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000] esi: 00000282   edi: dcb8d424   ebp: 00000000   esp: e0e05cd0

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000] ds: 007b   es: 007b   ss: 0068

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000] Process loadndisdriver- (pid: 7364, threadinfo=e0e04000 task=f6eaea90)

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000] Oops: 0000 [#1]
Segmentation fault
joe@joe-desktop:~$ 
Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000] Stack: dcb8d42c dc1da580 00000003 f8d67789 f8d67a4f dcb8d42c 00000000 00000000 

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000]        02023248 00000000 00000000 00000000 dc1da580 f8d8901c f8d890d0 f8c90c22 

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000]        dc1da664 0000001b f8d8901c f8d8901c f8d66bc6 f8d8901c dc1da580 00000000 

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000] Call Trace:

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000]  <f8d67789> IoFreeMdl+0x9/0x10 [ndiswrapper]  <f8d67a4f> IofCompleteRequest+0x15f/0x1a0 [ndiswrapper]

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000]  <f8d66bc6> IofCallDriver+0x36/0x70 [ndiswrapper]  <f8d6c52b> IoSendIrpTopDev+0xbb/0x120 [ndiswrapper]

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000]  <f8d6c840> pnp_start_device+0x50/0xb0 [ndiswrapper]  <f8d6ca5a> wrap_pnp_start_device+0x1ba/0x290 [ndiswrapper]

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000]  <f8d6cd5d> wrap_pnp_start_usb_device+0x6d/0xb0 [ndiswrapper]  <f88ad681> usb_match_id+0x31/0x50 [usbcore]

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000]  <f88adb1a> usb_probe_interface+0x6a/0xa0 [usbcore]  <c0245f44> driver_probe_device+0x44/0xc0

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000]  <c02460c2> __driver_attach+0x82/0x90  <c02458bb> bus_for_each_dev+0x3b/0x60

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000]  <c0245e86> driver_attach+0x16/0x20  <c0246040> __driver_attach+0x0/0x90

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000]  <c024552c> bus_add_driver+0x8c/0x140  <c02462f1> driver_register+0x41/0xa0

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000]  <f88ad8d9> usb_register_driver+0x79/0x100 [usbcore]  <f8d58fcd> wrapper_ioctl+0x5dd/0x700 [ndiswrapper]

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000]  <c017d990> filldir64+0x0/0xe0  <f8955064> unionfs_file_revalidate+0x54/0x970 [unionfs]

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000]  <c017d990> filldir64+0x0/0xe0  <c017dbb5> vfs_readdir+0x85/0xb0

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000]  <c01e05fd> _atomic_dec_and_lock+0x3d/0x70  <c0183107> dput+0xb7/0x140

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000]  <c016b9f1> __fput+0x131/0x1a0  <c017d638> do_ioctl+0x78/0x90

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000]  <c017d6ac> vfs_ioctl+0x5c/0x2b0  <c017d972> sys_ioctl+0x72/0x90

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000]  <c0102fbb> sysenter_past_esp+0x54/0x79 

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000] Code: 45 ff ff ff 90 8d 74 26 00 83 ec 0c 89 c1 89 7c 24 08 89 d7 89 1c 24 89 74 24 04 9c 5e fa b8 00 e0 ff ff 21 e0 8b 40 10 8b 1c 81 <8b> 03 3b 43 04 73 1a 89 7c 83 14 83 c0 01 89 03 56 9d 8b 1c 24 

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.188000] EIP: [kmem_cache_free+34/80] kmem_cache_free+0x22/0x50 SS:ESP 0068:e0e05cd0

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000] Oops: 0002 [#2]

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000] SMP 

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000] CPU:    0

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000] EIP is at _spin_lock+0x0/0x10

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000] eax: 00000000   ebx: f8d87a34   ecx: f8d879c0   edx: 00000000

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000] esi: 00000000   edi: f88c4880   ebp: f8d879c0   esp: ddf11e4c

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000] ds: 007b   es: 007b   ss: 0068

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000] Process modprobe (pid: 7356, threadinfo=ddf10000 task=f6ec5030)

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000]        00000002 f88ad84a f88b6aa4 f88b54d1 f8d75ada 00000002 f8d87400 dc077a80 

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000]        00000500 f8d57f22 f8d87400 f8d87400 ddd1f4d0 f8d6bf35 f8b6c095 f8d74d98 

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000] Call Trace:

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000]  <c02d86b5> klist_remove+0x15/0x40  <c0245470> bus_remove_driver+0x60/0x90

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000]  <c0246298> driver_unregister+0x8/0x20  <f88ad84a> usb_deregister+0x9a/0xb0 [usbcore]

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000]  <f8d57f22> loader_exit+0x52/0x160 [ndiswrapper]  <f8d6bf35> module_cleanup+0x5/0x40 [ndiswrapper]

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000]  <f8b6c095> wrapper_init+0x95/0x137 [ndiswrapper]  <c013cda8> sys_init_module+0x148/0x19c0

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000]  <c0149540> disable_irq+0x0/0x30  <c0102fbb> sysenter_past_esp+0x54/0x79

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000] Code: f0 fe 0a 79 1b a9 00 02 00 00 74 0b fb f3 90 80 3a 00 7e f9 fa eb e9 f3 90 80 3a 00 7f e2 eb f7 c3 8d 76 00 8d bc 27 00 00 00 00 <f0> fe 08 79 09 f3 90 80 38 00 7e f9 eb f2 c3 90 f0 81 28 00 00 

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000] EIP: [_spin_lock+0/16] _spin_lock+0x0/0x10 SS:ESP 0068:ddf11e4c

Message from syslogd@ubuntu at Mon Feb 12 13:50:42 2007 ...
ubuntu kernel: [17180527.244000] Stack: c02d86b5 f8d879c8 f8d879c8 c0245470 f8d879c8 f8d879c0 f8d879a0 c0246298 
joe@joe-desktop:~$
Any suggestions?

Thanks

Last edited by tiddy; 02-17-2007 at 09:37 AM.
 
Old 02-15-2007, 08:56 AM   #2
tiddy
Member
 
Registered: Mar 2006
Distribution: Ubuntu 7.04 Feisty
Posts: 67

Original Poster
Rep: Reputation: 15
I was looking through a guide that I used when I used to use SUSE and it said something about insserv, what is this command and will it help me?

Last edited by tiddy; 02-17-2007 at 09:35 AM.
 
Old 02-17-2007, 08:24 AM   #3
tiddy
Member
 
Registered: Mar 2006
Distribution: Ubuntu 7.04 Feisty
Posts: 67

Original Poster
Rep: Reputation: 15
Is anyone going to reply to this or should I give up hope.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to load module "ndiswrapper" with modprobe; modprobe ndiswrapper doesn't work! Benjamin Linux - Wireless Networking 30 05-25-2008 07:04 AM
LXer: Ubuntu team gets "edgy" with latest test release LXer Syndicated Linux News 0 07-21-2006 01:54 PM
simple capture for alsa give "extended read not supported" Ephracis Programming 1 02-04-2006 05:02 PM
"modprobe ndiswrapper" Not Working On OpenSuSE (Latest Version)... chiefreborn Linux - Wireless Networking 4 12-19-2005 01:01 PM
My system freezes after I issue the "modprobe ndiswrapper" command. markjc Linux - Wireless Networking 1 08-24-2004 09:47 AM


All times are GMT -5. The time now is 11:53 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration