Re: Madwifi-0.9.4-r4126-20100324: Kernel Panic in station evereytime after approx 30 minutes
Pavel Roskin <[email protected]> Sat, 30 Jul 2011 09:30:30 -0400
| Newsgroups | gmane.linux.drivers.madwifi.user |
|---|---|
| Message-ID | <[email protected]> |
Quoting "R.Mohan" <[email protected]>: > Attached is the dump from the kernel. The stack trace in the kernel dump is > always at the very same It's hard to help you if you are using a modified snapshot that is more than a year old. Maybe you could at least use the current snapshot? There is a lot of documentation how to debug kernel code. If your kernel is compiled with debug information, you can do this: gdb wlan.ko li *(ieee80211_input+0x1bc) That should show you the line where the oops is happening. The next step is to add printk() statements around that place to see where exactly the crash happens. Print all the data that is used by the code, and then you should be able to see what is going wrong. -- Regards, Pavel Roskin ------------------------------------------------------------------------------ Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey