Page 10 of 10

Posted: Fri 16 Mar 2012, 17:12
by Lobster
eowens2 that is very useful. :)
My inclination was to start with Debian and this confirms it.
A shame about Fedora as I thought they had optimised the driver for the broadcom graphics component . . .
10 seconds is a good boot time - well done to Arch.
Starting with stability is a good approach to bootstrap from. Debian will include a C compiler . . . and away we go.

Posted: Fri 16 Mar 2012, 20:12
by Aitch
However, also on the same site
Fedora recommended by non-expert non-linux user
The Fedora Remix seems to be the recommended option on the Raspberry Pi site. If you don't know much about installing Linux distros, then this is the route to take because a special image installer program is provided which runs under Windows
http://www.designspark.com/content/rasp ... pert-linux

We'll get there, ....real soon :wink: :D

Aitch :)

Posted: Fri 16 Mar 2012, 23:46
by BarryK
eowens2 wrote:Here is an interesting review of of real-world performance of major distros on an honest-to-goodness R-Pi:

http://www.designspark.com/content/raspberry-pi-review
Thanks from me too.

Right now I am downloading the Debian image, and I was wondering what others to download. After reading that review, the only other one that I will download will be the Arch Linux image.

Posted: Sat 17 Mar 2012, 00:18
by darkcity
slackware will be releasing a version for ARMv6 too

:idea:

Posted: Sat 17 Mar 2012, 00:35
by technosaurus
I didn't get in on the 1st round of shipments, so I won't be able to do this myself, but I will put it out there.

We may try rebuilding the kernel with localyesconfig (with all necessary modules already loaded), followed by an allmodconfig to pick up any extra modules. This will improve boot speeds and reduce the size and init complexity a bit.

Posted: Thu 12 Apr 2012, 07:51
by sickgut
ive bought a few of the 7" tablets running android to try to get a sense of how to set things up for ARM but its a crap shoot if the tablet will actually boot a linux from a micro sd card, i have struck one that doesnt. Im glad the raspberry will be released soon so we will all have a hardware standard that we know will actually work.

Posted: Thu 12 Apr 2012, 08:06
by antiloquax
I have the Debian image working in Slacko under QEMU, but no network!
If anyone know how to get the network thing working, please let me know!
In the mean-time, is there any other way of getting JWM source code into the VM?
mark

Posted: Tue 29 May 2012, 08:13
by Lobster
antiloquax and John Murga (Aka Judge Dredd - our forum hoster) are the latest to get Raspberry Pi Hardware.

I would like to thank everyone who is committing to this Puppy adventure. BarryK is getting a board, Raffy, Ttuuxxx, Mick who worked on Lucid and lead developer on Puppy 5.3.3 are all joining us . . .

I am still learning the hardware and hard way. Try and fry. :roll:

Some tips for early adopters:

- Focus on what you can do. For example in the Debian release language and programming is very much available.

- Arch is closer to the Puppy speed but it puts you at a prompt . . .

- Woof2 will be fun to test

- Get a better browser. Chrome for Debian and Netsurf for Arch.

- Help each other. I got invaluable advice from Sickgut, antiloquax, rhadon, 01micko, tman, BarryK etc. when I was the only one with hardware. Thanks guys.

Guys be aware the hardware works. I have found it reliable.
The software is now our task to get going for all our keen Puppys.
http://raspberrypy.tumblr.com/
8)

Posted: Tue 29 May 2012, 14:01
by antiloquax
I am hopefully about to retry starting X in a few minutes. I've tried various approaches, but in the end I had to start from scratch with the official arch image. I've got my wifi working and my powered hub seems to be okay (using it to provide the Pi with a swap partition on a usb drive).
Baby steps at the moment.
mark

Posted: Tue 29 May 2012, 21:42
by headfound
Anyone tried Redsleeve?

http://www.theregister.co.uk/2012/05/29 ... linux_arm/

apparently should work - see a few comments down on this page

http://www.redsleeve.org/about/
The userspace should run just fine on the R-Pi. I don’t have a kernel for the R-Pi (yet), but you can use the kernel they ship with it, just copy it over to wherever you extract the RedSleeve rootfs.

Posted: Fri 03 Aug 2012, 02:09
by Lobster
Thanks headfound :)

Any chance of a new Puppi style song? :D

Here is our progress to date. No one tried the redsleeve that I know of.
http://raspberrypy.tumblr.com/post/2775 ... ppi-so-far

Sickgut now has hardware and will be creating something with apt-get and Debian and game playing if we are lucky.

Get the free mag
http://www.themagpi.com

Puppi is an ARM
of Linux

Posted: Fri 03 Aug 2012, 19:37
by linuxbear
I believe that Bohdi has released their Alpha for the Raspberry, but they are not calling it Bodhi-pi. I suppose that it is not quite enlightened yet :-)

Posted: Sun 05 Aug 2012, 12:52
by sickgut
letting yall know that i have uploaded my first slimmed debian image for the Rasp Pi:

http://www.thepussycatforest.info/pussy ... re.img.zip

It is 114mb but compared to SAP, its the same size on the linux OS partition. If i compressed it using .xz like barry has with SAP then it would be within 1 or 2mb the same size.

This is only stage one, and that is to use the Debian image provided by the Rasp Pi people and remove all the crud. The default image uses more than 90% of the 1.7gb linux partition, but this version only uses 18%.

Other than removing stuff that isnt needed for the type of OS we are aiming for, the ssh server is installed and working on first boot, this means that you can immediately log into your Rasp Pi using ssh protocol (the ssh command in a terminal or using something like the Putty program) and there is no need to attach a monitor or mouse and keyboard at all. The Rasp Pi people have a well sorted out dhcp client working and i have kept that intact. Simply connect to your network, switch it on, and then look on your router to find the address or try pinging the ip address that is one more than the highest ip address on your network. If you get a response then you know your Pi is on that ip.

JWM is installed as the window manager and dillo is the web browser.
I havent entered any menu entries into the JWM menu so you may have to launch dillo by opening a terminal. Xterm has been installed so that xinit will work for those of you who want more control over the xorg environment, this launces xorg with no WM.

If you are logging into your Pi via a network then use root as the username and pussy as the password. If you are using a monitor and physically sitting infront of the Pi and have a keyboard connected then use pi as the username and raspberry as the password. I dont know why it doesnt allow root logins that arent from a network. If you want to use root then after logging in, type: su root
then when you are asked to enter the password, enter: pussy
Note: to use the apt-get system to install things you need to use su or sudo and be using apt-get as root.

This isnt a real pussy yet, and it isnt even the promised server pussy. Server pussy will be released shortly and will have web, ftp, telnet and ssh servers working on first boot and no need to even connect a monitor.
This version only has the ssh server working, the others arent installed yet, however modern ftp clients that allow you to use sftp connections (ftp over ssh) will let you sftp into the rasp and you will be able to access its filesystem just like you can when using ftp.

Right now its roughly the same size as Puppy, but it will end up being bigger than Puppy as we have alot of stuff to add to make it a pussy.

All the device drivers work as they should as they have not been messed with and remain the same left over from the original Rasp Pi official debian image. This image runs a mixture of wheezy and squeeze as far as i can make out, and its repo that it uses with apt get is the raspberian repo not the normal debian one, but it seems to contain everything the debians ones have + all the specific rasp stuff so we will keep this as the main repo.

This version will not be of any use at all to normal users that expect a Puppy or Pussy type system, this is a only a bare bare bare minimum and the X session is only a tool to help you organize your Xterm sessions or to use dillo to surf the web, nothing else is there. This is only a base that will be useful to developers or hackers or those brave enough to apt-get everything they want to use. I dont mind if other developers want to use this to make their own debian based OS. The Rasp Pi logo is still visible on boot. This hasnt been changed because even tho this is a very bare raw OS and not even a pussy yet, your still running it on a Rasp so the logo is still there and will stay there in future.

let me know if there is any technical issue with the image, i kinda had to guess the byte sizes when i was imaging it and i cant test it correctly until i get my 2gb sd cards in the mail, the source sd card i was using was 8gb but i only used the first 2gb and compied the first 2gb to the .img file then zipped it then uploaded it. If you have problems with it then please let me know and i will fix it in the next few days.

Posted: Tue 07 Aug 2012, 06:31
by Lobster
TV has been hijacked for some sporting event . . . Will have to wait for next release sickout . . .

Posted: Tue 07 Aug 2012, 08:23
by sickgut
Lobster wrote:TV has been hijacked for some sporting event . . . Will have to wait for next release sickout . . .
Pussy Pie Server Edition is released now, it isnt like Puppy, it is purely a serverish type OS with only a vary sparse X environment. The X session is more to be able to manage your terminal sessions better and to use dillo to surf the web. There is nothing else there, but it can be added with apt-get. This could be a small and compatible base to start another OS project with.

http://www.thepussycatforest.info/pussy ... server.zip

The ssh, ftp, telnet and webserver stuff works first boot and you dont need to use a monitor at all if you wanna run the server, there is no configuration you need to do.

You can login via ssh with username: root and pass: pussy
but if you are sitting at the Rasp using a mouse and keyboard and monitor then you need to login as user: pi and pass: raspberry, then if you need to do anything with root then su root and enter password: pussy, after you have logged in. This isnt ideal behavior and i will sort it out if i can, so that you can log in as root via network and normally and not have to mess with other users.

This will be on no interest to anyone not wanting to run a server or a home vps style linux box with no monitor, but it is a supported release and the first of the Pussies i will be supporting. To install stuff run apt-get update then apt-get install <programname>

A more game/ media/ desktop orientated Pussy will be released for the Rasp soon. It will depend on what apps the Pi is capable of running that determines what is added to Pussy Pie from this point on. Im not going to add anything that doesnt perform how its supposed to, and i will play to the Rasp Pi's strengths.

Wireless USB Dongle

Posted: Fri 17 Aug 2012, 07:59
by JpDeValen
I have downloaded the last version (raspi-sd-4gb-sap6-5.105.img) of Puppy for the Rasperry Pi.
It's working all ok with my Logitech KB/mouse and I can surf the internet with my box via ethernet cable.
I have a problem with my Belkin Surf N300 wifi USB dongle plugged on the second USB port of the Pi.
I can see it in the hardware system list but it cannot be set up with the connect box.

The parameters are :

realtek
dev 0x4091264
vendor 0x50d
Product Id 0x2103

Thank you for your help

Jean-Pierre

Posted: Fri 17 Aug 2012, 10:27
by puppy_apprentice
the better place to ask is:
http://murga-linux.com/puppy/viewtopic.php?t=79359

have u tried this device with other distros like: Raspbian or Deabian Wheezy?
if it will be working with those distros, Puppy developers will have easier work to make your device working in Puppy too