Last modified 10 Apr 2004
My experiences with other thinkpads and older versions of RedHat are available here.
Notation: I use '----' to mark the beginning and end of bits of text that go in files.
Installation is straightforward. A few small points:
I set up my fstab as follows. This allows anyone to write files on /dos and /win, and allows anyone to mount /mnt/cdrom and /mnt/floppy and anyone to unmount them again.
---- LABEL=/ / ext3 defaults 1 1 none /dev/pts devpts gid=5,mode=620 0 0 /dev/hda1 /dos msdos uid=99,gid=99,umask=000 0 0 /dev/hda3 /win msdos uid=99,gid=99,umask=000 0 0 LABEL=/home /home ext3 defaults 1 2 none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 LABEL=/storage /storage ext3 defaults 1 2 LABEL=/usr/local /usr/local ext3 defaults 1 2 /dev/hda9 swap swap defaults 0 0 /dev/hdc /mnt/cdrom iso9660 noauto,users,kudzu,ro 0 0 /dev/fd0 /mnt/floppy auto noauto,users 0 0 ----To stop the fstab from being overwritten by system utilities that think they know what I need better than I do,
> chkconfig kudzu offSome RPM packages I like:
if ((tty->count == 1) && (state->count != 1)) {into
if (((tty->count).counter == 1) && (state->count != 1)) {But why mess with the modem at all? An external cable modem offers great cost-effective high-speed internet sevice from home. To the laptop it looks just like a regular ethernet connection, so there are no Linux compatibility issues---you can buy any brand you like. Ignore anything the cable company says about needing Windows or a Mac.
---- DEVICE=eth0 USERCTL=yes ONBOOT=no BOOTPROTO=dhcp BROADCAST= NETWORK= NETMASK= IPADDR= ----Then the command ifup eth0 will start the connection and ifdown eth0 will stop it. Or you can use redhat-config-network if you can understand how all the profiles, devices, aliases, etc fit together. For me it only works if the "Nickname" of a device is the same as the device name itself.
NETDEV WATCHDOG: wlan0: transmit timed out hfa384x_tx_timeout: Implement me.At this point I had wasted enough time and I bought a Dell Truemobile 1150 for $30 on ebay. It works out of the box, no effort at all.