I ran into a problem while using compat-wireless to compile new wl1251 driver for N900
Here is what I've done:
1. follow this N900 kernel compile tutorial to recompile the 2.6.28-omap1 for N900 with "CONFIG_CFG80211=m" in .config, which is required by compat-wireless http://natisbad.org/N900/n900-custom-kernel.html
lsmod shows these modules are loaded correctly, but dmesg only shows "cfg80211: Calling CRDA to update world regulatory domain", no info about wl1251, although I enable DEBUG_ALL in wl1251.h
And the wifi doesn't show up, even if I restart network
ifconfig only shows lo and phonet0
I've read a thread with a guy with similar problem, a lot of discussion but it seems not solved though compat wireless N900 problem
Anyone worked on compat-wireless for N900?
Any help is appreciated!
Here is what I've done:
1. follow this N900 kernel compile tutorial to recompile the 2.6.28-omap1 for N900 with "CONFIG_CFG80211=m" in .config, which is required by compat-wireless
http://natisbad.org/N900/n900-custom-kernel.html
2. download lastest stable compat-wireless v3.0-rc4
compat, compat_firmware_class, rfkill_backport,
cfg80211, mac80211, wl1251, wl1251_spi
then copy the compat_firmware rules:
And the wifi doesn't show up, even if I restart network
ifconfig only shows lo and phonet0
I've read a thread with a guy with similar problem, a lot of discussion but it seems not solved though
compat wireless N900 problem
Anyone worked on compat-wireless for N900?
Any help is appreciated!