This IMO doesn't apply to any lcdproc versions in Ubuntu anymore. Karmic
is not supported anymore.
** Changed in: lcdproc (Ubuntu)
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launch
For compilation is required pkg-config and libusb-dev. Then configure, make
Maybe it will help somebody ...
--
hd44780 didn't have lcd2usb support
https://bugs.launchpad.net/bugs/487300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
lucid build have the same bug
--
hd44780 didn't have lcd2usb support
https://bugs.launchpad.net/bugs/487300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.co
** Changed in: lcdproc (Ubuntu)
Status: New => Confirmed
--
hd44780 didn't have lcd2usb support
https://bugs.launchpad.net/bugs/487300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.
The source files are there but they are not built I think
make from source by specifying to build all drivers
./configure --enable-drivers=all
make
sudo make install
Maybe the .deb package could be remade with the --enable-drivers=all
parameter
For information, look here: http://lcdproc.sourcefo
kali is correct.
the lcdproc shipped with ububtu 9.10 does not have lcd2usb support.
to obtain full functionality I recompiled lcdproc from source,as
indicated by him.
--
hd44780 didn't have lcd2usb support
https://bugs.launchpad.net/bugs/487300
You received this bug notification because you ar
You have to start LCDproc as SU.
--
hd44780 didn't have lcd2usb support
https://bugs.launchpad.net/bugs/487300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu
i have just recompiled from ubuntu source and lcd2usb is there
# apt-get source lcdproc
# lcdproc-0.5.3
# dpkg-buildpackage -rfakeroot
# dpkg -i ../lcdproc_0.5.3-0ubuntu1_amd64.deb
# strings /usr/lib/lcdproc/hd44780.so | grep lcd2usb
hd_init_lcd2usb
lcd2usb_HD44780_uPause
lcd2usb_set_brightness
lc