Re: [Cooker] Re: kernel-tmb-2.4.22-0.5.2tmb_mdk

2003-08-21 Thread Steffen Barszus
Am Donnerstag, 21. August 2003 11:32 schrieb Juan Quintela:
> > "thomas" == Thomas Backlund <[EMAIL PROTECTED]> writes:
>
> thomas> Ok,
>
> Hi thanks a lot for the good work.
>
> thomas> I didn't have time to add more features at this time,
> thomas> or to fix the psaux, so that will have to wait for my next
> thomas> kernel, I just rebuilt the whole set so people can use it...
>
> psaux make my SMP system crash here, I just removed the patch (as
> told in other mail).
>
>
> Looking at your 2tmb patches.
>
> thomas> %changelog
> thomas> * Mon Aug 18 2003 Thomas Backlund <[EMAIL PROTECTED]>
> 2.4.22-0.5.2tmb_mdk thomas> - drop psaux synaptics patch until I have
> time to fix it thomas> - fix mod_dvb patch to use new build framework
>
> I also fixed mod_dvb compat.c features, as it was interfering with
> correct modules :(
>
> Later, Juan.

Ok will try it out, as fast, as it hits my mirror. 

Steffen




[Cooker] Re: kernel-tmb-2.4.22-0.5.2tmb_mdk(dvb-core needed by net devices?)

2003-08-21 Thread Juan Quintela
> "steffen" == Steffen Barszus <[EMAIL PROTECTED]> writes:

Hi
answering to the last mail of the thread just if somebody
didn't saw my first answer.

I found this problem, and it should be fixed in 2.4.22.0.7mdk
just released.

Thanks, Juan.

steffen> Am Mittwoch, 20. August 2003 02:24 schrieb Svetoslav Slavtchev:
>> Quoting Steffen Barszus <[EMAIL PROTECTED]>:
>> > Am Dienstag, 19. August 2003 23:39 schrieb Svetoslav Slavtchev:
>> > > Quoting Steffen Barszus <[EMAIL PROTECTED]>:
>> > > > Am Dienstag, 19. August 2003 22:55 schrieb Svetoslav Slavtchev:
>> > > > > Quoting Steffen Barszus <[EMAIL PROTECTED]>:

>> > > can you may be post your modules.conf & devfsd.conf changes ?
>> >
>> > I have done this allready. Maybe the mail didn't came trough and it
>> > was not in this thread. So here they come:
>> >
>> >
>> > REGISTER ^dvb/adapter[0-9]+/[^/]+$   PERMISSIONS root.video 0660
>> > REGISTER ^ost/video[0-9]+$   PERMISSIONS root.video 0660
>> > REGISTER ^v4l/[^/]+[0-9]+$   PERMISSIONS root.video 0660
>> >
>> > Thats what I have, but
>> >
>> > REGISTER ^dvb/adapter[0-9]+/[^/]+$   PERMISSIONS root.video 0660
>> > REGISTER ^v4l/[^/]+[0-9]+$   PERMISSIONS root.video 0660
>> >
>> > would be enough I think.
>> 
>> only for managing permissions? no symlinks? modload ?

steffen> dvb/adapter doesn't need links for compatibility, /dev/video is 
steffen> elsewhere in the devfs config. If parts of the modules.conf can be put 
steffen> in devfs config it would be fine too, but I don't understand the devfs 
steffen> magic really ;)

>> > And my modules.con entries:
>> >
>> > probeall /dev/dvb dvb-ttpci
>> > alias /dev/dvb/* /dev/dvb
>> > below dvb-ttpci alps_bsrv2 alps_tdmb7 alps_tdlb7
>> > add below dvb-ttpci grundig_29504-401 grundig_29504-491
>> > add below dvb-ttpci stv0299 ves1820
>> 
>> do you really need all frontends?
>> am i missing smth or a single frontend should be sufficient for a
>> single dvb card ? ( or more, you don't have diffrent kinds right?)

steffen> Well. This works for all cards with Vendor Id 1131 and Prod Id 7146. Why 
steffen> make it more difficult and trying to distinguish on Subvendor and sub 
steffen> product Id which frontend is used ? 

>> > I can take that out and see if i can reproduce it here if one or
>> > both, or parts of it are taken out. Will do so tomorrow morning and
>> > post results
>> 
>> i'll check it here with your config addjustments
>> let see what will hapen :)

steffen> Ok :)

steffen> Steffen


-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy



[Cooker] Re: kernel-tmb-2.4.22-0.5.2tmb_mdk(dvb-core needed by net devices?)

2003-08-21 Thread Juan Quintela
> "svetoslav" == Svetoslav Slavtchev <[EMAIL PROTECTED]> writes:

svetoslav> Quoting Thomas Backlund <[EMAIL PROTECTED]>:
>> %changelog
>> * Mon Aug 18 2003 Thomas Backlund <[EMAIL PROTECTED]> 2.4.22-0.5.2tmb_mdk
>> - drop psaux synaptics patch until I have time to fix it
>> - fix mod_dvb patch to use new build framework
>> 
>> * Sat Aug 16 2003 Thomas Backlund <[EMAIL PROTECTED]> 2.4.22-0.5.1tmb_mdk
>> 
 
svetoslav> Hi Thomas ,

svetoslav> not a real complain (because i added my test dev-mapper patches),
svetoslav> but it seems a bit strange:
svetoslav> 
svetoslav> i2c-proc8052   0  [w83781d eeprom]
svetoslav> via-rhine  15632   1 
svetoslav> 8139too16904   1 
svetoslav> mii 3800   0  [via-rhine 8139too]
svetoslav> dvb-core   51832   0  [via-rhine 8139too]
svetoslav> af_packet  14856   0  (autoclean)
svetoslav> radeon103036   3 

svetoslav> i don't have any dvb hardware
svetoslav> how can this happen ?

Different fix on 2.4.22.0.7mdk.  Basically there is a compat.c
file/module that "provides" crc32 for 2.4 kernels, but our kernel
already has crc32 modules.  I found in one of my machines a module
named compat.o (loaded) that as an asside tainted the kernel and
thought that my machine had been craked :p  After further
investigation found the problem.

Later, Juan.



-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy



[Cooker] Re: kernel-tmb-2.4.22-0.5.2tmb_mdk

2003-08-21 Thread Juan Quintela
> "thomas" == Thomas Backlund <[EMAIL PROTECTED]> writes:

thomas> Ok,

Hi thanks a lot for the good work.

thomas> I didn't have time to add more features at this time,
thomas> or to fix the psaux, so that will have to wait for my next
thomas> kernel, I just rebuilt the whole set so people can use it...

psaux make my SMP system crash here, I just removed the patch (as told
in other mail).


Looking at your 2tmb patches.

thomas> %changelog
thomas> * Mon Aug 18 2003 Thomas Backlund <[EMAIL PROTECTED]> 2.4.22-0.5.2tmb_mdk
thomas> - drop psaux synaptics patch until I have time to fix it
thomas> - fix mod_dvb patch to use new build framework

I also fixed mod_dvb compat.c features, as it was interfering with
correct modules :(

Later, Juan.

-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy