![]() |
Re: [Announce] bleeding-edge wl1251 wifi driver for Maemo Fremantle
Quote:
|
Re: [Announce] bleeding-edge wl1251 wifi driver for Maemo Fremantle
Quote:
/opt/cleven/compat-wireless-v1/ /opt/cleven/compat-wireless-v2/ my cleven version is 2.5-1 where should I extract the bleeding-edge wifi driver build for kernel-power v50 ?! thanks in advance for replies. |
Re: [Announce] bleeding-edge wl1251 wifi driver for Maemo Fremantle
Quote:
|
Re: [Announce] bleeding-edge wl1251 wifi driver for Maemo Fremantle
Hello I bought n900 again ,I sold my first n900 1 year ago or more time , I do not remember it .
In the past when I have the kernel v40 power flasher with wl1 kernel inyect LXP modules installed ok all was well and I was using faircrack 0.3 But now I have only the latest firmware via nokia suite and kernel v50 installed with fast application mannager Now I installed cleven app . In theory I have injection package dates because cleaven have LXP modules into. and for faircrack fully working fAircrack V0.49 or earlier for KP49 or earlier version on you N900): 1. Download the driver for KP50 as per pali's post. Thank the author for still supporting our device . 2. Extract in the directory the file was downloaded to Code: tar -xzvf wl1251-maemo-0.2-power49+pre50.tar.gz 3. Change to the compat-wireless subdirectory Code: cd wl1251-maemo/binary/compat-wireless 4. Copy all *.ko files to the correct directory Code: cp *.ko ~/MyDocs/wl1251-maemo/binary/compat-wireless all is correct? because are into cleven app not??? thanks regards |
Re: [Announce] bleeding-edge wl1251 wifi driver for Maemo Fremantle
Quote:
Those drivers sniffs only on channel 6 like stock ones? does anyone have simmilar problem? Code:
CH 6 ][ Elapsed: 12 s ][ 2012-06-07 17:34 Code:
okia-N900:/opt/DRIVERS/wl1251-maemo# lsmod |
Re: [Announce] bleeding-edge wl1251 wifi driver for Maemo Fremantle
Ok it seems it is working fine if i put wlan0 down and sniffing on mon0.
wlan0 was connecting to network on channel 6 and it seems it locks driver on that specyfic channel. Older versions seems don't have this problem as far as I remember |
Re: [Announce] bleeding-edge wl1251 wifi driver for Maemo Fremantle
Quote:
I'm having error loading drivers from terminal with sh load.sh http://i1209.photobucket.com/albums/...629-235700.png I checked the path many times... :( |
Re: [Announce] bleeding-edge wl1251 wifi driver for Maemo Fremantle
Looks like wrong (\r\n) line endings. Take care
to use unix line endings (\n) for shell scripts. |
Re: [Announce] bleeding-edge wl1251 wifi driver for Maemo Fremantle
Hi!
I got the load.sh file from the post I quoted: http://talk.maemo.org/showpost.php?p...&postcount=474 Here's the code: #!/bin/bash # Save mac address MACADDR="`ifconfig wlan0 | sed -n 's/.*HWaddr \([0-9A-Fa-f:]\+\).*/\1/p'`" # Unload wifi modules rmmod wl1251_spi 2>/dev/null rmmod wl1251 2>/dev/null rmmod wl12xx 2>/dev/null rmmod mac80211 2>/dev/null rmmod cfg80211 2>/dev/null rmmod rfkill_backport 2>/dev/null rmmod compat_firmware_class 2>/dev/null rmmod compat 2>/dev/null # Load bleeding-edge wl1251 insmod /home/user/MyDocs/wl1251-maemo/binary/compat-wireless/compat.ko insmod /home/user/MyDocs/wl1251-maemo/binary/compat-wireless/rfkill_backport.ko insmod /home/user/MyDocs/wl1251-maemo/binary/compat-wireless/cfg80211.ko insmod /home/user/MyDocs/wl1251-maemo/binary/compat-wireless/mac80211.ko insmod /home/user/MyDocs/wl1251-maemo/binary/compat-wireless/wl1251.ko insmod /home/user/MyDocs/wl1251-maemo/binary/compat-wireless/wl1251_spi.ko # Restore mac address ifconfig wlan0 down hw ether "$MACADDR" |
Re: [Announce] bleeding-edge wl1251 wifi driver for Maemo Fremantle
Yes they have wrong line endings. You can remove those with:
tr -d '\015' < load.sh > load.sh.new mv load.sh.new load.sh and the same for unload.sh |
All times are GMT. The time now is 15:33. |
vBulletin® Version 3.8.8