ちゃちゃっと♪
@From Distance@
TOP

いままでの...
2001|11|
2002|01|02|03|04|05|07|12|
2003|03|04|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|

2008年09月23日 17:49:59[コメント] [HTML]
●デジカメ?Webカメラ?
  
  押入から7年以上前のデジカメが出てきた。
  
  CASIO LV-10[ja]
  Gsmart 300[en]
  
  WindowsXPでは、デバイスドライバかサポートソフトが提供されなかったと
  いう変なカメラ。
  実はカメラより、Webカメラに使えるんだけど。 Linuxで動かないかやってみた。
  
  LV-10でぐぐってもほとんど情報がなかったのだけど、
  Gsmart 300でぐぐると情報が沢山あった。
  
  とりあいず、今の環境で動かした時のメモ。
  
  ■CASIO LV-10     
    
    Debian GNU/Linux Etch 
    Kernel 2.6.24-etchnhalf.1-686
    
    一応、Gsmart300の記述があったので、 ov511をぶっこむ。
    これは無くてもよいかも?
    
    $ sudo modprobe ov511
    
    Linux kernel webcams Driver GSPCA,SPCA5xx
    gspcav1-20071224.tar.gzをゲット。
    適当に解凍して、コンパイル。
    apt-line からとってきた、gspca-sourceはうまくmakeが通らなかったので、
    今回は使えなかった。わからんっす。
    
    $ make
    
      make -C /lib/modules/`uname -r`/build SUBDIRS=/home/usert/make_src/\
      gspcav1-20071224 CC=cc modules
      make[1]: ディレクトリ `/usr/src/linux-headers-2.6.24-etchnhalf.1-686' に入ります  Building modules, stage 2.
      MODPOST 1 modules
      make[1]: ディレクトリ `/usr/src/linux-headers-2.6.24-etchnhalf.1-686' から出ますy
    
    $ sudo make install
    $ sudo modprobe gspca
    
    $ ls -lha /dev/video*
    
      crw-rw---- 1 root video 81, 0 2008-09-23 15:30 /dev/video0
    
      やっとデバイスが作成された。ここまでめっちゃかかってしまった。
    
    $ sudo aptitude install v4l-conf xawtv
    
      xawtv  3.95.dfsg.1-1  X11 TV application
    
    $ xawtv -vbidev /dev/video0
    
    ここで、/dev/video0 を指定します。デフォルトで/dev/video を指しているみたいなので。 
    slinkを貼ればよいですけど。
    
    実行するユーザはvideoグループに追加が必要です。 たぶん、入ってるです。
    
    xawtv window 01
    xawtv window 02
    
    ほかにもパッケージ入れたかもしれないけど、
    なかったら、aptで。
    
  
  ■log     
    
    This is xawtv-3.95.dfsg.1, running on Linux/i686 (2.6.24-etchnhalf.1-686)
    /dev/video0 [v4l]: no overlay support
    v4l-conf had some trouble, trying to continue anyway
    Warning: Cannot convert string "-*-ledfixed-medium-r-*--39-*-*-*-c-*-*-*" to type FontStruct
    libGL error: drmMap of framebuffer failed (無効な引数です)
    libGL error: reverting to (slow) indirect rendering
    ioctl: VIDIOCMCAPTURE(frame=0;height=144;width=176;format=7): 無効な引数です
    
  ■その他     
    
    なんで、今さらこのカメラを使ったか...
    これほんとにデジカメ?ぐらいなもので、押入で押しつぶれていました。
    で、うごくのかな?っというぐらい。
    
    シャッターボタンは壊れて押せません。B-)
    
    むぅー。使えない。
    


2008年09月22日 23:05:19[コメント] [HTML]
●無線 ad-hoc route その2

ndiswrapperじゃなくても出来た。


  ■X61 wlan debian etch [iwl3945]
    
    
    こんな感じ。
    
    # modprobe -r iwl3945
    # modprobe iwl3945 debug=0x43fff
    # ip link set wlan0 down
    # iwconfig wlan0 mode ad-hoc
    # iwconfig wlan0 channel 1
    # iwconfig wlan0 enc on
    # iwconfig wlan0 key s:xxxxx
    # ip link set wlan0 up
    # iwconfig wlan0 essid ROUTE_WLAN
    # dhclient3 wlan0
    

しかし、接続側はad-hocじゃなくても、接続できるよ。って
言われたので、実験中。

ad-hocだと大量のエラー?ログが出てしまう。

●firefox bookmarks.html

ない。ぶっ飛んでる.

前日までのバックアップが bookmarkbackups/ にあったので
なんとか復旧。びっくりした。ほんと。


●無双 OROCHI 魔王再臨

初めてから数日、友達と進めてるけどよい感じ。
でも、疲れる :-P



2008年09月21日 06:44:17[コメント] [HTML]
●無線 ad-hoc route
  
  うまいこといったので、メモメモ。
  
  ■X61 wlan debian etch [ndiswrapper]     
    
    iwl3945を使ってもmodeをad-hocに以降出来なかったので、
    ndiswrapperを使うことに。
    
    Intel Site からドライバをダウンロード
    
    さっきLinux Kernelを上げたので、リコンパイル。
    
    $ unzip 12.0.4.0_X_Drivers.zip
    $ cd Disk/XP/Drivers/x32
    $ ls -la *.inf
    
    -rw-r--r-- 1 usert usert 337880 2008-07-08 00:00 NETw5x32.inf
    -rw-r--r-- 1 usert usert 119850 2008-01-07 14:50 w29n51.inf
    
    $ sudo ndiswrapper -i iNETw5x32.inf
    
    $ sudo modprobe ndiswrapper
    
    /etc/modules にndiswrapperを追加
    
    とりあいず、これで家でも無線LANで接続が出来た! :)
    無線ルータの方がよいけどね。
    
    * log
    
     syslog に大量です。
    
     phy0: Adding new IBSS station xx:xx:xx:xx:xx:xx: (dev=wlan0)
     wlan0: Configured IBSS beacon template
    
    
●bluetooth
  
  X61にはbluetoothが装備されてたので、ファイルの送受信をテスト。
  通信先はsoftbank携帯 707SC
  
  ■packageやら     
    
    bluetoothとやらにさわる機会がなかったので、
    とりあいず適当にパッケージをいれる。
    
    bluetooth      3.7-1        Bluetooth stack utilities
    bluez-firmware 1.2-1        Firmware for Bluetooth devices
    bluez-gnome    0.6-1        Bluetooth utilities for GNOME
    bluez-hcidump  1.32-1        Analyses Bluetooth HCI packets
    bluez-utils    3.7-1        Bluetooth tools and daemons
    libbluetooth2  3.7-1        Library to use the BlueZ Linux Bluetooth sta
    libopenobex1   1.3-3        OBEX protocol library
    obexfs         0.10-3+b2    mount filesystem of ObexFTP capable devices
    obexftp        0.19-7       file transfer utility for devices that use t
    obexpushd      0.4+svn10-2  program for receiving files via Bluetooth or
    openobex-apps  1.3-3        Applications for OpenOBEX
                             
  ■接続を許可する?     
    
    Gnomeの通知スペースに出ているBluetooth Managerから、
    [Other devices can connet] から,
    [Visible and connctable for other devices] をチェックする。
    
    Make adapter invisible afterの値も好きなように。
    Testなので最大値のneverを選択。1-30分,neverを選択できる。
    
  ■アドレスを探す     
    
    アドレスっと言うべき?
    
    $ sudo hcitool scan
    
      Scanning ...
            xx:xx:xx:xx:xx:xx       707SC
    
  ■ping test     
    
    なんとpingも送れるらしい。
    
     $ sudo l2ping 00:18:AF:E1:C4:6A
    
     Ping: 00:18:AF:E1:C4:6A from 00:22:68:EF:AD:2A (data size 44) ...
     44 bytes from xx:xx:xx:xx:xx:xx id 0 time 8.83ms
     44 bytes from xx:xx:xx:xx:xx:xx id 1 time 33.78ms
    
    問題ないみたい。ソケットが一般ユーザでは開けないようで、sudoを使用。
    でもファイルを送るときは、通常ユーザで大丈夫だったのだけど。
    
    
  ■connect     
    
    今回はPINkeyは設定せず。
    
     $ hcitool cc xx:xx:xx:xx:xx:xx
     $ hcitool auth xx:xx:xx:xx:xx:xx
    
  ■ファイルを送る     
    
     $ obexftp -b xx:xx:xx:xx:xx:xx -p /home/usert/img/burst_white.png
    
       Browsing xx:xx:xx:xx:xx:xx ...
       Channel: 6
       Connecting...done
       Sending "/home/usert/img/burst_white.png"...\done
    
    ちゃんと送れた!すごいなぁ。
    あとは、向こうの端末からPCに送れたらよいんだけど、うまくいかず。
    ubuntuとかでは、簡単らしい。
    
    gnome-bluetooth?なんちゃらとかのツールがあるらしい。
    obexftpでも持ってこれそうだけどなぁ。manを見てがばるっす。
    
  ■filelist,dirlist 構造など     
    
    意外とすぐに出来た。
    
     $ obexftp -b xx:xx:xx:xx:xx:xx -l
    
       Browsing xx:xx:xx:xx:xx:xx ...
       Channel: 6
       Connecting...done
       Receiving "(null)"... 
       xml version="1.0"
       DOCTYPE folder-listing SYSTEM "obex-folder-listing.dtd"
       folder-listing version="1.0"
        folder name="Other Documents"
        folder name="Pictures"
        folder name="Sounds & Ringtones"
        folder name="Videos"
        folder name="Book"
       folder-listing
       done
       Disconnecting...done
    
    XMLでくれるんか!こりゃよい。
    bluetoothてそういう仕様なの??
    
  ■fuseでmount     
    
    色々やったけど、便利なもんがあった。
    
      obexfs 0.10-3+b2    mount filesystem of ObexFTP capable devices
    
      $ sudo modprobe fuse
      $ ls -lha /dev/fuse
        crw-rw---- 1 root fuse 10, 229 2008-09-21 05:49 /dev/fuse
    
      $ sudo obexfs -b xx:xx:xx:xx:xx:xx -B 6 /mnt
      $ sudo ls -lha /mnt
    
    
    結局今のところはこれ。
    
      $ sudo mkdir /mnt/blue
      $ sudo obexfs -b xx:xx:xx:xx:xx:xx -B 6 /mnt/blue  -o uid=1000 -o gid=1000  -o allow_other
      $ cd /mnt/blue
      $ ls -lha 
    
        合計 6.5K
        drwxr-xr-x  1 usert usert    0    2008-09-21 06:19 .
        drwxr-xr-x 30 root  root     4.0K 2008-09-21 06:03 ..
        drwxr-xr-x  1 usert usert    0    1970-01-01 08:59 Book
        drwxr-xr-x  1 usert usert    0    1970-01-01 08:59 Other Documents
        drwxr-xr-x  1 usert usert    0    1970-01-01 08:59 Pictures
        drwxr-xr-x  1 usert usert    0    1970-01-01 08:59 Sounds & Ringtones
        drwxr-xr-x  1 usert usert    0    1970-01-01 08:59 Videos
    
    時間がおかしいから、大丈夫ではない。B-)
    とりあいず手軽には転送できる!?
    
    もとい、ファイルが途中までしか表示されなかった。
    サイズの大きいファイルは無理なのだろうか。
    


2008年09月20日 22:28:19[コメント] [HTML]
●X61 無線など
  
  無線をちょこちょこっと。
  
  
  ■sysfs     
    
    $ sudo umount -a
    $ sudo mount -a
    
    すると /sys がすっからかんになっていることに気づく。
    うは、
    
    $ /etc/fstab に追記
      sysfs  /sys  sysfs  defaults  0 0
    
  ■SD Slot     
    
    /dev/mmcblk0p1
    
    普通に利用できる。
    デジカメがSDCARDなのでちょうどよいかも。
    
    * log
    
    ** on
    
      mmc0: new SD card at address 710c
      mmcblk0: mmc0:710c S032B 30400KiB
       mmcblk0: p1
    
    ** off
    
      mmc0: card 710c removed
    
    
  ■X61 wlan debian etch [iwl3945,iwl4965]     
    ドライバ自体は、Kernel 2.6.24 では取り込まれたそうだ。
    
      iwl3945
      iwl4965
    
    別にファームウェアのパッケージが必要らしい。
    non-freeにて提供している?
    
    wiki debin.org
    
    
    * ndiswrapperにて
    
    Windows XP Driver
    
    - Intel WiFi Link 5100 and 5300
    - Intel Wireless WiFi Link 4965AG and 4965AGN
    - Intel PRO/Wireless 3945bg Mini PCI and 3945abg Mini PCI
    - Intel PRO/Wireless 2200bg Mini PCI
    - Intel PRO/Wireless 2915abg Mini PCI
    
    www-307.ibm.com
    
    うごかん。
    
    * kernel driverにて 
    
    
    $ sudo modprobe iwl4965
    $ suto aptitude install firmware-iwlwifi
    
    firmware-iwlwifi - Binary firmware for Intel Wireless 3945 and 4965
    
    Linux Kernel
      2.6.24-etchnhalf.1-686 
      SMP Mon Sep 8 06:19:11 UTC 2008 i686 GNU/Linux
    
    お。動いた。
    しかし、アドホックが選択できない。
    
    $ sudo iwconfig wlan0 mode ad-hoc
    
    Error for wireless request "Set Mode" (8B06) :
        SET failed on device wlan0 ; Device or resource busy.
    
    APのない自分の家では利用できない。
    
    XPマシン[PC1],X61をVista[PC2]で起動するとAd-hocで接続できる。
    
    XPマシン上[PC1]では eth0,wlan0をブリッジしているので、Ad-hocな通信をしているVistaマシンではルータからdhcpでアドレスを受け取れた。
    
    Linux Kernel上でad-hocしたいんだけど...
    モジュール作り直せばac-hocできるのだろうかね?
    
    無線LANの付いたルータ買えばよいんだけど、
    あるもので動けば一番だからな。
    
    * log
    
    iwl4965: Intel(R) Wireless WiFi Link 4965AGN driver for Linux, 1.1.17ks
    iwl4965: Copyright(c) 2003-2007 Intel Corporation
    ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 19
    PCI: Setting latency timer of device 0000:03:00.0 to 64
    iwl4965: Detected Intel Wireless WiFi Link 4965AGN
    iwl4965: Tunable channels: 13 802.11bg, 23 802.11a channels
    phy1: Selected rate control algorithm 'iwl-4965-rs'
    ADDRCONF(NETDEV_UP): wlan0: link is not ready
    
    * スイッチ
    
    ** オフ
    
    マシン中央下側のWLANのスイッチを切ってみる。
    
    iwl4965: Radio Frequency Kill Switch is On:
    Kill switch must be turned off for wireless networking to work.
    wlan0: failed to restore operational channel after scan
    usb 1-1: USB disconnect, address 3
    iwl4965: Error sending REPLY_TX_PWR_TABLE_CMD: time out after 500ms.
    iwl4965: Error sending REPLY_STATISTICS_CMD: time out after 500ms.
    
    
    ** オン
    
    usb 1-1: new full speed USB device using uhci_hcd and address 5
    usb 1-1: configuration #1 chosen from 1 choice
    
●X61 acpiなど
  
  ■/etc/modprobe.d/ibm_acpi.modprobe     
    あ。なんか違う。
    
    > options thinkpad_acpi hotkey=enable,0xffffbf experimental=1 brightness_enable=1
    > options thinkpad_acpi experimental=1 fan_control=1
    
    ではなく、以下だったみたい。
    
     options ibm_acpi hotkey=enable,0xffffbf experimental=1 brightness_enable=1
     options ibm_acpi experimental=1 fan_control=1
    
  ■SpeedStep その2     
     > speedstep-centrino
    
    ではなく
    
     thinkpad_acpi
     acpi-cpufreq
     cpufreq_stats
     cpufreq_ondemand
     cpufreq_conservative
     cpufreq_userspace
    
    とかで良いみたい。動くだけはうまい具合にいってる様子。
    


2008年09月17日 22:19:23[コメント] [HTML]
●thinkpad_acpi
  
  光度、ファンの設定が出来なかったので色々かまったら、
  /proc/acpi/ibm 以下にやっと出来て、値もかまえるようになった。
  
  ■/etc/modprobe.d/ibm_acpi.modprobe     
    
    options thinkpad_acpi hotkey=enable,0xffffbf experimental=1 brightness_enable=1
    options thinkpad_acpi experimental=1 fan_control=1
    
    これは関係ないかな。
    options thinkpad_acpi hotkey=enable,0xff9f experimental=1
    Fn+Endを押すと、acpi_listen上でhotkeyをキャッチ出来なくなった。
    
    fan関係のスクリプトも公開されているけど、当分は手動で。
    
    設定前 /proc/acpi/ibm/fan
    status:   enabled
    speed:    3127
    level:    auto
    
    設定後 /proc/acpi/ibm/fan
    status:   enabled
    speed:    3127
    level:    auto
    commands: level  ( is 0-7, auto, disengaged, full-speed)
    commands: enable, disable
    commands: watchdog  ( is 0 (off), 1-120 (seconds))
    
    brightnessは項目さえもなかったけど、出てる。
    
    設定後 /proc/acpi/ibm/brightness
    level:          15
    commands:       up, down
    commands:       level  ( is 0-15)
    
  
●SpeedStep
  
  ThinkPad X61 debian etch でspeedstepのモジュールが動かん。
  
  ■speedstep-centrino     
    
    $ sudo modprobe speedstep-centrino
    
      FATAL: Error inserting speedstep_centrino 
      (/lib/modules/2.6.24-etchnhalf.1-686/kernel/arch/x86/
        kernel/cpu/cpufreq/speedstep-centrino.ko): No such device
    
      なーせなーせ。
      Penteum Mとかまでしか記述がsourceにないのは問題ないの?
      うーん。わからんなぁ。
    
  
●xorg.conf その2
  
   横スクロールで前後のページに戻ってしまうのは、
   firefoxの設定でよいらしい。
   へー。そうだったのか。ぉぉ。よい挙動。
   以下が解決。
  
   > Option "XAxisMapping" "6 7"
   > 上記のコメントは自分がトラックポイント使いこなせないため、
   > スクロールしているつもりが、前のページに戻ってしまう..
  
   参考サイト: ぶろ〜ぐ
  
  ■firefox: about:config old     
    
    mousewheel.horizscroll.withnokey.action = 2
    mousewheel.horizscroll.withnokey.numlines = -1
    mousewheel.horizscroll.withnokey.sysnumlines = false
  
  ■firefox: about:config new     
    
    mousewheel.horizscroll.withnokey.action = 0
    mousewheel.horizscroll.withnokey.numlines = 1
    mousewheel.horizscroll.withnokey.sysnumlines = true
  
●fan contorl
  
  web上にはファンの回転数などを設定できるスクリプトや、GUIツールが
  あるんだけど、せっかく買ったマシンなので作成中。
  
  あー。おもしろいわ :-)
  


2008年09月15日 07:06:50[コメント] [HTML]
●ThinkPad X61 トラックポイント?
  
  トラックポイントっていうんだっけ?あの赤いぽちの。
  トラックポイントでスクロールできなかったので、manを見ていることに。
  しかし、ぐぐった方が早かった... B-)
  
  ■xorg.conf old     
    
    Section "InputDevice"
     Identifier "Configured Mouse"
     Driver "mouse"
     Option "CorePointer"
     Option "Device" "/dev/input/mice"
     Option "Protocol" "ImPS/2"
     Option "Emulate3Buttons""true"
    EndSection
    
  
  ■xorg.conf new     
    
    Section "InputDevice"
     Identifier "Configured Mouse"
     Driver "mouse"
     Option "CorePointer"
     Option "Device" "/dev/input/mice"
     Option "Protocol" "ImPS/2"
     Option "Emulate3Buttons" "true"
     Option "EmulateWheel" "true"
     Option "EmulateWheelButton" "2"
     Option "YAxisMapping" "4 5"
     # Option "XAxisMapping" "6 7"
    EndSection
    
     # Option "XAxisMapping" "6 7"
     上記のコメントは自分がトラックポイント使いこなせないため、
     スクロールしているつもりが、前のページに戻ってしまう..
    
  
  
  ■X61 リカバリー     
    リカバリーCD,DVDを作成して、そこからリカバリーすると、
    3,4時間くらいかかった。
    リカバリーCD,DVDは30,40分で作成は完了してたから、もっと手軽に出荷時状態に戻せると踏んでいたけど。
    きついなぁ。vista使わなかったらなくてもよさそうだけど。:-P
    
    なんで、リカバリーしたのか。
    それは、OEMで入っていたvistaを壊すつもりで色々やっていて、
    うまい具合に起動しなくなったので、リカバリー。
    
    起動しなかったのはパーティションを色々なソフトで構った結果。
    どれかがNTFSに対応してなかったようだ。
    
    一通り試せたのでよかったけど。
  
  ■X61 時間が荒れ狂う     
    
    起動時に時間が9時間ぶっとぶ。
    そいうえば、HP115Gxでも同じ現症が出ていたっけ。
    
    参考サイト
    
    こんな感じに変更。再起動後時間が正常になった。
    
    /etc/init.d/hwclock.sh
    
    HWCLOCKPARS=--directisa
    
  
  ■X61 筐体右角のちくちく     
    
    LCDを上げた状態の右下角に、手首が当たると引っかき傷ができる。
    なんで鋭利な..
    
  
  ■Iceweasel Flash Site(firefox)     
    
    firefoxでFlashサイトが表示されなくなっていた。
    前どうしてたのか、記憶にない。
    
     より同じ現症を発見。
    
    早速バックポートをapt-lineに追加し、パッケージを入れる。
    問題無くFlashが再生された。
    むぅ。依存関係でだめっていってほしいなぁ。
    
    * Apt-line 
      deb http://www.jp.backports.org/ etch-backports main contrib non-free
      deb-src http://www.jp.backports.org/ etch-backports main contrib non-free
    
    * Package
      flashplugin-nonfree
    
    * dpkg Status
      Package: flashplugin-nonfree
      Status: install ok installed
      Priority: optional
      Section: contrib/web
      Installed-Size: 132
      Maintainer: Bart Martens 
      Architecture: i386
      Version: 1:1.4~bpo40+1
      Replaces: flashplugin (<< 6)
      Depends: debconf | debconf-2.0, wget, libgtk2.0-0, fontconfig, 
        libxt6, libxext6, libatk1.0-0, libc6, libcairo2, libexpat1, 
        libfontconfig1, libfreetype6, libglib2.0-0, libice6, libpango1.0-0,
        libpng12-0, libsm6, libx11-6, libxau6, libxcursor1, libxdmcp6,
        libxfixes3, libxi6, libxinerama1, libxrandr2, libxrender1, zlib1g,
        gnupg
      Suggests: iceweasel, konqueror-nsplugins, x-ttcidfont-conf, 
        msttcorefonts, ttf-dejavu, ttf-xfree86-nonfree, xfs (>= 1:1.0.1-5)
      Conflicts: flashplugin (<< 6), xfs (<< 1:1.0.1-5), 
        flashplayer-mozilla, nspluginwrapper
      Description: Adobe Flash Player - browser plugin
       This package will download the Flash Player from Adobe.  It is a
       Netscape/Mozilla type plugin.  Any browser based on Netscape or Mozilla can
       use the Flash Player.  This package currently supports the following browsers:
       Mozilla, Mozilla-Firefox, Firefox, Iceweasel, and Iceape.  Also Galeon and
       Epiphany can use the Flash Player.  Konqueror can also use the Flash Player if
       konqueror-nsplugins is installed.
       .
       WARNING: Installing this Debian package causes the
       Adobe Flash Player to be downloaded from www.adobe.com.
       The End User License Agreement of the Adobe Flash Player
       is available at www.adobe.com.
    
  
  ■部屋が汚い その2     
    
    掃除してすごく綺麗になった。
    自分からみて"すごく綺麗"なので、どうかと思う B-)
    
  


2008年09月14日 20:55:46[コメント] [HTML]
●ThinkPad X61
  
  早速セットアップ :-)
  
  ■デュアルブート     
    
    Vistaが乗っているHDDを分け、Linuxを載せることに。
    UbuntuでCDブートさせて、gpartedで/dev/sda2を30Gへ変更。
    Vistaをブートさせて、動かないので回復モードで起動しする。
    
    動かんけん、電源断。B-)
    
    再度ブートしてchkdskが走った。それでブート成功。
    gpartedでパーティションわけてからスマートには立ち上がらないみたい。
    
    vistaの動作を確認したので、最新版のDebian Linux Etch 4.0のネットワークインストールイメージでブート。
    
    root,home,swap程度を追加してインストール。
    
    その後、Vistaのブートマネージャーから/dev/sda3 のブートセクタを起動できるように。
    ここがめんどくさい。
    サイトをみながらごそごそ。ブートセクタ抽出など。
    @IT: Windows VistaとLinuxを共存させるには
    
    kernel 2.6.24 にして、とりあいず基本的に動くことは確認できた。
    昔のマシンからHOMEを移動。
    とりあいず、OK..
    
  
  ■Windows Vista     
    
    遅い..
    メモリ積んだら速くなるのかなぁ。
    なんかで使うことがあるかもしれないので、とりあいず動くように確保。
    
  
  ■キーボード     
    
    以前のマシンの"ESC"があった場所に、今回"F1"がある。
    ESC押すたびにまちがってF1を押し、HELPが表示される。
    
    あべし。なので、変換キーをESCに変更。
    快適!(`・ω・´)シャキーン━━━!! 
    
  
●kernel 2.6.24
  
  ■VMware     
    kernel 2.6.24にしたらVMwareモジュールのコンパイルが通らない。
    あれれ。
    
    ここから新しい any-any-updateを入手。
    vmkernel new vies
    
    げ、v117でも途中で通らない。
    v116でうまく通った。ま、よかった。
    
  


2008年09月13日 06:45:16[コメント] [HTML]
●New NotePC
  
  日曜にくる!
  
  kernel 入れ直すとき今のマシンとでベンチをとっておこう。
  遅かったらいやだなぁ。
  
  B5ノートが10万を切るのはびっくりした。
  日本メーカー製は高くて手が出ません。
  
  今利用中のノートは、7年使ったもの。まだ現役でがんばってもらう予定ですが。
  このX61は気がついたら、 Lenovo直販 のラインナップから姿を消していた。
  ぎりぎりセーフ? :-)
  
  
  ■ThinkPad X61     
    
      CPU: Intel Core2 Duo processor T7500(FSB800MHz,2.2GHz,2CORE)
      LCD: 12.1 (XGA)
      MEM: 1GB (PC2-5300 DDR2 SD-RAM) 最大4GB(2スロット)
      CHP: GM965 Express
      GPU: Intel X3100 チップセット内蔵
      HDD: 160GB
      etc: MIMO
           BT,Li-Ion(4セル拡張容量Battery)3.4時間稼働
           指紋
           1.42Kg
           B5
      型番:7675A31
  
  ■HITACHI Old NotePC     
    
      CPU: Intel Celeron processor 850MHz
      LCD: 14.1(XGA) TFT
      MEM: 384M (256M + 128M) SD-RAM(133MHz)
      GPU: trident チップセット内蔵(MainMemから8M)
      HDD: 40GB(Saegate 従来破損後の購入品)
      USB: 1.1系(利用不可)
      etc: ニッケル水素蓄電池(3秒持たない)
           USB,FDD,シリアル、パラレル利用できない(ISAブリッジ辺りが全滅)
           A4
      型番:PC7NW5-UPP4C4410
    
      Win:IE
      Linux:w3m
      
      firefoxが重くて使いものにならない..
    
     詳細Link
    
  
  ■その他     
    
    今回購入での良いこと
    
    * 新品で高いものが買えた(一番安買ったけど)
    * Vistaでテストが出来る
    * Linuxインストールで遊べる
    * ソフトがさくさく(Gnome)
    * USBが使える
    * バッテリーが復活する
    * B5である
    * モチベーションが ばり上がり
    
    悪いこと
    
    * 赤いぽちっになれれるか心配
    * 初期不良が恐い
    * 途中での破損が恐ろしい
    * 外付けドライブいらんけど、購入
    * 納品日が3週前後とか胸どきが止まらない
    * 安いからメモリも買い足したい(無駄遣い)
    * 貯金が出来ない
    * 夜中もかまってそう
  
  
●外付けドライブ(DVD)
  
  X61にあわせて外付けポータブルDVDドライブを買うことに。
  
  ■詳細     
    BUFFALO USB2.0用外付けポータブルDVDドライブ
    型番: DVSM-P58U2/B
    
    DVSM-P58U2/B
    
    Yamada電気: 9,980円
    amazon: 7,463円
    
    送料無料なので代引き代とあわせても,損をしてる。
    丁寧なサポート代として2500円とられる事にしよう... B-)
    
    家ではほかのマシンに内臓されてるので、間違いなく使わない。
    会社に置いておこう。
    
    メモリは上海問屋にて。
    
●部屋が汚い
  
  なんかが大爆発したような..感じ。
  やっと洗濯だけが完了。もう疲れた。
  
●RSS
  
  タイトル修正。
  日付じゃなくて、サブジェクトっぽいのにした。
  
●移動
  
  ネットワーク障害で江津まで移動することに。
  NICの認識がおかしかった。
  恐ろしいなぁ。今日はそれで終わり。帰って気がついたら寝てた。
  


Powered by Ruby 1.8.5
Powered by eRuby 1.0.5

327121人
bug発見時の連絡先ですー。
yasumi@mjb.yi.org

Present By Yasumi 2000-2008
Chaki Version 0.2.2