お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2008-12-13 08:40:46

uesaka
メンバ
登録日: 2008-12-12

ubuntu でMOを使用したい

超初心者です、宜しくお願いします。

当方の環境

WINDOWS  XP  PRO   SP3     UBUNTU 8.04 LST 雑紙の付属よりインストール

M/B   ABIT  AT7   1900MH    メモリー512M   HDD C40G   D20G  E20G     UBUNTU  8.04LST   120G   

MO  メルコ  MOU-640RH  USB1.1です。WINDOWS XP PROでは使用できます。

UBUNTU のディスクトップはKDE 3.5.10で使用しています、ては宜しくお願いします。

オフライン

 

#2 2008-12-13 10:53:20

のんき
メンバ
登録日: 2007-03-04

Re: ubuntu でMOを使用したい

MOを利用可能にする方法を以下に記述します。

システム -> システム管理 -> パーティション・エディタ を起動する。

このPCに接続されているstorageの装置番号を確認する。
Windowの左上、GParted -> デバイス -> /dev/sda から /dev/sdz

MOの記録容量から表示装置番号 /dev/sda から /dev/sdz の中から装置番号を特定する。
今回 /dev/sdc であるとする。

アプリケーション -> アクセサリ -> 端末 を起動する。

MOのマウントポイントを作成する。
$ sudo mkdir /media/mo

MOの自動マウント定義を設定する。
$ sudo gedit /etc/fstab

geditテキストエディタの最後の行に以下を追加する。
/dev/sdc /media/mo auto rw,user,noauto,owner 0 0

手動マウントを行う。
$ sudo mount -a

Desktop上にMOのアイコンが表示される。

詳細は下記URLを参照してください。

ハードウェア:MOドライブを使うには?
http://forum.ubuntulinux.jp/viewtopic.php?id=423

オフライン

 

#3 2008-12-13 11:56:42

uesaka
メンバ
登録日: 2008-12-12

Re: ubuntu でMOを使用したい

のんき様 早々サポート有り難うございます。私の環境ではシステム管理が出ていません。

KDE  スタート  システム  システム管理  このシステム管理と言うところがてでいません。

どうしたら良いですか。

オフライン

 

#4 2008-12-15 00:44:59

のんき
メンバ
登録日: 2007-03-04

Re: ubuntu でMOを使用したい

パーティション・エディタが起動すれば良いのでメニュー内を探してみてください。

オフライン

 

#5 2008-12-15 03:06:41

si
メンバ
From: hokkaido kitami, jp
登録日: 2007-01-15

Re: ubuntu でMOを使用したい

KDE(kubuntu) なので、ubuntu とは、メニュー構成が、まったく違うので話が噛み合わないようですね。
端末を立ち上げ、MOドライブを接続し、メディアを入れ、
端末で、 「dmseg」 と入力して見てください、メッセージが表示され、その最後の方で、MOが認識しているか確認できます。
私は、MO持ってないので、Fedora10 上ですが、参考に、USBメモリーを挿したときの表示を載せます。
$ dmesg
...
Initializing USB Mass Storage driver... <ー USBメモリが刺された
scsi8 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usb-storage: device scan complete
scsi 8:0:0:0: Direct-Access     JetFlash TS1GJFV10        0.00 PQ: 0 ANSI: 2 <ー デバイス情報めっけ
sd 8:0:0:0: [sdd] 2015231 512-byte hardware sectors (1032 MB) <ー/dev/sdd
sd 8:0:0:0: [sdd] Write Protect is off
sd 8:0:0:0: [sdd] Mode Sense: 00 00 00 00
sd 8:0:0:0: [sdd] Assuming drive cache: write through
sd 8:0:0:0: [sdd] 2015231 512-byte hardware sectors (1032 MB)
sd 8:0:0:0: [sdd] Write Protect is off
sd 8:0:0:0: [sdd] Mode Sense: 00 00 00 00
sd 8:0:0:0: [sdd] Assuming drive cache: write through sdd: sdd1 <ー/dev/sdd1 だよ
sd 8:0:0:0: [sdd] Attached SCSI removable disk
sd 8:0:0:0: Attached scsi generic sg3 type 0
kjournald starting.  Commit interval 5 seconds
EXT3-fs warning: maximal mount count reached, running e2fsck is recommended <ー 何回もマウントしてるから、そろそろ fschk しろよ
EXT3 FS on sdd1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
SELinux: initialized (dev sdd1, type ext3), uses xattr <- Fedora10なので、SELinuxのメッセージが出る

こんな感じで、MOメディアが認識されていれば、使えます。
リムーバブルメディアが、デスクトップ上で、オートマウントされるようになってから、
KDE を使った事が無いので、どのように扱われるのか知りませんが、ファイルブラウザか何かに、MOのメディア表示されてませんか?
表示されてなければ、
端末上で、
$ sudo mkdir /media/MO      <ー マウントポイント作成
$ sudo mount -t vfat /dev/sd?? /media/MO <ー マウント、メディアが、fat32 でフォーマットされている場合、/dev/sd?? は、上記、参考表示だとすると、/dev/sdd1
これで、使えるようになります。

### 余談
MO は、日本以外では、あまり普及しなかったようなので、すんなりとは使えないかな?

オフライン

 

#6 2008-12-16 01:13:56

uesaka
メンバ
登録日: 2008-12-12

Re: ubuntu でMOを使用したい

siさん返事有り難うございます。

[   35.924722] SELinux:  Disabled at boot.
[   35.924748] AppArmor: AppArmor initialized
[   35.924754] Failure registering capabilities with primary security module.
[   35.924766] Mount-cache hash table entries: 512
[   35.924939] Initializing cgroup subsys ns
[   35.924945] Initializing cgroup subsys cpuacct
[   35.924959] CPU: After generic identify, caps: 0383fbff c1cbfbff 00000000 00000000 00000000 00000000 00000000 00000000
[   35.924970] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[   35.924974] CPU: L2 Cache: 256K (64 bytes/line)
[   35.924978] CPU: After all inits, caps: 0383fbff c1cbfbff 00000000 00000420 00000000 00000000 00000000 00000000
[   35.924992] Compat vDSO mapped to ffffe000.
[   35.925008] Checking 'hlt' instruction... OK.
[   35.940954] SMP alternatives: switching to UP code
[   35.942376] Freeing SMP alternatives: 11k freed
[   35.942558] Early unpacking initramfs... done
[   36.377335] ACPI: Core revision 20070126
[   36.377452] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[   36.379066] ACPI: setting ELCR to 0200 (from 0e88)
[   36.382402] CPU0: AMD Athlon(tm) XP 1900+ stepping 02
[   36.382415] SMP motherboard not detected.
[   36.488149] Brought up 1 CPUs
[   36.488177] CPU0 attaching sched-domain:
[   36.488182]  domain 0: span 01
[   36.488184]   groups: 01
[   36.488484] net_namespace: 64 bytes
[   36.488496] Booting paravirtualized kernel on bare hardware
[   36.489075] Time: 22:31:25  Date: 12/15/08
[   36.489121] NET: Registered protocol family 16
[   36.489420] EISA bus registered
[   36.489451] ACPI: bus type pci registered
[   36.566080] PCI: PCI BIOS revision 2.10 entry at 0xfb640, last bus=1
[   36.566084] PCI: Using configuration type 1
[   36.566096] Setting up standard PCI resources
[   36.575289] ACPI: EC: Look up EC in DSDT
[   36.579260] ACPI: Interpreter enabled
[   36.579265] ACPI: (supports S0 S1 S4 S5)
[   36.579282] ACPI: Using PIC for interrupt routing
[   36.583457] ACPI: PCI Root Bridge [PCI0] (0000:00)
[   36.584490] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[   36.604430] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 *11 12 14 15)
[   36.604625] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *7 10 11 12 14 15)
[   36.604820] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 11 12 14 15)
[   36.605014] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 *3 4 5 6 7 10 11 12 14 15)
[   36.605225] ACPI: PCI Interrupt Link [ALKA] (IRQs 16 17 18 19 20 21 22 23) *0
[   36.605414] ACPI: PCI Interrupt Link [ALKB] (IRQs 16 17 18 19 20 21 22 23) *0
[   36.605626] ACPI: PCI Interrupt Link [ALKC] (IRQs 22) *0
[   36.605798] ACPI: PCI Interrupt Link [ALKD] (IRQs 21) *0
[   36.605954] Linux Plug and Play Support v0.97 (c) Adam Belay
[   36.606005] pnp: PnP ACPI init
[   36.606017] ACPI: bus type pnp registered
[   36.608189] pnp: PnP ACPI: found 9 devices
[   36.608193] ACPI: ACPI bus type pnp unregistered
[   36.608199] PnPBIOS: Disabled by ACPI PNP
[   36.608529] PCI: Using ACPI for IRQ routing
[   36.608533] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   36.647916] NET: Registered protocol family 8
[   36.647919] NET: Registered protocol family 20
[   36.648029] AppArmor: AppArmor Filesystem Enabled
[   36.651900] Time: tsc clocksource has been installed.
[   36.659944] system 00:00: iomem range 0xd0000-0xd3fff has been reserved
[   36.659948] system 00:00: iomem range 0xf0000-0xf7fff could not be reserved
[   36.659952] system 00:00: iomem range 0xf8000-0xfbfff could not be reserved
[   36.659956] system 00:00: iomem range 0xfc000-0xfffff could not be reserved
[   36.659959] system 00:00: iomem range 0x1fff0000-0x1fffffff could not be reserved
[   36.659964] system 00:00: iomem range 0xffff0000-0xffffffff could not be reserved
[   36.659968] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[   36.659971] system 00:00: iomem range 0x100000-0x1ffeffff could not be reserved
[   36.659975] system 00:00: iomem range 0xfec00000-0xfec00fff could not be reserved
[   36.659979] system 00:00: iomem range 0xfee00000-0xfee00fff could not be reserved
[   36.659983] system 00:00: iomem range 0xfff80000-0xfffeffff has been reserved
[   36.659992] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
[   36.659996] system 00:02: ioport range 0x294-0x297 has been reserved
[   36.690565] PCI: Bridge: 0000:00:01.0
[   36.690568]   IO window: disabled.
[   36.690574]   MEM window: dc000000-ddffffff
[   36.690578]   PREFETCH window: d0000000-d7ffffff
[   36.690598] PCI: Setting latency timer of device 0000:00:01.0 to 64
[   36.690613] NET: Registered protocol family 2
[   36.727946] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[   36.728263] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[   36.728523] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
[   36.728786] TCP: Hash tables configured (established 16384 bind 16384)
[   36.728790] TCP reno registered
[   36.740021] checking if image is initramfs... it is
[   37.191339] Switched to high resolution mode on CPU 0
[   37.561767] Freeing initrd memory: 7736k freed
[   37.562722] audit: initializing netlink socket (disabled)
[   37.562745] audit(1229380285.612:1): initialized
[   37.565475] VFS: Disk quotas dquot_6.5.1
[   37.565582] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   37.565781] io scheduler noop registered
[   37.565785] io scheduler anticipatory registered
[   37.565788] io scheduler deadline registered
[   37.565802] io scheduler cfq registered (default)
[   37.565819] PCI: VIA PCI bridge detected. Disabling DAC.
[   37.565907] Boot video device is 0000:01:00.0
[   37.566295] isapnp: Scanning for PnP cards...
[   37.919705] isapnp: No Plug & Play device found
[   37.959902] Real Time Clock Driver v1.12ac
[   37.960044] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   37.961657] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[   37.961759] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[   37.961966] PNP: No PS/2 controller found. Probing ports directly.
[   37.962315] serio: i8042 KBD port at 0x60,0x64 irq 1
[   37.962322] serio: i8042 AUX port at 0x60,0x64 irq 12
[   37.970522] mice: PS/2 mouse device common for all mice
[   37.970700] EISA: Probing bus 0 at eisa.0
[   37.970722] Cannot allocate resource for EISA slot 4
[   37.970740] EISA: Detected 0 cards.
[   37.970745] cpuidle: using governor ladder
[   37.970747] cpuidle: using governor menu
[   37.970955] NET: Registered protocol family 1
[   37.970998] Using IPI No-Shortcut mode
[   37.971048] registered taskstats version 1
[   37.971209]   Magic number: 4:975:552
[   37.971462]   hash matches device PNP0C0F:03
[   37.971475] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[   37.971478] EDD information not available.
[   37.972053] Freeing unused kernel memory: 368k freed
[   37.972098] Write protecting the kernel read-only data: 801k
[   39.272704] fuse init (API version 7.9)
[   39.292108] ACPI: Fan [FAN] (on)
[   39.301103] ACPI: CPU0 (power states: C1[C1] C2[C2])
[   39.301113] ACPI: Processor [CPU0] (supports 2 throttling states)
[   39.303431] ACPI: Thermal Zone [THRM] (25 C)
[   39.940303] 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[   39.940370] 8139cp 0000:00:08.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
[   39.940378] 8139cp 0000:00:08.0: Try the "8139too" driver instead.
[   39.940397] 8139cp 0000:00:0f.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
[   39.940400] 8139cp 0000:00:0f.0: Try the "8139too" driver instead.
[   39.952805] 8139too Fast Ethernet driver 0.9.28
[   39.953332] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 7
[   39.953337] PCI: setting IRQ 7 as level-triggered
[   39.953343] ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [LNKB] -> GSI 7 (level, low) -> IRQ 7
[   39.953923] eth0: RealTek RTL8139 at 0xa000, 00:0a:79:5f:80:ff, IRQ 7
[   39.953927] eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
[   39.954341] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[   39.954345] PCI: setting IRQ 11 as level-triggered
[   39.954350] ACPI: PCI Interrupt 0000:00:0f.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
[   39.954882] eth1: RealTek RTL8139 at 0xa400, 00:50:8d:a6:0f:f2, IRQ 11
[   39.954885] eth1:  Identified 8139 chip type 'RTL-8100B/8139D'
[   40.040286] usbcore: registered new interface driver usbfs
[   40.040320] usbcore: registered new interface driver hub
[   40.053441] ACPI: PCI Interrupt 0000:00:0d.0[A] -> Link [LNKB] -> GSI 7 (level, low) -> IRQ 7
[   40.103263] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[7]  MMIO=[e0006000-e00067ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[   40.132114] usbcore: registered new device driver usb
[   40.153061] SCSI subsystem initialized
[   40.164760] USB Universal Host Controller Interface driver v3.0
[   40.214280] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[   40.214292] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[   40.239616] libata version 3.00 loaded.
[   40.245382] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 3
[   40.245391] PCI: setting IRQ 3 as level-triggered
[   40.245396] ACPI: PCI Interrupt 0000:00:10.0[A] -> Link [LNKD] -> GSI 3 (level, low) -> IRQ 3
[   40.245414] uhci_hcd 0000:00:10.0: UHCI Host Controller
[   40.245822] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
[   40.245858] uhci_hcd 0000:00:10.0: irq 3, io base 0x0000a800
[   40.246077] usb usb1: configuration #1 chosen from 1 choice
[   40.246110] hub 1-0:1.0: USB hub found
[   40.246118] hub 1-0:1.0: 2 ports detected
[   40.348038] ACPI: PCI Interrupt 0000:00:10.1[b] -> Link [LNKB] -> GSI 7 (level, low) -> IRQ 7
[   40.348059] uhci_hcd 0000:00:10.1: UHCI Host Controller
[   40.348098] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2
[   40.348127] uhci_hcd 0000:00:10.1: irq 7, io base 0x0000ac00
[   40.348279] usb usb2: configuration #1 chosen from 1 choice
[   40.348314] hub 2-0:1.0: USB hub found
[   40.348323] hub 2-0:1.0: 2 ports detected
[   40.355924] Floppy drive(s): fd0 is 1.44M
[   40.377828] FDC 0 is a post-1991 82077
[   40.451923] ACPI: PCI Interrupt 0000:00:11.2[D] -> Link [LNKD] -> GSI 3 (level, low) -> IRQ 3
[   40.451946] uhci_hcd 0000:00:11.2: UHCI Host Controller
[   40.451982] uhci_hcd 0000:00:11.2: new USB bus registered, assigned bus number 3
[   40.452012] uhci_hcd 0000:00:11.2: irq 3, io base 0x0000b400
[   40.452195] usb usb3: configuration #1 chosen from 1 choice
[   40.452226] hub 3-0:1.0: USB hub found
[   40.452235] hub 3-0:1.0: 2 ports detected
[   40.555820] ACPI: PCI Interrupt 0000:00:11.3[D] -> Link [LNKD] -> GSI 3 (level, low) -> IRQ 3
[   40.555842] uhci_hcd 0000:00:11.3: UHCI Host Controller
[   40.555876] uhci_hcd 0000:00:11.3: new USB bus registered, assigned bus number 4
[   40.555905] uhci_hcd 0000:00:11.3: irq 3, io base 0x0000b800
[   40.556058] usb usb4: configuration #1 chosen from 1 choice
[   40.556095] hub 4-0:1.0: USB hub found
[   40.556104] hub 4-0:1.0: 2 ports detected
[   40.660347] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
[   40.660355] PCI: setting IRQ 10 as level-triggered
[   40.660360] ACPI: PCI Interrupt 0000:00:10.2[C] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
[   40.660380] ehci_hcd 0000:00:10.2: EHCI Host Controller
[   40.660431] ehci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 5
[   40.660488] ehci_hcd 0000:00:10.2: irq 10, io mem 0xe0007000
[   40.671513] ehci_hcd 0000:00:10.2: USB 2.0 started, EHCI 0.95, driver 10 Dec 2004
[   40.671718] usb usb5: configuration #1 chosen from 1 choice
[   40.671754] hub 5-0:1.0: USB hub found
[   40.671764] hub 5-0:1.0: 4 ports detected
[   40.775672] HPT374: IDE controller (0x1103:0x0008 rev 0x07) at  PCI slot 0000:00:13.0
[   40.775705] ACPI: PCI Interrupt 0000:00:13.0[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
[   40.775730] HPT374: DPLL base: 48 MHz, f_CNT: 133, assuming 33 MHz PCI
[   40.779832] HPT374: using 50 MHz DPLL clock
[   40.779939] HPT374: 100% native mode on irq 10
[   40.779952]     ide2: BM-DMA at 0xd000-0xd007, BIOS settings: hde:pio, hdf:pio
[   40.779976]     ide3: BM-DMA at 0xd008-0xd00f, BIOS settings: hdg:pio, hdh:pio
[   40.780263] ACPI: PCI Interrupt 0000:00:13.1[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
[   40.780280] HPT374: DPLL base: 48 MHz, f_CNT: 133, assuming 33 MHz PCI
[   40.784348] HPT374: using 50 MHz DPLL clock
[   40.784461]     ide0: BM-DMA at 0xe400-0xe407, BIOS settings: hda:pio, hdb:pio
[   40.784482]     ide1: BM-DMA at 0xe408-0xe40f, BIOS settings: hdc:pio, hdd:pio
[   40.784500] Probing IDE interface ide2...
[   41.350716] Probing IDE interface ide3...
[   41.359683] usb 4-1: new full speed USB device using uhci_hcd and address 2
[   41.514696] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00508d0000ac0ff2]
[   41.531656] usb 4-1: configuration #1 chosen from 1 choice
[   41.533646] hub 4-1:1.0: USB hub found
[   41.535569] hub 4-1:1.0: 4 ports detected
[   41.882120] usb 4-2: new full speed USB device using uhci_hcd and address 3
[   41.918078] Probing IDE interface ide0...
[   42.047473] usb 4-2: configuration #1 chosen from 1 choice
[   42.052418] hub 4-2:1.0: USB hub found
[   42.053362] hub 4-2:1.0: 3 ports detected
[   42.367190] usb 4-1.2: new low speed USB device using uhci_hcd and address 4
[   42.485452] Probing IDE interface ide1...
[   42.513271] usb 4-1.2: configuration #1 chosen from 1 choice
[   42.719054] usb 4-1.4: new low speed USB device using uhci_hcd and address 5
[   42.850137] usb 4-1.4: configuration #1 chosen from 1 choice
[   43.053063] ACPI: PCI Interrupt 0000:00:11.1[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
[   43.053076] PCI: VIA VLink IRQ fixup for 0000:00:11.1, from 255 to 11
[   43.053181] ACPI: PCI interrupt for device 0000:00:11.1 disabled
[   43.058938] pata_via 0000:00:11.1: version 0.3.3
[   43.058980] ACPI: PCI Interrupt 0000:00:11.1[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
[   43.058989] PCI: VIA VLink IRQ fixup for 0000:00:11.1, from 255 to 11
[   43.060016] usb 4-2.1: new full speed USB device using uhci_hcd and address 6
[   43.061295] scsi0 : pata_via
[   43.062080] scsi1 : pata_via
[   43.065219] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xb000 irq 14
[   43.065223] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xb008 irq 15
[   43.221980] usb 4-2.1: configuration #1 chosen from 1 choice
[   43.228855] usbcore: registered new interface driver hiddev
[   43.244238] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:11.3/usb4/4-1/4-1.2/4-1.2:1.0/input/input1
[   43.256654] input,hidraw0: USB HID v1.10 Keyboard [CHESEN USB Keyboard] on usb-0000:00:11.3-1.2
[   43.293915] input: CHESEN USB Keyboard as /devices/pci0000:00/0000:00:11.3/usb4/4-1/4-1.2/4-1.2:1.1/input/input2
[   43.294343] ata1.00: ATA-5: WDC WD400BB-00DEA0, 05.03E05, max UDMA/100
[   43.294348] ata1.00: 78165360 sectors, multi 16: LBA
[   43.294554] ata1.01: ATA-6: ST340014A, 3.16, max UDMA/100
[   43.294557] ata1.01: 78125000 sectors, multi 16: LBA48
[   43.309834] ata1.00: configured for UDMA/100
[   43.316563] input,hidraw1: USB HID v1.10 Mouse [CHESEN USB Keyboard] on usb-0000:00:11.3-1.2
[   43.324916] ata1.01: configured for UDMA/100
[   43.331134] input: USB Wheel Mouse as /devices/pci0000:00/0000:00:11.3/usb4/4-1/4-1.4/4-1.4:1.0/input/input3
[   43.340536] input,hidraw2: USB HID v1.00 Mouse [USB Wheel Mouse] on usb-0000:00:11.3-1.4
[   43.340567] usbcore: registered new interface driver usbhid
[   43.340573] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[   43.820509] ata2.00: ATA-6: ST3120026A, 8.01, max UDMA/100
[   43.820517] ata2.00: 234441648 sectors, multi 16: LBA48
[   43.820541] ata2.01: ATAPI: _NEC DVD_RW ND-4550A, 1.26, max UDMA/33
[   43.836341] ata2.00: configured for UDMA/100
[   44.008030] ata2.01: configured for UDMA/33
[   44.008220] scsi 0:0:0:0: Direct-Access     ATA      WDC WD400BB-00DE 05.0 PQ: 0 ANSI: 5
[   44.008836] scsi 0:0:1:0: Direct-Access     ATA      ST340014A        3.16 PQ: 0 ANSI: 5
[   44.010032] scsi 1:0:0:0: Direct-Access     ATA      ST3120026A       8.01 PQ: 0 ANSI: 5
[   44.011385] scsi 1:0:1:0: CD-ROM            _NEC     DVD_RW ND-4550A  1.26 PQ: 0 ANSI: 5
[   44.030276] Driver 'sd' needs updating - please use bus_type methods
[   44.030419] sd 0:0:0:0: [sda] 78165360 512-byte hardware sectors (40021 MB)
[   44.030441] sd 0:0:0:0: [sda] Write Protect is off
[   44.030444] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   44.030470] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   44.030541] sd 0:0:0:0: [sda] 78165360 512-byte hardware sectors (40021 MB)
[   44.030555] sd 0:0:0:0: [sda] Write Protect is off
[   44.030558] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   44.030579] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   44.030585]  sda:<4>Driver 'sr' needs updating - please use bus_type methods
[   44.066885]  sda1
[   44.066990] sd 0:0:0:0: [sda] Attached SCSI disk
[   44.067107] sd 0:0:1:0: [sdb] 78125000 512-byte hardware sectors (40000 MB)
[   44.067127] sd 0:0:1:0: [sdb] Write Protect is off
[   44.067131] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[   44.067157] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   44.067217] sd 0:0:1:0: [sdb] 78125000 512-byte hardware sectors (40000 MB)
[   44.067232] sd 0:0:1:0: [sdb] Write Protect is off
[   44.067235] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[   44.067257] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   44.067263]  sdb: sdb1 sdb2
[   44.080287] sd 0:0:1:0: [sdb] Attached SCSI disk
[   44.080377] sd 1:0:0:0: [sdc] 234441648 512-byte hardware sectors (120034 MB)
[   44.080397] sd 1:0:0:0: [sdc] Write Protect is off
[   44.080400] sd 1:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[   44.080425] sd 1:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   44.080479] sd 1:0:0:0: [sdc] 234441648 512-byte hardware sectors (120034 MB)
[   44.080493] sd 1:0:0:0: [sdc] Write Protect is off
[   44.080497] sd 1:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[   44.080518] sd 1:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   44.080524]  sdc: sdc1 sdc2 < sdc5 >
[   44.115570] sd 1:0:0:0: [sdc] Attached SCSI disk
[   44.133741] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   44.133790] sd 0:0:1:0: Attached scsi generic sg1 type 0
[   44.133815] sd 1:0:0:0: Attached scsi generic sg2 type 0
[   44.133839] sr 1:0:1:0: Attached scsi generic sg3 type 5
[   44.135712] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[   44.135722] Uniform CD-ROM driver Revision: 3.20
[   44.135809] sr 1:0:1:0: Attached scsi CD-ROM sr0
[   44.660818] Attempting manual resume
[   44.660824] swsusp: Resume From Partition 8:37
[   44.660827] PM: Checking swsusp image.
[   44.661093] PM: Resume from disk failed.
[   44.708518] kjournald starting.  Commit interval 5 seconds
[   44.708542] EXT3-fs: mounted filesystem with ordered data mode.
[   53.007286] ip_tables: (C) 2000-2006 Netfilter Core Team
[   53.092195] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
[   54.218815] Linux agpgart interface v0.102
[   54.305474] agpgart: Detected VIA KT266/KY266x/KT333 chipset
[   54.316320] agpgart: AGP aperture is 64M @ 0xd8000000
[   54.364555] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   54.399015] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   54.704002] Linux video capture interface: v2.00
[   54.766001] input: Power Button (FF) as /devices/virtual/input/input4
[   54.779826] ACPI: Power Button (FF) [PWRF]
[   54.780033] input: Power Button (CM) as /devices/virtual/input/input5
[   54.795776] ACPI: Power Button (CM) [PWRB]
[   54.795984] input: Sleep Button (CM) as /devices/virtual/input/input6
[   54.815761] ACPI: Sleep Button (CM) [SLPB]
[   54.991978] cx88/0: cx2388x v4l2 driver version 0.0.6 loaded
[   54.992080] ACPI: PCI Interrupt 0000:00:0b.0[A] -> Link [LNKD] -> GSI 3 (level, low) -> IRQ 3
[   54.992172] cx88[0]: Your board isn't known (yet) to the driver.  You can
[   54.992174] cx88[0]: try to pick one of the existing card configs via
[   54.992176] cx88[0]: card=<n> insmod option.  Updating to the latest
[   54.992178] cx88[0]: version might help as well.
[   54.992181] cx88[0]: Here is a list of valid choices for the card=<n> insmod option:
端末に入力したら上記の内容が表示されています。

どれがMOなのか分かりません、kubuntu の左したのシステムメニューでMOメディアをディストップにマウントして

アイコンをダブルクリックすると次のようなエラーが出ます。

ディスクトップエントリファイル
/home/uesaka/ディスクトップ/MOデバイスはタイプがFSDeviceですが、Dev=,,,と言う行がありません。

宜しくお願いします

オフライン

 

#7 2008-12-16 12:26:11

si
メンバ
From: hokkaido kitami, jp
登録日: 2007-01-15

Re: ubuntu でMOを使用したい

dmesg の、MO ドライブを繋ぎ、電源を入れる、前後でのメッセージの追加具合で、どう認識されたのかわかります。
 手順としては、
 端末を開き、
 dmesg で表示を見て、最後の数行をエディタなどへ、コピペ
 次に、MO ドライブを繋ぎ、電源を入れ、dmesg の表示確認、追加された部分をコピペ
 同様に、MOメディアを挿入し、dmesg の表示確認、追加された部分をコピペ
で、認識され方が解ると思います。
この追加部分のみ載せれば OK だとおもいます。

ただし、USB1.1とのことですので、メディア挿入後すぐではなく、10秒位待ってから
dmesg の表示を見た方が良いかもしれません。

Ubuntu/Kubuntu の場合、メッセージの先頭に、数字が表示されますので、追加部分を見つけるのは簡単です。
例:
[   29.157963] r8169: eth0: link up
[   29.157971] r8169: eth0: link up
[   29.380741] NET: Registered protocol family 17
 <ーusb メモリを挿す
[   90.220014] usb 8-3: new high speed USB device using ehci_hcd and address 3
[   90.354197] usb 8-3: configuration #1 chosen from 1 choice

ただ、uesaka さんのメッセージ最後に
[   54.992080] ACPI: PCI Interrupt 0000:00:0b.0[A] -> Link [LNKD] -> GSI 3 (level, low) -> IRQ 3
[   54.992172] cx88[0]: Your board isn't known (yet) to the driver.  You can
[   54.992174] cx88[0]: try to pick one of the existing card configs via
[   54.992176] cx88[0]: card=<n> insmod option.  Updating to the latest
[   54.992178] cx88[0]: version might help as well.
[   54.992181] cx88[0]: Here is a list of valid choices for the card=<n> insmod option:
と、PC上に、認識出来ないものがあるようなので、あまり期待しない方がいいかもしれません。

オフライン

 

#8 2008-12-17 01:06:10

uesaka
メンバ
登録日: 2008-12-12

Re: ubuntu でMOを使用したい

SIさん返事有り難うございます。

USB端子を取り付けた状態

[  499.754745] spurious 8259A interrupt: IRQ7.
[ 3167.476996] usb 4-2: USB disconnect, address 3
[ 3167.477005] usb 4-2.1: USB disconnect, address 6
[ 3281.926719] usb 4-2: new full speed USB device using uhci_hcd and address 7
[ 3282.090880] usb 4-2: configuration #1 chosen from 1 choice
[ 3282.103841] hub 4-2:1.0: USB hub found
[ 3282.104753] hub 4-2:1.0: 3 ports detected
[ 3282.415594] usb 4-2.1: new full speed USB device using uhci_hcd and address 8
[ 3282.579672] usb 4-2.1: configuration #1 chosen from 1 choice
[ 4164.398681] usb 4-2: USB disconnect, address 7
[ 4164.398691] usb 4-2.1: USB disconnect, address 8
[ 5142.978189] usb 4-2: new full speed USB device using uhci_hcd and address 9
[ 5143.144029] usb 4-2: configuration #1 chosen from 1 choice
[ 5143.148955] hub 4-2:1.0: USB hub found
[ 5143.149841] hub 4-2:1.0: 3 ports detected
[ 5143.471720] usb 4-2.1: new full speed USB device using uhci_hcd and address 10
[ 5143.635852] usb 4-2.1: configuration #1 chosen from 1 choice


USB端子を取り外した状態

499.754745] spurious 8259A interrupt: IRQ7.
[ 3167.476996] usb 4-2: USB disconnect, address 3
[ 3167.477005] usb 4-2.1: USB disconnect, address 6
[ 3281.926719] usb 4-2: new full speed USB device using uhci_hcd and address 7
[ 3282.090880] usb 4-2: configuration #1 chosen from 1 choice
[ 3282.103841] hub 4-2:1.0: USB hub found
[ 3282.104753] hub 4-2:1.0: 3 ports detected
[ 3282.415594] usb 4-2.1: new full speed USB device using uhci_hcd and address 8
[ 3282.579672] usb 4-2.1: configuration #1 chosen from 1 choice
[ 4164.398681] usb 4-2: USB disconnect, address 7
[ 4164.398691] usb 4-2.1: USB disconnect, address 8

上記がUSB端子を取り付けた状態と取り外した状態です、意味が分かりません、宜しくお願いします。

オフライン

 

#9 2008-12-17 14:02:08

si
メンバ
From: hokkaido kitami, jp
登録日: 2007-01-15

Re: ubuntu でMOを使用したい

>意味が分かりません
ちょっと長くなりますが、基本的なことから、説明します。
dmesg は、システムからのデバイス関連のメッセージを記録しているログです。
本体は、/var/log 以下にあります。
ログは、単純なテキストファイルです。
システムからのメッセージは、/var/log/dmesg に追加されていきます。
uesaka さんのログ上では、「USB端子を取り付ると」
[ 5142.978189] usb 4-2: new full speed USB device using uhci_hcd and address 9
[ 5143.144029] usb 4-2: configuration #1 chosen from 1 choice
以下が、追加され、「USB端子を取り外すと」
[ 4164.398681] usb 4-2: USB disconnect, address 7
[ 4164.398691] usb 4-2.1: USB disconnect, address 8
が、追加されました。
USB端子を取り付けた状態から、MOメディアを挿入すると、Ubuntuシステムは、メディアを調べ、ストレージ・メディア(HDD,CD-ROM等の記憶媒体)と認識すると、/dev/sd?? 以下にマウントしようとトライします。
(最近のLinuxは、ストレージは、すべて scsi 扱いするようなので、/dev/sd?? になります)
システムに、正常にマウントされると、次に、Ubuntuなら、gnomeデスクトップのマウントマネージャが、メディアを /media/disk? にマウントし、デスクトップにアイコンが現れます。

そこで、一番肝心な、「USB端子を取り付けた状態から、MOメディアを挿入した」後の、dmesg が掲示されていません。

オフライン

 

#10 2008-12-17 14:42:12

si
メンバ
From: hokkaido kitami, jp
登録日: 2007-01-15

Re: ubuntu でMOを使用したい

先ほどの返信後、気がついたのですが、
USB経由でも、MOドライブを繋ぐと、scsi デバイスとして認識される筈ですよね?
例: 私の環境で、USB経由で、DVD-R/Wドライブ繋いでみました
[  538.936012] usb 8-3: new high speed USB device using ehci_hcd and address 4
[  539.069824] usb 8-3: configuration #1 chosen from 1 choice
[  539.070494] scsi9 : SCSI emulation for USB Mass Storage devices
[  539.070576] usb-storage: device found at 4
[  539.070580] usb-storage: waiting for device to settle before scanning
[  544.068270] usb-storage: device scan complete
[  544.068873] scsi 9:0:0:0: CD-ROM            PIONEER  DVD-RW  DVR-212D 1.09 PQ: 0 ANSI: 0
[  544.093984] sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
[  544.094249] sr 9:0:0:0: Attached scsi CD-ROM sr0
[  544.094479] sr 9:0:0:0: Attached scsi generic sg3 type 5
それに、デスクトップ、パネル・メニューの「場所」に、「CD-RW/DVD±RWドライブ」が追加されました。
これが出ないと言うことは、現状のシステムでは、使えないかも知れませんね。

そこで、最後の確認として、USBハブにMOを繋いでいるように思われますので、
マザーボードのUSBポートに直接、MO  繋いで dmesg を見るとどうなりますか?
(考え難いですが、ハブに阻害されている可能性も無いとは言えないので)

オフライン

 

#11 2008-12-18 07:24:32

uesaka
メンバ
登録日: 2008-12-12

Re: ubuntu でMOを使用したい

SI  さん アドバイス有難うございます。

USB端子は前2 後4 (1.1)    後 2 (2.0)  蓋を開けては挿入していません、hubも使用していません。


USB端子を挿入 ディスク挿入(usb1.1) 後

886.167772] spurious 8259A interrupt: IRQ7.
[ 1996.083637] usb 4-1.3: USB disconnect, address 4
[ 1996.083646] usb 4-1.3.1: USB disconnect, address 6
[ 2618.124325] usb 3-1: new full speed USB device using uhci_hcd and address 2
[ 2618.289607] usb 3-1: configuration #1 chosen from 1 choice
[ 2618.296223] hub 3-1:1.0: USB hub found
[ 2618.296633] hub 3-1:1.0: 3 ports detected
[ 2618.613306] usb 3-1.1: new full speed USB device using uhci_hcd and address 3
[ 2618.777402] usb 3-1.1: configuration #1 chosen from 1 choice

USB端子を挿入 ディスク取り外し(usb1.1) 後

886.167772] spurious 8259A interrupt: IRQ7.
[ 1996.083637] usb 4-1.3: USB disconnect, address 4
[ 1996.083646] usb 4-1.3.1: USB disconnect, address 6
[ 2618.124325] usb 3-1: new full speed USB device using uhci_hcd and address 2
[ 2618.289607] usb 3-1: configuration #1 chosen from 1 choice
[ 2618.296223] hub 3-1:1.0: USB hub found
[ 2618.296633] hub 3-1:1.0: 3 ports detected
[ 2618.613306] usb 3-1.1: new full speed USB device using uhci_hcd and address 3
[ 2618.777402] usb 3-1.1: configuration #1 chosen from 1 choice

USB端子を挿入 ディスク挿入(usb2.0) 後
 
886.167772] spurious 8259A interrupt: IRQ7.
[ 1996.083637] usb 4-1.3: USB disconnect, address 4
[ 1996.083646] usb 4-1.3.1: USB disconnect, address 6
[ 2618.124325] usb 3-1: new full speed USB device using uhci_hcd and address 2
[ 2618.289607] usb 3-1: configuration #1 chosen from 1 choice
[ 2618.296223] hub 3-1:1.0: USB hub found
[ 2618.296633] hub 3-1:1.0: 3 ports detected
[ 2618.613306] usb 3-1.1: new full speed USB device using uhci_hcd and address 3
[ 2618.777402] usb 3-1.1: configuration #1 chosen from 1 choice
[ 3260.983685] usb 3-1: USB disconnect, address 2
[ 3260.983694] usb 3-1.1: USB disconnect, address 3
[ 3267.456874] usb 1-1: new full speed USB device using uhci_hcd and address 2
[ 3267.625887] usb 1-1: configuration #1 chosen from 1 choice
[ 3267.643633] hub 1-1:1.0: USB hub found
[ 3267.645628] hub 1-1:1.0: 3 ports detected
[ 3267.991620] usb 1-1.1: new full speed USB device using uhci_hcd and address 3
[ 3268.157278] usb 1-1.1: configuration #1 chosen from 1 choice


USB端子を挿入 ディスク取り外し(usb2.0)後

886.167772] spurious 8259A interrupt: IRQ7.
[ 1996.083637] usb 4-1.3: USB disconnect, address 4
[ 1996.083646] usb 4-1.3.1: USB disconnect, address 6
[ 2618.124325] usb 3-1: new full speed USB device using uhci_hcd and address 2
[ 2618.289607] usb 3-1: configuration #1 chosen from 1 choice
[ 2618.296223] hub 3-1:1.0: USB hub found
[ 2618.296633] hub 3-1:1.0: 3 ports detected
[ 2618.613306] usb 3-1.1: new full speed USB device using uhci_hcd and address 3
[ 2618.777402] usb 3-1.1: configuration #1 chosen from 1 choice
[ 3260.983685] usb 3-1: USB disconnect, address 2
[ 3260.983694] usb 3-1.1: USB disconnect, address 3
[ 3267.456874] usb 1-1: new full speed USB device using uhci_hcd and address 2
[ 3267.625887] usb 1-1: configuration #1 chosen from 1 choice
[ 3267.643633] hub 1-1:1.0: USB hub found
[ 3267.645628] hub 1-1:1.0: 3 ports detected
[ 3267.991620] usb 1-1.1: new full speed USB device using uhci_hcd and address 3
[ 3268.157278] usb 1-1.1: configuration #1 chosen from 1 choice

USB端子を挿入 ディスク挿入(usb1.1) 前


886.167772] spurious 8259A interrupt: IRQ7.
[ 1996.083637] usb 4-1.3: USB disconnect, address 4
[ 1996.083646] usb 4-1.3.1: USB disconnect, address 6
[ 2618.124325] usb 3-1: new full speed USB device using uhci_hcd and address 2
[ 2618.289607] usb 3-1: configuration #1 chosen from 1 choice
[ 2618.296223] hub 3-1:1.0: USB hub found
[ 2618.296633] hub 3-1:1.0: 3 ports detected
[ 2618.613306] usb 3-1.1: new full speed USB device using uhci_hcd and address 3
[ 2618.777402] usb 3-1.1: configuration #1 chosen from 1 choice
[ 3260.983685] usb 3-1: USB disconnect, address 2
[ 3260.983694] usb 3-1.1: USB disconnect, address 3
[ 3267.456874] usb 1-1: new full speed USB device using uhci_hcd and address 2
[ 3267.625887] usb 1-1: configuration #1 chosen from 1 choice
[ 3267.643633] hub 1-1:1.0: USB hub found
[ 3267.645628] hub 1-1:1.0: 3 ports detected
[ 3267.991620] usb 1-1.1: new full speed USB device using uhci_hcd and address 3
[ 3268.157278] usb 1-1.1: configuration #1 chosen from 1 choice
[ 4009.661298] usb 1-1: USB disconnect, address 2
[ 4009.661307] usb 1-1.1: USB disconnect, address 3
[ 4030.872949] usb 4-1.3: new full speed USB device using uhci_hcd and address 7
[ 4031.001048] usb 4-1.3: configuration #1 chosen from 1 choice
[ 4031.011562] hub 4-1.3:1.0: USB hub found
[ 4031.012019] hub 4-1.3:1.0: 3 ports detected
[ 4031.323754] usb 4-1.3.1: new full speed USB device using uhci_hcd and address 8

USB端子を挿入 ディスク取り外し(usb1.1)前

886.167772] spurious 8259A interrupt: IRQ7.
[ 1996.083637] usb 4-1.3: USB disconnect, address 4
[ 1996.083646] usb 4-1.3.1: USB disconnect, address 6
[ 2618.124325] usb 3-1: new full speed USB device using uhci_hcd and address 2
[ 2618.289607] usb 3-1: configuration #1 chosen from 1 choice
[ 2618.296223] hub 3-1:1.0: USB hub found
[ 2618.296633] hub 3-1:1.0: 3 ports detected
[ 2618.613306] usb 3-1.1: new full speed USB device using uhci_hcd and address 3
[ 2618.777402] usb 3-1.1: configuration #1 chosen from 1 choice
[ 3260.983685] usb 3-1: USB disconnect, address 2
[ 3260.983694] usb 3-1.1: USB disconnect, address 3
[ 3267.456874] usb 1-1: new full speed USB device using uhci_hcd and address 2
[ 3267.625887] usb 1-1: configuration #1 chosen from 1 choice
[ 3267.643633] hub 1-1:1.0: USB hub found
[ 3267.645628] hub 1-1:1.0: 3 ports detected
[ 3267.991620] usb 1-1.1: new full speed USB device using uhci_hcd and address 3
[ 3268.157278] usb 1-1.1: configuration #1 chosen from 1 choice
[ 4009.661298] usb 1-1: USB disconnect, address 2
[ 4009.661307] usb 1-1.1: USB disconnect, address 3
[ 4030.872949] usb 4-1.3: new full speed USB device using uhci_hcd and address 7
[ 4031.001048] usb 4-1.3: configuration #1 chosen from 1 choice
[ 4031.011562] hub 4-1.3:1.0: USB hub found
[ 4031.012019] hub 4-1.3:1.0: 3 ports detected
[ 4031.323754] usb 4-1.3.1: new full speed USB device using uhci_hcd and address 8

上記の様にUSB端子を挿入したり 取り外したり 後に挿入したり 前に挿入したり ディスクを挿入したり  ディスクを取り外したり した結果です  USBハブは使用していません。

またアドバイス宜しくお願いします。

オフライン

 

Board footer

Powered by FluxBB