Προς το περιεχόμενο

Ερώτηση για δυνατούς λύτες!!!


Dr.Fuzzy

Προτεινόμενες αναρτήσεις

Λοιπόν, αγόρασα ένα Haptic device (http://www.sensable.com/haptic-phantom-omni.htm) το οποίο συνδέεται με firewire. Έχω εγκαταστήσει το driver του και το sdk, μέχρι εδώ καλά. Όταν τρέχω το configuration GUI διαμαρτύρεται ότι δεν βρίσκει το module raw1394, παρόλο που αναγνωρίζει τη συσκευή. Δίνοντας modprobe raw1394 μου επιστρέφει FATAL: Module raw1394 not found. Ψάχνοντας ανακάλυψα ότι το module raw1394 έχει αντικατασταθεί με κάποιο καινούργιο! Δοκίμασα να κάνω επίσης comment τα blacklisted modules μεσα στο /etc/modules χωρίς καμία τύχη. Αντιλαμβάνομαι ότι ο μόνος τρόπος για να δουλέψει είναι να χτίσω το raw1394 kernel module manually ή να κάνω downgrade σε παλιότερο kernel version που το υποστήριζε ή κάτι άλλο ίσως που δεν μπορώ να σκεφτώ. Όπως και να έχει χρειάζομαι τη βοήθεια σας επειγόντως! Είμαι σε Ubuntu 11.10 παρεμπίπτοντος.

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Αυτο με το raw1394 που το ειδες?

Το βασικο module για το firewire ειναι το firewire-ohci και εφοσον εχεις θυρα firewire θα πρεπει να φορτωνεται μονο του και να εμφανιζεται στο lsmod.

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Δημοσ. (επεξεργασμένο)

Αυτο με το raw1394 που το ειδες?

Το βασικο module για το firewire ειναι το firewire-ohci και εφοσον εχεις θυρα firewire θα πρεπει να φορτωνεται μονο του και να εμφανιζεται στο lsmod.

 

To αναφέρει στο manual στο linux installation και όπως έγραψα και παραπάνω χτυπάει το πρόγραμμα και το ζητάει. Ναι στο lsmod εμφανίζεται η firewire. Ψάχνοντας βρήκα ότι το raw1394 έχει αντικατασταθεί από νεότερο firewire implementation από κάποιο kernel version και μετά.

 

Έχουμε καμιά ιδέα;

Επεξ/σία από Dr.Fuzzy
Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

τίποτα;

 

Αν βοηθάει κάπως απο το ff-diag:

 

FFADO diagnostic utility 2.999.0-

============================

© 2008 Pieter Palmers

2009-2010 Arnold Krille

 

 

=== CHECK ===

Base system...

kernel version............ 3.0.0-15-generic

old 1394 stack present.... False

old 1394 stack loaded..... False

old 1394 stack active..... False

new 1394 stack present.... True

new 1394 stack loaded..... True

new 1394 stack active..... True

=== REPORT ===

FireWire kernel drivers:

 

The new FireWire kernel stack is loaded.

This is still kind of experimental. If you encounter problems, please also check

with the old stack.

 

Άντε ρε παιδιά πείτε καμιά ιδέα!!!

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Άρα το πρόβλημά σου δέν είναι οτι δέν βρίσκει το module για να επικοινωνήσει με τη συσκευή, σε άλλο σημείο κολλάει. Περισσότερα logs δώσε μας.

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Άρα το πρόβλημά σου δέν είναι οτι δέν βρίσκει το module για να επικοινωνήσει με τη συσκευή, σε άλλο σημείο κολλάει. Περισσότερα logs δώσε μας.

 

Ναι είναι περίεργο όντως. Το raw1394 έχει γίνει deprecated και έχει αντικατασταθεί με το καινούριο firwire stack (Juju). Παρόλα αυτά το configuration GUI βρίσκει το device αλλά κάνει report στο terminal: PDD Error: raw1394 module not loaded, modprobe raw1394 to correct.

 

Δοκίμασα να κάνω ένα symlink απο το /dev/fw0 σε /dev/raw1394 μήπως και το ξεγελάσω αλλά μπα!

 

Logs:

 

>lspci | grep FireWire

04:00.0 FireWire (IEEE 1394): Texas Instruments XIO2213A/B/XIO2221 IEEE-1394b OHCI Controller [Cheetah Express] (rev 01)

37:09.0 FireWire (IEEE 1394): Agere Systems FW322/323 (rev 70)

 

>dmesg|grep firewire

 

[ 2.944126] firewire_ohci 0000:04:00.0: PCI INT A -> GSI 28 (level, low) -> IRQ 28

[ 2.998690] firewire_ohci: Added fw-ohci device 0000:04:00.0, OHCI v1.10, 8 IR + 8 IT contexts, quirks 0x2

[ 2.998766] firewire_ohci 0000:37:09.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23

[ 3.054612] firewire_ohci: Added fw-ohci device 0000:37:09.0, OHCI v1.0, 8 IR + 8 IT contexts, quirks 0x0

[ 3.498945] firewire_core: created device fw0: GUID 000acd1200600079, S800

[ 3.553779] firewire_core: created device fw1: GUID 0060b000002812d6, S400

[ 3.554040] firewire_core: phy config: card 1, new root=ffc1, gap_count=5

[ 6.599325] firewire_core: created device fw2: GUID 000b99008058600a, S400, 1 config ROM retries

 

>ffado-diag

 

FFADO diagnostic utility 2.999.0-

============================

© 2008 Pieter Palmers

2009-2010 Arnold Krille

 

 

=== CHECK ===

Base system...

kernel version............ 3.0.0-15-generic

old 1394 stack present.... False

old 1394 stack loaded..... False

old 1394 stack active..... False

new 1394 stack present.... True

new 1394 stack loaded..... True

new 1394 stack active..... True

/dev/raw1394 node present. True

/dev/raw1394 permissions.. True

Prerequisites (dynamic at run-time)...

gcc ............... gcc (Ubuntu/Linaro 4.4.6-11ubuntu2) 4.4.6

g++ ............... g++ (Ubuntu/Linaro 4.4.6-11ubuntu2) 4.4.6

PyQt4 (by pyuic4) . sh: pyuic4: not found

jackd ............. sh: jackd: not found

path ............

flags ........... Package jack was not found in the pkg-config search path.

Perhaps you should add the directory containing `jack.pc'

to the PKG_CONFIG_PATH environment variable

No package 'jack' found

libraw1394 ........ 2.0.7

flags ........... -lraw1394

libavc1394 ........ Package libavc1394 was not found in the pkg-config search path.

Perhaps you should add the directory containing `libavc1394.pc'

to the PKG_CONFIG_PATH environment variable

No package 'libavc1394' found

flags ........... Package libavc1394 was not found in the pkg-config search path.

Perhaps you should add the directory containing `libavc1394.pc'

to the PKG_CONFIG_PATH environment variable

No package 'libavc1394' found

libiec61883 ....... Package libiec61883 was not found in the pkg-config search path.

Perhaps you should add the directory containing `libiec61883.pc'

to the PKG_CONFIG_PATH environment variable

No package 'libiec61883' found

flags ........... Package libiec61883 was not found in the pkg-config search path.

Perhaps you should add the directory containing `libiec61883.pc'

to the PKG_CONFIG_PATH environment variable

No package 'libiec61883' found

libxml++-2.6 ...... Package libxml++-2.6 was not found in the pkg-config search path.

Perhaps you should add the directory containing `libxml++-2.6.pc'

to the PKG_CONFIG_PATH environment variable

No package 'libxml++-2.6' found

flags ........... Package libxml++-2.6 was not found in the pkg-config search path.

Perhaps you should add the directory containing `libxml++-2.6.pc'

to the PKG_CONFIG_PATH environment variable

No package 'libxml++-2.6' found

dbus-1 ............ Package dbus-1 was not found in the pkg-config search path.

Perhaps you should add the directory containing `dbus-1.pc'

to the PKG_CONFIG_PATH environment variable

No package 'dbus-1' found

flags ........... Package dbus-1 was not found in the pkg-config search path.

Perhaps you should add the directory containing `dbus-1.pc'

to the PKG_CONFIG_PATH environment variable

No package 'dbus-1' found

Prerequisites (static at compile-time)...

gcc ............... gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1

g++ ............... g++ (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1

PyQt4 (by pyuic4) . Python User Interface Compiler 4.8.5 for Qt version 4.7.3

jackd ............. sh: jackd: not found

path ............

flags ........... Package jack was not found in the pkg-config search path.

libraw1394 ........ 2.0.7

flags ........... -lraw1394

libavc1394 ........ Package libavc1394 was not found in the pkg-config search path.

flags ........... Package libavc1394 was not found in the pkg-config search path.

libiec61883 ....... 1.2.0

flags ........... -liec61883 -lraw1394

libxml++-2.6 ...... 2.34.1

flags ........... -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -pthread -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lgthread-2.0 -lrt -lglib-2.0

dbus-1 ............ 1.4.14

flags ........... -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -ldbus-1 -lpthread -lrt

Hardware...

Host controllers:

04:00.0 FireWire (IEEE 1394) [0c00]: Texas Instruments XIO2213A/B/XIO2221 IEEE-1394b OHCI Controller [Cheetah Express] [104c:823f] (rev 01) (prog-if 10 [OHCI])

Subsystem: Ads Technologies Inc Device [1421:0815]

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-

Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

Latency: 32 (500ns min, 1000ns max), Cache Line Size: 64 bytes

Interrupt: pin A routed to IRQ 28

Region 0: Memory at eb004000 (32-bit, non-prefetchable)

Region 1: Memory at eb000000 (32-bit, non-prefetchable)

Capabilities: <access denied>

Kernel driver in use: firewire_ohci

Kernel modules: firewire-ohci

 

37:09.0 FireWire (IEEE 1394) [0c00]: Agere Systems FW322/323 [11c1:5811] (rev 70) (prog-if 10 [OHCI])

Subsystem: Hewlett-Packard Company Device [103c:130b]

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-

Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

Latency: 32 (3000ns min, 6000ns max), Cache Line Size: 64 bytes

Interrupt: pin A routed to IRQ 23

Region 0: Memory at ea000000 (32-bit, non-prefetchable)

Capabilities: <access denied>

Kernel driver in use: firewire_ohci

Kernel modules: firewire-ohci

 

CPU info:

Architecture: x86_64

CPU op-mode(s): 32-bit, 64-bit

Byte Order: Little Endian

CPU(s): 12

On-line CPU(s) list: 0-11

Thread(s) per core: 2

Core(s) per socket: 6

CPU socket(s): 1

NUMA node(s): 1

Vendor ID: GenuineIntel

CPU family: 6

Model: 44

Stepping: 2

CPU MHz: 2793.304

BogoMIPS: 5585.87

Virtualization: VT-x

L1d cache: 32K

L1i cache: 32K

L2 cache: 256K

L3 cache: 12288K

NUMA node0 CPU(s): 0-11

Configuration...

IRQ information

Hardware Interrupts:

--------------------

IRQ 0: PID: None, count: [54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54], Sched None (priority None), drivers: ['timer']

IRQ 1: PID: None, count: [31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31], Sched None (priority None), drivers: ['i8042']

IRQ 6: PID: None, count: [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3], Sched None (priority None), drivers: ['floppy']

IRQ 8: PID: None, count: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], Sched None (priority None), drivers: ['rtc0']

IRQ 9: PID: None, count: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], Sched None (priority None), drivers: ['acpi']

IRQ 12: PID: None, count: [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], Sched None (priority None), drivers: ['i8042']

IRQ 14: PID: None, count: [32527, 32527, 32527, 32527, 32527, 32527, 32527, 32527, 32527, 32527, 32527, 32527], Sched None (priority None), drivers: ['ata_piix']

IRQ 15: PID: None, count: [350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350], Sched None (priority None), drivers: ['ata_piix']

IRQ 18: PID: None, count: [9865, 9865, 9865, 9865, 9865, 9865, 9865, 9865, 9865, 9865, 9865, 9865], Sched None (priority None), drivers: ['ata_piix']

IRQ 20: PID: None, count: [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3], Sched None (priority None), drivers: ['ehci_hcd:usb2', 'uhci_hcd:usb3', 'uhci_hcd:usb6']

IRQ 21: PID: None, count: [55293, 55293, 55293, 55293, 55293, 55293, 55293, 55293, 55293, 55293, 55293, 55293], Sched None (priority None), drivers: ['uhci_hcd:usb4', 'uhci_hcd:usb7']

IRQ 22: PID: None, count: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], Sched None (priority None), drivers: ['ehci_hcd:usb1', 'uhci_hcd:usb5', 'uhci_hcd:usb8']

IRQ 23: PID: None, count: [118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118, 118], Sched None (priority None), drivers: ['firewire_ohci']

IRQ 24: PID: None, count: [8135, 8135, 8135, 8135, 8135, 8135, 8135, 8135, 8135, 8135, 8135, 8135], Sched None (priority None), drivers: ['nvidia']

IRQ 28: PID: None, count: [53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53], Sched None (priority None), drivers: ['firewire_ohci']

IRQ 56: PID: None, count: [66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66], Sched None (priority None), drivers: ['ioc0']

IRQ 91: PID: None, count: [209, 209, 209, 209, 209, 209, 209, 209, 209, 209, 209, 209], Sched None (priority None), drivers: ['hda_intel']

IRQ 92: PID: None, count: [22935, 22935, 22935, 22935, 22935, 22935, 22935, 22935, 22935, 22935, 22935, 22935], Sched None (priority None), drivers: ['eth0']

IRQ 93: PID: None, count: [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], Sched None (priority None), drivers: ['eth1']

 

Software Interrupts:

--------------------

 

 

=== REPORT ===

FireWire kernel drivers:

 

The new FireWire kernel stack is loaded.

This is still kind of experimental. If you encounter problems, please also check

with the old stack.

 

Ότι άλλο θες πες μου!

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Εγώ βλέπω οτι σου γκρινιάζει οτι λείπουν τα: libavc1394, libiec61883, libxml++-2.6 και dbus-1.

Δέν δοκιμάζεις να τα εγκαταστήσεις να δείς τί γίνεται παρακάτω;

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Εγώ βλέπω οτι σου γκρινιάζει οτι λείπουν τα: libavc1394, libiec61883, libxml++-2.6 και dbus-1.

Δέν δοκιμάζεις να τα εγκαταστήσεις να δείς τί γίνεται παρακάτω;

 

Ναι έχεις δίκιο. Τα εγκατέστησα απο Launcpad (apt-get install δεν). To προβλημα παραμένει βέβαια με το raw1394 και το dbus-1 χτυπάει και πάλι (install to https://launchpad.net/ubuntu/oneiric/+package/libndesk-dbus1.0-cil-dev)

 

Βρήκα επίσης αυτο το workaround για το dbus error αλλα δεν το έχω δοκιμάσει

 

In case you have installed Ubuntu oneiric and notice a dbus error at boot, here is the fix:

 

1) create directories /run and /run/lock,

2) move contents of /var/run into /run and /var/lock into /run/lock,

3) delete directories /var/run and /var/lock

4) create replacement simlinks; e.g. ‘ln -s /run /var/run’ and ‘ln -s /run/lock /var/lock’

 

Reboot, and things should be back to normal.

 

> ffado-diag 

 

FFADO diagnostic utility 2.999.0-

============================

© 2008 Pieter Palmers

2009-2010 Arnold Krille

 

 

=== CHECK ===

Base system...

kernel version............ 3.0.0-15-generic

old 1394 stack present.... False

old 1394 stack loaded..... False

old 1394 stack active..... False

new 1394 stack present.... True

new 1394 stack loaded..... True

new 1394 stack active..... True

/dev/raw1394 node present. True

/dev/raw1394 permissions.. True

Prerequisites (dynamic at run-time)...

gcc ............... gcc (Ubuntu/Linaro 4.4.6-11ubuntu2) 4.4.6

g++ ............... g++ (Ubuntu/Linaro 4.4.6-11ubuntu2) 4.4.6

PyQt4 (by pyuic4) . sh: pyuic4: not found

jackd ............. sh: jackd: not found

path ............

flags ........... Package jack was not found in the pkg-config search path.

Perhaps you should add the directory containing `jack.pc'

to the PKG_CONFIG_PATH environment variable

No package 'jack' found

libraw1394 ........ 2.0.7

flags ........... -lraw1394

libavc1394 ........ 0.5.3

flags ........... -lavc1394 -lrom1394 -lraw1394

libiec61883 ....... 1.2.0

flags ........... -liec61883 -lraw1394

libxml++-2.6 ...... 2.34.1

flags ........... -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -pthread -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lgthread-2.0 -lrt -lglib-2.0

dbus-1 ............ Package dbus-1 was not found in the pkg-config search path.

Perhaps you should add the directory containing `dbus-1.pc'

to the PKG_CONFIG_PATH environment variable

No package 'dbus-1' found

flags ........... Package dbus-1 was not found in the pkg-config search path.

Perhaps you should add the directory containing `dbus-1.pc'

to the PKG_CONFIG_PATH environment variable

No package 'dbus-1' found

Prerequisites (static at compile-time)...

gcc ............... gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1

g++ ............... g++ (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1

PyQt4 (by pyuic4) . Python User Interface Compiler 4.8.5 for Qt version 4.7.3

jackd ............. sh: jackd: not found

path ............

flags ........... Package jack was not found in the pkg-config search path.

libraw1394 ........ 2.0.7

flags ........... -lraw1394

libavc1394 ........ Package libavc1394 was not found in the pkg-config search path.

flags ........... Package libavc1394 was not found in the pkg-config search path.

libiec61883 ....... 1.2.0

flags ........... -liec61883 -lraw1394

libxml++-2.6 ...... 2.34.1

flags ........... -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -pthread -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lgthread-2.0 -lrt -lglib-2.0

dbus-1 ............ 1.4.14

flags ........... -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -ldbus-1 -lpthread -lrt

Hardware...

Host controllers:

04:00.0 FireWire (IEEE 1394) [0c00]: Texas Instruments XIO2213A/B/XIO2221 IEEE-1394b OHCI Controller [Cheetah Express] [104c:823f] (rev 01) (prog-if 10 [OHCI])

Subsystem: Ads Technologies Inc Device [1421:0815]

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-

Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

Latency: 32 (500ns min, 1000ns max), Cache Line Size: 64 bytes

Interrupt: pin A routed to IRQ 28

Region 0: Memory at eb004000 (32-bit, non-prefetchable)

Region 1: Memory at eb000000 (32-bit, non-prefetchable)

Capabilities: <access denied>

Kernel driver in use: firewire_ohci

Kernel modules: firewire-ohci

 

37:09.0 FireWire (IEEE 1394) [0c00]: Agere Systems FW322/323 [11c1:5811] (rev 70) (prog-if 10 [OHCI])

Subsystem: Hewlett-Packard Company Device [103c:130b]

Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-

Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

Latency: 32 (3000ns min, 6000ns max), Cache Line Size: 64 bytes

Interrupt: pin A routed to IRQ 23

Region 0: Memory at ea000000 (32-bit, non-prefetchable)

Capabilities: <access denied>

Kernel driver in use: firewire_ohci

Kernel modules: firewire-ohci

 

CPU info:

Architecture: x86_64

CPU op-mode(s): 32-bit, 64-bit

Byte Order: Little Endian

CPU(s): 12

On-line CPU(s) list: 0-11

Thread(s) per core: 2

Core(s) per socket: 6

CPU socket(s): 1

NUMA node(s): 1

Vendor ID: GenuineIntel

CPU family: 6

Model: 44

Stepping: 2

CPU MHz: 2793.304

BogoMIPS: 5585.87

Virtualization: VT-x

L1d cache: 32K

L1i cache: 32K

L2 cache: 256K

L3 cache: 12288K

NUMA node0 CPU(s): 0-11

Configuration...

IRQ information

Hardware Interrupts:

--------------------

IRQ 0: PID: None, count: [62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62], Sched None (priority None), drivers: ['timer']

IRQ 1: PID: None, count: [31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31], Sched None (priority None), drivers: ['i8042']

IRQ 6: PID: None, count: [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3], Sched None (priority None), drivers: ['floppy']

IRQ 8: PID: None, count: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], Sched None (priority None), drivers: ['rtc0']

IRQ 9: PID: None, count: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], Sched None (priority None), drivers: ['acpi']

IRQ 12: PID: None, count: [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], Sched None (priority None), drivers: ['i8042']

IRQ 14: PID: None, count: [51867, 51867, 51867, 51867, 51867, 51867, 51867, 51867, 51867, 51867, 51867, 51867], Sched None (priority None), drivers: ['ata_piix']

IRQ 15: PID: None, count: [360, 360, 360, 360, 360, 360, 360, 360, 360, 360, 360, 360], Sched None (priority None), drivers: ['ata_piix']

IRQ 18: PID: None, count: [17215, 17215, 17215, 17215, 17215, 17215, 17215, 17215, 17215, 17215, 17215, 17215], Sched None (priority None), drivers: ['ata_piix']

IRQ 20: PID: None, count: [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3], Sched None (priority None), drivers: ['ehci_hcd:usb2', 'uhci_hcd:usb3', 'uhci_hcd:usb6']

IRQ 21: PID: None, count: [103107, 103107, 103107, 103107, 103107, 103107, 103107, 103107, 103107, 103107, 103107, 103107], Sched None (priority None), drivers: ['uhci_hcd:usb4', 'uhci_hcd:usb7']

IRQ 22: PID: None, count: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], Sched None (priority None), drivers: ['ehci_hcd:usb1', 'uhci_hcd:usb5', 'uhci_hcd:usb8']

IRQ 23: PID: None, count: [168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168], Sched None (priority None), drivers: ['firewire_ohci']

IRQ 24: PID: None, count: [8135, 8135, 8135, 8135, 8135, 8135, 8135, 8135, 8135, 8135, 8135, 8135], Sched None (priority None), drivers: ['nvidia']

IRQ 28: PID: None, count: [91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91], Sched None (priority None), drivers: ['firewire_ohci']

IRQ 56: PID: None, count: [66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66, 66], Sched None (priority None), drivers: ['ioc0']

IRQ 91: PID: None, count: [209, 209, 209, 209, 209, 209, 209, 209, 209, 209, 209, 209], Sched None (priority None), drivers: ['hda_intel']

IRQ 92: PID: None, count: [39324, 39324, 39324, 39324, 39324, 39324, 39324, 39324, 39324, 39324, 39324, 39324], Sched None (priority None), drivers: ['eth0']

IRQ 93: PID: None, count: [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], Sched None (priority None), drivers: ['eth1']

 

Software Interrupts:

--------------------

 

 

=== REPORT ===

FireWire kernel drivers:

 

The new FireWire kernel stack is loaded.

This is still kind of experimental. If you encounter problems, please also check

with the old stack.

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Το πρόβλημα λύθηκε με νέο (beta) driver για το Juju firewire stack που μου έστειλε η εταιρία μετά από επικοινωνία που είχα μαζί τους. Ευχαριστώ όλους όσους προσπάθησαν να βοηθήσουν.

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Δημιουργήστε ένα λογαριασμό ή συνδεθείτε για να σχολιάσετε

Πρέπει να είστε μέλος για να αφήσετε σχόλιο

Δημιουργία λογαριασμού

Εγγραφείτε με νέο λογαριασμό στην κοινότητα μας. Είναι πανεύκολο!

Δημιουργία νέου λογαριασμού

Σύνδεση

Έχετε ήδη λογαριασμό; Συνδεθείτε εδώ.

Συνδεθείτε τώρα
  • Δημιουργία νέου...