Intel ( 4965 ) WLAN & Linux

Post by: on January 21st, 2011 | File Under Distributions, Hardware, Memento
Tags: , , , , , , , ,

WLAN disconnects. Every now and then.
Sometimes every hour, sometimes every 5 minutes.

Log:
Microcode SW error detected. Restarting 0x82000000.
Firmware version: 228.61.2.24


I had the problem with Ubuntu 9.10 (Karmic Koala)
and with Ubuntu 10.10 (Maverick Meerkat), too.
Maybe there’s a problem with the driver and the hardware encryption of the chipset?

And because I never want to search for this again, here’s what did it for me:

Create /etc/modprobe.d/iwlagn.conf with this content:
options iwlagn swcrypto=1

Reboot -> no more problems : )

Found at: Ubuntu Forum Community


Comments (One response so far)



Rebooting the hard way

Post by: on March 23rd, 2010 | File Under Hardware, Memento

Because I always forget:

When a process is not responding or your harddrive(s) fail,
this is a fast way to reboot your system:
echo b > /proc/sysrq-trigger

as seen on:
http://www.linuxjournal.com/content/rebooting-magic-way


Comments (No responses yet)



DNS-Server bei FRITZ!Box umstellen

Post by: on June 5th, 2009 | File Under Hardware, Politics, Security
Tags: , , , ,

Getestet mit FRITZ!Box Fon WLAN 7170 & Firmware-Version 29.04.70
 
Wenn man etwas sucht, findet man schon einige Anleitungen, daher hier nur die Kurzfassung..
 
Telnet-Server auf der FRITZ!Box aktivieren (via Telefon):
#96*7* -> telnetd an
 
Via telnet konnektieren und mit dem Kennwort der Weboberfläche einloggen.
In der Konsole in das Verzeichnis /var/flash/ wechseln und mit nvi die Datei ar7.cfg bearbeiten.
Hier gibt es (bei meiner Box vier) Einträge für overwrite_dns.
Diese entsprechend anpassen (z.B. für OpenDNS):
  overwrite_dns1 = 208.67.220.220;
  overwrite_dns2 = 208.67.222.222;

 
Speichern, beenden und anschliessend die Box mit reboot neustarten.
 
Aus Sicherheitsgründen Telnet-Server auf der Box wieder deaktivieren:
#96*8* -> telnetd aus
 
Ob das ganze geklappt hat, sieht man bei OpenDNS z.B. beim Aufruf der Startseite.
Hier sollte jetzt ein Hinweis “You’re using OpenDNS!” angezeigt werden.
 
PS: Basics über den Texteditor vim (oder dessen Ableger) sollten vorhanden sein.


Comments (No responses yet)



HP Scanjet G2710 w/ Ubuntu 8.04 (Hardy Heron)

Post by: on June 11th, 2008 | File Under Distributions, Hardware, Multimedia
Tags: , , , , , , , ,

Today, I bought a new scanner – of course without checking linux compatibility : /
hp – a well known brand. Description says “Works with Max OS X, Win Vista, XP, 2000″.
Linux wasn’t mentioned, but that’s not unusual at all.

The default xsane backend package (<- v.1.0.19 [delivered with Ubuntu Hardy])
didn’t find a device, so I tried installing the beta release of the hp3900 sane backends (drivers).
This version is still beta status, but got my new scanner up and running : )

Read More »


Comments (12 responses so far)