Notices


Reply
Thread Tools
Posts: 372 | Thanked: 61 times | Joined on Jan 2012
#471
http://talk.maemo.org/showpost.php?p...&postcount=458

do we have to download the source code too? i have the previous driver which was stable with kp49. that was 142mb.
 
Posts: 146 | Thanked: 39 times | Joined on May 2010
#472
1-update to kernel v50
2-dl the driver 484 mb
3-unzip them in MyDocs
4-copy the folder in home/user
5-now i have in home/user/wl1251-memo :build-wl.sh. compat.tar.bz2, compat-wirless-2.6.tar.bz2, wirless-testimg.tar.bz2
6-unzipp all 3 files .bz2 sudo tar-xjf wirless-testimg.tar.bz2 but i don t have spece in home/user
can you show me the way pls.
nvm
i install v49

Last edited by q6600; 2012-03-19 at 21:54.
 
Posts: 153 | Thanked: 81 times | Joined on Dec 2011 @ P town
#473
Originally Posted by Mohammed Muid View Post
http://talk.maemo.org/showpost.php?p...&postcount=458

do we have to download the source code too? i have the previous driver which was stable with kp49. that was 142mb.
yes I have the same question, do we have to download the source code too?
I already have the previous source code and the latest binary build, but I don't know how to use that binary build.
I try replacing the modules in /lib/modules/2.6.28.10-power50 with the modules found in wl1251-maemo-0.2-power49+pre50.tar.gz, but failed. It also make fmradio application fail to run.

If I have to download the latest source code, does it mean I have to extract wl1251-maemo-0.2-power49+pre50.tar.gz in the new source code directory?
 
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#474
Just load wl1251-maemo-0.2-power49+pre50.tar.gz (212kb) and extract the *.ko modules to
Code:
/home/user/MyDocs/wl1251-maemo/binary/compat-wireless/
that's all. Load it with Wlan Driver Selector Applet.
No need to d/l source code...
Btw. if you use CSSU Testing you'll already have bleeding edge driver included.

Edit: Maybe you'll need load.sh and unload.sh too. See attachement and put it in the same folder.

Cheers,

J4ZZ
Attached Files
File Type: zip load.zip (856 Bytes, 379 views)

Last edited by J4ZZ; 2012-04-04 at 23:56.
 

The Following 4 Users Say Thank You to J4ZZ For This Useful Post:
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#475
Originally Posted by J4ZZ View Post
Btw. if you use CSSU Testing you'll already have bleeding edge driver included.
Where did you get that from?!?
 

The Following 4 Users Say Thank You to freemangordon For This Useful Post:
Posts: 372 | Thanked: 61 times | Joined on Jan 2012
#476
i cannot untar the file::

home/user/MyDocs # tar -xzvf wl1251-maemo-0.2-power49\+pre50.tar.gz
wl1251-maemo/
wl1251-maemo/cfg80211.ko
tar: wl1251-maemo/cfg80211.ko: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
wl1251-maemo/wl1251_spi.ko
tar: wl1251-maemo/wl1251_spi.ko: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
wl1251-maemo/wl1251.ko
tar: wl1251-maemo/wl1251.ko: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
wl1251-maemo/rfkill_backport.ko
tar: wl1251-maemo/rfkill_backport.ko: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
wl1251-maemo/mac80211.ko
tar: wl1251-maemo/mac80211.ko: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
wl1251-maemo/compat.ko
tar: wl1251-maemo/compat.ko: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
tar: wl1251-maemo: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
tar: Exiting with failure status due to previous errors
/home/user/MyDocs #
 
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#477
Originally Posted by freemangordon View Post
Where did you get that from?!?
CSSU Wiki - Installation: Point 4

Code:
Open this page in N900 webbrowser. Think a minute if you want to be a tester supporting CSSU bleeding edge, or you rather need a rock solid CSSU, then click on the according Install stable or testing green button at top of this page.
Sorry, if this info is incorrect. Probably I've just misunderstood it.

Greetz,

J4ZZ
 
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#478
Originally Posted by Mohammed Muid View Post
i cannot untar the file::

home/user/MyDocs # tar -xzvf wl1251-maemo-0.2-power49\+pre50.tar.gz
wl1251-maemo/
wl1251-maemo/cfg80211.ko
tar: wl1251-maemo/cfg80211.ko: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
wl1251-maemo/wl1251_spi.ko
tar: wl1251-maemo/wl1251_spi.ko: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
wl1251-maemo/wl1251.ko
tar: wl1251-maemo/wl1251.ko: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
wl1251-maemo/rfkill_backport.ko
tar: wl1251-maemo/rfkill_backport.ko: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
wl1251-maemo/mac80211.ko
tar: wl1251-maemo/mac80211.ko: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
wl1251-maemo/compat.ko
tar: wl1251-maemo/compat.ko: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
tar: wl1251-maemo: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
tar: Exiting with failure status due to previous errors
/home/user/MyDocs #
This is normal because MyDocs is a FAT partition not supporting ownership of files (use /home/user/ for example wich is Ext2,3,4 and there should be no error)... The files should be working anyways.

Regards,

J4ZZ

Last edited by J4ZZ; 2012-03-22 at 00:57.
 
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#479
Originally Posted by J4ZZ View Post
CSSU Wiki - Installation: Point 4

Code:
Open this page in N900 webbrowser. Think a minute if you want to be a tester supporting CSSU bleeding edge, or you rather need a rock solid CSSU, then click on the according Install stable or testing green button at top of this page.
Sorry, if this info is incorrect. Probably I've just misunderstood it.

Greetz,

J4ZZ
Aah, I see. Well, there are two very important words missing, "wifi"and "driver"

Yes, you've just misinterpreted what is written there. The is no such thing like "bleeding edge wifi driver" in CSSU
 

The Following 5 Users Say Thank You to freemangordon For This Useful Post:
woody14619's Avatar
Posts: 1,455 | Thanked: 3,309 times | Joined on Dec 2009 @ Rochester, NY
#480
Originally Posted by sifo View Post
plz can you link an install guid plz?
Ok, here's your install guid, but I'm not sure why you'd want that.

http://tinyurl.com/7a659e6b-e3ea-40f9-8190-243219

Btw: 1337 5p33k 15 s0 != cul. 1F u ax3 1n 3ng15h 5om3 1 m^y h3lp u!
 

The Following 6 Users Say Thank You to woody14619 For This Useful Post:
Reply

Tags
driver, injection, wl1251

Thread Tools

 
Forum Jump


All times are GMT. The time now is 03:40.