A better solution for the White screen of death on my Samsung NC10 Netbook

Author: stephan  |  Category: Linux, Netbook

[lang_en]
I reduced the the white screens of death [¹] but randomly they still occur.
Now I found a better solution
I placed this into my /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash i950.modeset=1″

and run a update-grub
[¹]
http://blog.hlawatsch.org/wp-admin/post.php?post=482
[/lang_en]
[lang_de]
Ich hatte die Anzahl der White Screens of death[¹] reduziert aber nicht ganz eleminiert.
Nun habe ich eine bessere Lösung gefunden.
Ich habe meine /etc/default/grub folgendermassen editiert

GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash i950.modeset=1″

und danach ein update-grub ausgeführt.
[¹]
http://blog.hlawatsch.org/wp-admin/post.php?post=482
[lang_de]

Numlock Madness with my ubuntu netbook

Author: stephan  |  Category: Linux, Netbook

[lang_en]
Last weekend my netbook had a very strange behaviour. When pressed „O“ a „6 „appeared instead .; instead of a „.“ a „,“ appeared and so one.
It was the behaviour of a constantly pressed FN Key.
After an hour of debugging I found the solution. I used an external keyboard some days before ( with NUM Lock ) and my system saved this setting. releasing NUM Lock and the strange behaviour was gone.
[/lang_en]
[lang_de]
Letztes Wochenende zeigte mein Netbook ein ganz seltsames Verhalten . Wenn ich ein „O“ drückte kam stattdessen eine „6“ , statt eines „.“ ein „,“ und so weiter . Es war als wäre die FN Taste ständig gedrückt.
Nach einiger Zeit fand ich die Lösung. Ich hatte ein paar Tage zuvor eine externe tastatur angeschlossen ( mit aktiviertem NUM Lock). Dies hatte sich das Netbook gemerkt. Numlock deaktivert und alles war wieder normal.
[/lang_de]

Packetlist for recovering an ubuntu

Author: stephan  |  Category: Linux

[lang_de]
Um z.B. einen zweiten Ubunturechner mit der gleichen Paketkonfiguration zu erstellen oder bei einer Neuinstallation des Systems schnell alle zuvor installierten Pakete zu übernehmen, kann man mit dem Befehl

dpkg –get-selections | awk ‚!/deinstall|purge|hold/ {print $1}‘ > packages.list

eine Liste packages.list zur Wiederherstellung der Pakete erzeugen.
Installation von Paketen aus einer Liste

Um alle in dieser Liste gespeicherten Pakete später zu installieren, gibt man folgenden Befehl ein:

xargs -a „packages.list“ sudo apt-get install

Funktioniert auch mit Debian
[/lang_de][lang_en]
To install onto a second Computer an Ubuntu with the same selection of packets or to have the same selcetion of packets, when reinstalling a system you have to enter

dpkg –get-selections | awk ‚!/deinstall|purge|hold/ {print $1}‘ > packages.list

for the backup.

To install this list you have to enter

xargs -a „packages.list“ sudo apt-get install

[/lang_en]

Sources for out of date Linuxsystems

Author: stephan  |  Category: Linux

[lang_de]
Wenn die Installation der Lieblingsdistribution in die Jahre gekommen ist steht man zum Teil vor grösseren probelem auch nur wenn ein paar Packete getauscht werden sollen.

Jede größere Distribution hat dafür eigene Quellen um dieses Problem zu lösen
1.) Debian
=========
http://www.debian.org/distrib/archive.de.html

die apt/sources.lst
solllte ungefähr folgendermassen verändert werden

deb http://archive.debian.org/debian/ hamm contrib main non-free

2.)Ubuntu
=========
Funktioniert wie bei Debian

http://old-releases.ubuntu.com/releases/

deb http://old-releases.ubuntu.com/ubuntu breezy main restricted universe multiverse

3.)SUSE
=======
Hier ist eine komplette Liste aller Quellen für nicht mehr unterstütze Releases.
Einfach statt der bisherigen Quelle eintragen

http://en.opensuse.org/Mirrors_discontinued_releases#openSUSE_10.2

[/lang_de][lang_en]
If the installed version of your favorite distribution isn’t supported anymore you’re even not able to reinstall some packets.

There are special Sources to solve this problem

1.) Debian
=========
http://www.debian.org/distrib/archive.de.html

change your apt/sources.lst
similar to this line

deb http://archive.debian.org/debian/ hamm contrib main non-free

2.)Ubuntu
========
Works like Debian
http://old-releases.ubuntu.com/releases/

deb http://old-releases.ubuntu.com/ubuntu breezy main restricted universe multiverse

3.)SUSE
=======
Here is a comlete list for all discntinued release.
Use it like a normal source
http://en.opensuse.org/Mirrors_discontinued_releases#openSUSE_10.2
[/lang_en]

1-wire Problems with ubuntu and ds2490

Author: stephan  |  Category: Linux, Netzwerk

[lang_de]
Bei installation eine neuen 1-Wire Controllers an meinem Ubuntuserver stieg die Load gleich auf 3 und mehr und die Maschine war nicht mehr zu bedienen.
Das Problem war der Kerneltreiber. Habe die Module entladen und dann /etc/modprobe.d/blacklist
editiert

blacklist wire
blacklist ds2490

Danach ein schönes owfs compliert und alles funktionierte.
[lang_de]
[lang_en]
After installing a new 1-Wire controller onto my Ubuntuserver the load was raising to 3 and higher and the server wasn’t manageable.
The Problem was the kernel driver. After unloading thecorrosponding modules and editing /etc/modprobe.d/blacklist
the system was operable again

blacklist wire
blacklist ds2490

After that I build owfs and everything was fine
[/lang_en]

howto connect a netbook and a mobile to use it as moden

Author: stephan  |  Category: Linux, Netbook, Netzwerk

[lang_en]
Bluetooth must be activated on the mobile and the netbook.
First we search for the mobile
hcitool scan
It had to look like this.
FF:FF:FF:FF:FF:FF Komunikator

To use it more simple . we put it into /etc/bluetooth/rfcomm.conf

rfcomm0 {
# Automatically bind the device at startup
bind yes;
# # Bluetooth address of the device
device FF:FF:FF:FF:FF:FF;
# # RFCOMM channel for the connection
channel 1;
comment "Handy";
}

then we can connect with
rfcomm connect 0

To setup the PPP connection I used the gnome-ppp. The way through the menu was system => settings => network settings.
There you should find a point „mobile internet“. For me it worked with the default settings.
You find your setting in

~/.gconf/system/networking/connections/

and the correct connection number.
[/lang_en]

[lang_de]
Bluetooth muss auf dem Handy und auf dem Netbook aktiviert sein .
Dann suchen wir das Handy mit folgendem Befehl.
hcitool scan
Die Anzeige müsste ungefähr so aussehen.
FF:FF:FF:FF:FF:FF Komunikator

Damit wir das einfacher nutzen können , binden wir das Handy in die Datei /etc/bluetooth/rfcomm.conf ein

rfcomm0 {
# Automatically bind the device at startup
bind yes;
# # Bluetooth address of the device
device FF:FF:FF:FF:FF:FF;
# # RFCOMM channel for the connection
channel 1;
comment "Handy";
}

Damit können wir uns jetzt mit dem Befehl
rfcomm connect 0
verbinden.

Zum einrichten der PPP Verbindung habe ich gnome-ppp genutzt . Dazu habe ich nun in den Netzwerkeinstellungen ( Der Weg: => System => Einstellungen => Netzwerkeinstellungen) im Reiter Mobiles Breitband diese eingerichteteingerichtet . Die Defaulteinstellungen haben bei mir schon funktioniert.
Die Einstellungen kann man in

~/.gconf/system/networking/connections/

und der richtigen Verbindungsnummer wiederfinden.
[/lang_de]

my new netbook

Author: stephan  |  Category: Netbook

[lang_de]
Es war zwar schon im Dezember aber ich habe mir ein Netbook gekauft.Es ist ein Samsung NC10
DSC00041
Als Betriebssystem habe ich ein UNR – Ubuntu netbook remix draufgespielt. Ein paar Projekte , die ich realisieren möchte : Verknüpfung mit einem Handy ( Internet) , Navigation (gpsd ) und anderes
[/lang_de]
[lang_en]
I’ll have it since December but , i want to talk about my new netbook . Its a samsung NC10
DSC00041
As OS I an used UNR – Ubuntu Netbook remix. Some projects I want to realize : using it with my mobile for internet , navigation ( gpsd ) and others thing.
[/lang_em]

Wo bekomme ich Packete für veraltete Ubuntuversionen her

Author: stephan  |  Category: Linux

Was macht man , wenn man eine Ubuntuversion, die nicht mehr supported wird , installiert hat und kein dist-upgrade machen möchte?

Genau , man hat ein Problem da sämtliche Packete vom server verschwunden sind.
Aber es gibt eine Lösung:
Mann muss die Datei /etc/apt/sources.list mit einem Editor anpassen [2] und die Paketquellen von beispielsweise

deb http://de.archive.ubuntu.com/ubuntu breezy main restricted universe multiverse

in

deb http://old-releases.ubuntu.com/ubuntu breezy main restricted universe multiverse

abändern.