<dos1>
ZetaR: argh... thanks for reporting, I definitely need to do something with that asap :)
<ZetaR>
Looks like it is a filetype permissions issue.
<ZetaR>
PDF and HTML are permitted, but directories, images, etc. are not.
lexik has quit [Remote host closed the connection]
Humpelst1lzchen has quit [Ping timeout: 255 seconds]
Humpelstilzchen has joined #neo900
xe4l has quit [K-Lined]
xe4l has joined #neo900
arossdotme has quit [Ping timeout: 250 seconds]
arossdotme has joined #neo900
sparetire_ has quit [Quit: sparetire_]
nicksydney has quit [Ping timeout: 244 seconds]
sparetire_ has joined #neo900
sparetire_ has quit [Client Quit]
sparetire_ has joined #neo900
Pali has joined #neo900
ZetaR has left #neo900 [#neo900]
mvaenskae has quit [Ping timeout: 252 seconds]
Pali has quit [Remote host closed the connection]
louisdk has joined #neo900
louisdk has quit [Ping timeout: 258 seconds]
freemangordon_ has joined #neo900
louisdk has joined #neo900
sparetire_ has quit [Ping timeout: 244 seconds]
mvaenskae has joined #neo900
lexik has joined #neo900
mvaenskae has quit [Ping timeout: 250 seconds]
arossdotme has quit [Ping timeout: 272 seconds]
mvaenskae has joined #neo900
arossdotme has joined #neo900
arossdotme has quit [Ping timeout: 272 seconds]
arossdotme has joined #neo900
fling has quit [Ping timeout: 245 seconds]
louisdk has quit [Ping timeout: 250 seconds]
fling has joined #neo900
qwazix has quit [Read error: Connection reset by peer]
qwazix has joined #neo900
vakkov has joined #neo900
mvaenskae has quit [Ping timeout: 250 seconds]
louisdk has joined #neo900
ZetaR has joined #neo900
louisdk has quit [Ping timeout: 256 seconds]
mvaenskae has joined #neo900
Kabouik has joined #neo900
Oxyd76 has quit [Ping timeout: 265 seconds]
mvaenskae has quit [Ping timeout: 265 seconds]
mvaenska1 has joined #neo900
mvaenska1 is now known as mvaenskae
<DocScrutinizer05>
ZetaR: ((What do you think about antiresonance of power decoupling caps?)) Pretty hard to calculate amything from it for real life, since the true virtual circuit is way more complex than just two parallel capacitors. There are also inductivity and capacitance if traces, and basically each capacitor itself has a resonance freq already. You can't always reach ideal circuit properties in real life, and as long as the notches in frequency
<DocScrutinizer05>
filer plot are not in critical frequency ranges, we prolly have to live with them anyway
<ZetaR>
DocScrutinizer05: Er, departure from models in the real world is exactly what I was referring to in Issue 686. One of the links I provided reproduces these effects on a PCB. I have been working most of today and yesterday on this problem, going through all of the datasheets gathering information and calculating values. But I see that the issue has now been closed as WontFix, so I guess my efforts to help with this are probably unwant
<ZetaR>
(not to mention the time I spent on the literature review)
<ZetaR>
I guess I'll just go do something else now...
norly has joined #neo900
rjeffries has joined #neo900
louisdk has joined #neo900
louisdk has quit [Ping timeout: 256 seconds]
wpwrak has quit [Read error: Connection reset by peer]
Kabouik has quit [Ping timeout: 245 seconds]
louisdk has joined #neo900
mvaenskae has quit [Ping timeout: 255 seconds]
louisdk has quit [Ping timeout: 256 seconds]
<DocScrutinizer05>
ZetaR: sorry I am not responsible for what Nikolaus does
norly has quit [Quit: Leaving.]
<ZetaR>
DocScrutinizer05: Well, I will finish the last bits of what I have done and post it there, but I am a bit upset at the abruptness of this. I was intending to do most of the work for EMI/RFI throughout the development process so that the other devs could do other things.
<DocScrutinizer05>
what can I say
<DocScrutinizer05>
what you see there happens to me all the time
<DocScrutinizer05>
of 40 change requests 25 got postponed or rejected "not needed" or "why?"
<DocScrutinizer05>
please keep in mind this is work in progress
<DocScrutinizer05>
and re buffer capacitors your own papers quote that much depends on actual PCB layout, and since we don't have any such layout your bug ticket is against, I think a "wontfix" is prolly actually correct. Nikolaus said he's aware and will take it into account but there are other aspects that also need to get considered, and many of them are related to layout which is not even done yet
<DocScrutinizer05>
generally the bugtracker's purpose and definition is a tad fuzzy, but generally we do general design considerations rather on our ML than in bug tacker. BT topics should generally be verifiable and fixable, turning BT into a forum to discuss stuff doesn't work too well
mvaenskae has joined #neo900
wpwrak has joined #neo900
<wpwrak>
mmh. xchat acting suicidal :(
rjeffries has quit [Remote host closed the connection]
<DocScrutinizer05>
hmm
* DocScrutinizer05
hates this windows stuff, which now refuses to boo and even to "fix system" after installing a linux to a free partition
<DocScrutinizer05>
and while I managed to tell dang grub2 to use 1920x1080, the desktop in linux still looks like 320*200. The wonders of gforce graphics cards
<Wizzup>
DocScrutinizer05: if you use nvidia proprietary drivers, they do not do KMS
<Wizzup>
yet
ZetaR has quit [Ping timeout: 246 seconds]
lobito1 is now known as lobito
<Pali>
Wizzup: I bet they will never support *proper* KMS
<Pali>
even they i2c bus support (in kernel) has dependency in running X Server...
<Pali>
i2c bus support via HDMI, DVI, DP, ... cables
<Pali>
and also for connected temperature, fan sensors on GPU (via i2c)
<Wizzup>
Pali: they are working on a seperate module
<Pali>
so I bet if they support kernel KMS API it will be implemented similar as their kernel i2c bus support (kernel hook which will forward that to running X server or other userspace)
<Pali>
separate module ==> does not mean that it will not be another loopback hook
<Pali>
like i2c
<Pali>
and in kernel, one module (file.ko) can contains more kernel drivers
<Pali>
and also one kernel driver can be splitted into more kernel modules
<Pali>
and normally you can decide at build/programming time how kernel linker will link code into .ko files
<Pali>
also you can static link all object files into one big vmlinuz image...
<Pali>
so separate module does not mean anything...
<Pali>
and btw, I saw that nvidia source code on github...
Oxyd76 has joined #neo900
<Wizzup>
Pali: a seperate module that complies with the gpl
<Wizzup>
(kms is gpl or lgpl I think)
<Wizzup>
iow they need a helper module of some kind