Brother
Webserver admin account
user: admin
pass: access
Webserver admin account
user: admin
pass: access
Download PPD files for kyocera printer
wget http://cdn.kyostatics.net/dlc/de/driver/all/linux_ppd_s_ksl_8.-downloadcenteritem-Single-File.downloadcenteritem.tmp/Linux_PPDs_KSL8_4.zip -P /tmp/
unzip /tmp/Linux_PPDs_KSL8_4.zip -d /tmp
# create new printer
lpadmin -p Kyocera_FS1010 -v socket://192.168.1.11:9100 -E -P "/tmp/PPD's_KSL_8.4/German/Kyocera_Mita_FS-1010_de.ppd"
#-o PageSize=A4
system-config-printer
install
#wget http://dl.dropbox.com/u/4170695/www/Kyocera-FS-1010.ppd -P /tmp
# install firmware für dvbt (/lib/firmware/dvb-usb-dib0700-1.20.fw)
sudo apt-get install linux-firmware
sudo apt-get install kaffeine
sudo apt-get install libxine1-plugins libxine1-all-plugins
# Links
http://kuparinen.org/martti/comp/ubuntu/en/terratecxxs.html
http://forum.xbmc.org/showthread.php?t=51945&highlight=dvb-t
Provisioning / Mass Deployment
# Default url:
http://provisioning.snom.com/snom320/snom320.php?mac={mac}
http://wiki.snom.com/Mass_Deployment
http://wiki.snom.com/Features/Mass_Deployment/Setting_Files
http://wiki.snom.com/Settings/setting_server
http://wiki.snom.com/Features/Auto_Provisioning/Bootup
http://wiki.snom.com/Features/Auto_Provisioning/DHCP/Options
Firmware
http://wiki.snom.com/Firmware/ - Bootloader update
http://wiki.snom.com/Firmware/V8/Release_Notes
http://provisioning.snom.com/download/fw/
http://wiki.snom.com/Firmware/Update/Automatic_Update_Service
http://wiki.snom.com/Firmware/Update/TFTP_Update/de - firmware recovery (tftpboot flash)
http://wiki.snom.com/wiki/index.php/Settings/setting_server
SNMP on Snom phones
http://wiki.snom.com/Category:HowTo:SNMP
Reboot
wget -q -O /dev/null -o /dev/null http://PHONE_IP/confirm.htm?REBOOT=yes
Functions
http://wiki.snom.com/Functions/Call/Call_Transfer - Call Transfer
configrue over url
http://PHONE_IP/dummy.htm?settings=save&redirect_number=TARGET_PHONE&redirect_event=all
LEDs
http://das-asterisk-buch.de/2.1/blf-leds.html - BLF, Hints, Pickup
http://www.jodler.ch/bstocker/?p=400 - HowTo controll LEDs on SNOM phones
Display
http://YOUR_PHONE_IP/dummy.htm?settings=save&user_idle_text1=Hello_World - set display text
sipsak -i -M -O desktop -B "test test" -s sip:pako@192.168.1.220
# show phone display content
http://192.168.1.220/screen.bmp
Press key remote
http://wiki.snom.com/FAQ/Can_I_control_my_snom_phone_remotely
http://192.168.1.21/command.htm?key=RETRIEVE
http://192.168.1.21/command.htm?key=P12
Reboot all phones
<?php
$URL="http://www.panticz.de/sites/default/files/snom/rebootAllPhones.sh";
echo "
"; $c = curl_init(); curl_setopt($c, CURLOPT_URL, $URL); echo htmlspecialchars(curl_exec($c)); curl_close($c); echo "
";
?>
(Re)Register all phones
<?php
$URL="http://www.panticz.de/sites/default/files/snom/registerAllPhones.sh";
echo "
"; $c = curl_init(); curl_setopt($c, CURLOPT_URL, $URL); echo htmlspecialchars(curl_exec($c)); curl_close($c); echo "
";
?>
View firmware version
<?php
$URL="http://www.panticz.de/sites/default/files/snom/viewFirmwareVersion.sh";
echo "
"; $c = curl_init(); curl_setopt($c, CURLOPT_URL, $URL); echo htmlspecialchars(curl_exec($c)); curl_close($c); echo "
";
?>
Links
http://wiki.snom.com/Snom320/Documentation - Snom 320 Documentation
http://www.voip-info.org/wiki-Asterisk+phone+snom
http://wiki.snom.com/Snom320
http://www.linux-magazin.de/heft_abo/ausgaben/2008/04/gemeinschaft_an_der_strippe
http://www.das-asterisk-buch.de/2.1/telefone-snom.html
https://addons.mozilla.org/de/firefox/addon/12127/
http://kb.snom.com/kb/index.php?View=entry&CategoryID=21&EntryID=40 - KEYEVENTs
http://snom.co.uk/screen-viewer/view/ - Snom Screen Monitoring
http://wiki.snom.com/Interoperability/PBX/Nortel - Settings for Arcor VoIP
ALC883 Digital (enable SPDIF)
amixer set IEC958 100 unmute
Open alsa-mixer, menu > preferences. Select the checkbox for IEC958. A new tab should appear in the alsa-mixer main window. In the tab, there is another checkbox for IEC958. Select this one, and the digital channel should now be unmuted.
http://www.mythtv.org/wiki/Intel_HD_Audio_-_Realtek_ALC88x
Graphic
http://wiki.cchtml.com/index.php/Ubuntu_Intrepid_Installation_Guide
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/284119
Default Login
IP: 192.168.2.10
(default password is blank)
# Links
https://h10145.www1.hp.com/Downloads/SoftwareReleases.aspx?ProductNumber=J9450A
Update firmware
1. save firmware file in root dir on a TFTP server
2. telnet SWITCH_IP
3. copy tftp flash TFTP_SERVER_IP FLASH_FILE.svi
Links
Fprint Packages - driver for fingerprint reader
Install on Gutsy
wget http://www.madman2k.net/files/fprint-packages.tar -P /tmp #extract #install vi /etc/pam.d/common-auth auth sufficient pam_fprint.so # test fprint_demo
Fix: "mei_me 0000:00:03.0: unexpected reset: dev_state = RESETTING"
echo "blacklist mei_me" | sudo tee /etc/modprobe.d/blacklist-mei_me.conf
Reset SDCARD reader
Notebooks
http://thinkwiki.de/
http://en.wikipedia.org/wiki/HP_EliteBook
Test tools
http://code.google.com/p/inxi/ - a full featured system information script
http://www.advancedclustering.com/software/breakin.html - Breakin
http://www.hdt-project.org/ - Hardware Detection Tool
http://www.stresslinux.org - stresslinux
http://ezix.org/project/wiki/HardwareLiSter - Hardware Lister (lshw)
http://www.hitachigst.com/hdd/support/download.htm?linkto=QL#DFT - Hitachi Drive Fitness Test