Puppi Raspberry Pi Hardware

News, happenings
Message
Author
User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#166 Post 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 . . .
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#167 Post 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.

User avatar
sickgut
Posts: 1156
Joined: Tue 23 Mar 2010, 19:11
Location: Tasmania, Australia in the mountains.
Contact:

#168 Post 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).

User avatar
sickgut
Posts: 1156
Joined: Tue 23 Mar 2010, 19:11
Location: Tasmania, Australia in the mountains.
Contact:

#169 Post 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

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#170 Post 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)
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
antiloquax
Posts: 405
Joined: Fri 27 Jan 2012, 09:17

#171 Post 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
My System:Arch-Arm on RPi!
"[url=http://murga-linux.com/puppy/viewtopic.php?t=76049l]RacyPy[/url]" puplet on Toshiba Tecra 8200. PIII, 256 MB RAM.
[url=http://raspberrypy.tumblr.com/]RaspberryPy[/url]: Lobster and I blog about the RPi.

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#172 Post 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:
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

rokytnji
Posts: 2262
Joined: Tue 20 Jan 2009, 15:54

#173 Post 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]

rokytnji
Posts: 2262
Joined: Tue 20 Jan 2009, 15:54

#174 Post 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.

User avatar
sickgut
Posts: 1156
Joined: Tue 23 Mar 2010, 19:11
Location: Tasmania, Australia in the mountains.
Contact:

#175 Post 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

eternal-sunshine
Posts: 58
Joined: Mon 21 Feb 2011, 00:13

#176 Post 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?

User avatar
antiloquax
Posts: 405
Joined: Fri 27 Jan 2012, 09:17

#177 Post 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:
My System:Arch-Arm on RPi!
"[url=http://murga-linux.com/puppy/viewtopic.php?t=76049l]RacyPy[/url]" puplet on Toshiba Tecra 8200. PIII, 256 MB RAM.
[url=http://raspberrypy.tumblr.com/]RaspberryPy[/url]: Lobster and I blog about the RPi.

User avatar
antiloquax
Posts: 405
Joined: Fri 27 Jan 2012, 09:17

#178 Post 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
My System:Arch-Arm on RPi!
"[url=http://murga-linux.com/puppy/viewtopic.php?t=76049l]RacyPy[/url]" puplet on Toshiba Tecra 8200. PIII, 256 MB RAM.
[url=http://raspberrypy.tumblr.com/]RaspberryPy[/url]: Lobster and I blog about the RPi.

User avatar
Dave_G
Posts: 453
Joined: Thu 21 Jul 2011, 13:53

#179 Post 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.

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#180 Post 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 . . .
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#181 Post 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)
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
puppy_apprentice
Posts: 299
Joined: Tue 07 Feb 2012, 20:32

#182 Post 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 ;)

User avatar
Dave_G
Posts: 453
Joined: Thu 21 Jul 2011, 13:53

#183 Post by Dave_G »

Thank you Lobster.

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#184 Post 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)
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
sickgut
Posts: 1156
Joined: Tue 23 Mar 2010, 19:11
Location: Tasmania, Australia in the mountains.
Contact:

#185 Post 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

Post Reply