Antonella's Laptop

  • Set MYTITLE = - Mytitle in Laptop
  • Set MYDESCR =
  • Set MYKEYS =

Under /opt it is installed:

  • firefox 2.0.0.14
    • created an icon on the panel with launch this command: /opt/firefox-2.0.0.14/firefox
    • installed plugin for acroread 8.1.2
    • installed plugin for Adobe Flash Player (automatically with firefox under desanto's home directory)

  • jdk 6 update 6
    • downloaded jdk-6u6-linux-i586.bin
    • create symbolinc link for firefox 2.0.0.14
      ln -s /opt/jdk1.6.0_06/jre/plugin/i386/ns7/libjavaplugin_oji.so libjavaplugin_oji.so
    • created file /etc/profile.d/java.sh
      export JAVA_HOME=/opt/jdk1.6.0_06/jre
      export PATH=$JAVA_HOME/bin:$PATH
    • /usr/sbin/alternatives --install /usr/bin/java java /opt/jdk1.6.0_06/jre/bin/java 2
    • /usr/sbin/alternatives --config java

  • Intel Corporation 82801H (ICH8 Family) HD Audio Controller
    By default it is recognized but it doesn't work. Module loaded snd_azx. So I downloaded alsa-driver-1.0.16.tar.bz2 and I did:
    • cp -ar /lib/modules/2.6.9-67.0.7.EL.cernsmp /lib/modules/2.6.9-67.0.7.EL.cernsmp.orig
      (2.6.9-67.0.15.EL.cernsmp)
    • ./configure; make; make install-modules (NOT make install)
      in this way snd_azx is substituted from snd_hda_intel
    • created a very simple script for managing the wirless. it's /opt/bin/connection.pl and the configuration file for every SSID ar stored under /opt/bin/wirenet/

  • for external wireless (NETGEAR)
    • yum install kernel-module-madwifi-`uname -r`
    • added with visudo
      desanto ALL= NOPASSWD: /opt/bin/*
      so now it's possible to use this command: sudo /opt/bin/stella.sh

  • printers
    • Added "ServerName server3.pp.rhul.ac.uk" in /etc/cups/client.conf

  • Hard Disk for backup
    • Initially it was recognized as /dev/sdb so with udevinfo -a -p $(udevinfo -q path -n /dev/sdb) > udevinfo.diego
      it is possible to find out the field that identify in an unambiguos way the hard disk (ex. SYSFS{product}="...", SYSFS{serial}="...")
    • I used that information to create the file /etc/udev/rules.d/10-local-persistent.rules
    • with
      lshal > lshal.diego I took informations for creating the file /usr/share/hal/fdi/95userpolicy/desanto_bck.fdi
    • I copied the file zz-hda-nightly-mirror in /opt/bin/ and I slightly modified it for supporting the reading of "LABEL=..." and not only "/dev/..." for file /etc/fstab.

Link

Topic attachments
I Attachment History Action Size Date Who Comment
Unknown file formatrules 10-local-persistent.rules r1 manage 0.3 K 16 May 2008 - 14:48 DiegoBellini 10-local-persistent.rules
Texttxt connection.pl.txt r2 r1 manage 2.2 K 16 May 2008 - 16:34 DiegoBellini trivial script for manging SSID
Unknown file formatfdi desanto_bck.fdi r1 manage 2.4 K 16 May 2008 - 14:50 DiegoBellini desanto fdi file
Unknown file formatext stella r1 manage 0.8 K 16 May 2008 - 14:55 DiegoBellini trivial script for SSID stella, under wirenet directory
Unknown file formatext wired r2 r1 manage 0.4 K 16 May 2008 - 16:33 DiegoBellini trivial script for cable connection, under wirenet directory
Unknown file formatext zz-hda-nightly-mirror r1 manage 5.4 K 16 May 2008 - 14:52 DiegoBellini script for backup (it considers also "LABEL=...")
Edit | Attach | Watch | Print version | History: r10 < r9 < r8 < r7 < r6 | Backlinks | Raw View | Raw edit | More topic actions

Physics WebpagesRHUL WebpagesCampus Connect • Royal Holloway, University of London, Egham, Surrey TW20 0EX; Tel/Fax +44 (0)1784 434455/437520

Topic revision: r10 - 29 Jun 2009 - DiegoBellini

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding RHUL Physics Department TWiki? Send feedback