Hi,
I've upgraded a laptop from Gutsy to Hardy using this method:
sudo aptitude update
sudo aptitude full-upgrade
to first full upgrade Gutsy. Then:
sudo aptitude install update-manager-core
sudo do-release-upgradeFor brltty it proposed me to keep the current one, idem for the brltty.conf, that's the standard action; I ignore what to do so I simply pressed ENTER. The current brltty seems to be 3.9, so in fact it has upgraded it anyway. Why answering then things if it upgrades anyway? But now there is no any brltty when booting; and whe doing ps ax |grep -i brl ENTER for checking if it is started, I can't see any process started automatically. And I still have the same brltty.conf as before with my de (german) table. Note: due to the bug in the Gutsy, at that moment I had recommented some raws to prevent some actions but I don't remember in which file it was and if that have caused tje problem now? Here are my conf files in attach. Y P
# Created by /lib/brltty/brltty.sh braille-driver al braille-device usb: text-table de
brltty.sh
Description: Bourne shell script
# udev rules file for brltty
#
ACTION!="add", GOTO="brltty_rules_end"
SUBSYSTEM!="usb_device", GOTO="brltty_rules_end"
# Alva
SYSFS{idVendor}=="06b0", SYSFS{idProduct}=="0001", RUN+="/lib/brltty/brltty.sh
-b al -d usb:"
# Baum
SYSFS{idVendor}=="0403", SYSFS{idProduct}=="fe71", RUN+="/lib/brltty/brltty.sh
-b bm -d usb:"
SYSFS{idVendor}=="0403", SYSFS{idProduct}=="fe72", RUN+="/lib/brltty/brltty.sh
-b bm -d usb:"
SYSFS{idVendor}=="0403", SYSFS{idProduct}=="fe73", RUN+="/lib/brltty/brltty.sh
-b bm -d usb:"
SYSFS{idVendor}=="0403", SYSFS{idProduct}=="fe74", RUN+="/lib/brltty/brltty.sh
-b bm -d usb:"
SYSFS{idVendor}=="0403", SYSFS{idProduct}=="fe75", RUN+="/lib/brltty/brltty.sh
-b bm -d usb:"
# FreedomScientific
SYSFS{idVendor}=="0f4e", SYSFS{idProduct}=="0100", RUN+="/lib/brltty/brltty.sh
-b fs -d usb:"
SYSFS{idVendor}=="0f4e", SYSFS{idProduct}=="0111", RUN+="/lib/brltty/brltty.sh
-b fs -d usb:"
SYSFS{idVendor}=="0f4e", SYSFS{idProduct}=="0112", RUN+="/lib/brltty/brltty.sh
-b fs -d usb:"
# HandyTech
SYSFS{idVendor}=="0921", SYSFS{idProduct}=="1200", RUN+="/lib/brltty/brltty.sh
-b ht -d usb:"
#SYSFS{idVendor}=="0403", SYSFS{idProduct}=="6001", RUN+="/lib/brltty/brltty.sh
-b ht -d usb:"
# Papenmeier
SYSFS{idVendor}=="0403", SYSFS{idProduct}=="f208", RUN+="/lib/brltty/brltty.sh
-b pm -d usb:"
# Voyager
SYSFS{idVendor}=="0798", SYSFS{idProduct}=="0001", RUN+="/lib/brltty/brltty.sh
-b vo -d usb:"
LABEL="brltty_rules_end"
-- Ubuntu-accessibility mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility
