LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1069|回复: 12

无法挂载 DVD-COMBO

[复制链接]
发表于 2007-6-9 03:03:25 | 显示全部楼层 |阅读模式
终于装好了GENTOO 2007 KDE3.5.5 可以进入桌面了想看DVD 可是怎么都加载不了DVD 一看原来是系统就没有加载上

    /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# <fs>                  <mountpoint>    <type>          <opts>          <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda8               /               reiserfs        defaults        1 1
/dev/hda7               none            swap            sw              0 0
/dev/hda9               /soft           reiserfs        defaults        1 2
/dev/cdrom              /mnt/cdrom      audo            noauto,ro,user       0 0
#/dev/cdrom              /mnt/cdrom     iso9660         ro,user,noauto,unhide 0 0
#none                    /proc           proc            defaults        0 0
#none                    /dev/shm        tmpfs           defaults        0 0
#none                    /proc/bus/usb   usbfs           defaults        0 0

#/dev/fd0               /mnt/floppy     auto            noauto          0 0
/dev/cdroms/cdrom0      /mnt/cdrom      auto            noauto,user     0 0
#/dev/cdroms/cdrom0      /mnt/cdrom       auto            noauto,user     0 0
#/dev/hdd               /mnt/cdrom       auto         user,noauto,ro  0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
shm                     /dev/shm        tmpfs           nodev,nosuid,noexec     0 0
/dev/hda1  /windows/hda1  ntfs  auto,user,nls=utf8,umask=0   0 0
/dev/hda5  /windows/hda5  ntfs  auto,user,nls=utf8,umask=0   0 0


我加载了两个都不行

一个是
/dev/cdrom              /mnt/cdrom      audo            noauto,ro,user       0 0

还有一个是
/dev/cdroms/cdrom0      /mnt/cdrom      auto            noauto,user     0 0
都不行都显示是未挂载的CDROM

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2007-6-9 03:35:31 | 显示全部楼层
try mount it manually
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-6-9 08:50:59 | 显示全部楼层
还是不行




mildman isspy # mount /dev/cdrom /mnt/cdrom
mount: block device /dev/cdrom is write-protected, mounting read-only
mildman isspy # mount /dev/cdroms/cdrom0 /mnt/cdrom
mount: special device /dev/cdroms/cdrom0 does not exist
mildman isspy #

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-6-9 10:02:50 | 显示全部楼层
有人在不 ,帮忙贴上你们的FSTAB供我参考一下!!

我只有一个硬盘 一个光驱却怎么都挂载不上!!!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-6-9 10:13:34 | 显示全部楼层
dmesg
Linux version 2.6.21-gentoo-r2 (root@livecd) (gcc version 4.1.2 (Gentoo 4.1.2)) #1 SMP Thu Jun 7 11:13:44 CST 2007
BIOS-provided physical RAM map:
sanitize start
sanitize end
copy_e820_map() start: 0000000000000000 size: 000000000009fc00 end: 000000000009fc00 type: 1
copy_e820_map() type is E820_RAM
copy_e820_map() start: 000000000009fc00 size: 0000000000000400 end: 00000000000a0000 type: 2
copy_e820_map() start: 00000000000e4000 size: 000000000001c000 end: 0000000000100000 type: 2
copy_e820_map() start: 0000000000100000 size: 000000001f640000 end: 000000001f740000 type: 1
copy_e820_map() type is E820_RAM
copy_e820_map() start: 000000001f740000 size: 0000000000010000 end: 000000001f750000 type: 3
copy_e820_map() start: 000000001f750000 size: 00000000000b0000 end: 000000001f800000 type: 4
copy_e820_map() start: 00000000fee00000 size: 0000000000001000 end: 00000000fee01000 type: 2
copy_e820_map() start: 00000000ff380000 size: 0000000000c80000 end: 0000000100000000 type: 2
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000001f740000 (usable)
BIOS-e820: 000000001f740000 - 000000001f750000 (ACPI data)
BIOS-e820: 000000001f750000 - 000000001f800000 (ACPI NVS)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000ff380000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
503MB LOWMEM available.
Entering add_active_range(0, 0, 128832) 0 entries of 256 used
Zone PFN ranges:
  DMA             0 ->     4096
  Normal       4096 ->   128832
  HighMem    128832 ->   128832
early_node_map[1] active PFN ranges
    0:        0 ->   128832
On node 0 totalpages: 128832
  DMA zone: 32 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 4064 pages, LIFO batch:0
  Normal zone: 974 pages used for memmap
  Normal zone: 123762 pages, LIFO batch:31
  HighMem zone: 0 pages used for memmap
DMI 2.3 present.
ACPI: RSDP 000FA550, 0014 (r0 ACPIAM)
ACPI: RSDT 1F740000, 0030 (r1 A M I  OEMRSDT   9000608 MSFT       97)
ACPI: FACP 1F740200, 0081 (r2 A M I  OEMFACP   9000608 MSFT       97)
ACPI Warning (tbfadt-0360): Ignoring BIOS FADT r2 C-state control [20070126]
ACPI: DSDT 1F740370, 3B3B (r1  P4i6G P4i6G122      122 INTL  2002026)
ACPI: FACS 1F750000, 0040
ACPI: APIC 1F740300, 006C (r1 A M I  OEMAPIC   9000608 MSFT       97)
ACPI: OEMB 1F750040, 003F (r1 A M I  OEMBIOS   9000608 MSFT       97)
ACPI: PM-Timer IO Port: 0x808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 15:4 APIC version 20
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Processor #1 15:4 APIC version 20
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 20000000 (gap: 1f800000:df600000)
Built 1 zonelists.  Total pages: 127826
Kernel command line: root=/dev/hda8 vga=788
mapped APIC to ffffd000 (fee00000)
mapped IOAPIC to ffffc000 (fec00000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
CPU 0 irqstacks, hard=c0547000 soft=c0527000
PID hash table entries: 2048 (order: 11, 8192 bytes)
Detected 2995.185 MHz processor.
Speakup v-2.00 CVS: Fri Apr 13 13:49:34 EDT 2007 : initialized
Console: colour dummy device 80x25
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 502788k/515328k available (3132k kernel code, 11984k reserved, 824k data, 248k init, 0k highmem)
virtual kernel memory layout:
    fixmap  : 0xffe17000 - 0xfffff000   (1952 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0xe0000000 - 0xff7fe000   ( 503 MB)
    lowmem  : 0xc0000000 - 0xdf740000   ( 503 MB)
      .init : 0xc04e4000 - 0xc0522000   ( 248 kB)
      .data : 0xc040f1b2 - 0xc04dd494   ( 824 kB)
      .text : 0xc0100000 - 0xc040f1b2   (3132 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 5993.10 BogoMIPS (lpj=29965540)
Mount-cache hash table entries: 512
CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 0000441d 00000000 00000001
monitor/mwait feature present.
using mwait in idle threads.
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
CPU: Physical Processor ID: 0
CPU: After all inits, caps: bfebfbff 00000000 00000000 00003180 0000441d 00000000 00000001
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
CPU0: Thermal monitoring enabled
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
ACPI: Core revision 20070126
CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 09
SMP alternatives: switching to SMP code
Booting processor 1/1 eip 3000
CPU 1 irqstacks, hard=c0548000 soft=c0528000
Initializing CPU#1
Calibrating delay using timer specific routine.. 5989.92 BogoMIPS (lpj=29949634)
CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 0000441d 00000000 00000001
monitor/mwait feature present.
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
CPU: Physical Processor ID: 0
CPU: After all inits, caps: bfebfbff 00000000 00000000 00003180 0000441d 00000000 00000001
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel P4/Xeon Extended MCE MSRs (12) available
CPU1: Thermal monitoring enabled
CPU1: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 09
Total of 2 processors activated (11983.03 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Brought up 2 CPUs
migration_cost=131
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=1
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
Boot video device is 0000:00:02.0
PCI quirk: region 0800-087f claimed by ICH4 ACPI/GPIO/TCO
PCI quirk: region 0480-04bf claimed by ICH4 GPIO
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 14 devices
SCSI subsystem initialized
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
pnp: 00:07: iomem range 0xfed20000-0xfed8ffff has been reserved
pnp: 00:07: iomem range 0xff380000-0xffefffff could not be reserved
pnp: 00:08: iomem range 0xfec00000-0xfec00fff has been reserved
pnp: 00:08: iomem range 0xfee00000-0xfee00fff could not be reserved
pnp: 00:0c: ioport range 0x680-0x6ff has been reserved
pnp: 00:0c: ioport range 0x295-0x296 has been reserved
pnp: 00:0d: iomem range 0x0-0x9ffff could not be reserved
pnp: 00:0d: iomem range 0xc0000-0xdffff could not be reserved
pnp: 00:0d: iomem range 0xe0000-0xfffff could not be reserved
pnp: 00:0d: iomem range 0x100000-0x1f7fffff could not be reserved
Time: tsc clocksource has been installed.
PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
PCI: Bridge: 0000:00:1e.0
  IO window: b000-bfff
  MEM window: ff000000-ff0fffff
  PREFETCH window: disabled.
PCI: Setting latency timer of device 0000:00:1e.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
TCP established hash table entries: 16384 (order: 5, 196608 bytes)
TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
TCP: Hash tables configured (established 16384 bind 16384)
TCP reno registered
checking if image is initramfs... it is
Freeing initrd memory: 2489k freed
Machine check exception polling timer started.
audit: initializing netlink socket (disabled)
audit(1181329248.990:1): initialized
squashfs: version 3.2 (2007/01/02) Phillip Lougher
SGI XFS with ACLs, security attributes, realtime, large block numbers, no debug enabled
SGI XFS Quota Management subsystem
OCFS2 1.3.3
OCFS2 Node Manager 1.3.3
OCFS2 DLM 1.3.3
OCFS2 DLMFS 1.3.3
OCFS2 User DLM kernel interface loaded
GFS2 (built Jun  7 2007 11:09:17) installed
Lock_Nolock (built Jun  7 2007 11:09:29) installed
io scheduler noop registered
io scheduler anticipatory registered (default)
io scheduler deadline registered
io scheduler cfq registered
intel_rng: FWH not detected
initialized device: /dev/synth, node ( MAJOR 10, MINOR 25 )
vesafb: framebuffer at 0xf0000000, mapped to 0xe0080000, using 1875k, total 8000k
vesafb: mode is 800x600x16, linelength=1600, pages=7
vesafb: protected mode interface info at 00ff:44f0
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
Console: switching to colour frame buffer device 100x37
fb0: VESA VGA frame buffer device
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
loop: loaded (max 8 devices)
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH5: IDE controller at PCI slot 0000:00:1f.1
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 16
ICH5: chipset revision 2
ICH5: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hdaMA, hdb:pio
    ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdcMA, hdd:pio
Probing IDE interface ide0...
hda: ST380011A, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: TSSTcorp CDW/DVD TS-H492C, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 512KiB
hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=16383/255/63, UDMA(100)
hda: cache flushes supported
hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 >
hdc: ATAPI 63X DVD-ROM CD-R/RW drive, 1536kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
PNP: PS/2 Controller [PNP0303S2K,PNP0f03S2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard as /class/input/input0
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
Starting balanced_irq
Using IPI No-Shortcut mode
Freeing unused kernel memory: 248k freed
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
PCI: cache line size of 128 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: irq 17, io mem 0xff27fc00
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
USB Universal Host Controller Interface driver v3.0
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 18, io base 0x0000dc00
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.1 -> GSI 19 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000e000
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 16, io base 0x0000e400
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
input: ImPS/2 Generic Wheel Mouse as /class/input/input1
ACPI: PCI Interrupt 0000:00:1d.3[A] -> GSI 16 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.3: irq 18, io base 0x0000e800
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
sl811: driver sl811-hcd, 19 May 2005
ieee1394: Initialized config rom entry `ip1394'
libata version 2.20 loaded.
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com
JFS: nTxBlock = 3950, nTxLock = 31606
Intel(R) PRO/1000 Network Driver - version 7.3.20-k2
Copyright (c) 1999-2006 Intel Corporation.
ReiserFS: hda8: found reiserfs format "3.6" with standard journal
ReiserFS: hda8: using ordered data mode
ReiserFS: hda8: journal params: device hda8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda8: checking transaction log (hda8)
ReiserFS: hda8: Using r5 hash to sort names
ACPI: PCI Interrupt 0000:00:1f.3 -> GSI 17 (level, low) -> IRQ 20
ACPI: PCI Interrupt 0000:00:1f.5 -> GSI 17 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:1f.5 to 64
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
input: PC Speaker as /class/input/input2
Linux agpgart interface v0.102 (c) Dave Jones
intel8x0_measure_ac97_clock: measured 51846 usecs
intel8x0: clocking to 48000
agpgart: Detected an Intel 865 Chipset.
agpgart: Detected 8060K stolen memory.
agpgart: AGP aperture is 128M @ 0xf0000000
8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
8139cp 0000:01:05.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
8139cp 0000:01:05.0: Try the "8139too" driver instead.
8139too Fast Ethernet driver 0.9.28
ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 22 (level, low) -> IRQ 21
eth0: RealTek RTL8139 at 0xe06c0c00, 00:13:8f:fa:23:e3, IRQ 21
eth0:  Identified 8139 chip type 'RTL-8101'
ReiserFS: hda9: found reiserfs format "3.6" with standard journal
ReiserFS: hda9: using ordered data mode
ReiserFS: hda9: journal params: device hda9, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda9: checking transaction log (hda9)
ReiserFS: hda9: Using r5 hash to sort names
NTFS driver 2.1.28 [Flags: R/W MODULE].
NTFS volume version 3.1.
NTFS-fs error (device hda1): load_system_files(): $LogFile is not clean.  Mounting read-only.  Mount in Windows.
NTFS volume version 3.1.
Adding 1052216k swap on /dev/hda7.  Priority:-1 extents:1 across:1052216k
Real Time Clock Driver v1.12ac
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[drm] Initialized drm 1.1.0 20060810
ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 18
[drm] Initialized i915 1.6.0 20060119 on minor 0
CPU1: Temperature above threshold, cpu clock throttled (total events = 1)
CPU0: Temperature above threshold, cpu clock throttled (total events = 1)
CPU0: Temperature above threshold, cpu clock throttled (total events = 2)
CPU1: Temperature above threshold, cpu clock throttled (total events = 2)
CPU0: Temperature above threshold, cpu clock throttled (total events = 63)
CPU1: Temperature above threshold, cpu clock throttled (total events = 63)
CPU0: Temperature above threshold, cpu clock throttled (total events = 143)
CPU1: Temperature above threshold, cpu clock throttled (total events = 143)
CPU0: Temperature above threshold, cpu clock throttled (total events = 209)
CPU1: Temperature above threshold, cpu clock throttled (total events = 209)
cdrom: hdc: mrw address space DMA selected
UDF-fs: Partition marked readonly; forcing readonly mount
UDF-fs INFO UDF 0.9.8.1 (2004/29/09) Mounting volume 'TEENAGE_MUTANT_N', timestamp 2007/03/25 03:19 (11e0)
CPU1: Temperature above threshold, cpu clock throttled (total events = 2344)
CPU0: Temperature above threshold, cpu clock throttled (total events = 2344)
CPU1: Temperature above threshold, cpu clock throttled (total events = 5036)
CPU0: Temperature above threshold, cpu clock throttled (total events = 5036)
CPU1: Temperature above threshold, cpu clock throttled (total events = 12246)
CPU0: Temperature above threshold, cpu clock throttled (total events = 12246)
CPU1: Temperature above threshold, cpu clock throttled (total events = 18117)
CPU0: Temperature above threshold, cpu clock throttled (total events = 18117)
CPU0: Temperature above threshold, cpu clock throttled (total events = 31412)
CPU1: Temperature above threshold, cpu clock throttled (total events = 31412)
CPU1: Temperature/speed normal
CPU0: Temperature/speed normal
CPU0: Temperature above threshold, cpu clock throttled (total events = 62118)
CPU1: Temperature above threshold, cpu clock throttled (total events = 62118)
CPU0: Temperature above threshold, cpu clock throttled (total events = 64988)
CPU1: Temperature above threshold, cpu clock throttled (total events = 64988)
CPU0: Temperature above threshold, cpu clock throttled (total events = 66310)
CPU1: Temperature above threshold, cpu clock throttled (total events = 66310)
CPU0: Temperature/speed normal
CPU1: Temperature/speed normal
CPU1: Temperature/speed normal
CPU0: Temperature/speed normal
cdrom: hdc: mrw address space DMA selected
CPU0: Temperature/speed normal
CPU1: Temperature/speed normal
CPU1: Temperature above threshold, cpu clock throttled (total events = 109465)
CPU0: Temperature above threshold, cpu clock throttled (total events = 109465)
CPU0: Temperature above threshold, cpu clock throttled (total events = 118542)
CPU1: Temperature above threshold, cpu clock throttled (total events = 118542)
回复 支持 反对

使用道具 举报

发表于 2007-6-9 13:57:09 | 显示全部楼层
Post by isspy

mildman isspy # mount /dev/cdrom /mnt/cdrom
mount: block device /dev/cdrom is write-protected, mounting read-only

这句话就告诉你已经挂载好了
只不过是read-only
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-6-9 14:12:15 | 显示全部楼层
是可以挂载上的,但是还是打不开会出现

功能仅对于HAL可用

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

发表于 2007-6-9 14:21:27 | 显示全部楼层
你在konqueror的地址栏直接打/mnt/cdrom不就行了
你装了hal了么?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-6-9 14:24:50 | 显示全部楼层
没有
需要装HAL吗?
回复 支持 反对

使用道具 举报

发表于 2007-6-9 14:31:21 | 显示全部楼层
你euse -E hal
然后emerge -uDN world
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表