[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: DV device /dev/raw1394 dauerhaft erstellen



Am Montag 24 Oktober 2005 00:50 schrieb Dirk Salva:
> Hättest Du noch eine Wattebäuschchen-Methode als Alternative parat?

Ja, normalerweise sollte das mit der udev Methode über udev.rules 
konfiguriert werden:

http://www.reactivated.net/writing_udev_rules.html

$ find /sys -iname *1394*
/sys/module/ohci1394
/sys/module/ieee1394
/sys/class/ieee1394
/sys/class/ieee1394_node
/sys/class/ieee1394_protocol
/sys/class/ieee1394_host
/sys/bus/ieee1394
/sys/bus/pci/drivers/ohci1394
$ udevinfo -a -p /sys/class/ieee1394 > ieee1394.out && udevinfo -a 
-p  /sys/bus/ieee1394 > ieee1394bus.out && diff -s ieee1394.out 
ieee1394bus.out
couldn't open class device directory
8,9c8,13
<   looking at class device '/sys/class/ieee1394':
<     SUBSYSTEM=="ieee1394"
---
>   looking at class device '/sys/bus/ieee1394':
>     SUBSYSTEM=="unknown"
>     SYSFS{destroy_node}=="You can destroy in_limbo nodes by writing 
their GUID to this file"
>     SYSFS{ignore_drivers}=="0"
>     SYSFS{rescan}=="You can force a rescan of the bus for drivers by 
writing a 1 to this file"
$ udevinfo -a -p /sys/module/ohci1394 > ieee1394.out && udevinfo -a 
-p  /sys/module/ieee1394 > ieee1394bus.out && diff -s ieee1394.out 
ieee1394bus.out
8c8
<   looking at class device '/sys/module/ohci1394':
---
>   looking at class device '/sys/module/ieee1394':
10c10
<     SYSFS{refcnt}=="0"
---
>     SYSFS{refcnt}=="2"

siehe auch:
http://thread.gmane.org/gmane.linux.debian.user.german/104875
http://thread.gmane.org/gmane.linux.debian.user.german/149073

Aber ich fürchte das Problem könnte tiefer liegen (Ich habe leider 
gerade keine Zeit der Sache auf den Grund zu gehen, zumal die 
motivation in Form eines Firewire Gerätes fehlt - Anschluß vorhanden):
bug #333335
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=Bug%23333335


ciao

Gerhard



Reply to: