2012年12月7日金曜日

Ethernet - ubuntu 12.10


http://ubuntuforums.org/showpost.php?p=12330661&postcount=6
http://ubuntuforums.org/showpost.php?p=12337391&postcount=14


3.5.0-19-generic だったので

cd /usr/src/linux-headers-3.5.0-19-generic/include
sudo ln -s ../../linux-headers-3.5.0-19/arch/arm/include/asm


tg3-3.124c.tar.gzの


tg3.c 14534行目
.get_sg        = ethtool_op_get_sg,
.set_sg        = ethtool_op_set_sg,


#if (LINUX_VERSION_CODE < 0x30000)
.get_sg        = ethtool_op_get_sg,
.set_sg        = ethtool_op_set_sg,
#end


tg3_firmware.h 3行目
#ifdef NETIF_F_TSO


#ifdef XXXXNETIF_F_TSO

2012年12月5日水曜日

AutoScroll - chromium

自動スクロール

ちなみに、Autoと Scrollの間は空けない。
「Auto Scroll」も存在する。

2012年11月16日金曜日

unity - ランチャ

XXX.desktopを編集

 chromiumのアプリケーションショートカットは


.local/share/applications

2012年11月14日水曜日

コンピュータの削除 - splashtop2

[設定] - [詳細] - [コンピュータの追加]

「追加されたコンピューター」のリストから選んで
左フリックで削除ボタンが表示



ClassicMenu Indicator - ubuntu

アプレットのメニュー

sudo add-apt-repository ppa:diesch/testing
sudo apt-get update
sudo apt-get install classicmenu-indicator

2012年11月11日日曜日

firefox - タブを上部に表示

about:config で

browser.tabs.onTop の値を false

2012年11月1日木曜日

Thunderbird - ZOHO Mail

IMAP
サーバホスト名 imap.zoho.com
ポート番号   993
SSL      SSL/TLS
認証方式    通常のパスワード

SMTP
サーバホスト名 smtp.zoho.com
ポート番号   465
SSL      SSL/TLS
認証方式    通常のパスワード

完了