One more thing i forgot they say, for installation of libraw,
do ./configure but read the ./configure --help anyway cause iif i remember
right the default install path is /usr/local you might want to put it to /usr
so you need to do ./configure --prefix=/usr
On Wednesday 04 July 2001 01:41, Kernell32 wrote: > Yeeehaaaa! Guess what =)
> yeahyeah i got it working you dont even need to install the drivers. > On
that > http://linux1394.sourceforge.net page they give patches that you wont
need > if you run MDK8 kernel you have to skip to step 10 first they describe
how > to compile the ieee1394 stuff into the kernel but since its included in
mdk > get to step 10 and off you go you only need libraw1394 they have a tar
on > that page. Thanx for all help that was very teaching . At next ill hack
> "Echelon" (just kidding =) ). (linux rules! under windose i got this >
working after trying 98 98SE 2000 etc. and it always got messed up again ) >
> Cheers > > Compile libraw1394: > cd /where/you/downloaded/libraw1394 > tar
xvfz libraw1394_0.9.0.tar.gz > cd libraw1394-0.9.0 > ./configure > make >
make install Create the raw device (/dev/raw1394): > make dev Reboot: >
shutdown -r now After the system reboots, logon and load the modules: >
modprobe ohci1394 > modprobe raw1394 > > Module dependencies should ensure
that the ieee1394 subsytem module > installs automatically. If you receive
errors about unresolved symbols, > then try the following: > insmod ieee1394
> insmod ohci1394M > insmod raw1394 > > On Tuesday 03 July 2001 21:15,
Kernell32 wrote: > > Ok getting closer and closer (pheeew) > > > > first i
did lsmod it showed me nothing about ieee... then i inserted the > > drivers
> > > > insmod /lib/modules/2.4.3-20mdk/kernel/drivers/ieee1394/ieee1394.o.gz
> > and > > insmod
/lib/modules/2.4.3-20mdk/kernel/drivers/ieee1394/raw1394.o.gz > > the other
two drivers from the same dir didnt work (so i hope they are > > not needed
=) ) > > now lsmod gives me this : > > > > # lsmod > > Module Size Used by >
> raw1394 6544 0 (unused) > > ieee1394 20144 0 [raw1394] > > nls_cp437 4352 1
(autoclean) > > sr_mod 13952 1 (autoclean) > > isofs 17808 1 (autoclean) > >
NVdriver 659808 15 (autoclean) > > - > > - > > - and so on > > > > But the
device isnt there i think on epoint i still didnt get driver ok i > > can
follow ... but the device mmm dont i have to tell wich device this > > driver
is meant for > > ough sounds like im a real newbie =) well i am =) > > > > On
Tuesday 03 July 2001 20:36, Jose M. Sanchez wrote: > > > "insmod driver" > >
> > > > To see what is already loaded try > > > > > > "lsmod" > > > > > > You
may also need to alias the driver to the device in the > > >
/etc/modules.conf file. > > > > What do i write in that file i whats the
iee... devices name ( > > /dev/raw1394 does not exist) > > > > I wish you
would say "reboot and it will be there ...!" > > > > > -JMS > > > > > > > > >
-----Original Message----- > > > From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of > > > Kernell32 > > > Sent: Tuesday,
July 03, 2001 12:52 PM > > > To: [EMAIL PROTECTED] > > > Cc:
[EMAIL PROTECTED] > > > Subject: Re: [expert] Firewire > > > > > > On
Tuesday 03 July 2001 15:11, Jose M. Sanchez wrote: > > > > 8.0 has built in
for most 1394 chips based on the TI chipsets. > > > > > > > > -JMS > > > > >
> > > > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of > > > > Kernell32 > > > > Sent:
Tuesday, July 03, 2001 6:12 AM > > > > To: [EMAIL PROTECTED] > > > >
Cc: [EMAIL PROTECTED] > > > > Subject: [expert] Firewire > > > > > >
> > > > > > Hi i have a OHCI Compliant IEEE-1394 Controller (texas
instruments) > > > > and i was wondering if i get that one to work do i need
to install a > > > > custom kernel or > > > > is it allready included in the
mdk8 kernel and how do i enable and > > > > use that > > > > on
http://linux1394.sourceforge.net i can download patches for > > > > > >
IEEE-1394 > > > > > > > but > > > > only up to 2.4.2x kernels what do i need
to do? > > > > > > Ok im starting to understand more now =) > > > First of
all im really new to firewire and kernel configs ... (bad?) On > > > the
other hand im getting closer =) i have seen that the kernel > > > includes >
> > > > > several drivers for ieee1394 but i dont know: "how to insert the >
> > corrcet > > > > > > modules" "what are the correct modules" etc. still i
installed all > > > software > > > that i need (libraw1394-0.9.0, dvgrab-1.0
and libdv decoder) now i > > > launch the dvgrab (with default options) and
what i get is this : > > > > > > dvgrab test > > > raw1394 - couldn't get
handle: No such file or directory > > > This error usually means that the
ieee1394 driver is not loaded or that > > > /dev/raw1394 does not exist. > >
> > > > Guess that means the driver is not installed . > > > How do i insert
the driver or module (excuse my unsertain termination i > > > have > > > no
experience in building kernels actually its pretty confusing some > > >
background knowledge is what i need i guess) anyhow i will work on it > > >
but if > > > someone can give me (if its not too much to ask=) ) the steps of
the > > > procedure to activate the ieee-1394 support. > > > > > > The info
about the firewire card from hardrake looks like this (maybe > > > it > > > >
> > helps choosing the right driver): > > > > > > Vendor: Texas Instruments >
> > > > > Model: TSB12LV23 OHCI Compliant IEEE-1394 Controller > > > > > >
Kernel Module: unknown > > > > > > Bus Type: PCI > > > > > > Informations:
This device hasn't been identified by HardDrake, please > > > send > > >
`/proc/bus/*' files and this device ID `104c8019' to: > > >
[EMAIL PROTECTED]