Announcement

Collapse
No announcement yet.

firewire IEE1349 problems

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    firewire IEE1349 problems

    Hello, my system does not detect my DVD burner.. Its a sony DRX--710UL. K3B cannot find it, but when a burned disk is in the drive, my computer can read it without any problems. My soundcard is a Audigy 2 Platinum


    the commando lsmod displays following:

    Module Size Used by
    ipv6 273892 8
    af_packet 24840 2
    rfcomm 42136 2
    l2cap 26240 11 rfcomm
    bluetooth 57060 4 rfcomm,l2cap
    ppdev 10244 0
    speedstep_lib 6404 0
    cpufreq_ondemand 9612 0
    cpufreq_conservative 8072 0
    cpufreq_powersave 2688 0
    cpufreq_stats 7232 0
    freq_table 5792 2 cpufreq_ondemand,cpufreq_stats
    cpufreq_userspace 5280 0
    button 8976 0
    video 18060 0
    ac 6148 0
    sbs 19592 0
    dock 10656 0
    container 5504 0
    battery 11012 0
    sbp2 24072 0
    lp 12580 0
    snd_emu10k1_synth 8192 0
    snd_emux_synth 35456 1 snd_emu10k1_synth
    snd_seq_virmidi 8064 1 snd_emux_synth
    snd_seq_midi_emul 7680 1 snd_emux_synth
    snd_emu10k1 137248 2 snd_emu10k1_synth
    snd_ac97_codec 100644 1 snd_emu10k1
    ac97_bus 3200 1 snd_ac97_codec
    snd_pcm_oss 44672 0
    snd_mixer_oss 17664 1 snd_pcm_oss
    snd_pcm 80388 3 snd_emu10k1,snd_ac97_codec,snd_pcm_oss
    snd_page_alloc 11400 2 snd_emu10k1,snd_pcm
    snd_util_mem 5760 2 snd_emux_synth,snd_emu10k1
    snd_hwdep 10244 2 snd_emux_synth,snd_emu10k1
    snd_mpu401 9640 0
    snd_seq_dummy 4740 0
    snd_mpu401_uart 9600 1 snd_mpu401
    snd_seq_oss 33152 0
    snd_seq_midi 9600 0
    snd_seq_midi_event 8448 3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
    snd_rawmidi 25728 4 snd_seq_virmidi,snd_emu10k1,snd_mpu401_uart,snd_
    seq_midi
    snd_seq 53232 9 snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul
    ,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_mi di_event
    snd_timer 24324 3 snd_emu10k1,snd_pcm,snd_seq
    gspca 608336 0
    snd_seq_device 9228 8 snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd
    _seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,sn d_seq
    parport_pc 37412 1
    analog 13344 0
    serio_raw 8068 0
    zc0301 49156 0
    snd 54660 17 snd_emux_synth,snd_seq_virmidi,snd_emu10k1,snd_
    ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_h wdep,snd_mpu401,snd_mpu401_uar
    t,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_se q_device
    parport 37448 3 ppdev,lp,parport_pc
    pcspkr 4224 0
    compat_ioctl32 2304 1 zc0301
    videodev 29312 2 gspca,zc0301
    v4l1_compat 15364 1 videodev
    v4l2_common 18432 2 zc0301,videodev
    emu10k1_gp 4736 0
    gameport 16776 3 analog,emu10k1_gp
    soundcore 8800 1 snd
    psmouse 39952 0
    iTCO_wdt 11940 0
    iTCO_vendor_support 4868 1 iTCO_wdt
    intel_agp 25620 1
    agpgart 35016 1 intel_agp
    shpchp 34580 0
    pci_hotplug 32704 1 shpchp
    evdev 11136 3
    ext3 133896 1
    jbd 60456 1 ext3
    mbcache 9732 1 ext3
    sg 36764 0
    sr_mod 17828 0
    cdrom 37536 1 sr_mod
    sd_mod 30336 3
    ata_generic 8452 0
    floppy 60004 0
    ata_piix 17540 2
    libata 125168 2 ata_generic,ata_piix
    scsi_mod 147084 5 sbp2,sg,sr_mod,sd_mod,libata
    ohci1394 36528 0
    ieee1394 96312 2 sbp2,ohci1394
    b44 28300 0
    mii 6528 1 b44
    ehci_hcd 36492 0
    uhci_hcd 26640 0
    usbcore 138632 5 gspca,zc0301,ehci_hcd,uhci_hcd
    thermal 14344 0
    processor 32072 1 thermal
    fan 5764 0
    fuse 47124 1
    apparmor 40728 0
    commoncap 8320 1 apparmor

    and modprobe:

    isprins@isprins-desktop:~$ modprobe libraw1394
    FATAL: Module libraw1394 not found.
    isprins@isprins-desktop:~$ modprobe libraw1394-8
    FATAL: Module libraw1394_8 not found.
    isprins@isprins-desktop:~$

    strange, since the module libraw1349 is installed, i am dead sure, it looks like it is not loaded by some reason because:
    gscanbus
    couldn't get handle: No such file or directory
    This probably means that you don't have raw1394 support in the kernel or that
    you haven't loaded the raw1394 module.

    isprins@isprins-desktop:~$ dmesg
    [ 0.000000] Linux version 2.6.22-14-generic (buildd@terranova) (gcc version 4
    .1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)) #1 SMP Fri Feb 1 04:59:50 U
    TC 2008 (Ubuntu 2.6.22-14.51-generic)
    ------snip-------
    [ 18.268116] uhci_hcd 0000:00:1d.1: irq 17, io base 0x0000b400
    [ 18.268226] usb usb2: configuration #1 chosen from 1 choice
    [ 18.268261] hub 2-0:1.0: USB hub found
    [ 18.268273] hub 2-0:1.0: 2 ports detected
    [ 18.308454] SCSI subsystem initialized
    [ 18.314482] libata version 2.21 loaded.
    [ 18.371580] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ
    18
    [ 18.371594] PCI: Setting latency timer of device 0000:00:1d.2 to 64
    [ 18.371599] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 18.371627] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus numbe
    r 3
    [ 18.371656] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000b000
    [ 18.371763] usb usb3: configuration #1 chosen from 1 choice
    [ 18.371794] hub 3-0:1.0: USB hub found
    [ 18.371803] hub 3-0:1.0: 2 ports detected
    [ 18.427998] Floppy drive(s): fd0 is 1.44M
    [ 18.476344] PCI: Enabling device 0000:00:1d.7 (0004 -> 0006)
    [ 18.476360] ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ
    19
    [ 18.476376] PCI: Setting latency timer of device 0000:00:1d.7 to 64
    [ 18.476380] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 18.476427] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus numbe
    r 4
    [ 18.476471] ehci_hcd 0000:00:1d.7: debug port 1
    [ 18.476478] PCI: cache line size of 128 is not supported by device 0000:00:1d
    .7
    [ 18.476490] ehci_hcd 0000:00:1d.7: irq 19, io mem 0xde000000
    [ 18.503124] FDC 0 is a post-1991 82077
    [ 18.507381] usb 1-1: new full speed USB device using uhci_hcd and address 2
    [ 18.507399] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec
    2004
    [ 18.507555] usb usb4: configuration #1 chosen from 1 choice
    [ 18.507589] hub 4-0:1.0: USB hub found
    [ 18.507600] hub 4-0:1.0: 6 ports detected
    [ 18.611427] PCI: Enabling device 0000:02:0c.2 (0014 -> 0016)
    [ 18.611442] ACPI: PCI Interrupt 0000:02:0c.2[B] -> GSI 21 (level, low) -> IRQ
    20
    [ 18.661314] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[20] MMIO=[dd000000
    -dd0007ff] Max Packet=[2048] IR/IT contexts=[4/8]
    [ 18.663246] b44.c:v1.01 (Jun 16, 2006)
    [ 18.663265] PCI: Enabling device 0000:02:05.0 (0004 -> 0006)
    [ 18.663279] ACPI: PCI Interrupt 0000:02:05.0[A] -> GSI 20 (level, low) -> IRQ
    21
    [ 18.666767] eth0: Broadcom 4400 10/100BaseT Ethernet 00:0c:6e:00:ed:e5
    [ 18.667048] ata_piix 0000:00:1f.1: version 2.11
    [ 18.667066] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ
    18
    [ 18.667117] PCI: Setting latency timer of device 0000:00:1f.1 to 64
    [ 18.685509] scsi0 : ata_piix
    [ 18.685585] scsi1 : ata_piix
    [ 18.685701] ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x000
    1f000 irq 14
    [ 18.685705] ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x000
    1f008 irq 15
    [ 18.847493] ata1.00: ATA-7: Maxtor 6Y200P0, YAR41VW0, max UDMA/133
    [ 18.847497] ata1.00: 398297088 sectors, multi 16: LBA48
    [ 18.863460] ata1.00: configured for UDMA/100
    [ 19.175242] ata2.00: ATAPI: SAMSUNG DVD-ROM SD-616Q, F403, max UDMA/33
    [ 19.262799] usb 1-1: new full speed USB device using uhci_hcd and address 3
    [ 19.339062] ata2.00: configured for UDMA/33
    [ 19.339201] scsi 0:0:0:0: Direct-Access ATA Maxtor 6Y200P0 YAR4 PQ
    : 0 ANSI: 5
    [ 19.340008] scsi 1:0:0:0: CD-ROM SAMSUNG DVD-ROM SD-616Q F403 PQ
    : 0 ANSI: 5
    [ 19.361657] sd 0:0:0:0: [sda] 398297088 512-byte hardware sectors (203928 MB)
    [ 19.361712] sd 0:0:0:0: [sda] Write Protect is off
    [ 19.361715] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 19.361744] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, does
    n't support DPO or FUA
    [ 19.361823] sd 0:0:0:0: [sda] 398297088 512-byte hardware sectors (203928 MB)
    [ 19.361834] sd 0:0:0:0: [sda] Write Protect is off
    [ 19.361837] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 19.361855] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, does
    n't support DPO or FUA
    [ 19.361861] sda: sda1 sda2 < sda5 >
    [ 19.401467] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 19.405531] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 19.405555] scsi 1:0:0:0: Attached scsi generic sg1 type 5
    [ 19.435739] sr0: scsi3-mmc drive: 1x/48x cd/rw xa/form2 cdda tray
    [ 19.435745] Uniform CD-ROM driver Revision: 3.20
    [ 19.436039] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 19.460131] usb 1-1: configuration #1 chosen from 1 choice
    [ 19.614923] Attempting manual resume
    [ 19.614928] swsusp: Resume From Partition 8:5
    [ 19.614930] PM: Checking swsusp image.
    [ 19.615174] PM: Resume from disk failed.
    [ 19.660179] kjournald starting. Commit interval 5 seconds
    [ 19.660194] EXT3-fs: mounted filesystem with ordered data mode.
    [ 19.930444] ieee1394: Host added: ID:BUS[0-00:1023] GUID[00023c0091039f6a]
    [ 27.035826] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 27.068482] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 27.243202] Linux agpgart interface v0.102 (c) Dave Jones
    [ 27.301185] agpgart: Detected an Intel 830M Chipset.
    [ 27.304205] agpgart: AGP aperture is 64M @ 0xf8000000
    [ 27.354341] iTCO_vendor_support: vendor-support=0
    [ 27.549588] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.01 (21-Jan-2007)
    [ 27.564973] iTCO_wdt: Found a ICH4 TCO device (Version=1, TCOBASE=0xe460)
    [ 27.565022] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 28.011928] intel_rng: FWH not detected
    [ 28.201043] PCI: Enabling device 0000:02:0c.1 (0004 -> 0005)
    [ 28.216642] gameport: EMU10K1 is pci0000:02:0c.1/gameport0, io 0xa400, speed
    1125kHz
    [ 28.227721] Linux video capture interface: v2.00
    [ 28.249277] input: PC Speaker as /class/input/input2
    [ 28.440826] zc0301: V4L2 driver for ZC0301[P] Image Processor and Control Chi
    p v1:1.07
    [ 28.440880] usb 1-1: ZC0301[P] Image Processor and Control Chip detected (vid
    /pid 0x041E:0x4034)
    [ 28.515907] usb 1-1: No supported image sensor detected
    [ 28.515945] usbcore: registered new interface driver zc0301
    [ 28.575021] /build/buildd/linux-ubuntu-modules-2.6.22-2.6.22/debian/build/bui
    ld-generic/media/gspcav1/gspca_core.c: USB SPCA5XX camera found.(ZC3XX)
    [ 28.765001] usbcore: registered new interface driver gspca
    [ 28.765007] /build/buildd/linux-ubuntu-modules-2.6.22-2.6.22/debian/build/bui
    ld-generic/media/gspcav1/gspca_core.c: gspca driver 01.00.12 registered
    [ 28.805450] PCI: Enabling device 0000:02:0c.0 (0004 -> 0005)
    [ 28.805461] ACPI: PCI Interrupt 0000:02:0c.0[A] -> GSI 20 (level, low) -> IRQ
    21
    [ 28.808845] Installing spdif_bug patch: Audigy 2 Platinum [SB0240P]
    [ 28.932753] input: ImPS/2 Generic Wheel Mouse as /class/input/input3
    [ 28.937020] parport_pc 00:09: reported by Plug and Play ACPI
    [ 28.937075] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE
    ,COMPAT,ECP,DMA]
    [ 29.251010] lp0: using parport0 (interrupt-driven).
    [ 29.318859] Adding 1502036k swap on /dev/sda5. Priority:-1 extents:1 across:
    1502036k
    [ 29.621847] EXT3 FS on sda1, internal journal
    [ 29.943159] end_request: I/O error, dev fd0, sector 0
    [ 29.967140] end_request: I/O error, dev fd0, sector 0
    [ 30.883691] No dock devices found.
    [ 31.084921] input: Power Button (FF) as /class/input/input4
    [ 31.089677] ACPI: Power Button (FF) [PWRF]
    [ 31.131698] input: Power Button (CM) as /class/input/input5
    [ 31.136425] ACPI: Power Button (CM) [PWRB]
    [ 33.105806] ppdev: user-space parallel port driver
    [ 33.519015] audit(1202521546.056:3): type=1503 operation="inode_permission"
    requested_mask="a" denied_mask="a" name="/dev/tty" pid=4668 profile="/usr/sbin/c
    upsd"
    [ 33.695481] apm: BIOS version 1.2 Flags 0x0b (Driver version 1.16ac)
    [ 33.695487] apm: overridden by ACPI.
    [ 35.541586] Failure registering capabilities with primary security module.
    [ 35.701921] b44: eth0: Link is up at 100 Mbps, full duplex.
    [ 35.701927] b44: eth0: Flow control is off for TX and off for RX.
    [ 35.733460] Bluetooth: Core ver 2.11
    [ 35.733594] NET: Registered protocol family 31
    [ 35.733597] Bluetooth: HCI device and connection manager initialized
    [ 35.733600] Bluetooth: HCI socket layer initialized
    [ 35.747250] Bluetooth: L2CAP ver 2.8
    [ 35.747255] Bluetooth: L2CAP socket layer initialized
    [ 35.804202] Bluetooth: RFCOMM socket layer initialized
    [ 35.804313] Bluetooth: RFCOMM TTY layer initialized
    [ 35.804316] Bluetooth: RFCOMM ver 1.8
    [ 40.859593] NET: Registered protocol family 17
    [ 44.512772] NET: Registered protocol family 10
    [ 44.513429] lo: Disabled Privacy Extensions
    [ 54.562202] eth0: no IPv6 routers present
    [ 2730.841737] ieee1394: Current remote IRM is not 1394a-2000 compliant, resetti ng...
    [ 2731.793057] ieee1394: Error parsing configrom for node 0-00:1023
    [ 2731.793105] ieee1394: Node changed: 0-00:1023 -> 0-01:1023
    [ 2735.328053] ieee1394: Node added: ID:BUS[0-00:1023] GUID[08004609000b7a79]
    [ 2735.328250] scsi2 : SBP-2 IEEE-1394
    [ 2736.338146] ieee1394: sbp2: Logged into SBP-2 device
    [ 2736.338197] ieee1394: sbp2: Node 0-00:1023: Max speed [S400] - Max payload [2 048]
    [ 2736.342291] scsi 2:0:0:0: CD-ROM SONY DVD RW DRU-710A BY01 PQ : 0 ANSI: 0
    [ 2736.421062] sr1: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
    [ 2736.421127] sr 2:0:0:0: Attached scsi CD-ROM sr1
    [ 2736.421176] sr 2:0:0:0: Attached scsi generic sg2 type 5

    isprins@isprins-desktop:~$

    Any solutions?

Working...
X