# Why can't I start and login with braille in my Ubuntu Hardy after # installation ? # Well, you can! Simply follow this HowTo: - first, do: ctrl+alt+f2 and login blindly with your account username and pass - then: sudo su && cd /etc and edit brltty.conf; do provide the 3 basic parameters like this: braille-driver al # for Alva, pm for Papenmeier, etc braille-device usb: # for USB, ttySX for serial, etc text-table de # for German table, fr_FR for French table, etc then save it - do now: cd /etc/default and check if RUN_BRLTY=yes is set as default in /etc/default/brltty: if set to no you will change it to yes and save it - last but not least, check if braille=ask is present in /boot/grub/menu.lst: cd /boot/grub && grep braille menu.lst If so, do remove it then save it - now reboot and enjoy Ubuntu Hardy WITH braille support at bootup!