Page 9 of 23

Posted: Tue 17 Apr 2012, 13:16
by Lobster
For the benefit of those reading the forum here yes there are two types of USB hubs. The normal type is non powered, its just a USB splitter kind of thing that turns one usb port into 4 or however many.
I read about the powered USB hubs but for a USB keydrive and mouse, I seem to be able to use the unpowered.

I tried to apt-get some more programs
No Seamonkey, firefox or Opera - how do I get a listing of packages similar to what I am looking for or browsers?
I used something called aptitutde yesterday but I have no aptitude for it. :wink:
Inkscape seems the only program available but it took up too much space . . . que? I have a four gig SD card. Is the pi user space likely to be limited? Ah well, I purged and autocleaned barely knowing what I am up to but no luck.

I am off to find a simple bit of script to run from the command line.
I am using the command line more in the last couple of days than the previous year. If only I was more able.

I asked rpi to send Barry a Pi board - I hope they did. He is back tomorrow.

The Rpi is a fabulous pice of kit because of two expansion cables as well as pins to connect to stuff [stuff is a technical term]

Been sunny and rainy - sunny now - time to take the Raspberry Puppy board for a walk . . .

Posted: Tue 17 Apr 2012, 13:28
by rcrsn51
Lobster wrote:I tried to apt-get some more programs. No Seamonkey, firefox or Opera - how do I get a listing of packages similar to what I am looking for or browsers?.
Look in the file /etc/apt/sources.list.

Posted: Tue 17 Apr 2012, 15:26
by sickgut
rcrsn51 wrote:
Lobster wrote:I tried to apt-get some more programs. No Seamonkey, firefox or Opera - how do I get a listing of packages similar to what I am looking for or browsers?.
Look in the file /etc/apt/sources.list.
all the browsers are there, but debian has different names for them all:

iceweasel = firefox
iceape = seamonkey

so use apt-get update first, then try:

apt-get install iceweasel

there are other ice-browsers dunno what the other names are, there is some disagreement or licencing problem that debian had to work around or something. However, the iceweasel in the debian squeeze repo is version 3. something (this is how it is in the normal debain repos, dunno about ARM), firefox is version 11 now but the debian repos lag behind. However you may find that if you go to seamonkey website you can download the source and compile it.

Is midori the default browser in debian raspberry pi?

midori is by far the fastest loading and scores 100% on the html acid test, but the only drawback i can tell is it doesnt support java. (supports java script ofcause but not java.. they 2 different things).

Posted: Tue 17 Apr 2012, 15:29
by sickgut
antiloquax wrote:
Lobster wrote:In Debian Squeeze
I need to be su to use apt-get or aptitude

Tried return (no password)
raspberry (it should be this surely)
and suse (I think that was for the previous debian not sure why)
sudo passwd

Then you can set root password.
:)
also sudo -i should give you root without need for password

Posted: Tue 17 Apr 2012, 17:26
by Lobster
Look in the file /etc/apt/sources.list.
not much in there
or in /etc/apt/sources.list.d
m m m . . .
Is midori the default browser in debian raspberry pi
Yes it is. It was chosen because of its speed

Today I copied over a bash script - very simple
and ran it OK
Getting familiar with the hardware
and remembering any cli skills I may once have had.

gcc is in Squeeze
various editors - geany, leafpad - also python editors

8)

Posted: Wed 18 Apr 2012, 05:25
by antiloquax
Hi Lobster,
I have been trying to compile JWM in my virtual RPi. I ran into problems at the "./configure" stage - it couldn't find X11. I set the options to look in "/usr/include" and "/usr/lib" but that didn't help.
mark

Posted: Wed 18 Apr 2012, 06:42
by Lobster
Mark
We will be disorganizing soon . . . :wink:
can not help with the jwm question - too ignorant - me that is, not you

Just remember, the skills you are developing, will be so useful when the hardware arrives.

I was very pleased to hear that Eben was delivering the first Rpi batch to kids. The geeks kids will be our teachers, advisers and fellow travelers.
I know everyone wants hardware but moving towards a demand for hundreds of thousands of boards has been handled openly and was a smart move by the Rpi foundation. There is now hope for all.

OK got to make you green now . . .
gonna power up the TV and Rpi board :mrgreen:

Posted: Wed 18 Apr 2012, 06:44
by rokytnji
@lobster

Code: Select all

apt-cache policy (browser name or application name goes here)
should narrow things down a bunch. for the big list. Go to Search for packages

on this page



http://wiki.debian.org/AptCLI#Search_for_packages

and for reference.

http://www.debian.org/doc/ddp

I've been a AntiX user for ages.

Happy Trails, Rok[/code]

Posted: Wed 18 Apr 2012, 06:50
by rokytnji
@ antiloquax

Have you tried the command

Code: Select all

locate X11
I know it spits out a lot. Maybe you can find where to look.[/code]

Edit: by the way. X11 folder usually sits in /etc folder in Debian.

Posted: Wed 18 Apr 2012, 07:00
by sickgut
re: jwm in debian
dont have to compile
the whole idea of running debian is that you can install all your basic packages automatically via the command: apt-get install

so just use: apt-get install jwm
and it will be installed and configured and work immediately

Posted: Wed 18 Apr 2012, 07:39
by eternal-sunshine
Quote:
Is midori the default browser in debian raspberry pi

Yes it is. It was chosen because of its speed
But does this version do SSL? In other words what happens when you go to an https site?

Posted: Wed 18 Apr 2012, 08:07
by antiloquax
sickgut wrote:re: jwm in debian
dont have to compile
the whole idea of running debian is that you can install all your basic packages automatically via the command: apt-get install

so just use: apt-get install jwm
and it will be installed and configured and work immediately
Thanks - I am running RPi Debian under qemu (without network). I'll check the repos again - and see if I can do it that way. I have a virtual usb drive that I can use to pass things to my Virtual Pi.

Do I have to use a specific Debian ARM repo? ANd where is it? Sorry for my ignorance ...
:oops:

Posted: Wed 18 Apr 2012, 08:08
by antiloquax
rokytnji wrote:@ antiloquax

Have you tried the command

Code: Select all

locate X11
I know it spits out a lot. Maybe you can find where to look.[/code]

Edit: by the way. X11 folder usually sits in /etc folder in Debian.
I did look in /etc - it didn't seem to be there. I did find X11 folders in /usr/lib and /usr/include. Thanks for your help.
mark :D

Posted: Wed 18 Apr 2012, 08:19
by Dave_G
Lobster

Glad to hear that Squeeze has gcc, any idea which version?
Depending also which version of Bash is being used, I suspect that
BaCon can be used on the Pi.

Any CLI editors like nano on there?

Sorry about all the questions but you're the only one around here
that actually has a Pi.

Posted: Wed 18 Apr 2012, 08:22
by Lobster
Thanks guys for info
.
In the land of the raspberries for this post.
Just tried to send an email from gmail.
It no working from midori - no idea why (worked from my ipad)

I tried apt-get install jwm
and it would have worked but I have run out of space to install it.
How? I dunno . . .
On the forum the animated emoticons (on the left) are flickering rather than animated gfs - sort of pre animation . . .

Also to boot up I had to use sudo su
- so i may reinstall two copies of Squeeze (one backup)
and start again

then the plan is try some more bash scripting . . .

Posted: Wed 18 Apr 2012, 08:27
by Lobster
Dave_G wrote:Lobster

Glad to hear that Squeeze has gcc, any idea which version?
Depending also which version of Bash is being used, I suspect that
BaCon can be used on the Pi.

Any CLI editors like nano on there?

Sorry about all the questions but you're the only one around here
that actually has a Pi.
gcc version = ver 4.4.5-8
oh yeah bacon always works (according to some)
Nano is there 8)

Posted: Wed 18 Apr 2012, 09:03
by puppy_apprentice
hi everybody, some links for you

Raspberry Pi review
http://www.bit-tech.net/hardware/pcs/20 ... i-review/1

and in this part of review: Raspberry Pi - Software you can read:
In short, the Pi promises much - but the software just isn't there yet. For end-users hoping to get going with their new Pis straight out of the box, it could prove a problem - but improved software is on the horizon, and developers from user-friendly and lightweight distributions like Puppy Linux are already working to get their systems up and running on the devices.
so c'mon give the power for RPi and make the best RPi distro ever ;)

Posted: Wed 18 Apr 2012, 09:14
by Dave_G
Thank you Lobster.

Posted: Wed 18 Apr 2012, 10:04
by Lobster
thanks puppy_apprentice,

As far as I am aware the boards have double the mentioned ram
only the early boards have the lower amount - we can run without much ram - by todays standards.

The review conclusions are correct - it is a marvel, the software - a Puppy speciality is getting the most from limited resources will be key

OK gonna go see what apt-spy is doing . . . Sardines on a plate [Lobsterian cussing] . . . it crashed 8)

Posted: Wed 18 Apr 2012, 10:55
by sickgut
Lobster wrote:Thanks guys for info
.
In the land of the raspberries for this post.
Just tried to send an email from gmail.
It no working from midori - no idea why (worked from my ipad)

I tried apt-get install jwm
and it would have worked but I have run out of space to install it.
How? I dunno . . .
On the forum the animated emoticons (on the left) are flickering rather than animated gfs - sort of pre animation . . .

Also to boot up I had to use sudo su
- so i may reinstall two copies of Squeeze (one backup)
and start again

then the plan is try some more bash scripting . . .
pretty much most linux distros are multi user, its puppy that is the odd one out being a single user OS, seriously if you try stripping out the multi user things from debian it will cause alot more trouble than having to sudo -i or su root