Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#1 2008-02-05 7:22:19 am

kost
Member
Registered: 2008-01-23
Posts: 60
Website

New repository for ASUS EEE

There's few packets which we miss, so we made special ASUS EEE/Xandros repository. Applications you can find:
kismet - wireless stumbler - latest version
nmap - poort scanning tool - latest version
aicrack-ng - for wireless attack - latest version
gpsd - GPS utility - latest version
freemind - mind mapping application - latest stable version
openproj - project management application - latest stable version
rar - archiver - latest stable version
truecrypt - file encryption utility - latest stable version
yakuake - terminal just like in quake - latest stable version
mjpg-streamer - utility for streaming from webcam - latest version

After adding the repository you can say, something like:
apt-get install openproj
..and it will install openproj application.

These things you need to add to /etc/apt/sources.list
deb http://ftp.linux.hr/asuseee/xandros/ binary/
deb-src http://ftp.linux.hr/asuseee/xandros/ source/

It's good that you add pinning also.

This is how my /etc/apt/sources.list looks:
deb http://update.eeepc.asus.com/p701 p701 main
deb http://update.eeepc.asus.com/p701/en p701 main

deb http://xnv4.xandros.com/xs2.0/upkg-srv2 etch main contrib non-free
deb http://dccamirror.xandros.com/dccri/ dccri-3.0 main
deb http://www.geekconnection.org/ xandros4 main
deb http://download.tuxfamily.org/eeepcrepos/ p701 main etch

deb http://ftp.linux.hr/asuseee/xandros/ binary/
deb-src http://ftp.linux.hr/asuseee/xandros/ source/

And this is how my /etc/apt/preferences file looks (pinning):
Package: *
Pin: origin update.eeepc.asus.com
Pin-Priority: 950

Package: *
Pin: origin ftp.linux.hr
Pin-Priority: 945

Package: *
Pin: origin
Pin-Priority: 925

Package: *
Pin: origin xnv4.xandros.com
Pin-Priority: 900

Package: *
Pin: origin dccamirror.xandros.com
Pin-Priority: 850

Package: *
Pin: origin www.geekconnection.org
Pin-Priority: 750

Package: *
Pin: release a=stable
Pin-Priority: 700

Package: *
Pin: release a=testing
Pin-Priority: 650

Package: *
Pin: release a=unstable
Pin-Priority: 600

Offline

 

#2 2008-02-05 7:24:17 am

kost
Member
Registered: 2008-01-23
Posts: 60
Website

Re: New repository for ASUS EEE

Of course, you can always go to URL directly:
http://ftp.linux.hr/asuseee/xandros/binary/
and download package via browser and install it manually.

Offline

 

#3 2008-02-05 9:39:53 am

agni
Member
Registered: 2007-12-24
Posts: 69

Re: New repository for ASUS EEE

these are all binaries compiled specifically for the EEE?

Offline

 

#4 2008-02-05 9:41:57 am

kost
Member
Registered: 2008-01-23
Posts: 60
Website

Re: New repository for ASUS EEE

agni wrote:

these are all binaries compiled specifically for the EEE?

YES!

I forgot to mention there is also keepassx package available. smile

Anyway, sources can be found here:
http://ftp.linux.hr/asuseee/xandros/source/

Offline

 

#5 2008-02-05 9:49:13 am

agni
Member
Registered: 2007-12-24
Posts: 69

Re: New repository for ASUS EEE

Thanks
Useful stuff....

Offline

 

#6 2008-02-05 9:57:58 am

kost
Member
Registered: 2008-01-23
Posts: 60
Website

Re: New repository for ASUS EEE

agni wrote:

Thanks
Useful stuff....

You're welcome! smile

Anyway, there's one notice regarding truecrypt: It doesn't work well with unionfs! So, if the filesystem is small you can copy it to /tmp and then mount it with truecrypt.

If you removed unionfs from your EEE, then you're lucky! You can mount it directy!

Last edited by kost (2008-02-05 9:58:30 am)

Offline

 

#7 2008-02-05 10:27:29 am

bunker
Member
Registered: 2007-12-10
Posts: 21

Re: New repository for ASUS EEE

I'd be interested to se a recent version of qgis in your repository. Preferably most recent but at least 0.8.1.
http://www.qgis.org/

Last edited by bunker (2008-02-05 10:28:00 am)

Offline

 

#8 2008-02-05 10:30:22 am

NaeKid
Member
From: Calgary, AB, Canada
Registered: 2007-11-18
Posts: 54
Website

Re: New repository for ASUS EEE

Can you tell me more about the GPS stuff listed there?  I have an eXplorist 400 that I currently hook to my windows laptop for tracking / mapping, and I would love to do the same with my linux powered triple-E.  Does it show the maps, your current position, etc, or is it just a tracking system that will need to be loaded into something like GoogleEarth to show you where you have been?


Its better to be naked with your friends than to be clothed with your enemies

Offline

 

#9 2008-02-05 10:31:20 am

Neil
Moderator
From: Berkshire, England
Registered: 2007-11-25
Posts: 6897
Website

Re: New repository for ASUS EEE

Alternatively, we could have just one EEE repository, and use the existing one?

Offline

 

#10 2008-02-05 5:17:30 pm

kost
Member
Registered: 2008-01-23
Posts: 60
Website

Re: New repository for ASUS EEE

bunker wrote:

I'd be interested to se a recent version of qgis in your repository. Preferably most recent but at least 0.8.1.
http://www.qgis.org/

Your wish is my command! smile

You can find qgis 0.9.1 available in repository. As I don't know too much about that software, it would be good if you can try it yourself and report me bugs (if there's any).

Do note that you need to have xandros/etch repositories as I stated above in order to have qgis dependencies available also.

Last edited by kost (2008-02-05 5:18:55 pm)

Offline

 

#11 2008-02-05 5:21:36 pm

kost
Member
Registered: 2008-01-23
Posts: 60
Website

Re: New repository for ASUS EEE

NaeKid wrote:

Can you tell me more about the GPS stuff listed there?  I have an eXplorist 400 that I currently hook to my windows laptop for tracking / mapping, and I would love to do the same with my linux powered triple-E.  Does it show the maps, your current position, etc, or is it just a tracking system that will need to be loaded into something like GoogleEarth to show you where you have been?

gpsd is just for kismet in this repository smile but it's more like userland utility for accessing the GPS.

If you need something you mentioned, try to install gpsdrive:
http://www.gpsdrive.cc/

You can find it in xandros/etch repositories. If you have repositories set up as I stated above, you can just say:
apt-get install gpsdrive

Hope it helps!

Offline

 

#12 2008-02-05 5:24:04 pm

kost
Member
Registered: 2008-01-23
Posts: 60
Website

Re: New repository for ASUS EEE

Neil wrote:

Alternatively, we could have just one EEE repository, and use the existing one?

That's also possible! But, I don't see anywhere upload form or something similar smile enlighten me, please!

Offline

 

#13 2008-02-05 5:39:58 pm

Neil
Moderator
From: Berkshire, England
Registered: 2007-11-25
Posts: 6897
Website

Re: New repository for ASUS EEE

http://eeepcrepos.tuxfamily.org/

You can suggest packages in the wiki, I believe, although deadDuck should be able to assist smile

Offline

 

#14 2008-02-06 10:54:43 pm

deadDuck
Senior Member
From: Calgary, AB, Canada
Registered: 2007-07-19
Posts: 916
Website

Re: New repository for ASUS EEE

I have found maintaining a repository to be more "manual" than I expected and haven't figured out a way to collaborate easily. For the time being, I applaud Kost on his/her initiative and notice that there have so far been no duplication of packages.

If someone can describe in technical detail how people could collaborate on the repository that I maintain, I'd agree with having only one. Until then, keep up the good work and the more the merrier!

Offline

 

#15 2008-02-08 11:46:15 am

itsthemedication
Member
Registered: 2008-01-29
Posts: 25

Re: New repository for ASUS EEE

When I copy your repository info and do:

sudo apt-get update

The process gets stuck at:

99% [10 Packges gzip 0]

Offline

 

#16 2008-02-09 4:03:27 am

eFfeM
Senior Member
Registered: 2007-10-21
Posts: 861
Website

Re: New repository for ASUS EEE

in most of the cases the standard etch packages work like a charm for me.
Personally, I'd like to go to the horse's mouth.....


All opinions, information etc in this forum post is copyrighted by me (eFfeM) unless indicated otherwise.
You are free to reuse whatever you want to, provided that:
1) you give credit to me and eeeuser.com whenever you reuse anything for all things you reused.
2) you do not pretend or create the illusion that your modifications are mine. I'll be responsible for my junk, you for yours smile

Offline

 

#17 2008-02-09 9:07:40 pm

kost
Member
Registered: 2008-01-23
Posts: 60
Website

Re: New repository for ASUS EEE

itsthemedication wrote:

When I copy your repository info and do:

sudo apt-get update

The process gets stuck at:

99% [10 Packges gzip 0]

I guess the other repositories went down, because ftp.linux.hr was up all the time!

Offline

 

#18 2008-02-09 9:09:42 pm

kost
Member
Registered: 2008-01-23
Posts: 60
Website

Re: New repository for ASUS EEE

eFfeM wrote:

in most of the cases the standard etch packages work like a charm for me.
Personally, I'd like to go to the horse's mouth.....

There's situation when etch is not good:
1) you want newer packages (like kismet, nmap, ...)
2) you need security updates (like recent samba vulnerability on stock Xandros)
3) you want specially ASUS EEE built packets (like  truecrypt5 which doesn't fit on EEE screen by default)

Offline

 

#19 2008-02-09 9:13:41 pm

kost
Member
Registered: 2008-01-23
Posts: 60
Website

Re: New repository for ASUS EEE

I just want to remind you (on this topic also) to upgrade samba (security isssue)

In order to upgrade you need to change pinning of ftp.linux.hr to some higher number, I've put 955 in priority field. E.g. - you should put:
Package: *
Pin: origin ftp.linux.hr
Pin-Priority: 955

Then issue:
sudo apt-get update
sudo apt-get upgrade

I tried to make everything compatible with other original xandros packages, so nothing should broke.

If you want to read more about this security issue, read this topics:
ASUS Eee PC rooted out of the box: http://forum.eeeuser.com/viewtopic.php?id=14287
Security issues with Stock OS: http://forum.eeeuser.com/viewtopic.php?id=14237

Have a safe day (and night!)

Offline

 

#20 2008-02-10 10:06:44 am

Grimmy
Senior Member
From: London
Registered: 2007-12-09
Posts: 166

Re: New repository for ASUS EEE

Are you planning on adding things like Firefox updates?

I was planning on building the latest one, perhaps I could try packaging it up for inclusion.


EeePC 701 4G - 2GB RAM - Windows 7 Home Premium (See here for how to install W7).

Offline

 

#21 2008-02-10 7:33:19 pm

kost
Member
Registered: 2008-01-23
Posts: 60
Website

Re: New repository for ASUS EEE

Grimmy wrote:

Are you planning on adding things like Firefox updates?
I was planning on building the latest one, perhaps I could try packaging it up for inclusion.

Didn't have plans. But if you like to build one, I'll be glad to include it. To be transparent as possible, don't forget to include source packages as well.

PM me once you build package(s).

Offline

 

#22 2008-02-13 1:05:51 pm

d3athp3nguin
Member
Registered: 2007-12-27
Posts: 13

Re: New repository for ASUS EEE

ktorrent did not install properly for me- it gave me the "cannot install package, check installation and try again" error.  Maybe an older version works?  I have a launch series eeePC 4G.

Offline

 

#23 2008-02-15 4:46:30 pm

grout
New member
Registered: 2008-02-15
Posts: 1

Re: New repository for ASUS EEE

Cheers for sorting out the repository, 

I have got truekrypt going (which I need for work). I used synaptic but had to install fuse-utils to get it to mount volumes, it refused first time. Synaptic wouldn't do this but apt-get worked.   

ctrl-alt-t
sudo apt-get install fuse-utils   [if anyone else has this problem]

I didn't find the screen size of the truecrypt gui to be a problem at all.

Offline

 

#24 2008-02-15 5:57:28 pm

daneel
Member
Registered: 2008-02-14
Posts: 23

Re: New repository for ASUS EEE

We want action games .. like wormux (www.wormux.org), teewars (www.teewars.com) or hedgewars (www.hedgewars.org).
This games are not running in Xandros because the old libc6.

Thanks in advance!

Offline

 

#25 2008-02-15 5:59:24 pm

Neil
Moderator
From: Berkshire, England
Registered: 2007-11-25
Posts: 6897
Website

Re: New repository for ASUS EEE

I ran Wormux on my stock machine without a problem (other than resizing the screen)?

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson