On 12/21/2011 06:06 AM, Darshan Kumar NANDANWAR wrote:
Larry ,
I am using RTL8192CE driver for 2.6.32.16 for one of the DTV soc(sh4 cpu) ..
Once I insert it , I get following oops... The same oops is reported by *John
Linville in https://bugzilla.kernel.org/show_bug.cgi?id=40212 . But
unfortunately , given link is down ; so I am unable to get into the the
discussion. Could you please give me the pointers why it’s happening so?*
Lspci is showing me correct vendor and product id which is : *0x10ec 0x8178*
I added the linux-wireless ML to the Cc list so that others will see this thread.
I do not remember the kernel bugzilla. Perhaps John does.
Are you using a recent version of compat-wireless? If not, please do.
I do not know anything about the sh4, but I will try to help.
The only rtl8192ce routine mentioned in the traceback is rtl92ce_module_init. I
see no indication that it got as far as the .probe routine, which is
rtl_pci_probe() in drivers/net/wireless/rtlwifi/pci.c. It might be useful to put
a printk() at the beginning of that routine to see if it is being reached. I
would also suggest that you modprobe the various components separately. First
rtlwifi, then rtl8192c_common, and finally rtl8192ce.
Is the sh4 little- or big-endian? Not all the code has been tested on a BE machine.
Larry
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html