Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - enodr

Pages: [1] 2 3 ... 9
1
General Discussion / Linux On Wzero3 !
« on: August 02, 2007, 09:47:00 am »
Some japanese guy has managed to run Linux on the Sharp Wzero3. Check this:

http://www.w-zero3.org/?%A5%C0%A5%A6%A5%F3...C%A5%C9%2FLinux
(site seems to be down from time to time, check often).

http://memn0ck.com/blog/2007/06/wzero3eslinux.html

2
Nokia Tablet / The Nokia N800
« on: January 07, 2007, 08:22:55 am »
Quote
Quote
v6 processor rev 2 (v61) with VFP support (320bogomips vs 125bogomips for the Nokia 770)... [div align=\"right\"][{POST_SNAPBACK}][/a][/div]

omap 2420
[div align=\"right\"][a href=\"index.php?act=findpost&pid=150338\"][{POST_SNAPBACK}][/a][/div]

OMG!

[a href=\"http://focus.ti.com/general/docs/wtbu/wtbuproductcontent.tsp?templateId=6123&navigationId=11990&contentId=4671]http://focus.ti.com/general/docs/wtbu/wtbu...&contentId=4671[/url]

2D/3D acceleration!!

3
Nokia Tablet / The Nokia N800
« on: January 07, 2007, 06:45:29 am »
v6 processor rev 2 (v61) with VFP support (320bogomips vs 125bogomips for the Nokia 770)... 128Mb RAM....  256Mb Flash...

I want one!

Sharp? are you listening?

4
Python / Wifi Scanner In Python (pyqt + Pyiw)
« on: January 05, 2007, 12:13:48 pm »
Quote
bump
[div align=\"right\"][a href=\"index.php?act=findpost&pid=150152\"][{POST_SNAPBACK}][/a][/div]

I have not played with pyiw since your last post! It's working fine on my setup, so I cannot say more. Maybe a problem with the wifi card firmware version?

If you need a wifi manager, try the port of wpa-gui I made for sharprom. I am using it everyday and it works great and it's faster than python/qt.

5
Sharp ROMs / Wpa-gui Backported To Sharprom
« on: January 04, 2007, 05:51:36 am »
Quote
I noticed the cacko rom had wpa_supplicant preloaded with the rom.  However it's not in "/var/run/wpa_supplicant".  It's in /home/root/usr/bin/wpa_supplicant

Should I link it? Sorry if it sounds dumb sometimes the newb in me comes out.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=149967\"][{POST_SNAPBACK}][/a][/div]

/var/run/wpa_supplicant/ is a directory created when you launch wpa_supplicant. In this directory there is one socket for each Wifi card (eg wlan0). So no do not link anything here. Just:
- create a blank /etc/wpa_supplicant.conf file (sudo mv /etc/wpa_supplicant.conf /etc/wpa_supplicant.conf.sample && touch /etc/wpa_supplicant.conf)
- launch wpa_supplicant (wpa_supplicant -Dhostap -c/etc/wpa_supplicant.conf -iwlan0 -
- you can optionally create a script to launch wpa_supplicant at startup (put in /etc/rc.d/init.d and link to /etc/rc.d/rc5.d/)
- launch wpa-gui
- Enjoy!

PS: I noticed that dhcpcd would not give me a new IP address when connecting with wpa-gui unless I had disabled and enabled the wifi card before. Sending a dhcpcd -N should do this, but it's not working. Maybe I overlooked some easy step here.

6
Sharp ROMs / New Feed For Sharprom And Compatible
« on: January 03, 2007, 04:07:17 am »
Quote
But what about the stuff you mirror which you did not compile?  Did you make sure you are OK to republish that stuff?

No I didn't... I just looked at the mirror you are referring, I will remove the binary only feeds and leave only the documentation stuff (like docs.zaurus.com). The binary mirror were not meant to be public, but should be my private archive.

7
Sharp ROMs / New Feed For Sharprom And Compatible
« on: January 02, 2007, 01:02:27 pm »
Quote
Enodr, nice project.  Have you been able to compile perl recently?

Code: [Select]
arm-linux-ld: cannot find -lgcc_s  


Quote
BTW, make sure you don't get into trouble.  Is all the stuff you have OK for republication?  Do you publish sources for the GPL stuff?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=149787\"][{POST_SNAPBACK}][/a][/div]

All the packages in the feed are built using OE, ie are under some Open Source licence. I don't publish the sources, I don't know how OE people deal with this matter (I guess every project built with OE has this problem).

8
For Sale / Wanted / Sold: Sl-c3200 (like New) + Cf Wifi Card
« on: January 01, 2007, 12:09:11 pm »
Quote
Quote
Still for sale?  Just to allow me to filter it a bitm any guess what that orice is in US dollars?
Thanks!
[div align=\"right\"][a href=\"index.php?act=findpost&pid=148650\"][{POST_SNAPBACK}][/a][/div]

Yes still for sale. I am not in a hurry at all, so I did not put it on ebay yet.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=148661\"][{POST_SNAPBACK}][/a][/div]

I have doing some development for the Zaurus lately but mostly for fun and the C3200 is too much for what I am doing. So I am selling the device OR swapping for a C760/C860 + some money. This is a great deal, so PM me if interested.

Edit: I am also interested in the Nokia 770.

9
Site Suggestions, Requests, and Updates / Cacko ?
« on: December 30, 2006, 08:13:00 am »
Quote
Quote
where is cacko.oesf.org? I need download some rom's...
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

Duh, I have been looking for a mirror of the kino2 sources (which where hosted at cacko.oesf.org) but it seems most people are mostly interested in the cacko roms but in sources.

If anybody got a mirror I'd be glad to know about it.

Oliver
[div align=\"right\"][a href=\"index.php?act=findpost&pid=149554\"][{POST_SNAPBACK}][/a][/div]

[a href=\"http://sharpromfeed.home.linuxtogo.org/download/cacko/kino2/]http://sharpromfeed.home.linuxtogo.org/download/cacko/kino2/[/url]

10
Sharp ROMs / Wpa-gui Backported To Sharprom
« on: December 29, 2006, 06:36:23 pm »
Quote
Can you share patches/sources? wpa-gui for opie would be nice to have.

Of course I can! I always do

http://sharpromfeed.home.linuxtogo.org/dow...r_qpe.0.5.6.tgz

I have adapted the UI so that it can work both on landscape and portrait mode. It required some tweakings in the network details dialog because there were too many options to show on one screen, so I have modified it to display only the relevant info depending on the current selection (if you choose WEP network the WPA options will hide automatically, ...).

I have also added a "Connect" button on the Scan dialog, it is more intuitive than double clicking on a network name.

Hrw, I let you add this in OE, making a recipe should be easy as 1, 2, 3 (I have modified the wpa_gui.pro file accordingly). After installation don't forget to chown root:root wpa_gui && chmod u+s wpa_gui (need root to read /var/run/wpa_supplicant/).

Please give feedbacks.

Edit: just noticed an annoying bug. When you switch to another window and clik on the wpa_gui icon on the taskbar, the app won't get the focus as it should. I imagine this is a qte trick. Anyone could help?

11
Sharp ROMs / Wpa-gui Backported To Sharprom
« on: December 28, 2006, 05:45:04 pm »
I have been looking for this one for ages, so I did it myself! It's really a pain to backport QT3 apps to QPE but when it works it's so cool (took me the afternoon...).

So here it is, the first real GUI for easy Wifi under Sharprom!

[img]http://www.geek-fr.com/_media/blog/qpe-wpa-gui.jpg\" border=\"0\" class=\"linked-image\" /]

I still need to make a few tweakings so that everything fits on a the Zaurus display, then I'll post the file.

12
Sharp ROMs / Cacko 1.23 Download Link?
« on: December 28, 2006, 12:09:55 pm »
Quote
Sorry Jon_J I only have the full install versions. 

All the cacko 1.23 ROMS will be available soon here (currently uploading):

http://sharpromfeed.home.linuxtogo.org/dow.../cacko/rom1.23/

13
Security and Networking / Wifi Cards, I Need To Choose Between These 2
« on: December 27, 2006, 07:03:26 am »
Quote
You might check these two articles about wifi cards for Zaurus if you care about size and WPA:

http://www.geek-fr.com/blog/what_size_is_yours

http://www.geek-fr.com/blog/update_the_pri..._of_a_wifi_card
[div align=\"right\"][a href=\"index.php?act=findpost&pid=149232\"][{POST_SNAPBACK}][/a][/div]

Edit: if you look closely to the pictures of the Mercury Zonet/ZCF1100 you will see that this is exactly the same card as the Ambicom WL-1100C-CF, just sold under another brand. So my conclusion is: go for the Ambicom / Zonet. Note that Ambicom has also a G card which is the same size.

14
Security and Networking / Wifi Cards, I Need To Choose Between These 2
« on: December 27, 2006, 06:58:53 am »
You might check these two articles about wifi cards for Zaurus if you care about size and WPA:

http://www.geek-fr.com/blog/what_size_is_yours

http://www.geek-fr.com/blog/update_the_pri..._of_a_wifi_card

15
OESF Announcements / Site & Forum Move Complete
« on: December 24, 2006, 08:54:51 am »
Quote
Yippee!  That wasn't too hard.  I had some troubles with the slightly different versions of mysql servers (the ibiblio server barfed at a few of the default settings from the dreamhost server).

Thanks for everyone's patience!

offroadgeek
[div align=\"right\"][a href=\"index.php?act=findpost&pid=148963\"][{POST_SNAPBACK}][/a][/div]

Hi,

It seems cacko.oesf.org archives are not back online. Do you have a backup of theses files?

Pages: [1] 2 3 ... 9