Lupin
Lupin - Development + Gaming
Specifications
Brand | Model | Description | Link | Price |
---|---|---|---|---|
AMD | Phenom II X4 / HDZ965FBGMBOX | AMD Phenom II X4 965 Black Edition, Deneb, 64Bit, 125W, 3.4GHz, 4x512KB L2 Cache, 6MB L3 Cache, Socket AM3 Quad-Core | Manufacture Purchased |
$159.99 |
ASUS | M4A785TD-M EVO | AM3, Micro ATX, 4x240pin DDR3, ATI Radeon HD 4200, HDMI, FSB:2600MHz HT (5200 MT/s) NB:AMD 785G, SB:AMD SB710, LAN: Realtek 8112L, Audio:VIA VT1708S |
Manufacture Purchased |
$89.99 |
G.SKILL | F3-10666CL9D-8GBRL | Ripjaws Series, 2x4GB 240-Pin DDR3 SDRAM 1333 (PC3 10666), CL9, 9-9-9-24-2N, 1.5V | Manufacture Purchased |
$84.99 |
Western Digital | Caviar Green / WD20EARS | 2TB 64MB Cache SATA 3.0Gb/s Firmware: 51.0AB51 |
Manufacture Purchased |
$79.99 |
DVD/CD Burner | ? | ? | <From Previous Build> | $0.00 |
Thermaltake | TR2 Series / TR-500P | ATX12V V2.3/ EPS12V 2.91, 500W, PFC:Active, Efficiency:80+% Bronze Certified, Micro ATX Connectors:1x20+4+4, 5xPeripheral, 5xSATA, 1xFloppy, 2xPCI-E |
Manufacture Purchased |
$79.99 |
HEC | 6T Series / 6T10BB | MicroATX Mini Tower, 0.7mm SECC Steel, Black, Ext. 5":2, Ext. 3":2, Int. 5":4, Int. 3":1 | Manufacture Purchased |
$24.99 |
Acer | P235H | 23" Widescreen, 1920x1080, 60Hz, VA:160°(H) & 160°(V), 5ms, D-Sub, DVI, HDMI, Built-in Speakers | Manufacture Purchased |
$149.99 |
BIOS Configuration
- Default BIOS options
- In the CPU settings, I enabled "Secure virtual machine mode", which is "AMD-V" and allows VirtualBox to run more optimized.
- Enabled Plug and Play OS
Boot Up Errors
- I installed AMD64 Debian 6.0 / Squeeze with a desktop environment
Error 1
- I was seeing the following error at boot up:
Your BIOS doesn't leave a aperture memory hole Please enable the IOMMU option in the BIOS setup This costs you 64 MB of RAM
- To fix the above message, I added "iommu=noagp,noaperture" to the kernel line. Based on some research and a bunch of googling, it appears this issue is somewhat related to the fact that I don't have an AGP card. Either way, the two values for the iommu kernel parameter mean the following:
noagp = Don't initialize the AGP driver and use full aperture. noaperture = Ask the IOMMU not to touch the aperture for AGP.
Error 2
- I was also seeing the following error at boot up:
PCI: Not using MMCONFIG.
- To fix the above message, I added "pci=nommconf" to the kernel line. Based on some research I understand that the "pci=nommconf" parameter tells the kernel to ignore mmconfig when identifying PCI devices, thus it will use other methods to identify PCI devices such as the BIOS or direct querying. With that said, I checked the all the pci devices with "lspci -v" and they all appear to be detected properly with the "pci-nommconf" parameter.
Error 1 & 2 Solution
- Tweaks to fix the above boot errors is as follows:
vim /etc/default/grub
Add "iommu=noagp,noaperture pci=nommconf" to the GRUB_CMDLINE_LINUX variable
GRUB_CMDLINE_LINUX="iommu=noagp,noaperture pci=nommconf"
Don't forget to have grub regenerate the proper files
update-grub
Initial Configuration
- I installed the following packages:
aptitude install vim ssh rsync strace binutils killall gcc make build-essential linux-headers-`uname -r` memtest86+
- Configured sshd to deny remote root login
vim /etc/ssh/sshd_config
- Find and change "PermitRootLogin yes" to "PermitRootLogin no", as such:
PermitRootLogin no
Installed ATI (fglrx) Drivers
- Edit apt sources to add non-free:
vim /etc/apt/sources.list
- Find "deb http://mirrors.kernel.org/debian/ squeeze main" and change to:
deb http://mirrors.kernel.org/debian/ squeeze main non-free
- Update list of packages
aptitude update
- Install driver and requirements
aptitude install linux-headers-2.6-$(uname -r|sed 's,[^-]*-[^-]*-,,') fglrx-control fglrx-driver
- Switched to console by pressing CTRL+ALT+F1 and typed the following
/etc/init.d/gdm3 stop modprobe -r radeon drm aticonfig --initial /etc/init.d/gdm3 start
NOTE: If you have a problem unloading the radeon drivers, then you may need to reboot and try again. At least I kept getting "FATAL: module radeon is in use" even though I stopped gdm and it was resolved by simply rebooting and trying again.
Installed ATI (fglrx) Drivers - Round 2
I kept getting a signal 11 in Enemy Territory, so I installed the updated driver directly from ATI as follows:
- Removed old drivers
aptitude remove xserver-xorg-video-radeon xserver-xorg-video-ati
- Download new drivers from ATI
mkdir /share/ati cd /share/ati wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-2-x86.x86_64.run chmod +x ati-driver-installer-11-2-x86.x86_64.run
- The documentation said I needed to add the xorg entries, but since I already installed from the non-free repository I already had the entries. All I need to do was reboot.
reboot
Enemy Territory
Install
- Downloaded the et linux client 2.60 and the update and copied them to /share/et. Search for the following files:
- et-linux-2.60.x86.run
- et-linux-2.60-update.x86.run
- I needed some various support files. Here are the commands:
su aptitude install linux32 glibc-2.11-1 libX11-6 libX11-dev ia32-libs
- Install ET:
cd /share/et linux32 sh et-linux-2.60.x86.run linux32 sh et-linux-2.60-update.x86.run
Sound Fix
aptitude install alsa cd /share/et wget http://nullkey.ath.cx/~stuff/et-sdl-sound/et-sdl-sound.gz gunzip -d et-sdl-sound.gz chmod a+x et-sdl-sound cp et-sdl-sound /usr/local/games/enemy-territory/ cd /usr/local/bin/ rm et ln -s /usr/local/games/enemy-territory/et-sdl-sound et
Setup
Increase Memory Settings
- Add the following to: /usr/local/games/enemy-territory/etmain/autoexec.cfg
seta com_hunkmegs "128" seta com_soundmegs "32" seta com_zonemegs "32"
Update / Enable PunkBuster
- Download latest .htm files from here: http://www.evenbalance.com/index.php?page=dl-et.php
- I went ahead and put them in both the user folder: ~/.etwolf/pb and the main folder: /usr/local/games/enemy-territory/pb
- There were two sets of files, the "PunkBuster Security Files", which went under the pb folder and then the "PunkBuster Player Client Files", which went under the pb/htm folder.
- Once have the PB update: load ET, open the console with the tilda key, type the following to enable PB:
/pb_cl_enable
- Once PB is enabled, you need to get a GUID and again from the console type:
/pb_cdkeyreg
- Updated punkbuster files via:
http://www.evenbalance.com/index.php?page=dl-et.php
More Packages
- I use this for mounting cifs shares
aptitude install smbfs
- RDP Client and a GUI front end to connect to work or VirtualBox
aptitude install rdesktop tsclient
- VNC Client for remote connections
aptitude install xvnc4viewer
- VLC and plugin for streaming AVIs directly from website instead of downloading first
aptitude install vlc mozilla-plugin-vlc
Moving Evolution Data and Settings
- Shutdown gconftool-2 and evolution for a safe copy (ensuring everything is written to disk, etc.):
gconftool-2 --shutdown evolution --force-shutdown
- Copy the data:
rsync -av --progress ohayden@elf:~/.evolution/ ~/
- Copy the account settings:
rsync -av --progress ohayden@elf:~/.gconf/apps/evolution/ ~/.gconf/apps/
- Copy the account passwords:
rsync -av --progress ohayden@elf:~/.gnome2_private/Evolution ~/.gnome2_private/
- Launch evolution on lupin and this will popup a migration window. Once it's done, all is good.
VNC / Remote Control
Turned on vino / remote control - This allows for a connect when a session logged in (aka shadowing)
- Select System->Preferences->Remote Desktop
- Check "Allow other users to view your desktop"
- Check "Allow other users to control your desktop"
- Uncheck "Ask you for confirmation"
- Check "Require the user to enter this password:"
Adobe Flash 64-bit
I try to keep a clean system, but I draw the line at lost functionality and, sadly, swf doesn't handle everything. Flash is, unfortunately, required for certain websites I visit. Here's how I installed it:
- Close all opened browsers before the following steps:
cd /tmp wget http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_2_p3_64bit_linux_111710.tar.gz tar zxvf flashplayer10_2_p3_64bit_linux_111710.tar.gz cp libflashplayer.so /usr/lib/mozilla/plugins/
Open your browser and test with youtube.com and hulu.com.
nzbget
- Download latest source from here and push to /share/nzbget/
http://nzbget.sourceforge.net/Download#Latest_testing_release
- Extract files
cd /share/nzbget tar zxvf nzbget-0.7.0.tar.gz cd nzbget-0.7.0
- Install missing dependencies
su aptitude install libpar2-0 libpar2-0-dev libxml2-dev libncurses5-dev libsigc++-2.0-dev libssl-dev zlib1g-dev unrar CTRL+D
NOTE: Don't use unrar-free! Sorry but it has a ton of trouble extracting files, where as the proprietary version "just works" (tm)!
- Compile
./configure make
- Setup
mkdir bin cd bin ln -s /share/nzbget/nzbget-0.7.0/nzbget ./nzbget
- Copied in post.sh and post.conf from previous install into the /share/nzbget/bin folder
- Copied .nzbget configuration file from previous install into ~/ folder
nzbgetweb
- Install required packages
aptitude install php5 php5-cgi lighttpd
- Make a directory for web interface
mkdir /var/www/nzbgetweb
- Copy files from existing install - If you download clean then there will be some minor configuration, see the README included with nzbgetweb.
- Set the directory permissions
chmod 755 /var/www/nzbgetweb -R
- Configure lighttpd for fastcgi and php handling
vim /etc/lighttpd/lighttpd.conf
- Added "mod_fastcgi" to server.modules section:
server.modules = ( "mod_access", "mod_alias", "mod_compress", "mod_fastcgi", "mod_redirect", )
- Added handler
fastcgi.server = ( ".php" => (( "bin-path" => "/usr/bin/php-cgi", "socket" => "/tmp/php.socket" )))
- Restart web server
/etc/init.d/lighttpd restart
VirtualBox
Linux containers weren't all that great for Android development, so I'm going towards VirtualBox once again. I still believe lxc to be of use with perhaps openWRT or my custom robot development, but not so much when I want to connect to my phone through USB. I can hack around the issue, but I rather spend my time working on higher priorities.
- Get and installed VirtualBox
wget http://download.virtualbox.org/virtualbox/4.0.4/virtualbox-4.0_4.0.4-70112~Debian~squeeze_amd64.deb dpkg -i virtualbox-4.0_4.0.4-70112~Debian~squeeze_amd64.deb
- Virtual Box wanted some extra packages
apt-get install libqt4-opengl
NOTE: In the host, don't forget to add your user to the vboxusers group! I forgot to do so and I wasn't able to access USB devices in the guest. It showed the devices in the Devices->USB Devices menu, but I wasn't able to enable them until I added my user account to vboxusers and re-login.
NOTE: In the guest, add your user to the vboxsf group as well.
Samsung Captivate Issue in VirtualBox
- TAGS: question mark questions android
After figuring out the two notes in the VirtualBox section above, I still had an issue using "adb devices". I could have cheated and ran "adb start-server" as root, but that would be cheating. Any how, this is was it was showing:
???????????? no permissions
The solution is simple although a bit lengthy. Find the device node. Easiest way is to use dmesg and look for the device, such as:
dmesg | less
Scroll down or search:
[ 799.376993] usb 1-1: Product: SAMSUNG_Android [ 799.376998] usb 1-1: Manufacturer: SAMSUNG [ 799.377023] usb 1-1: SerialNumber: I897bc159a11 [ 799.377212] usb 1-1: configuration #3 chosen from 1 choice [ 799.377650] cdc_acm 1-1:3.0: This device cannot do calls on its own. It is not a modem. [ 799.377844] cdc_acm 1-1:3.0: ttyACM0: USB ACM device
Here we see the "ttyACM0" device, so now we run the following on the device node to figure out some unique attributes for our upcoming udev rule.
su udevadm info --attribute-walk --name=/dev/ttyACM0
Which gives us a full attribute walk, but all we care about is the actual device:
looking at parent device '/devices/pci0000:00/0000:00:0b.0/usb1/1-1': KERNELS=="1-1" SUBSYSTEMS=="usb" DRIVERS=="usb" ATTRS{configuration}=="" ATTRS{bNumInterfaces}==" 4" ATTRS{bConfigurationValue}=="3" ATTRS{bmAttributes}=="c0" ATTRS{bMaxPower}==" 96mA" ATTRS{urbnum}=="4690" ATTRS{idVendor}=="04e8" ATTRS{idProduct}=="681c" ATTRS{bcdDevice}=="0400" ATTRS{bDeviceClass}=="02" ATTRS{bDeviceSubClass}=="00" ATTRS{bDeviceProtocol}=="00" ATTRS{bNumConfigurations}=="1" ATTRS{bMaxPacketSize0}=="64" ATTRS{speed}=="480" ATTRS{busnum}=="1" ATTRS{devnum}=="7" ATTRS{version}==" 2.00" ATTRS{maxchild}=="0" ATTRS{quirks}=="0x0" ATTRS{authorized}=="1" ATTRS{manufacturer}=="SAMSUNG" ATTRS{product}=="SAMSUNG_Android" ATTRS{serial}=="I897bc159a11"
From the above I pulled out the following for my udev rule:
SUBSYSTEMS=="usb" ATTRS{idVendor}=="04e8" ATTRS{idProduct}=="681c"
Now create the udev rule:
vim /etc/udev/rules.d/z21_android_phone.rules
I added the following to tell it to allow every one r+w access to the device node:
SUBSYSTEM=="usb", ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="681c", MODE="0666"
Next we restart udev:
/etc/init.d/udev restart
Re-run adb devices:
CTRL+D ./adb devices
* daemon not running. starting it now on port 5037 * * daemon started successfully * List of devices attached ss I897bc159a11 device
Eureka!! Now I can use adb as my normal user and I don't have to rely on root!
Remove NetworkManager
You heard me!! NetworkManager is a pansy arse program anyways. Real men manage their own networks. In all seriousness, NetworkManager caused me some grief as I setup bridging for my linux containers (lxc). The problem was Evolution (don't get me started on mail clients) thought that the network was down, NetworkManager reported it as down, and therefore was so kind as to disable my send/receive button and menu items. It likewise wouldn't let me select work online either. If it ain't broke, don't fix it... but in this case NetworkManager is broken and does the exact opposite of what it was designed to do! I'm a bit bias against over complication of such a simple task, so I'd just prefer to manage my own network. So long, and thanks for all the fish:
/etc/init.d/network-manager stop aptitude purge network-manager network-manager-gnome