Home

Advertisement

Customize
Mike Fedyk Below are the 4 most recent journal entries recorded in the "Mike Fedyk" journal:
July 3rd, 2007
02:47 pm

[Link]

No program "pvscan" found for your current version of LVM
That's what I get when I run pvscan right after installing the lvm2 package.  It doesn't make sure the lvm kernel modules are loaded before reporting this error.

This command fixes the problem:
/etc/init.d/lvm start
I need to report a bug...

Tags: , ,

(Leave a comment)

June 3rd, 2007
02:10 pm

[Link]

Ubuntu Feisty and a Z22 Palm Pilot
I'm trying to get a Z22 Palm Pilot working with Ubuntu Feisty today.

First I found this in the kernel logs:
usb 1-1.4: new low speed USB device using uhci_hcd and address 5
usb 1-1.4: device descriptor read/64, error -71
usb 1-1.4: device descriptor read/64, error -71
usb 1-1.4: new low speed USB device using uhci_hcd and address 6
usb 1-1.4: device descriptor read/64, error -71
usb 1-1.4: device descriptor read/64, error -71
usb 1-1.4: new low speed USB device using uhci_hcd and address 7
usb 1-1.4: device not accepting address 7, error -71
usb 1-1.4: new low speed USB device using uhci_hcd and address 8
usb 1-1.4: device not accepting address 8, error -71

Then I found ubuntu bug #54419 and it gave me three commands that were useful:

sudo modprobe -r ehci_hcd
sudo sh -c 'echo blacklist ehci_hcd > /etc/modprobe.
d/blacklist-ehci'
sudo update-initramfs -u -k `uname -r`

That takes away the error messages in the kernel log, but I was still having trouble finding the USB serial device for communications from jpilot. 

That brings me to ubuntu bug #108512.  Apparently the visor module doesn't get loaded when a palm gets plugged into a usb port on feisty.  The two commands below take care of that problem in a "works for me" kind of way.  The permanent fix would probably be in the form of udev rules.
sudo modprobe visor
sudo sh -c 'echo visor >> /etc/modules'

With that, jpilot works on Ubuntu Feisty.

Tags: , , , , , , ,

(Leave a comment)

May 29th, 2007
06:22 am

[Link]

VMware Server 1.0.3 on Ubuntu Feisty 7.04
Following "How To Install VMware Server On Ubuntu 7.04 (Feisty Fawn)" at howtoforge, getting VMware server installed and configured was a snap. :)

Tags: , ,

(Leave a comment)

05:27 am

[Link]

2.6.20-16 in Ubuntu Feisty released
Looking at the changelog for 2.6.20-16 that was just released, I see some "forward ports" done from the Ubuntu Edgy 2.6.17 kernel.

I wonder how much effort is being put into merging these changes upstream.  In the best case, forward ports shouldn't be needed since all of the patches would have been merged upstream.

Hopefully the load of carrying the patches will be encouragement enough to get them merged upstream.

Tags: , , ,

(Leave a comment)

Powered by LiveJournal.com

Advertisement

Customize