Category: Troubleshooting

Troubleshooting: RoadNav Map Download Error

I had an error today trying to download maps for Arkansas.  I wish I could provide a fix, but all I can do at this point is raise awareness to the error.

map_error by you.

The error read:

Error reading http://geonames.usgs.gov/docs/stategaz/AL_DECI.zip (An error occurred during negotiation).

I did find a bug open on the issue:

http://sourceforge.net/tracker/index.php?func=detail&aid=1683731&group_id=119594&atid=684486

Testing the SVN checkout

svn co https://roadnav.svn.sourceforge.net/svnroot/roadnav roadnav

When I ran ./configure, I got an error message about wxWindows.  It said “checking for wxconfig… no”.  I found that I needed to install libwxgtk2.6-dev (apt-get install libwxgtk2.6-dev). I also installed the 2.8 version.  I don’t know which it used.

Here is how I compiled it — libroadnav first.

cd $HOME/bin/roadnav/libroadnav/trunck
./configure –prefix=$HOME/bin/roadnav
make
make install

Now just roadnav

cd $HOME/bin/roadnav/roadav/trunk
./configure –with-libroadnav=$HOME/bin/roadnav –prefix=$HOME/bin/roadnav
make
make install

Troubleshooting: StayOnline Connections

While staying at a hotel, I had trouble connecting to https web sites.  Basically, I couldn’t log into anything: email, blogging, etc.  The hotel where I was staying had a company called StayOnline managing their network.

First, figuring out what network to connect to was rather confusing.  The card in the room said to connect to the SSID called “stayonline”.  But, that network did not exist.  Instead the right one was called “etwireless”.  When I called the support line, they answered LodgeNet.

Here is what I noticed:

  • I could connect to any website that did not use SSL — “http” only
  • If I rebooted to Windows, I had no problems.
  • In Fedora 9, when I went to any “https” it would just sit and spin.  The connection would eventually time out.

The solution is to disable TCP Window Scaling.  Run this command as root:

echo 0 > /proc/sys/net/ipv4/tcp_window_scaling

I found this information from this post:

SSL Problems with StayOnline Hotel Internet Providers

The post mentions that they did not support Linux.  I have to give them credit.  When I told them that I have Linux, they did not turn me away.  I was a little perterbed that they did not know the solution.  This post has been out there since February.  It would be even nicer if they could fix the problem so that Linux user’s don’t have to worry about it.

Resources

Gnome Do Issue

I installed Gnome Do and really like it.  Just one problem: the keyboard shortcut would not work!  Here is what I did to fix it:

Start Key (Super Key) Issue

From this thread, I found that I could create this text file —

File Name: $HOME/.xmodmaprc
Put the following two lines in the text file:

keycode 115 = Super_L
add Mod4 = Super_L

Run the following command in a terminal window:

xmodmap ~/.xmodmaprc

The Start key worked right away, but when I rebooted, it asked me if I wanted to load the file.  I put the file in the loaded column and it continued to work after the reboot.

Gnome Do Shortcut

I decided to change the command from Start + Space to Start + R (like Windows Start … Run).  Here is what I did:

I used Yum to install gconf-editor.  You may already have the tool, but I did not.

Then, I opened the Configuration Editor — Applications > System Tools > Configuration Editor.

On the left side, I opened the path: / > apps > gnome-do > preferences.

Then, I changed the key_binding on the right to <Super>r.

Resources

Umm… My Super Key Just Stopped Working…

Shortcut not launching gnome-do

NVidia Drivers for Fedora 9 Update

Ok, Fedora 9 was released yesterday, and the driver issue was not fixed.

As far as I can find on the Internet, Xorg 7.4 is supposed to come out this month (May 2008).  An exact date is not mentioned anywhere.  I read somewhere that NVidia will wait until Xorg releases the version before releasing their driver.

In the meantime, RandR is my goal.  I want to take advantage of this new feature:
Xorg RandR 1.2 howto

Resources

The Progress of X.Org 7.4

Email on Fedora’s Involvement

X.Org Website

Bug: Fedora 8 Test 2 Boot

Fedora 8 Test 2 freezes when I try to boot it. This happens both with the install DVD and once I have it installed. I need to try to “post a report”, but until I figure out how, here is the output:

Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 11 devices
ACPI: ACPI bus type pnp unregistered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: If a device doesn’t work, try “pci=routeirq”. If it helps, post a report

For now, I am trying out Ubuntu. I am kind of dead in the water with Fedora right now unless I go back to Fedora 6 or maybe 7.

Update: Here is the bug — 316811

Actually, I did not do a good job searching for a bug.  My bug was marked duplicate and here is the actual bug: 299301