Everything compressed into public storage, ready to leave for Hong Kong. Home is saved in America for $60 a month. What's left: computer, cameras, passport, documents and wallet.
Friday, May 28, 2004
Wednesday, May 19, 2004
Just realized that there is gonna be an airshow at Moffett coming up next week. It's like just across the street from where I live. So this time I do not need to drag all the way down to Edwards. That was 5 hours of tediousness in the middle of nowhere with my foot frozen on the gas pedal.
Schweeeeet.
Schweeeeet.
Friday, May 14, 2004
I never expected printer installation under linux to be so easy and hassle-free after a few unsuccessful attempts a few months back with an old Canon. This time it is an HP DeskJet 3820. HP has it's own linux printer support project:
HP Linux Inkjet Driver Project
After google turned up this page to me, my printer started to work within 10 minutes and 1 try. Voila :)
HP Linux Inkjet Driver Project
After google turned up this page to me, my printer started to work within 10 minutes and 1 try. Voila :)
When it comes to pdf file viewer, neither xpdf or gpdf can match acrobat, at least in the way I use pdf files. Acrobat reader has features like search, directory, etc.
Acrobat reader does have a linux version provided on Adobe's official download page. However, under Fedora core1 does not work and instead errors out like this:
Warning: charset "UTF-8" not supported, using "ISO8859-1"
Arborted
After a few google searches, I found this page really helpful:
OpenOU: Acroread and Fedora Core 1
"Essentially, acroread expects the LANG environment variable to be C, whereas Fedora (and RH9) now set it to en_GB.UTF-8."
This page gives a modified /usr/local/Acrobat5/bin/acroread file which resolves this conflict. So far, it works with no problem under Fedora core1 on my machine.
Pdf file reader is one of the few disadvanteges of linux, although generating pdf file is much easier (for example, OpenOffice can diractly save to pdf format).
Acrobat reader does have a linux version provided on Adobe's official download page. However, under Fedora core1 does not work and instead errors out like this:
Warning: charset "UTF-8" not supported, using "ISO8859-1"
Arborted
After a few google searches, I found this page really helpful:
OpenOU: Acroread and Fedora Core 1
"Essentially, acroread expects the LANG environment variable to be C, whereas Fedora (and RH9) now set it to en_GB.UTF-8."
This page gives a modified /usr/local/Acrobat5/bin/acroread file which resolves this conflict. So far, it works with no problem under Fedora core1 on my machine.
Pdf file reader is one of the few disadvanteges of linux, although generating pdf file is much easier (for example, OpenOffice can diractly save to pdf format).
Wednesday, May 12, 2004
Intel pro/wireless 2100 3B PCI Card under Fedora Core1
After spending a few days making the new machine work under Fedora core 1. I figured that it may help myself later if I write down some details in this process. The main thing is 802.11 wireless network. I feel that a laptop with a LAN cable is just a poor dog chained to the wall. So the first thing I tried on after installing Fedora was the wireless card driver.
---------------------------------------------------------------------------------
To make the Intel pro/wireless 2100 3B PCI card work under Fedora core1
---------------------------------------------------------------------------------
1. Download the windows-xp dirver for this Intel pro wireless 2100 3B PCI card from linuxant website:
2. Run unzip against this .zip file. The .INF and .SYS files are needed by the driverloader wrapper.
3. Check linux version by using the commands:
uname -r
uname -a
4. Choose the right driverloader to download. In this case, choose for i686:
driverloader-1.66_k2.4.22_1.2115.nptl-1fdr.i686.rpm.zip
5. Run unzip on this .zip file and obtain the .rmp file.
6. Install this rpm package as instructed by linuxant website.
7. Point web browser to driverLoader's web configurator at
http://127.0.0.1:18020/
and login as "root" to complete the installation. It will be necessary to supply driverLoader a copy of the .INF and .SYS files from the vendor's driver (available on the CDROM which came with the product or from their website) and a valid license key, available from http://www.linuxant.com/store/.
8. Login Fedora as root and run:
redhat-config-network
It can be noticed in the "Hardware" page that the wireless card has already been installed properly. However in the "Devices" page there is only the original LAN NIC. Click "New" to add the wireless card to this page. The GUI is straightforward and even support encryption although the module wpa_supplicant-lnxt2003121400 has not been installed yet (*). Choose the proper channel number (in my MMHome WLAN, channel 6), the network ID (MMHome) and encription key (0x, 64-bit encription is used on the Apple AirPort station), choose "auto" in the mode selection box.
9. After adding the wireless card into the "Device" page, it shows up as eth1 while the original LAN NIC is eth0. Select the wireless card and click "Activate". After a few seconds the wireless link should be established. No need to restart service or reboot Fedora. However, every time Fedora is rebooted, the activation step is still needed. Just su to root and run
redhat-config-network
select the wireless card (eth1) and click "Activate". The wireless link will be established in a few seconds and it is OK to close the config window.
NOTE:
(*) The wpa_supplicant-lnxt2003121400 module supplied by linuxant does not compile on my Fedora core1 box (IBM T41). Fortunately redhat-config-network is capable of handling encription all by itself. After I entered the right network ID and key, the link works. Since linuxant specifically provides driverloader for Fedora, I am not sure if they still need to require wpa_supplicant-lnxt2003121400 for encription.
---------------------------------------------------------------------------------
To make the Intel pro/wireless 2100 3B PCI card work under Fedora core1
---------------------------------------------------------------------------------
1. Download the windows-xp dirver for this Intel pro wireless 2100 3B PCI card from linuxant website:
2. Run unzip against this .zip file. The .INF and .SYS files are needed by the driverloader wrapper.
3. Check linux version by using the commands:
uname -r
uname -a
4. Choose the right driverloader to download. In this case, choose for i686:
driverloader-1.66_k2.4.22_1.2115.nptl-1fdr.i686.rpm.zip
5. Run unzip on this .zip file and obtain the .rmp file.
6. Install this rpm package as instructed by linuxant website.
7. Point web browser to driverLoader's web configurator at
http://127.0.0.1:18020/
and login as "root" to complete the installation. It will be necessary to supply driverLoader a copy of the .INF and .SYS files from the vendor's driver (available on the CDROM which came with the product or from their website) and a valid license key, available from http://www.linuxant.com/store/.
8. Login Fedora as root and run:
redhat-config-network
It can be noticed in the "Hardware" page that the wireless card has already been installed properly. However in the "Devices" page there is only the original LAN NIC. Click "New" to add the wireless card to this page. The GUI is straightforward and even support encryption although the module wpa_supplicant-lnxt2003121400 has not been installed yet (*). Choose the proper channel number (in my MMHome WLAN, channel 6), the network ID (MMHome) and encription key (0x
9. After adding the wireless card into the "Device" page, it shows up as eth1 while the original LAN NIC is eth0. Select the wireless card and click "Activate". After a few seconds the wireless link should be established. No need to restart service or reboot Fedora. However, every time Fedora is rebooted, the activation step is still needed. Just su to root and run
redhat-config-network
select the wireless card (eth1) and click "Activate". The wireless link will be established in a few seconds and it is OK to close the config window.
NOTE:
(*) The wpa_supplicant-lnxt2003121400 module supplied by linuxant does not compile on my Fedora core1 box (IBM T41). Fortunately redhat-config-network is capable of handling encription all by itself. After I entered the right network ID and key, the link works. Since linuxant specifically provides driverloader for Fedora, I am not sure if they still need to require wpa_supplicant-lnxt2003121400 for encription.
Monday, May 10, 2004
Every time I am about to leave this country for a while, I get nailed by traffic police. Last time was in the summer of 2002 when I passed a partrol car on the freeway. I was lucky because the officer was only concerned about the fact whether I was drunk or not. I was not, of coz. This time, however, I was in a royal hurry for some meeting and got pulled over going ** in a 35 zone. I hence add my first traffic school degree to my resume. Maybe I will meet some of my PhD folks in the classroom. It sucks.
Subscribe to:
Posts (Atom)