linux1394-announce Mailing List for IEEE 1394 for Linux
Brought to you by:
aeb,
bencollins
You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
|
Oct
(2) |
Nov
(2) |
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(4) |
Feb
(1) |
Mar
(1) |
Apr
|
May
(3) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2002 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2003 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(1) |
| 2005 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: C.Netramai <cha...@gm...> - 2004-12-02 15:49:14
|
I have the similar problem to the following post http://sourceforge.net/mailarchive/forum.php?forum_id=7492&max_rows=25&style=nested&viewmonth=200303 In my case, I have five cameras connected to a 6 port repeater and the repeater is connected to the computer's firewire pci card. The post from last year says the bus bandwidth is exceeding and a second host adaptor is needed. However, this configuration seems to work fine under Windows XP. So my question is; is it possible to have this configuration (5 cams, one port, one card) working under linux? Perhaps there are some update since last year to correct this problem? Thank you and have a nice day, Netramai |
|
From: Larry H. <la...@ya...> - 2003-03-25 23:17:23
|
Hi all, Thanks for all of the great work on the ieee1394 support! I've recently started tinkering with the dv1394 support in my own code, and I am wondering how to access multiple cards. I know raw1394 had a raw1394_set_port function, but I noticed that dvgrab's open_1394_driver() function seems to return before calling this when using dv1394 for capture. Is there a special way to set which card to access when using dv1394? Anyway, thanks in advance! Larry |
|
From: Jeff L. <jla...@im...> - 2002-06-04 14:11:52
|
I've put together a perl script that you can run from cron to detect when a ieee1394 drive has be added to the system and then mount it as the user who is logged in at the console. When the drive is unmount and the unplugged it will remove the device. It is set up to only probe the 2 scsi bus(scsi1) since all of our systems have a scsic controller installed. The script is available at: ftp://ftp.remotesensing.org/pub/Misc/ieee1394 -- Jeff Largent ImageLinks, Inc. |
|
From: Yuan-Chu T. <ch...@it...> - 2002-03-06 03:14:42
|
Greetings All :
I wrote a small ( really very small ) program displaying video from
multiple DCs ( max 4 DCs ) simulatously
without X window ( it uses framebuffer driver insteadly ) ,
http://www.geocities.com/chobitsfan/index.html
|
|
From: Andreas M. <and...@iv...> - 2001-06-05 19:24:39
|
Hi all, I have finally managed to release Version 0.7 of gscanbus, a little 1394 bus testing and debugging utility. The URL is as always: http://www.ivistar.de/0500opensource.php3?lang=en Changes since 0.6 include: - Uses libraw1394 0.9 - More icons - Recognition of Windows and MacOS based PCs on the bus - Translation of Vendor IDs into Vendor Names - Improved build/installation procedure (autoconfisciation) (first try) - Support for >=4 port PHYs - Bugfixes Unfortunately this version still crashes on bus resets, but it runs stable for me otherwise. TODO: - Use libavc1394 - Use librom1394 - Implement Block writing - Fix all remaining bugs. ;-) Your feedback is always welcome, so please tell me if it works for you. bye... Andreas Micklei -- Andreas Micklei IVISTAR Kommunikationssysteme AG Ehrenbergstr. 19 / 10245 Berlin http://www.ivistar.de |
|
From: Dan D. <dde...@co...> - 2001-06-01 10:15:58
|
Based upon code from gscanbus, Kino, and dvcont, I have created libraries libavc1394 and librom1394. They are hosted at http://sourceforge.net/projects/libavc1394/. libavc1394 is a very limited implementation of the AV/C protocol specification. It includes functionality currently required by gscanbus, Kino, and dvcont. The new Kino v0.42 has been ported to use it as well as dvcont. dvcont is now a part of libavc1394 (in the test directory) thanks to Jason Howard. librom1394 provides a simple API to the IEEE 1394 CSR Configuration ROM in all 1394 devices. It reads the directory in each device to get a textual description of a device and to identify the type of device (AV/C, Digital Camera, SBP-2, etc.) In order to properly read the description of the GNU/Linux IEEE 1394 OHCI driver, you need the latest ohci1394.c from CVS, which repairs the directory structure of its rom. If you do not have it, you can expect to receive warnings on stderr "invalid number of textual leaves." Included is a test program called testrom that provides a full report on all the devices on your 1394 bus. However, bear in mind, that the ohci1394 rom always reports a specific TI ohci chipset that is currently hardcoded. We are considering alternative means for a proper description. +-DRD-+ |
|
From: Dan D. <dde...@co...> - 2001-06-01 06:51:17
|
V. 0.42 Improved DV export for NTSC users. Thanks to Yamazaki Makoto for pointing out an error in the 50/60 flag in the 1394 isochronous CIP headers. V. 0.41 **************************************************************************** IMPORTANT: From this version on, libavc1394 and librom1394 are required. You can get them from http://sourceforge.net/projects/libavc1394/. Also, this version requires an updated video1394 driver that is supplied with this distribution. You must replace the existing driver in your Linux kernel sources, recompile the modules, and reload the video1394 module. **************************************************************************** Dan Dennedy has contributed this version as Arne is quite busy lately. This version's goals include componentization, user interface improvements, and most importantly empowering users to tune DV export. Hopefully, we will hear more success stories about DV export for NTSC users. I, Dan Dennedy, am working on a number of components for linux1394. The first of these is libavc1394 and librom1394. These replace some code that was in Kino because the code was originally borrowed from gscanbus. Also, the dvcont utility borrowed the AV/C and raw1394util code from gscanbus. Therefore, it makes sense to turn these functions into a shared object library. This version of Kino uses these components. Kino 0.41 includes several user interface improvements. Most noticeable, audio playback is implemented now but only through OSS. It can be disabled in the display options tab of the preferences dialog. Please do not ask for other audio playback methods (e.g., esd, ALSA) unless you want to contribute them. We are looking at porting to the gstreamer framework, which is very capable of accomodating many needs including different audio playback methods. Next, key repeat is disabled to prevent the event queue from filling up on slow machines thereby forcing you to wait for each frame update to occur. Only certain keyboard navigation commands repeat until the key is released: next and previous frame, next and previous second. Along with that feature, the Stop button in the main window toolbar now works. Any keystroke also stops playback. You may find that if Kino crashes, key repeat is disable for the entire desktop until X is restarted. Also, the current directory is remembered between file dialogs--no need to keep changing to your project directory. Finally, preferences are saved to ~/.gnome/kino so you do not need to set them evey time you start Kino! DV export continues to be a sore spot for NTSC users. Some PAL users have experienced issues as well that were easy to cleanup once they were told what changes to try in the source code. Well, this version makes some minor improvements to the DV export algorithms at all levels including the video1394 kernel driver. Furthermore, this version of Kino makes these timing values that need to be adjusted available to the end user through the preferences dialog. This helps greatly so you do not have to recompile code, reload a driver module, and launch Kino with a video clip just to test a tweak one of these values. Now, you can simply adjust and try the export again! My NTSC camera (Panasonic PV-DV910) works great with a fairly broad range of values. Therefore, I estimate that these values, editable in the IEEE 1394 Options tab of the preferences dialog represent the limits that most any device could support: Timing (NTSC users only): 1000-3300, the default is 2436. SYT Offset (NTSC and PAL): 10000-23000, the default is 11000. Yours in Freedom, +-DRD-+ |
|
From: Andreas B. <and...@mu...> - 2001-05-27 01:48:00
|
I have created current patches against 2.2.19 and 2.4.4. These are the first to actually include the SBP-2 driver that has been in CVS for some time now. These changes will also be fed back to Linus for inclusion in the official kernel tree real soon. Download links: http://prdownloads.sourceforge.net/linux1394/ieee1394-2.2.19-20010527.gz http://prdownloads.sourceforge.net/linux1394/ieee1394-2.4.4-20010527.gz -- Andreas E. Bombe <and...@mu...> DSA key 0x04880A44 http://home.pages.de/~andreas.bombe/ http://linux1394.sourceforge.net/ |
|
From: Andreas B. <and...@mu...> - 2001-05-27 01:15:32
|
Packages for Debian 2.2 (potato) for libraw1394 0.9.0 are now available through the download page. Users following Debian unstable can get these packages built for the distribution unstable through the official channels as soon as it gets installed into the archive, the impatient can get it from http://incoming.debian.org/ now. -- Andreas E. Bombe <and...@mu...> DSA key 0x04880A44 http://home.pages.de/~andreas.bombe/ http://linux1394.sourceforge.net/ |
|
From: Andreas B. <and...@mu...> - 2001-05-14 01:33:45
|
libraw1394 0.9.0 is now available as a source tar.gz. RPM and Debian packages will follow as soon as they are ready. This version incorporates some source incompatible changes that require developers to adapt their programs (read the NEWS file to find out about the changes). Users can easily find out whether a program they want to compile is already adapted, since compilation will fail (i.e. no subtly broken programs will be built). This version now features an autoconf macro to find out whether the libraw1394 is installed and recent enough. See the README for more information. An API documentation is now also included in Docbook format. The source archive contains pre-translated versions (Postscript and HTML) so that you don't need SGML tools. Note: there should be download links here. Apparantly I can't get SourceForge to make my upload available right now. You will probably have to wait until tomorrow. If you can't wait, the code in CVS is exactly the released source. -- Andreas E. Bombe <and...@mu...> DSA key 0x04880A44 http://home.pages.de/~andreas.bombe/ http://linux1394.sourceforge.net/ |
|
From: Andreas B. <and...@mu...> - 2001-03-08 21:57:57
|
Taking just a few minutes of my time, I have created a patch of the 20010228 code (for which patches against Linux 2.4.2 and 2.2.18 already exist) for those who want/have to use Linux 2.4.0 or 2.4.1. http://ftp1.sourceforge.net/linux1394/ieee1394-2.4.0-20010228.gz Note that this 2.4.0 patch also applies to 2.4.1 with no problems. -- Andreas E. Bombe <and...@mu...> DSA key 0x04880A44 http://home.pages.de/~andreas.bombe/ http://linux1394.sourceforge.net/ |
|
From: Andreas B. <and...@mu...> - 2001-02-28 01:13:22
|
Fresh patches are available for kernel versions 2.2.18 and 2.4.2. The 2.4.2 patch is fairly small and contains mainly OHCI changes and some small fixes that aren't yet in the main kernel tree. These patches represent the current CVS code as of today. http://download.sourceforge.net/linux1394/ieee1394-2.2.18-20010228.gz http://download.sourceforge.net/linux1394/ieee1394-2.4.2-20010228.gz -- Andreas E. Bombe <and...@mu...> DSA key 0x04880A44 http://home.pages.de/~andreas.bombe/ http://linux1394.sourceforge.net/ |
|
From: brenda <br...@ig...> - 2001-01-25 20:25:24
|
greetings and salutations, i am the new editor at a telecommunications consulting firm known as igi (aka information gatekeepers). i write and edit a newsletter that deals exclusively with 1394, firewire, and the usb. However, i am having an extremely difficult time acquiring enough information to include in the newsletter, so i was wondering if anyone knew of any sources or contacts.. or information, in and of itself, in regards to this elusive piece of technology. thank you in advance, brenda |
|
From: Andreas B. <and...@mu...> - 2001-01-04 02:23:19
|
This is another release with only Debian packaging related changes. It fixes a relatively severe bug (device file created in wrong directory) in the Debian scripts but does not contain new code. -- Andreas E. Bombe <and...@mu...> DSA key 0x04880A44 http://home.pages.de/~andreas.bombe/ http://linux1394.sourceforge.net/ |
|
From: Jason H. <ja...@sp...> - 2001-01-02 18:59:08
|
Greetings All! I thought that the list might be interested in a piece of software that I wrote to control a DV camera with AV/C. It is very simple to use, simply tell it the command you would like to send to the camera (play, stop, pause, record, etc) and it does it. I've added it to a script to use with dvgrab so play and stop are controlled for me. It can be downloaded from the following site. http://www.spectsoft.com/idi/dvcont/dvcont-0.01.tar.gz I hope you find this as useful as I do. Thanks, Jason ---------- 48 61 76 65 20 41 20 4E 69 63 65 20 44 61 79 21 Jason Howard http://www.spectsoft.com ** Please encript all of your emails to me with the public key at the following address: http://www.spectsoft.com/publickey/jason.html *** ---------- |
|
From: Damien D. <ddo...@te...> - 2001-01-02 09:30:25
|
Hi all, I had some spare time last week so started to make a GUI to control a camera using the libdc1394 library by Gord Peters. Almost all funtions are already working, but several developments must still be undertaken (besides a serious code cleanup). All help is of course appreciated, see the TODO file. You can download this first beta version of 'coriander' (yeah, that's the only name I could find at the moment...): http://www.tele.ucl.ac.be/PEOPLE/DOUXCHAMPS/zips/coriander-0.05.tar.gz I hope you enjoy it and, BTW, happy new year! Damien -- Damien Douxchamps URL : http://www.tele.ucl.ac.be/MEMBERS/Douxchamps_Damien_e.html |
|
From: Andreas B. <and...@mu...> - 2000-12-28 00:31:28
|
I put up a new patch for the 2.2 series' 2.2.18 kernel. It applies cleanly unlike the 2.2.17 patch and it fixes the issues with redefines caused by some of 2.4's macros and functions being backported (these are now simply not defined if version is detected as at least 2.2.18). (In fact the patch was available for some days now already.) This patch includes all recent changes and contains the current code in CVS. http://download.sourceforge.net/linux1394/ieee1394-2.2.18-20001223.gz or ftp://download.sourceforge.net/pub/sourceforge/linux1394/ieee1394-2.2.18-20001223.gz -- Andreas E. Bombe <and...@mu...> DSA key 0x04880A44 http://home.pages.de/~andreas.bombe/ http://linux1394.sourceforge.net/ |
|
From: Andreas B. <and...@mu...> - 2000-12-18 02:00:58
|
After SourceForge finished their server move, uploads could finally be moved to projects again, which I did today. libraw1394 can be downloaded through the usual channels. Also, libraw1394 0.8.1 has now entered the Debian woody distribution. Anyone who wants to package libraw applications for the official Debian distribution can now cleanly do so. However, APIs will change for version 0.9 as I announced. If there are bug fix releases with the old API, they will get 0.8.x numbers. Debian packages depending on libraw should put "libraw1394-dev (<< 0.9)" on their Build-Depends line. This is probably not used by many tools so far, but you get the point across to people whose compiles fail. -- Andreas E. Bombe <and...@mu...> DSA key 0x04880A44 http://home.pages.de/~andreas.bombe/ http://linux1394.sourceforge.net/ |
|
From: Andreas B. <and...@mu...> - 2000-11-30 18:48:59
|
Sourceforge has added a new upload server recently and apparantly it is not completely integrated yet. This means that the libraw1394 source archive and Debian packages aren't available from the given locations currently until they fix it. You can download the file by replacing download.sourceforge.net with upload.sourceforge.net in the locations I gave. (The link on the libraw1394 project page points to the download.sourceforge.net server and is therefore also broken). -- Andreas E. Bombe <and...@mu...> DSA key 0x04880A44 http://home.pages.de/~andreas.bombe/ http://linux1394.sourceforge.net/ |
|
From: Andreas B. <and...@mu...> - 2000-11-25 02:38:58
|
libraw1394 0.8 is released now. This is the first release to officially come with Debian packages for x86, packages for other architectures can be built from source. This release does not include a lot of new things (most notably functions for isochronous sending), it is meant to serve as base for the current libraw applications that need some of the new functionality so that they can use a released package. In CVS there will be some API breakage soon in order to rework the error reporting scheme to something more consistent and easier to handle. Download at: http://download.sourceforge.net/libraw1394/libraw1394-0.8.tar.gz http://download.sourceforge.net/libraw1394/libraw1394-4_0.8_i386.deb http://download.sourceforge.net/libraw1394/libraw1394-dev_0.8_i386.deb or ftp download.sourceforge.net: /pub/sourceforge/libraw1394/libraw1394-0.8.tar.gz /pub/sourceforge/libraw1394/libraw1394-4_0.8_i386.deb /pub/sourceforge/libraw1394/libraw1394-dev_0.8_i386.deb -- Andreas E. Bombe <and...@mu...> DSA key 0x04880A44 http://home.pages.de/~andreas.bombe/ http://linux1394.sourceforge.net/ |
|
From: Dan D. <dde...@co...> - 2000-10-15 18:44:24
|
The project website at http://linux1394.sourceforge.net/ has been updated: * added Getting Started guide * added a troubleshooting section (to be expanded) * added many new links to sites and software * made several copy revisions * applied fresh new look +-DRD-+ |
|
From: Andreas B. <and...@mu...> - 2000-10-12 00:04:34
|
I made an overdue patch with the latest CVS sources for Linux 2.2.17. Users of Linux 2.4.0-test can get the same state with 2.4.0-test9, which is up to date. Libraw 0.7 and current CVS (to be 0.8 soon) work with this one. -- Andreas E. Bombe <and...@mu...> DSA key 0x04880A44 http://home.pages.de/~andreas.bombe/ http://linux1394.sourceforge.net/ |
|
From: Andrew W. <ep...@as...> - 2000-07-31 05:58:08
|
I have installed libraw, ieee1394 drivers and tried to grab some video with
dvgrab but it fails. I plan (when I get some more access to the machine) to
bump up the size of the buffers and see if that improves things.
At present it will grab about 1 seconds worth before it fails with:
Waking dma cxt=2 ... processing is probably too slow
entry in syslog. Then every attempt to run dvgrab just hangs with out any
output. This sounds like something gets messed up and then it's corrupt.
From the syslog lines I suspect it's a 500Mhz PII so I don't think it's
speed, unless the default buffering is way too low. (It's my
brother-in-law's machine - mine is 130 Pentium-1 which really is too
slow)
Any help or comments appreciated. I include a selected subset of my syslog
output.
Thanks
Andrew Worsley
I hope the listings not too long but I thought the boot up details which
list the CPU and other hardware details might be relevant.
Jul 24 05:44:10 arriken syslogd 1.3-3: restart.
Jul 24 05:44:10 arriken syslog: syslogd startup succeeded
Jul 24 05:44:10 arriken syslog: klogd startup succeeded
Jul 24 05:44:10 arriken kernel: klogd 1.3-3, log source = /proc/kmsg started.
Jul 24 05:44:10 arriken kernel: Inspecting /boot/System.map
Jul 24 05:44:10 arriken kernel: Loaded 7544 symbols from /boot/System.map.
Jul 24 05:44:10 arriken kernel: Symbols match kernel version 2.2.14.
Jul 24 05:44:10 arriken kernel: No module symbols loaded.
Jul 24 05:44:10 arriken kernel: Linux version 2.2.14-5.0 (root@arriken) (gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)) #1 Mon Jul 24 04:34:55 EST 2000
Jul 24 05:44:10 arriken kernel: Detected 501155559 Hz processor.
Jul 24 05:44:10 arriken kernel: Console: colour VGA+ 80x25
Jul 24 05:44:10 arriken kernel: Calibrating delay loop... 499.71 BogoMIPS
Jul 24 05:44:10 arriken kernel: Memory: 63888k/66496k available (1152k kernel code, 416k reserved, 976k data, 64k init, 0k bigmem)
Jul 24 05:44:10 arriken kernel: Dentry hash table entries: 262144 (order 9, 2048k)
Jul 24 05:44:10 arriken kernel: Buffer cache hash table entries: 65536 (order 6, 256k)
Jul 24 05:44:10 arriken kernel: Page cache hash table entries: 16384 (order 4, 64k)
Jul 24 05:44:10 arriken kernel: VFS: Diskquotas version dquot_6.4.0 initialized
Jul 24 05:44:10 arriken kernel: CPU: Intel Celeron (Mendocino) stepping 05
Jul 24 05:44:10 arriken kernel: Enabling extended fast FPU save and restore...done.
Jul 24 05:44:10 arriken kernel: Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
Jul 24 05:44:10 arriken kernel: Checking 'hlt' instruction... OK.
Jul 24 05:44:10 arriken kernel: POSIX conformance testing by UNIFIX
Jul 24 05:44:10 arriken kernel: mtrr: v1.35a (19990819) Richard Gooch (rg...@at...)
Jul 24 05:44:10 arriken kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb270
Jul 24 05:44:10 arriken kernel: PCI: Using configuration type 1
Jul 24 05:44:10 arriken kernel: PCI: Probing PCI hardware
Jul 24 05:44:10 arriken kernel: PCI: 00:38 [1106/0596]: Work around ISA DMA hangs (00)
Jul 24 05:44:10 arriken kernel: Activating ISA DMA hang workarounds.
Jul 24 05:44:10 arriken kernel: Linux NET4.0 for Linux 2.2
Jul 24 05:44:10 arriken kernel: Based upon Swansea University Computer Society NET3.039
Jul 24 05:44:10 arriken kernel: NET4: Unix domain sockets 1.0 for Linux NET4.0.
Jul 24 05:44:10 arriken kernel: NET4: Linux TCP/IP 1.0 for NET4.0
Jul 24 05:44:10 arriken kernel: IP Protocols: ICMP, UDP, TCP, IGMP
Jul 24 05:44:10 arriken kernel: TCP: Hash tables configured (ehash 65536 bhash 65536)
Jul 24 05:44:10 arriken kernel: IPv6 v0.8 for NET4.0
Jul 24 05:44:10 arriken kernel: IPv6 over IPv4 tunneling driver
Jul 24 05:44:10 arriken kernel: early initialization of device sit0 is deferred
Jul 24 05:44:10 arriken kernel: Initializing RT netlink socket
Jul 24 05:44:10 arriken kernel: Starting kswapd v 1.5
Jul 24 05:44:10 arriken kernel: Detected PS/2 Mouse Port.
Jul 24 05:44:10 arriken kernel: Serial driver version 4.27 with MANY_PORTS MULTIPORT SHARE_IRQ enabled
Jul 24 05:44:10 arriken kernel: ttyS00 at 0x03f8 (irq = 4) is a 16550A
Jul 24 05:44:10 arriken kernel: ttyS01 at 0x02f8 (irq = 3) is a 16550A
Jul 24 05:44:10 arriken kernel: pty: 256 Unix98 ptys configured
Jul 24 05:44:10 arriken kernel: apm: BIOS version 1.2 Flags 0x07 (Driver version 1.9)
Jul 24 05:44:10 arriken kernel: Real Time Clock Driver v1.09
Jul 24 05:44:10 arriken kernel: RAM disk driver initialized: 16 RAM disks of 4096K size
Jul 24 05:44:10 arriken kernel: VP_IDE: IDE controller on PCI bus 00 dev 39
Jul 24 05:44:10 arriken kernel: VP_IDE: not 100% native mode: will probe irqs later
Jul 24 05:44:10 arriken kernel: ide0: BM-DMA at 0x6400-0x6407, BIOS settings: hda:DMA, hdb:DMA
Jul 24 05:44:10 arriken kernel: ide1: BM-DMA at 0x6408-0x640f, BIOS settings: hdc:DMA, hdd:pio
Jul 24 05:44:10 arriken kernel: hda: ST310212A, ATA DISK drive
Jul 24 05:44:10 arriken kernel: hdb: WDC WD136BA, ATA DISK drive
Jul 24 05:44:10 arriken kernel: hdc: AOpen Inc. DVD-ROM DVD-1040 PRO 0114, ATAPI CDROM drive
Jul 24 05:44:10 arriken kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Jul 24 05:44:10 arriken kernel: ide1 at 0x170-0x177,0x376 on irq 15
Jul 24 05:44:10 arriken kernel: hda: ST310212A, 9768MB w/512kB Cache, CHS=19846/16/63
Jul 24 05:44:10 arriken kernel: hdb: WDC WD136BA, 13042MB w/1961kB Cache, CHS=1662/255/63
Jul 24 05:44:10 arriken kernel: hdc: ATAPI 0X DVD-ROM drive, 512kB Cache
Jul 24 05:44:10 arriken kernel: Uniform CDROM driver Revision: 2.56
Jul 24 05:44:10 arriken kernel: Floppy drive(s): fd0 is 1.44M
Jul 24 05:44:10 arriken kernel: FDC 0 is a post-1991 82077
Jul 24 05:44:10 arriken kernel: md driver 0.90.0 MAX_MD_DEVS=256, MAX_REAL=12
Jul 24 05:44:10 arriken kernel: raid5: measuring checksumming speed
Jul 24 05:44:10 arriken kernel: raid5: MMX detected, trying high-speed MMX checksum routines
Jul 24 05:44:10 arriken kernel: pII_mmx : 1155.573 MB/sec
Jul 24 05:44:10 arriken kernel: p5_mmx : 1231.011 MB/sec
Jul 24 05:44:10 arriken kernel: 8regs : 860.679 MB/sec
Jul 24 05:44:10 arriken kernel: 32regs : 490.347 MB/sec
Jul 24 05:44:10 arriken kernel: using fastest function: p5_mmx (1231.011 MB/sec)
Jul 24 05:44:10 arriken kernel: scsi : 0 hosts.
Jul 24 05:44:10 arriken kernel: scsi : detected total.
Jul 24 05:44:10 arriken kernel: ieee1394: registered ohci1394 driver, initializing now
Jul 24 05:44:10 arriken kernel: ohci1394: looking for Ohci1394 cards
Jul 24 05:44:10 arriken kernel: ohci1394_0: remapped memory spaces reg 0xc4809000
Jul 24 05:44:10 arriken kernel: ohci1394_0: allocated interrupt 11
Jul 24 05:44:10 arriken kernel: ohci1394_0: soft reset finished
Jul 24 05:44:10 arriken kernel: ohci1394_0: max packet size = 2048 bytes
Jul 24 05:44:10 arriken kernel: ohci1394_0: 4 iso contexts available
Jul 24 05:44:10 arriken kernel: ohci1394_0: Receive DMA ctx=0 initialized
Jul 24 05:44:10 arriken kernel: ohci1394_0: Receive DMA ctx=1 initialized
Jul 24 05:44:10 arriken kernel: ohci1394_0: AT dma ctx=0 initialized
Jul 24 05:44:10 arriken kernel: ohci1394_0: AT dma ctx=1 initialized
Jul 24 05:44:10 arriken kernel: ohci1394_0: Receive DMA ctx=2 initialized
Jul 24 05:44:10 arriken kernel: ohci1394_0: resetting bus on request
Jul 24 05:44:10 arriken kernel: ieee1394: detected 1 ohci1394 adapter
Jul 24 05:44:10 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 05:44:10 arriken kernel: ohci1394_0: SelfID process finished (phyid 0, root)
Jul 24 05:44:10 arriken kernel: ohci1394_0: selfid packet 0x807f8456 rcvd
Jul 24 05:44:10 arriken kernel: ohci1394_0: This node self-id is 0x807f8456
Jul 24 05:44:10 arriken kernel: ohci1394_0: calling self-id complete
Jul 24 05:44:10 arriken kernel: ieee1394: 1 host adapter initialized
Jul 24 05:44:10 arriken kernel: raw1394: /dev/raw1394 device initialized
Jul 24 05:44:10 arriken kernel: md.c: sizeof(mdp_super_t) = 4096
Jul 24 05:44:10 arriken kernel: Partition check:
Jul 24 05:44:10 arriken kernel: hda: hda1 hda2 hda3 hda4
Jul 24 05:44:10 arriken kernel: hdb: hdb1 hdb2 < hdb5 hdb6 hdb7 >
Jul 24 05:44:10 arriken kernel: autodetecting RAID arrays
Jul 24 05:44:10 arriken kernel: autorun ...
Jul 24 05:44:10 arriken kernel: ... autorun DONE.
Jul 24 05:44:10 arriken kernel: VFS: Mounted root (ext2 filesystem) readonly.
Jul 24 05:44:10 arriken kernel: Freeing unused kernel memory: 64k freed
Jul 24 05:44:10 arriken kernel: Adding Swap: 161272k swap-space (priority -1)
Jul 24 05:44:10 arriken identd: identd startup succeeded
Jul 24 05:44:11 arriken atd: atd startup succeeded
Jul 24 05:43:53 arriken rc.sysinit: Mounting proc filesystem succeeded
Jul 24 05:43:53 arriken sysctl: net.ipv4.ip_forward = 0
Jul 24 05:43:53 arriken sysctl: net.ipv4.conf.all.rp_filter = 1
Jul 24 05:43:53 arriken sysctl: net.ipv4.ip_always_defrag = 0
Jul 24 05:43:53 arriken sysctl: kernel.sysrq = 0
Jul 24 05:43:53 arriken rc.sysinit: Configuring kernel parameters succeeded
Jul 24 05:43:53 arriken date: Mon Jul 24 05:43:52 EST 2000
Jul 24 05:43:53 arriken rc.sysinit: Setting clock (utc): Mon Jul 24 05:43:52 EST 2000 succeeded
Jul 24 05:43:53 arriken rc.sysinit: Activating swap partitions succeeded
Jul 24 05:43:53 arriken rc.sysinit: Setting hostname arriken succeeded
Jul 24 05:43:53 arriken fsck: /dev/hda1: clean, 10836/126480 files, 89205/503968 blocks
Jul 24 05:43:53 arriken rc.sysinit: Checking root filesystem succeeded
Jul 24 05:43:53 arriken rc.sysinit: Setting up ISA PNP devices succeeded
Jul 24 05:43:53 arriken rc.sysinit: Remounting root filesystem in read-write mode succeeded
Jul 24 05:43:57 arriken depmod: depmod:
Jul 24 05:43:57 arriken depmod: *** Unresolved symbols in /lib/modules/2.2.14-5.0/fs/lockd.o
Jul 24 05:43:57 arriken depmod: depmod: *** Unresolved symbols in /lib/modules/2.2.14-5.0/fs/coda.o
Jul 24 05:43:57 arriken depmod: depmod: *** Unresolved symbols in /lib/modules/2.2.14-5.0/fs/minix.o
...... a lot of Unresolved symbols deleted......
Jul 24 05:43:58 arriken modprobe: /lib/modules/2.2.14-5.0/misc/emu10k1.o: insmod /lib/modules/2.2.14-5.0/misc/emu10k1.o failed
Jul 24 05:43:58 arriken modprobe: /lib/modules/2.2.14-5.0/misc/emu10k1.o: insmod emu10k1 failed
Jul 24 05:43:58 arriken rc.sysinit: Loading sound module (emu10k1) failed
Jul 24 05:43:58 arriken fsck: /dev/hda4: clean, 20367/445312 files, 104110/889938 blocks
Jul 24 05:43:58 arriken fsck: /dev/hda2: clean, 81545/504928 files, 358565/1008000 blocks
Jul 24 05:43:58 arriken rc.sysinit: Checking filesystems succeeded
Jul 24 05:44:00 arriken rc.sysinit: Mounting local filesystems succeeded
Jul 24 05:44:00 arriken rc.sysinit: Turning on user and group quotas for local filesystems succeeded
Jul 24 05:44:00 arriken rc.sysinit: Enabling swap space succeeded
Jul 24 05:44:00 arriken init: Entering runlevel: 5
Jul 24 05:44:07 arriken kudzu: succeeded
Jul 24 05:44:07 arriken sysctl: net.ipv4.ip_forward = 0
Jul 24 05:44:07 arriken sysctl: net.ipv4.conf.all.rp_filter = 1
Jul 24 05:44:07 arriken sysctl: net.ipv4.ip_always_defrag = 0
Jul 24 05:44:07 arriken sysctl: kernel.sysrq = 0
Jul 24 05:44:07 arriken network: Setting network parameters succeeded
Jul 24 05:44:08 arriken network: Bringing up interface lo succeeded
Jul 24 05:44:08 arriken insmod: /lib/modules/2.2.14-5.0/net/slhc.o: insmod ppp0 failed
Jul 24 05:44:08 arriken insmod: /lib/modules/2.2.14-5.0/net/slhc.o: insmod ppp1 failed
Jul 24 05:44:08 arriken portmap: portmap startup succeeded
Jul 24 05:44:09 arriken insmod: /lib/modules/2.2.14-5.0/misc/sunrpc.o: insmod lockd failed
Jul 24 05:44:09 arriken rpc.lockd: lockdsvc: Function not implemented
Jul 24 05:44:09 arriken nfslock: rpc.lockd startup failed
Jul 24 05:44:09 arriken nfslock: rpc.statd startup succeeded
Jul 24 05:44:09 arriken apmd[301]: Version 3.0final (APM BIOS 1.2, Linux driver 1.9)
Jul 24 05:44:09 arriken apmd: apmd startup succeeded
Jul 24 05:44:09 arriken autofs: autofs startup succeeded
Jul 24 05:44:09 arriken automount[328]: starting automounter version 3.1.4, path = /misc, maptype = file, mapname = /etc/auto.misc
Jul 24 05:44:09 arriken random: Initializing random number generator succeeded
Jul 24 05:44:09 arriken insmod: /lib/modules/2.2.14-5.0/fs/autofs.o: insmod autofs failed
Jul 24 05:44:09 arriken automount[328]: /misc: mount failed!
Jul 24 05:44:10 arriken netfs: Mounting other filesystems succeeded
Jul 24 05:44:11 arriken crond: crond startup succeeded
Jul 24 05:44:12 arriken rc: Starting pcmcia succeeded
Jul 24 05:44:12 arriken inet: inetd startup succeeded
Jul 24 05:44:12 arriken lpd[468]: restarted
Jul 24 05:44:12 arriken lpd: lpd startup succeeded
Jul 24 05:44:13 arriken keytable: Loading keymap:
Jul 24 05:44:13 arriken keytable: Loading /usr/lib/kbd/keymaps/i386/qwerty/us.kmap.gz
............
Jul 24 05:52:27 arriken kernel: ohci1394_0: Bus reset
Jul 24 05:52:27 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 05:52:27 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 05:52:27 arriken kernel: ohci1394_0: SelfID process finished but NodeID not valid: 0800FFC0
Jul 24 05:52:28 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 05:52:28 arriken kernel: ohci1394_0: SelfID process finished (phyid 1, root)
Jul 24 05:52:28 arriken kernel: ohci1394_0: selfid packet 0x807f0882 rcvd
Jul 24 05:52:28 arriken kernel: ohci1394_0: selfid packet 0x817f8474 rcvd
Jul 24 05:52:28 arriken kernel: ohci1394_0: This node self-id is 0x817f8474
Jul 24 05:52:28 arriken kernel: ohci1394_0: calling self-id complete
Jul 24 05:52:28 arriken kernel: ieee1394: GUID request sent to node 0
Jul 24 05:52:28 arriken kernel: ohci1394_0: Bus reset
Jul 24 05:52:28 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 05:52:28 arriken kernel: ohci1394_0: SelfID process finished (phyid 0, not root)
Jul 24 05:52:28 arriken kernel: ohci1394_0: selfid packet 0x806c8464 rcvd
Jul 24 05:52:28 arriken kernel: ohci1394_0: This node self-id is 0x806c8464
Jul 24 05:52:28 arriken kernel: ohci1394_0: selfid packet 0x816c08c2 rcvd
Jul 24 05:52:28 arriken kernel: ohci1394_0: calling self-id complete
Jul 24 05:52:28 arriken kernel: ieee1394: GUID request sent to node 1
****************** The following lines are just as it fails************
Jul 24 05:55:20 arriken kernel: ohci1394_0: Waking dma cxt=2 ... processing is probably too slow
Jul 24 05:55:20 arriken kernel: ohci1394_0: Waking dma cxt=2 ... processing is probably too slow
Jul 24 05:59:10 arriken kernel: ohci1394_0: Bus reset
Jul 24 05:59:10 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 05:59:10 arriken kernel: ohci1394_0: SelfID process finished (phyid 0, root)
Jul 24 05:59:10 arriken kernel: ohci1394_0: selfid packet 0x807f8456 rcvd
Jul 24 05:59:10 arriken kernel: ohci1394_0: This node self-id is 0x807f8456
Jul 24 05:59:10 arriken kernel: ohci1394_0: calling self-id complete
Jul 24 06:01:04 arriken kernel: ohci1394_0: Bus reset
Jul 24 06:01:04 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:01:04 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:01:04 arriken kernel: ohci1394_0: SelfID process finished but NodeID not valid: 0800FFC0
Jul 24 06:01:04 arriken kernel: ohci1394_0: irq_handler timeout event=0x00020000
Jul 24 06:01:04 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:01:05 arriken last message repeated 3 times
Jul 24 06:01:05 arriken kernel: ohci1394_0: SelfID process finished but NodeID not valid: 0800FFC0
Jul 24 06:01:05 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:01:05 arriken kernel: ohci1394_0: SelfID process finished (phyid 0, not root)
Jul 24 06:01:05 arriken kernel: ohci1394_0: selfid packet 0x807f8464 rcvd
Jul 24 06:01:05 arriken kernel: ohci1394_0: This node self-id is 0x807f8464
Jul 24 06:01:05 arriken kernel: ohci1394_0: selfid packet 0x817f08c2 rcvd
Jul 24 06:01:05 arriken kernel: ohci1394_0: calling self-id complete
Jul 24 06:01:05 arriken kernel: ieee1394: GUID request sent to node 1
Jul 24 06:01:05 arriken kernel: ohci1394_0: Bus reset
Jul 24 06:01:05 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:01:05 arriken kernel: ohci1394_0: SelfID process finished (phyid 0, not root)
Jul 24 06:01:05 arriken kernel: ohci1394_0: selfid packet 0x806c8464 rcvd
Jul 24 06:01:05 arriken kernel: ohci1394_0: This node self-id is 0x806c8464
Jul 24 06:01:05 arriken kernel: ohci1394_0: selfid packet 0x816c08c2 rcvd
Jul 24 06:01:05 arriken kernel: ohci1394_0: calling self-id complete
Jul 24 06:01:05 arriken kernel: ieee1394: GUID request sent to node 1
Jul 24 06:01:52 arriken kernel: ohci1394_0: Bus reset
Jul 24 06:01:52 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:01:52 arriken kernel: ohci1394_0: SelfID process finished (phyid 0, root)
Jul 24 06:01:52 arriken kernel: ohci1394_0: selfid packet 0x807f8456 rcvd
Jul 24 06:01:52 arriken kernel: ohci1394_0: This node self-id is 0x807f8456
Jul 24 06:01:52 arriken kernel: ohci1394_0: calling self-id complete
Jul 24 06:03:37 arriken kernel: ohci1394_0: Bus reset
Jul 24 06:03:37 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:03:37 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:03:37 arriken kernel: ohci1394_0: SelfID process finished but NodeID not valid: 0800FFC0
Jul 24 06:03:37 arriken kernel: ohci1394_0: irq_handler timeout event=0x00020000
Jul 24 06:03:37 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:03:38 arriken last message repeated 3 times
Jul 24 06:03:38 arriken kernel: ohci1394_0: SelfID process finished but NodeID not valid: 0800FFC0
Jul 24 06:03:38 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:03:38 arriken kernel: ohci1394_0: SelfID process finished (phyid 1, root)
Jul 24 06:03:38 arriken kernel: ohci1394_0: selfid packet 0x807f0882 rcvd
Jul 24 06:03:38 arriken kernel: ohci1394_0: selfid packet 0x817f8474 rcvd
Jul 24 06:03:38 arriken kernel: ohci1394_0: This node self-id is 0x817f8474
Jul 24 06:03:38 arriken kernel: ohci1394_0: calling self-id complete
Jul 24 06:03:38 arriken kernel: ieee1394: GUID request sent to node 0
Jul 24 06:03:38 arriken kernel: ohci1394_0: Bus reset
Jul 24 06:03:38 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:03:38 arriken kernel: ohci1394_0: SelfID process finished (phyid 0, not root)
Jul 24 06:03:38 arriken kernel: ohci1394_0: selfid packet 0x806c8464 rcvd
Jul 24 06:03:38 arriken kernel: ohci1394_0: This node self-id is 0x806c8464
Jul 24 06:03:38 arriken kernel: ohci1394_0: selfid packet 0x816c08c2 rcvd
Jul 24 06:03:38 arriken kernel: ohci1394_0: calling self-id complete
Jul 24 06:03:38 arriken kernel: ieee1394: GUID request sent to node 1
Jul 24 06:04:14 arriken kernel: ohci1394_0: Bus reset
Jul 24 06:04:14 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:04:14 arriken kernel: ohci1394_0: SelfID process finished (phyid 0, root)
Jul 24 06:04:14 arriken kernel: ohci1394_0: selfid packet 0x807f8456 rcvd
Jul 24 06:04:14 arriken kernel: ohci1394_0: This node self-id is 0x807f8456
Jul 24 06:04:14 arriken kernel: ohci1394_0: calling self-id complete
Jul 24 06:10:26 arriken kernel: ohci1394_0: Bus reset
Jul 24 06:10:26 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:10:26 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:10:26 arriken kernel: ohci1394_0: SelfID process finished but NodeID not valid: 0800FFC0
Jul 24 06:10:26 arriken kernel: ohci1394_0: irq_handler timeout event=0x00020000
Jul 24 06:10:26 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:10:26 arriken last message repeated 3 times
Jul 24 06:10:26 arriken kernel: ohci1394_0: SelfID process finished but NodeID not valid: 0800FFC0
Jul 24 06:10:27 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:10:27 arriken kernel: ohci1394_0: SelfID process finished (phyid 1, root)
Jul 24 06:10:27 arriken kernel: ohci1394_0: selfid packet 0x807f0882 rcvd
Jul 24 06:10:27 arriken kernel: ohci1394_0: selfid packet 0x817f845c rcvd
Jul 24 06:10:27 arriken kernel: ohci1394_0: This node self-id is 0x817f845c
Jul 24 06:10:27 arriken kernel: ohci1394_0: calling self-id complete
Jul 24 06:10:27 arriken kernel: ieee1394: GUID request sent to node 0
Jul 24 06:10:27 arriken kernel: ohci1394_0: Bus reset
Jul 24 06:10:27 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:10:27 arriken kernel: ohci1394_0: SelfID process finished (phyid 0, not root)
Jul 24 06:10:27 arriken kernel: ohci1394_0: selfid packet 0x806c8458 rcvd
Jul 24 06:10:27 arriken kernel: ohci1394_0: This node self-id is 0x806c8458
Jul 24 06:10:27 arriken kernel: ohci1394_0: selfid packet 0x816c08c2 rcvd
Jul 24 06:10:27 arriken kernel: ohci1394_0: calling self-id complete
Jul 24 06:10:27 arriken kernel: ieee1394: GUID request sent to node 1
Jul 24 06:11:18 arriken kernel: ohci1394_0: Bus reset
Jul 24 06:11:18 arriken kernel: ohci1394_0: Got phy packet ctx=0 ... discarded
Jul 24 06:11:18 arriken kernel: ohci1394_0: SelfID process finished (phyid 0, root)
Jul 24 06:11:18 arriken kernel: ohci1394_0: selfid packet 0x807f8456 rcvd
Jul 24 06:11:18 arriken kernel: ohci1394_0: This node self-id is 0x807f8456
Jul 24 06:11:18 arriken kernel: ohci1394_0: calling self-id complete
|
|
From: pat <pa...@vr...> - 2000-07-20 07:08:27
|
DQo= |
|
From: Andreas B. <and...@mu...> - 2000-06-15 23:17:11
|
I have released a subsystem patch for 2.2.16 and libraw1394 0.7 which depend on each other versionwise. You can get them at the usual locations pointed to from the linux1394 homepage. There will be no separate patch for 2.3/2.4. Subsystem updates will be sent to Alan Cox for inclusion into 2.4.0-test1-acX shortly. HTTP download links for your convenience: http://download.sourceforge.net/linux1394/ieee1394-2.2.16-20000616.gz http://download.sourceforge.net/libraw1394/libraw1394-0.7.tar.gz -- Andreas E. Bombe <and...@mu...> DSA key 0x04880A44 http://home.pages.de/~andreas.bombe/ http://linux1394.sourceforge.net/ |