The following modifications
However, these steps are not necessary if
Suggested changes for Knoppix Adriane (USB Sticks) and Lubuntu
Menu → Preferences → CompizConfig Settings Manager →
Right mouse click on the starter panel → "Application Launch Bar" Settings → click on aumix → - Remove - Close
Open 3 files in an editor e.g. sudo nano /home/knoppix/Desktop/KNOPPIX/boot/syslinux/
and change in the line "DEFAULT" auto into adriane, then store the file:
Optional: You can change the standard screen resolution of Adriane (640x480). But you must choose a resolution supported by the computer used. And visually impaired users might need a low resolution to get large letters. And when you start Adriane if you change the graphical desktop to LXDE it will inherit the resolution of Adriane. You are able to change the screen resolution within LXDE.
Open file manager PCmanfm → edit → Preferences → General →
orca -s
(Enter)The script toggle_orca.sh solves to toggle the screen reader Orca on / off by using the key combination Alt + Windows/Super + o. The script can be downloaded from here http://ftp.labdoo.org/download/install-disk/installskripts/orca_pico2wav...
/bin/sh /home/knoppix/.toggle_orca.sh
If everything was done correctly you are now able to switch screen reader Orca on / off by pressing the keys Alt + Windows/Super + o at the same time.
sudo PCMANFM
(Enter), as you need super-user rights to create this new folder and store the script)<keyboard>
, next insert the copied text from clipboard between the lines <keyboard>
and </keyboard>
. The code from file keybinding_toggle_orca.txt will be inserted. Store and close file.openbox --reconfigure
openbox --reconfigure
and press Enter.If everything was done correctly you are now able to switch screen reader Orca now on / off by keep the keys Alt + Windows/Super + o at the same time.
pico2wave by SVOX is a complete speach synthesizer to convert German, French or English text into spoken words (sound, Wave file). For some languages special control files are available. For other languages e.g. Italian or Spanish these control files have to created first (volunteers needed).
Install pico2wave
To install it run in a terminal, when computer is connected to web:
sudo apt-get update
(Enter)sudo apt-get install libttspico-utils sox xsel libav-tools
(Enter)sudo apt-get install libttspico-utils sox xsel libavcodec-extra
(Enter)Beside the installation of pico2wave 3 more files have to be installed and adapted (for Lubuntu: in /usr/share/labdoo, in Knoppix in /home/knoppix/.). Please follow those steps described above for Orca:
Download and store these files in the corresponding folders and make files executable for everyone.
Open in a terminal → alsamixer → (m) = Mute off, move from setting to setting by ← or →, adjust volume setting using the keys ↑ or ↓.
Helpful, if you run Knoppix Adriane on a USB Stick in combination with a Labdoo laptop, to get easier access to the educational content. Open an editor as super-user; run in a terminal sudo leafpad
(Enter), navigate to the folder:
# Automount sda1 as sda1
/dev/sda1 /media/sda1 ext4 defaults 0 2
# Mount sda1
sudo mkdir /media/sda1
sudo mount -a
Hint: In Adriane you can open a terminal → menu entry → Shell.
Add needed applets for Keyboard activation/deactivation etc. to the panel.
Start eLinks → navigate to the start file, in most cases index.html), mark it with the cursor and press (Enter) to open it → right mouse click opens a menu, click here → Bookmark document (a) → ready.
To open a bookmark → press two times ESC → above a menu will show up → move the cursor and mark tools , press Enter → mark bookmarks (s) → will show all known bookmarks.
There are several ways to get an USB-disc drive (stick) with Knoppix Adriane software and educational content for blind users:
You can get another USB disc drive
Method 1: Copy one pre-installed USB-disc drive to another (only for experienced users)
You already have got a pre-installed USB-disc drive Knoppix Adriane by Labdoo? Then buy an USB-disc drive (min. 16 GB). As only very few of the computers abroad have USB 3.0 slots we recommend to buy fast USB 2.0 disc drives. On older hardware USB 3.0 discs might not be recognized.
You can do de copy using a Labdoo- or Linux laptop:
Start the Labdoo-/Linux computer and log-in as user labdoo. Important: First plug-in the pre-installed origin USB-disc (which you want to copy, will usually get the name /sdb), next plug-in the USB drive you want to copy to (will get drive /sdc etc.) You are also able to copy several sticks at the same time (will become drive /sdd, /sde etc).
Open a terminal and run lsblk -f
(Enter). This will give you a list of all available drives. The drive /sda (mit den Partionen /sda1, /sda2 usw.) is the internal drive of the laptop. Never touch that! Leave it as it is!
Next step is to run in a terminal:sudo dd if=/dev/sdb of=/dev/sdc status=progress
Enter; this will copy all data from the origin USB drive (/sdb) to the target USB drive (/sdc etc.). This will take a while...
Attention: the command dd is helpful, but also dangerous! Check always, if origin and target drive are correct. Otherweise you might delete your own computer's data by mistake. We recommend not to use your own computer, but a Labdoo computer since dd is available on each Linux computer.
Method 2: Restore the image Knoppix_Adriane_dd_xx.gz using dd to an USB disc drive (only recommended for experienced users)
Download from the Labdoo FTP-Server the images (we created them using dd): http://ftp.labdoo.org/download/install-disk/ (the images are named Knoppix_Adriane_dd_xx.gz, xx being space-holder for the language, EN = Englisch, FR = Französisch, DE = Deutsch, ES = Spanisch)
Store the downloaded, zipped file in your home directory (/home/labdoo). You don't need to unzip it first. Next step is to connect the target USB disc drive to the computer, open a terminal and execute :
lsblk -f
(Enter), to check if all drives are connected (in most cases the internal disc of the computer is /sda (do not delete that one!) and the connected USB disc drive becomes /sdb, /sdc etc.sudo gunzip -c Knoppix_Adriane_dd_xx.gz | sudo dd of=/dev/sdb status=progress
(Enter, xx = space-holder for the language, replace accordingly). This will unzip and copy all data of the image to the USB drive. Change drive name accordingly if needed, e.g. /sdb in /sdc etc. if copying several USB drives in parallelAfter copying all data to a new USB drive you can unmount (remove secure) and shut down the computer. To use this new USB drive with a computer we recommend to change the boot sequence in BIOS settings. The USB-(stick) should be placed (get a higher boot priority) before the internal disc drive. Otherwise you can select manually the boot media each time you boot (often press F12). But for blind users this might be difficult.
To get an image from an ready installed USB disc drive with Knoppix Adriane use dd as well. In most cases the USB disc, to copy from, has the address / drive name /sdb (might change, so please check).
sudo dd if=/dev/sdb status=progress | gzip --best >Knoppix_Adriane_dd_xx.gz
(Enter, replace xx by the language code you need). This will copy a zipped image file Knoppix_Adriane_dd_xx.gz an (ca. 12 GB) to your home directory /home/labdoo.