|
|
TopPage > Linuxいろいろ(HW編) > Linuxいろいろ(HW編2) |
...... title XXXX Linux (2.4.xx-xx) root (hd0,0) ↓kernelの記述してある行の最後にhdd=ide-scsiを追記(SecondaryのMatserにドライブを追加したときはhdc=ide-scsi) kernel /vmlinuz-2.4.xx-xx ro root=LABEL=/ hdd=ide-scsi initrd /initrd-2.4.xx-xx.img |
$ dmesg .... SCSI subsystem driver Revision: 1.00 scsi0 : SCSI host adapter emulation for IDE ATAPI devices Vendor: COMBO Model: XXXXX Rev: 0.XX Type: CD-ROM ANSI SCSI revision: XX .... |
$ rpm -qa | grep cdrecord cdrecord........ |
#cdrecord -scanbus Cdrecord 1.10 xxxxxxxxxxxxxxxxxxxx Linux sg driver version: x.x.x Using libscg version 'schily-x.x' scsibus0: 0,0,0 0) 'COMBO ' 'IDExxxx ' '0.xx' Removable CD-ROM 0,1,0 1) * 0,2,0 2) * 0,3,0 3) * 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) * |
# cd /dev # rm cdrom1 ←増設ドライブなのでcdrom1の変更をする(hddがcdrom1になっているかはfstabを参照する) # ln -s /dev/scd0 /dev/cdrom1 # rm dvd # ln -s /dev/scd0 /dev/dvd ←xine用 |
# eject /dev/dvd |
# mkisofs -V "HOGEHOGE_CD" -o hogemoge.iso ~/hogegee |
$ /sbin/cardctl ident Socket 0: product info: "TDK", "DP9664", "1.0" manfid: ........ function: 2(serial) Socket 1: .............. |
$ su ........ # /usr/sbin/ppxpadduser user_acount .............. |
標準設定 | 詳細設定 | DNS設定 |
デバイス名:/dev/ttyS0 | 認証プロトコル:CHAP/MDS PAP | 接続時のresolv.confの書き変え:Yes |
ダイアル形式:Tone | PPPモード:active | ドメイン名:(無ければ記入不用) |
電話番号:アクセスポイントの電話番号 | モデムタイプ:generic | サーバ1:(プロバイダ指定のアドレス) |
ログイン名:(要入力) | アイドル時間:0 | サーバ2:(プロバイダ指定のアドレス,無ければ記入不用) |
パスワード:(要入力) | IPマスカレード:(無ければ記入不用) | サーバ3:(プロバイダ指定のアドレス,無ければ記入不用) |
パスワード(確認):(要入力) | VJ圧縮:yes |
$ /sbin/cardctl eject .............. |
#set bell-style none ↓この行をuncommentする set bell-style none |
[hoge]$ xev |
KeyPress event, serial 29, synthetic NO, window 0x1f00001, root 0x5d, subw 0x0, time 3115008093, (353,159), root:(358,232), state 0x10, keycode 38 (keysym 0x61, a), same_screen YES, XLookupString gives 1 bytes: (61) "a" XmbLookupString gives 1 bytes: (61) "a" XFilterEvent returns: False |
ButtonPress event, serial 29, synthetic NO, window 0x1f00001, root 0x5d, subw 0x0, time 3115133022, (136,149), root:(141,222), state 0x10, button 1, same_screen YES |
ButtonPress event, serial 29, synthetic NO, window 0x1f00001, root 0x5d, subw 0x0, time 3115341694, (125,53), root:(130,126), state 0x10, button 3, same_screen YES |
ButtonPress event, serial 29, synthetic NO, window 0x1f00001, root 0x5d, subw 0x0, time 3115462966, (172,40), root:(177,113), state 0x10, button 5, same_screen YES |
ButtonPress event, serial 29, synthetic NO, window 0x1f00001, root 0x5d, subw 0x0, time 3115553782, (155,44), root:(160,117), state 0x10, button 2, same_screen YES |
オーディオドライバ:ALSA PCMデバイス:cards.pcm.default 5.1 PCMデバイス:plug:surround51 |
オーディオドライバ:ALSA PCMデバイス:cards.pcm.hdmi 5.1 PCMデバイス:plug:surround51 |
TopPage > Linuxいろいろ(HW編) > Linuxいろいろ(HW編2) |