I have one thin client t5565…it is firmware ubuntu 12.04…and i have bluetooth barcode scanner wss550…i connect usb bluetooth dongle to thin client…but can not use this barcode scanner…i need solution…
I take it that the Ubuntu install is without the GUI.
Are you able to access the Terminal (with CTRL+ALT+T) ?
See if bluetooth is installed:
sudo apt-get update
then
sudo apt-get install bluetooth
then check the USB devices (that is lower case L):
lsusb
this firmware is read only…i can not install any update or app…how i can mount or set read write acces root user?
It appears that your machine is running ThinPro OS (HP version of Ubuntu)
You could try:
Access the ThinClient administrator mode (default admin password in ThinPro is: root)
Goto Control Panel –> Advanced tab and open “X Terminal”
Then in the X Terminal (one line at a time):
su
fsunlock
apt-get update
apt-get upgrade
fslock
then reboot
If that was sucessful then you might have a chace of installing further software