Tablet Information for Students

From Physiki
(Difference between revisions)
Jump to: navigation, search
(How do I change my password under Linux?)
m (Reverted edits by Fa11 (talk) to last revision by Rbrowne)
 
(23 intermediate revisions by 8 users not shown)
Line 1: Line 1:
 
==Frequently Asked Questions==
 
==Frequently Asked Questions==
===General Tablet Questions===
+
* [[General Tablet FAQ]]
====Can we make changes to the software on the tablets?  Do we have Administrative privileges?====
+
* [[Linux Tablet FAQ]]
Yes, however you are not permitted to remove software pre-installed on the tablets without explicit permission from TICC.  To obtain administrative privileges on Linux you can type
+
<pre>sudo su</pre>
+
at a console window in order to obtain administrative privileges -- you are not, however, permitted to change the root password.  Under Windows you are logged in as an Administrator by default and may make any changes you wish.  Be warned that Administrive privileges can ruin your tablet's configuration, asking us for help in these circumstances will result in the committee [[Reimaging]] your tablet.
+
====What does the PXE DHCP MAC address thing mean at boot?====
+
When the tablets first bootup they attempt to use a PXE boot image on the network before booting to the local hard-drive.  To skip this message press the escape key on the keyboard or on the [[Reduced Input Interface]].
+
===Questions related to Windows===
+
====How can I print to Physics Department printers from Windows?====
+
Voodoo does not permit people outside of the Physics network to print to Physics printers (including the tablets since they are on the wireless network and not technically part of the Physics network).  We are currently working to develop a permanent solution to this problem and ask for you patience in this matter.
+
  
===Questions Related to Linux===
+
* [[Student Training Session Outline]]
====How do I rotate the screen on the tc1100?====
+
* [[Student Training Session Handout]]
At a console (not as root), enter
+
<pre>
+
xsetwacom set "stylus" Rotate CCW
+
xrandr -o left
+
</pre>
+
to rotate the screen side-ways and enter
+
<pre>
+
xsetwacom set "stylus" Rotate None
+
xrandr -o normal
+
</pre>
+
to rotate the screen back.  Once we've got the tablet hotkey buttons working these commands will be integrated into a script for you.  Until then you can take advantage of these handy-dandy scripts by downloading them and adding them to your GNOME/KDE panel (please right click and use "Save File As"):
+
  
*[[Media:RotateSideways.sh|RotateSideways.sh]]
+
==General Software Information==
*[[Media:RotateNormal.sh|RotateNormal.sh]]
+
* [[Xournal FAQ's]]
 
+
====I'm having trouble making first-time connections to wireless networks under Linux, what should I do?====
+
There appears to be a problem with the wifi-radar software in that it cannot connect to wireless networks that you have not connected to before.  While the wifi-radar software is in the "working" stage open up a console and type
+
<pre>
+
sudo su
+
ifdown eth1
+
ifup eth1
+
kill `ps -A | grep wifi-radar`
+
</pre>
+
in order to reset the wireless network connection.  If you continue to have problems please leave a message on the [http://doppler.mines.edu/forum/index.php Forum].
+
====How can I setup my tablet to connect to a WPA-enabled network under Linux?====
+
You need to edit the "/etc/wpa_supplicant.conf" file to contain:
+
<pre>
+
ctrl_interface=/var/run/wpa_supplicant
+
 
+
network={
+
      ssid="<your_network_name>"
+
      scan_ssid=1
+
      proto=WPA
+
      key_mgmt=WPA-PSK
+
      psk="<your_secret_key>"
+
}
+
</pre>
+
See [http://www.aei.mpg.de/~pau/amilo_1425_linux_en.html Amilo 1425 Linux] for details.
+
====How do I change my password under Linux?====
+
In order to change your password under linux you should open up a console window and type
+
<pre>sudo su</pre>
+
<pre>passwd</pre>
+
and follow the directions.  It is recommended that you change your password (so it isn't blank), failure to do so may result in an inability to restore your session when the display gets locked.  The display will lock if you close the tablet while Linux is running so you will need to change your password ''before'' this happens.
+

Latest revision as of 02:57, 26 November 2012

Frequently Asked Questions

General Software Information

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox