Main Page
Our Stuff The house Visits from friends Family reunion 2005 The cats RIP, Mr. Puce Rick's Stuff Blog Bally Astrocade Buy Astrocade games Home theater Funny stuff! Linux Video games Patty's Stuff Garden (2005) Quilts |
The JVC MP-XV841US Mini-NotebookIntroductionHere are some notes on the only non-IBM notebook computer I've ever owned - the JVC MP-XV841US. It's a mini-notebook, and as you can see in the picture it's really tiny (and light - weighs 3 1/4 pounds with the battery attached). I prefer smaller notebooks because I seem to carry my notebook around everywhere and those 15 pounders with 17" screens are too much of a pain in the butt to lug around and work on while I'm having lunch.
Since I've gotten used to IBM notebooks, I prefer the JVC's setup of a trackpoint and three mouse buttons to touchpads. When working at a desk, I often attach a small USB mouse (Targus Optical Scroller Mini Mouse) to the laptop, as it makes working easier. System specifications
Linux hardware supportHere's a list of drivers for the notebook's hardware.
The hardware in the JVC Mini is, for the most part, well-supported in Linux. Everything I use regularly appears to work, though you must purchase a (payware) driver to use the modem at 56K. For free, you can only use the modem at 14.4K speeds. The only thing that simply does not work at all in Linux is the SD media reader. It's no big deal to me, since all my digital cameras uss compact flash cards. I borrowed an SD card for a few minutes just to try the SD reader, and it was a no-go. January 17th - Installation of Ubuntu 5.10 (Breezy)The installAfter fiddling around with Fedora Core for several months and being less than impressed with all the pain associated with that distribution, I decided to try out a distribution that seemed a lot more laptop-friendly - Ubuntu Linux. While Fedora Core can be made to work (see below for Fedora Core 3 notes), it was annoying. Plus, it's somewhat easier to install the software I need for work (xdrawchem, ghemical, gperiodic, etc.) with Ubuntu than it is with Fedora. I don't use Windows on the machine at all, so I just booted with the Breezy install CD and did a
default installation, letting Ubuntu repartition the drive as it saw fit. This gave me about 1.5 gigs
of swap (I have 768M RAM), and 38+ gigs in the The installer detected both the wireless and wired network interfaces and let me choose the default. The intaller had a bit of trouble actually configuring the wireless interface because my home network doesn't use DHCP. I just set it up after the installation was done using Ubuntu's network tool. The screen resolution was properly configured (1024x600), and 3D support was enabled by default. Ubuntu configured X by default to use 24-bit color, which you might want to change if you want faster graphics. Making it work rightA lot of things worked properly out-of-the-box. Hibernation works (haven't yet tried suspend) - and the 3D drivers don't die over a suspend-resume cycle. The volume control knob even worked! As with any distribution, though, there were some glitches to fix. First up - compact flash cards. My camera
uses compact flash cards, and while they are recognized and automounted by default, they are also by default
immediately unmounted again by
cd /etc/dev.d/block
Right after the line that says
#!/bin/sh
This effectively disables the script that immediately unmounts the compact flash card. The only side-effect that I notice from this change is that you must unmount USB drives manuially before removing them or the system will get confused. I always do this anyway on Linux and on Windows, so I don't see this as a problem. Next, I noticed that system bootup takes too long - mainly because Ubuntu's trying to do some things
that are silly to do on a laptop which may as often as not be turned on where there's no network
connection. I downloaded sudo apt-get install sysv-rc-conf
Using The other Ubuntu issue was getting the network set up the way I wanted it. I want the wireless to be
controlled by the notebook's wireless on/off switch, not to automatically be brought up at boot when
I'm probably not going to be on the network. I also wanted to be able to control the wired ethernet, since
I use it while at work. This isn't too difficult to do with Fedora's tools, but the Ubuntu tools ( The tool modifies a file: If there's a better way to get the behavior I need, Ubuntu gurus feel free to enlighten me.
# This file describes the network interfaces available on your system
Now, the system doesn't try to bring up all the network interfaces at boot time. I still need to be able to bring up the interfaces when I want to. First is the wireless. The wireless on/off switch generates ACPI events, so we just need to tie the events to a couple of scripts.
After adding these scripts and either rebooting or restarting Now for the wired ethernet. Since there's no switch for the wired ethernet, it's a bit trickier. I wanted
to bring up the interface without having to enter a password, so I had to use [This is a work in progress - more informtion will be added when I get a chance to type it in!] Installation of Fedora Core 3Installation of Fedora Core 3 was uneventful. I first used the included Windows XP Pro to make some restore CDs - in case I wanted to sell the laptop later with its original operating system. This requires 3 CDRs, and was painless. I burned an extra set-of-three just to be safe. I then completely wiped the 40GB drive clean of Windows XP and installed Fedora Core using the default install for laptops plus some development tools, because I'm always compiling stuff. I also deselected the "rhgb" package, since it almost always causes me trouble post-install. After installing, I added multimedia stuff and downloaded the current FC3 updates from FreshRPMs. With the latest Fedora Core 3 kernel, you get the ipw2200 driver - necessary for the internal wireless card to work and not included in the installation kernel. I then downloaded the hsfmodem drivers from Linuxant. and installed them for modem support. Configuration of Fedora Core 3Video configurationThis notebook has a 1024x600 display, which Fedora Core 3 will not cope with out of the box. The screen
is set up as 800x600, which wastes perfectly good pixels. To fix this, you need to use the
You'll get a modeline to put in your
Delete the ACPI power managementWith no changes to kernel parameters, ACPI suspend locks up on resume. Booting with The only way I've found to wake the laptop from suspend is to press the power button. This is a bit of a
problem on a default Fedora Core 3 setup, since Red Hat thoughtfully provides an ACPI script that shuts down
the laptop when the power button is pressed. So, with a default setup, the laptop will wake up, then immediately
execute I've since switched from ACPI suspend-to-disk to exclusiovely using software suspend (to disk), so I'm not messing with the sleep scripts anymore. The silver buttons on the laptop, the labelled function-key combinations, and the volume "knob" all trigger ACPI events. This let me tell the laptop to go into suspend mode by pressing Fn-F3, adjust the volume up or down with the volume knob, and reset the mixer to sane settings by using the silver "surround" button. Without setting up any ACPI scripts, the only silver buttons that work are the screen brightness controls. Volume scriptsTo make the volume up/down work, add these scripts to
ACPI suspend scriptsYou need two scripts in
These scripts should all be executable.
You can ignote the power and power.sh scripts if you don't want the power button to
shut the machine down. You do have to delete Fedora's
More ACPI funI need to make the other buttons on the laptop do something. Here's a list of things and what ACPI events they generate, for future event scripts.
ACPI suspend/resume video problems: Updated June 16th, 2005On Fedora Core 3, 3D graphics (DRI/DRM) will not work after a suspend/resume cycle. To make them work, you will probably have to wait for Red Hat to fix this bug (Bug #159960), which from Googling probably affects everyone with Intel 855-based video cards. I've learned that apparently the Ubuntu deveolpers have fixed the problem, so if you have a JVC MiniNote (or another notebook with Intel-based video), you might want to isntall Ububtu instead of Fedora Core. Since I'm in the middle of ten weeks of teaching summer classes, I don't have the time to completely reinstall my machine, so I'm trying to make Fedora behave for the time being. This is likely still a problem with Fedora Core 4 (among its many X-related problems...). If you have an Intell 855 or similar graphics card in your machine that shows this problem under FC3 but not FC4, please let me know! Since trying to use a DRI application after a resume will sometimes cause the X server to crash in such a way that you have to reboot to get the display back, I've been looking for a solution to the problem aside from disabling 3D (which I need). So far, the best solution I've found that does not require rebuilding X and the kernel is to compile this C program and run it after resuming from suspend. This will reactivate 3D (and most importantly, prevent the X server from crashing if you try to use 3D). There's a catch, though. Until you actually close and restart the entire X server, 3D applications will run, but up to 1/3 slower than normal (depending on the application). Still, it beats a crash or no 3D at all. I've found another trick that works. Install these updated X drivers.
Don't suspend yet, or the kernel will panic. The Fedora kernels don't like these new drm modules (but
you need the xorg driver updates for suspending to work). Then, install the source RPM for your Fedora
kernel and edit the These instructions are in very rough form at the moment, but I'm hoping the Fedora deveolopers will finally catch up to the Ubuntu developers and fix this bug. Given the state of Fedora Core 4, though, they've got a whole ton of other video-related bugs to fix, too. ModemNot much to say here. Download the appropriate driver RPM for the current Fedora kernel, install it, and
you're set. Red Hat's internet connection wizard won't see the modem, but using If you delay inserting the hsf modules (or need to re-insert them after a suspend), make sure that you're not currently running an application that's using the sound card. If you are, the machine will completely lock up, and you'll have to hold down the power button to turn it off. Linuxant mentions this bug on their web site, but doesn't mention any solution other than making sure the sound hardware isn't being used before starting the hsf drivers. PrintingFedora Core 3 will autodetect and automatically set up a print queue for USB printers when they're plugged in.
This is quite nice. Unfortunately, when FC3 sees my Samsung ML-1430 laser printer, the queue added
defaults to a page size of A4. This makes all printouts the wrong size. Changing the page size with
Oddly, when I manually created the print queue for the Samsung, the default paper size was set to US Letter, and not A4. USBThis laptop has two USB2 ports on the left side. No configuration required. The two USB2 ports work out of the box. You might have to unload the USB modules when suspending, though. The USB ports also remain powered during suspend, so unplug any USB devices before suspending unless you want them to suck battery power.. I've noticed that using the USB ports also prevents the CPU from going into power-saving mode when using the machine normally. This is no big deal when on AC, except the machine will get noticably warmer with a USB device plugge4d in than it does without one. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
Click this link to go back to the top | |||||||||||||||||||||||||||||||||||||||||||||||||||||
This page was last updated May 28, 2006. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
This web site was last updated December 19, 2009. |