Difference between revisions of "Accessing Linux archlinux"

From WebOS Internals
Jump to navigation Jump to search
(Created page with '== Novacomd == Novacomd doesn't work under archlinux , so we have to use ubuntu's libusb. Download package from here : http://packages.ubuntu.com/lucid/libs/libusb-0.1-4 Unpack d…')
(No difference)

Revision as of 16:45, 27 February 2011

Novacomd

Novacomd doesn't work under archlinux , so we have to use ubuntu's libusb. Download package from here : http://packages.ubuntu.com/lucid/libs/libusb-0.1-4 Unpack deb and copy somewhere the lubusb-1.0.so.4.4.4. Create the script to launch novacomd

#!/bin/sh LD_PRELOAD=/path/to/lubusb-1.0.so.4.4.4 /opt/Palm/novacom/novacomd

The rest is just unpacking debs in the right place.