Quantcast
Channel: PirateBox Forum - Raspberry Pi(rate)Box
Viewing all 1863 articles
Browse latest View live

Re: Raspberry Pi Model B+

$
0
0
IMHO, going with any major GUI besides the web interface would defeat the whole purpose of using a lightweight distro, and there is no real advantage for this sort of application.

There is really no reason to be afraid of the command line. I've been using it since the '80s, and I'm still alive. ;)

Re: Raspberry Pi Model B+

$
0
0
Ok I'll resortir my zx81 or my Commodore 64 to get back to basic hihi:)-DX(

Re: Raspberry Pi Model B+

$
0
0
bof1970 Wrote:
-------------------------------------------------------
> Ok I'll resortir my zx81 or my Commodore 64 to get
> back to basic hihi:)-DX(

In many ways the Raspberry Pi is a return to the spirit of those times, a step away from the pre-packaged, insulated consumer experience of computers that discourages experimentation and learning. I think you'll find that many people assume that if you're interested in it, you're also willing to "look behind the curtain" to some degree.

There is also power available to the command-line user that GUI interfaces cannot hope to match. The entire exercise of user-interface development is one of restricting choices.

Black screen after boot

$
0
0
Hi,
I have a raspberry pi B+ and i would like to try to turn it into a pirate box so i followed instructions and now i have a big issue:
the raspberry boot normally ( with alfa AWUS036H plugged in, a 16go usb is too and ethernet connected ) and ask for login for like 2 seconds and then a black screen… i can't even connect to my pi by ssh.
Moreover i think ethernet cable is not detected and there is no green light on the wifi adapter.

Do you know this issue ? How can i fix it ?

Neuracid

Bootup Issues/SSH Issues

$
0
0
Question/issue(s):
I'm running Piratebox on a Raspberry Pi B+ and image that was shared via. bittorrent failed to work and so I followed the instructions here and, I think, got Piratebox working.

Now during the first few boot ups I got the following error messages but right now the network is stable.

Quote

[ 87.497151] Disabling IRQ #32

message from syslogd@raspberrypi at Aug 16 21:31:45 ...
kernel:[ 87.497151] Disabiling IRQ #32

So my first question is why would the official Archlinux version not work and then, following the instructions posted above to the teeth, why would I get an error message?

But more importantly, when I connect to the network and try to SSH into the box as per the instructions here, I am unable to get past the login because none of the passwords work. I set up no initial SSH password to start with and "root", "raspberry", "pi", "admin", and blank don't work.

What do you all suggest? Also, is there a way to get into Wheezy's GUI and manually do these things before the software locks out any extra hardware (eg. mouse and keyboard)?

//

Re: Bootup Issues/SSH Issues

$
0
0
Hi,
if you are using raspberian, I think the username and password is

user: pi
pwd: raspberry

On piratebox.cc we are using archlinux, which has a different username & password.

About locking out by the system. Sounds for me like an issue with the RPi+ and/or USB Power, maybe. The wifi card takes some power from the board, which maybe hasn't enough for powering keyboard and so on?

Matthias

Re: Black screen after boot

$
0
0
It seems that the current image is not compatible with the RPi+

in the thread next to you, there are other strange things described.

Sorry,

Matthias

Re: Bootup Issues/SSH Issues

$
0
0
I've tried it with that as a login but it doesn't seem to work. Specifically, when I connect to the local network that the box sets up and then try to SSH into it via "ssh root@192.168.77.1" and then try to enter "raspberry" or any other login cred I can think of, it isn't correct. This obviously prevents me from enabling the forums function as well as having root access to the box.

Does that make sense/explain the issue a bit better?

Additionally, when I use Archlinux and try to SSH into the box per the original set up guide ("ssh root@alarmpi" or even "ssh root@192.168.0.7) it times out. Do you have any thoughts on that?

Finally, if I upgraded to a bigger power supply would that solve the issue? Or just blow the board?

--

Re: Bootup Issues/SSH Issues

$
0
0
Also, thank you for the rapid response; I really appreciate it.

--

Re: Black screen after boot

$
0
0
Yes it seems to don't be compatible withe the Rpi+ .
But i got result, i tried to replace the boot code.bin and start.elf by the one find here :
[github.com]
Now i can use my keyboard so i did a pacman -Syu and i can start the piratebox and it seems to be ok but in fact i can't see the network with my computer.. neither with another one.
So i don't undertand, do you know this issue ?

Is it possible to upload a new image compatible with the Rpi+ ?

Thanks
Neuracid

Re: Black screen after boot

$
0
0
I'll prepare a new image, when version 1.0.1 of the PirateBoxScripts is ready.

Matthias

Re: Bootup Issues/SSH Issues

Re: Black screen after boot

$
0
0
Ok, thank's a lot !
I'm looking forward to use it ! :D
You do really good job !

Neuracid

Re: Bootup Issues/SSH Issues

$
0
0
I tried that and it either times out or fails to authenticate :/

--

Re: PirateBox & Real Radio!

$
0
0
I would like a mod and a how to to be able to combine PirateBox with Pirate Radio.

Re: Bootup Issues/SSH Issues

$
0
0
Hi , !


login : root
pasword : root

X(

Re: Solving the bootup issue

$
0
0
Hi,
I was able to reproduce it with one of my wifi cards.
The problem is, that system.d starts our service too early. Out of its perspective it has done its job, because he initialized the wifi card.. but the wifi card is still initializing when hostapd starts... and after the init of the wifi card is done, hostapd crashes.

I think I found the fix.
Please edit /etc/systemd/system/piratebox.service, that it looks like that

[Unit]
Description=PirateBox Service

[Service]
Type=idle
RemainAfterExit=yes
ExecStart=/opt/piratebox/init.d/piratebox_alt start
ExecStop=/opt/piratebox/init.d/piratebox_alt stop
#Restart=/opt/piratebox/init.d/piratebox_alt restart
#PIDFile=/var/run/piratebox.pid

[Install]
WantedBy=multi-user.target

Type=idle - means, that after the system is jumping into an idle mode.
RemainAfterExit=yes - Means, that the process forks itself.

Sorry, that took so long, I hope this helps

Matthias

edit: to find this issue, I added a few wait steps within piratebox_alt , and analyzed the output of "journalctl" in detail. There you are able to see, that some wifi-driver messages come across after hostapd is done.
With an addition wait step I was able to, see that after the wifi init, the network-step (which usually fails) worked... that was one finger-pointing clue more.

Re: Bootup Issues/SSH Issues

$
0
0
Naw, I tried that and that isn't it either. I'm at a lose right now.

Re: Bootup Issues/SSH Issues

$
0
0
no, if he is using the raspbian image it is:

user: pi
password: raspberry

Can you verify, that you are connected to the right device?

Matthias

Re: Raspberry Pi Model B+

$
0
0
He who seeks finds: here is the solution to read, modify and tranfer files on
sd or mini sd on Raspi + under Windows (note the sacrilege of Linux users hihi)X(
Paragon ExtFS for windows free with recording and playback only LinuxReader.
good use
Viewing all 1863 articles
Browse latest View live