Arnt Gulbrandsen
Send me mailAbout meAbout this blog
2012-05-20

Linux, SCH, Crucial C300, and it works

I had replaced the Nokia Booklet, but somehow it replaced its replacement again. Something about its shape, about the keyboard. Whatever it is, the Booklet wants me to use it, and the replacement gathers dust. I'll try again when Apple releases retina macbooks, because 1GB RAM is really not enough.

The retima macbooks aren't here yet, so I tried to install Ubuntu 12.04 on the Nokia. It didn't work very well with the SSD I had installed. Apparently the Crucial C300 (or perhaps the Intel SCH controller) doesn't like a trim command of 1Mbyte or more, so the kernel reports a timeout during data set management, resets the drive, and from that point things don't work very well at all.

The only workaround is to boot into a live file system, open a console window, fdisk the disk (or do something else to make the kernel notice the disk), locate a file called /sys/…/scsi_disk/…/provisioning_mode, and write unmap into it. Then install linux as usual. Once you boot, write the same echo -n unmap > /sys/…/provisioning_mode command into /etc/rc.local so it's run at boot. I think the disabled provisioning mode would be more appropriate, but the kernel ignored me when I tried to set that, so…

2011-11-22

Libertango, the 2011 version

I've wanted more RAM and a third monitor for a while. Upgrade time. I hate upgrading hardware, it's the worst of chores.

The new hardware is a Zotac Fusion ITX A motherboard including a Radeon 6310 graphics blah, a passive Radeon HD5450 graphics card (actually a 5430 chip), and the rest is from from the previous libertango: (more…)

2011-04-10

The ReadyNAS broke down

After a few years of service, my ReadyNAS NV+ broke one day. The hardware was fine, but the software had painted itself into a corner and didn't want to boot at all.

Googling showed that lots of other people have been bitten by the same bug. I phoned support. The support person told me that my box was out of warranty, and would I please post to a web forum and I'm sure someone will help you. I could tell from his voice that he didn't really believe that.

I eventually moved the drives to a linux box. LVM (on ubuntu 10.04) recognised the drives automagically and ext3 let me mount the file system, so I bought a new Synology NAS and copied the data to it.

When I did a factory reinstallation (the hard way) the ReadyNAS booted without problems. From now on I'll use it to back up other devices, nothing more.

2011-02-13

ReadyNAS runs linux, of sorts

It's debian. apt-get install works. But they removed some files without telling dpkg, and edited some, too.

For example, they removed the man pages. Why? It's a NAS: Disk is the one resource it has in abundance, and the man pages aren't even big.

Foo.

2011-02-10

Linux and the Brother MFC-8880DN

When my previous printer ran low on toner, I bought a new printer. Billing is critical. A Brother MFC-8880DN, which I already know from setting it up for someone else.

It's a decent network printer. Notable positive aspects: It can scan in colour (even though it's nominally a monochrome printer). (more…)

2011-01-29

Linux on the Nokia Booklet 3G

My previous laptop (a Lifebook P7210) grew bad-tempered. Investigate or replace? Stupid question considering how much netbooks cost.

My new laptop is a Nokia Booklet 3G, a moderately expensive netbook with good battery lifetime, a 3G modem, a high-resolution screen and no fan. Ubuntu 10.10 runs well (more…)

2010-11-26

More on the Samsung SCX-4828FN

I've had the 4828 for half a year, and have had several bad experiences.

I have crashed the printer twice. Once by printing the guice guide using chromium and once by printing a book-length ΤΕΧ (dvips) document, mostly text with some tables and figures.

The copier is really, really bad at copying grey-on-white or green-on-white text. (more…)

2010-05-26

Linux and the Samsung SCX-4828FN multifunction printer

I have a Samsung SCX-4828FN printer/fax/­copier/scanner, and use it with linux and BSD. (Update: I've a follow-up posting about the printer.)

The printer is fine for black and white text, such as I usually print: Fast, crisp text with fine edges, nicely readable. Duplex printing just works. The printer can print quite close to the paper's edge, too. (more…)