LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   weird error message from syslog using ndiswrapper, then disconnect (https://www.linuxquestions.org/questions/linux-wireless-networking-41/weird-error-message-from-syslog-using-ndiswrapper-then-disconnect-752241/)

zuzoa 09-02-2009 07:05 PM

weird error message from syslog using ndiswrapper, then disconnect
 
I have ndiswrapper setup using the drivers for my adapter (Linksys WUSB600N) and I can connect to the internet and browse the web. However, it gives me errors and disconnects me shortly after bootup.

After about 11 minutes of uptime, I was running ping, and got this:

Code:

bash-3.1$ ping -i 5 -T tsonly google.com
PING google.com (74.125.67.100) 56(124) bytes of data.
64 bytes from gw-in-f100.google.com (74.125.67.100): icmp_seq=1 ttl=53 time=214 ms
64 bytes from gw-in-f100.google.com (74.125.67.100): icmp_seq=2 ttl=53 time=69.8 ms
64 bytes from gw-in-f100.google.com (74.125.67.100): icmp_seq=3 ttl=53 time=123 ms
64 bytes from gw-in-f100.google.com (74.125.67.100): icmp_seq=4 ttl=53 time=81.8 ms
64 bytes from gw-in-f100.google.com (74.125.67.100): icmp_seq=5 ttl=53 time=96.2 ms
64 bytes from gw-in-f100.google.com (74.125.67.100): icmp_seq=6 ttl=53 time=103 ms
64 bytes from gw-in-f100.google.com (74.125.67.100): icmp_seq=7 ttl=53 time=68.1 ms
64 bytes from gw-in-f100.google.com (74.125.67.100): icmp_seq=8 ttl=53 time=234 ms

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel: Oops: 0002 [#1] SMP

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel: last sysfs file: /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/i2c-adapter/i2c-0/i2c-0/dev

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel: Stack:

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel:  ffff88011b871f00 ffffffffa0b6ebf5 ffff880119581600 ffffffffa0b6eb20

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel:  ffff880119581608 ffffffff8024e4f7 ffff880119581618 ffff880119581600

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel: Call Trace:

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel:  [<ffffffffa0b6ebf5>] ? wrap_urb_complete_worker+0xd5/0x1a0 [ndiswrapper]

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel:  [<ffffffffa0b6eb20>] ? wrap_urb_complete_worker+0x0/0x1a0 [ndiswrapper]

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel:  [<ffffffff8024e4f7>] ? run_workqueue+0x67/0x120

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel:  [<ffffffff8024e64f>] ? worker_thread+0x9f/0x110

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel:  [<ffffffff80252940>] ? autoremove_wake_function+0x0/0x30

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel:  [<ffffffff8024e5b0>] ? worker_thread+0x0/0x110

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel:  [<ffffffff8024e5b0>] ? worker_thread+0x0/0x110

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel:  [<ffffffff80252527>] ? kthread+0x47/0x90

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel:  [<ffffffff8020c93a>] ? child_rip+0xa/0x20

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel:  [<ffffffff802524e0>] ? kthread+0x0/0x90

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel:  [<ffffffff8020c930>] ? child_rip+0x0/0x20

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel: Code: 66 0f 1f 44 00 00 0f 84 b2 00 00 00 45 38 f5 0f 1f 80 00 00 00 00 0f 8c 8a 00 00 00 48 8b 53 48 48 85 d2 0f 1f 00 74 11 8b 43 30 <89> 02 48 8b 43 38 48 8b 53 48 48 89 42 08 48 8b 7b 50 48 85 ff

Message from syslogd@neptune at Wed Sep  2 19:47:58 2009 ...
neptune kernel: CR2: 0000000000000010
From 192.168.0.55 icmp_seq=16 Destination Host Unreachable

Then on my next bootup, it gave me the error before it had even finished connecting to the internet (less than 1 minute of uptime), and I pulled this out of the syslog file:

Code:

Sep  2 19:52:23 neptune kernel: BUG: unable to handle kernel NULL pointer dereference at 0000000000000010
Sep  2 19:52:23 neptune kernel: IP: [<ffffffffa0b65afd>] IofCompleteRequest+0xcd/0x1d0 [ndiswrapper]
Sep  2 19:52:23 neptune kernel: PGD 0
Sep  2 19:52:23 neptune kernel: Oops: 0002 [#1] SMP
Sep  2 19:52:23 neptune kernel: last sysfs file: /sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1:1.0/net/wlan0/flags
Sep  2 19:52:23 neptune kernel: CPU 1
Sep  2 19:52:23 neptune kernel: Modules linked in: ndiswrapper snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss ppdev lp parport_pc parport fuse nvidia(P) snd_hda_codec_analog snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_timer thermal snd processor psmouse rtc_cmos soundcore rtc_core snd_page_alloc e1000e intel_agp sg wmi thermal_sys serio_raw rtc_lib evdev button hwmon
Sep  2 19:52:23 neptune kernel: Process ntos_wq (pid: 3261, threadinfo ffff88011640c000, task ffff88011a23cfb0)
Sep  2 19:52:23 neptune kernel: Stack:
Sep  2 19:52:23 neptune kernel:  ffff880118693e00 ffff88011648d8d8 ffff880119742540 ffff88011b39d708
Sep  2 19:52:23 neptune kernel:  ffff88011b871f00 ffffffffa0b6fbf5 ffff88011b39d700 ffffffffa0b6fb20
Sep  2 19:52:23 neptune kernel:  ffff88011b39d708 ffffffff8024e4f7 ffff88011b39d718 ffff88011b39d700
Sep  2 19:52:23 neptune kernel: Call Trace:
Sep  2 19:52:23 neptune kernel:  [<ffffffffa0b6fbf5>] ? wrap_urb_complete_worker+0xd5/0x1a0 [ndiswrapper]
Sep  2 19:52:23 neptune kernel:  [<ffffffffa0b6fb20>] ? wrap_urb_complete_worker+0x0/0x1a0 [ndiswrapper]
Sep  2 19:52:23 neptune kernel:  [<ffffffff8024e4f7>] ? run_workqueue+0x67/0x120
Sep  2 19:52:23 neptune kernel:  [<ffffffff8024e64f>] ? worker_thread+0x9f/0x110
Sep  2 19:52:23 neptune kernel:  [<ffffffff80252940>] ? autoremove_wake_function+0x0/0x30
Sep  2 19:52:23 neptune kernel:  [<ffffffff8024e5b0>] ? worker_thread+0x0/0x110
Sep  2 19:52:23 neptune kernel:  [<ffffffff8024e5b0>] ? worker_thread+0x0/0x110
Sep  2 19:52:23 neptune kernel:  [<ffffffff80252527>] ? kthread+0x47/0x90
Sep  2 19:52:23 neptune kernel:  [<ffffffff8020c93a>] ? child_rip+0xa/0x20
Sep  2 19:52:23 neptune kernel:  [<ffffffff802524e0>] ? kthread+0x0/0x90
Sep  2 19:52:23 neptune kernel:  [<ffffffff8020c930>] ? child_rip+0x0/0x20
Sep  2 19:52:23 neptune kernel: Code: 66 0f 1f 44 00 00 0f 84 b2 00 00 00 45 38 f5 0f 1f 80 00 00 00 00 0f 8c 8a 00 00 00 48 8b 53 48 48 85 d2 0f 1f 00 74 11 8b 43 30 <89> 02 48 8b 43 38 48 8b 53 48 48 89 42 08 48 8b 7b 50 48 85 ff
Sep  2 19:52:23 neptune kernel: RIP  [<ffffffffa0b65afd>] IofCompleteRequest+0xcd/0x1d0 [ndiswrapper]
Sep  2 19:52:23 neptune kernel:  RSP <ffff88011640de60>
Sep  2 19:52:23 neptune kernel: CR2: 0000000000000010
Sep  2 19:52:23 neptune kernel: ---[ end trace 94f910f585e35305 ]---

I am using a 64 bit wireless XP driver, and I am running 64 bit Slackware 13.0.

zuzoa 04-29-2010 04:02 PM

Since this post, I had installed ralink driver rt2870 and had success, as I remember. I have since reinstalled Slackware, with the same version 13 64-bit, and I am trying to get wireless working again. I have tried that ralink driver and various others, but the only success I have had was installing, once again, the 64bit XP drivers with ndiswrapper.

However, I am again experiencing this issue with the kernel oops.

I am completely lost as how to start fixing this. Ideas?


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