Belfast-Blast die erste!

Hallo Zusammen,

sorry, dass der erste Belfast-Eintrag so lange auf sich hat warten lassen.
Man merkt jedoch sehr, dass wir nicht zum Urlaub sind, sondern hier Arbeiten.
Wie ja bekannt sein sollte, arbeite ich in der IT-Abteilung der National-Museen Nord-Irlands (http://nmni.com) – um genau zu sein im UFTM (Ulster Folk and Transport Museum) im schönen Cultra ca. 20 Bahn-Minuten ausserhalb von Belfast. Für unseren Arbeitsweg bracuehn wir ungefähr 50 Minuten (15Mins zum Bahnhof + 20 Mins Bahnfahrt + 15 Mins Fussweg).
Aber es lohnt sich, da gerade der Weg von Cultra zum eigentlichen Gebäude nochmal durch ein kleines Waldstück verläuft….. allerdings auch rauf und runter geht :/
Naja vielleicht werde ich demnächst mal Bilder hochladen.

Im privaten Bereich kann ich mich nicht beklagen. Meine Gastmutter ist sehr nett und kümmert sich sehr gut und mich. Der kleine Hund, der mit uns lebt ist an sich auch sehr nett, nervt nur ab und an ein wenig.

Die Menschen in Belfast sind sehr freundlich und haben die Ruhe weg.

An unserem dritten Tag wollten wir mit dem Bus ins Stadtzentrum fahren.
Also haben wir uns die Station gesucht (sind mehr gerannt, damit wir den Bus noch bekommen!) und sind dann eingestiegen.
Im Bus selber haben wir dann erstmal den Fahrer gefragt, ob wir denn damit ins Zentrum kommen und wieviel die Tickets kosten würden. Dann wurde es für Berliner sehr merkwürdig………

Der Busfahrer lehnte sich zurück, rieb sich die Augen, lehnte sich wieder vor und gucke uns an.
Dann guckte er wieder nach vorne, dann wieder zu mir. Dann seufzte er nochmal.

Dann erläuterte er die verschiedenen Gruppentickets und kam schliesslich zu dem Schluss : „Ja, ich glaube ihr solltet einfach nen Familien-Ticket nehmen. Wollt ihr denn noch woanders hin?“

Diese Frage bejahten wir natürlich, da wir ja noch weiter wollten. Der Busfahrer guckte wieder nachdenklich nach vorne….. dann würde das Familien-Ticket eher blöd sein…. Naja dann einfach ein Gruppen-Ticket….. nee, dass wäre auch blöd…. er entschuldigte sich, dass das alles so lange dauern würde. (Also ja ER entschuldigte sich – nicht wir)

Sein finales Wort war, wir sollten uns einfach jeder ne Tageskarte holen. Was das kosten würde…da müsste er auch erstmal rechnen….3,20£ mal vier Personen 12,80£.

Gesagt, getan. Tickets gekauft. Und los ging es ins Stadtzentrum (Belfast City Central).
Von da aus ging es dann in das Titanic Museum, aber das ist wohl ein anderer Eintrag

Ich hoffe euch geht’s gut in Berlin; wir ihr seht, geht es uns gut in Belfast.

Vielleicht nochmal zum Title: Blast sollte in diesem Fall mit “grossem Spass” übersetzt werden. Es nicht der Belfast-Luftstrahl oder gar der Belfast-Angriff, sondern der grosse Belfast-Spass 🙂

Posted in Belfast - Leonardo da Vinci program | Tagged | Comments Off on Belfast-Blast die erste!

BeagleBone Black – review so far….

I was fairly excited, when I heard of the BBB.

One thing I absolutely loved, was the fact, that this was a real open alternative to the PI

 

Open schematics.

Open processor

Open OS (yeah a tie with the PI I know… but I like naming three things, when it comes to listing things)

Unfortunately I also found the documentation to be lacking some vital aspects and infos. 🙁

 

I am somewhat undecided when it comes to automation or auto-magic.

On the one hand it is of course nice, when things just do work out of the box.

On the other hand it’s not just bad but worse, when things do not work at all.

 

Which was the case with the BBB.

 

Everybody else plugged it in and BAM! They were able to connect to the device via SSH.

Not me. But why? The only “driver” the BBB doc supplied was one udev-rule.

That rule mostly just modprobed a module: ftdi_sio

 

I installed the rule and…. it did not work.

After trying to add the module to the running kernel it told me, that it could not add the module, because it did not find it.

So I looked into my kernel config and it turned out, that I did not build the module at all.

Not to steal even more of you’re time: it did not work after I build the code into the kernel.

Bottom-line: nobody tells you, that you also have to have USB-Tethering enabled.

https://wiki.gentoo.org/wiki/Android_USB_Tethering#Kernel_configuration

 

provides a good page on howto enable USB-Tethering for your kernel.

 

Sorry for the long post, but I thought I share my disappointed 🙂

 

EDIT:

As a little addition: The BBB uses a MINI-USB-Cable. That’s M I N I.

Your Android is (most likely) using a Micro-USB-Cable. The mini-USB-Cable is included and comes with the package, but it kind of confused me, that some people wrote this.

 

 

Posted in BeagleBone Black, Gentoo | Tagged , , , | Comments Off on BeagleBone Black – review so far….