<whitequark>
apparently the guys from the remailer consider the cnc machine "not for personal use"
<larsc>
you are only allowed to do altruistic work with it ;)
wej has quit [Ping timeout: 252 seconds]
<whitequark>
i'm just going to check who is more stubborn
wej has joined #qi-hardware
<whitequark>
last time i had such a dispute (the isp guys told me they will fix the line in about a week), it took about five minutes of calm and quiet discussion. the service man arrived in less than an hour.
<wpwrak_>
what's the implication of 'not for personal use" in the case of the remailer ?
<whitequark>
some customs bullshit
<whitequark>
actually they didn't even tell me which item was infringing, much less the reason they think it is
<whitequark>
way to make an effort
<wpwrak_>
oh joy ...
dos1 has joined #qi-hardware
kyak has quit [Ping timeout: 276 seconds]
kyak has joined #qi-hardware
pcercuei has joined #qi-hardware
arielenter has joined #qi-hardware
lekernel has quit [Ping timeout: 245 seconds]
nicksydney has quit [Remote host closed the connection]
lekernel has joined #qi-hardware
arielenter has quit [Quit: Leaving.]
wej_ has joined #qi-hardware
wej has quit [Ping timeout: 245 seconds]
jekhor_ has quit [Read error: Connection reset by peer]
rz2k has joined #qi-hardware
arielenter has joined #qi-hardware
rz2k has quit []
* wpwrak_
celebrates the arrival of new toys :)
wej_ has quit [Ping timeout: 260 seconds]
wej has joined #qi-hardware
<larsc>
with vodka?
<wpwrak_>
hmm, that sounds like a nice idea :) but maybe after i'm done with today's shopping ...
<DocScrutinizer05>
hah
arielenter has quit [Ping timeout: 252 seconds]
arielenter has joined #qi-hardware
arielenter has quit [Quit: Leaving.]
arielenter has joined #qi-hardware
jekhor_ has joined #qi-hardware
arielenter1 has joined #qi-hardware
arielenter has quit [Ping timeout: 272 seconds]
porchao has quit [Quit: Leaving...]
porchao has joined #qi-hardware
nicksydney has joined #qi-hardware
<nicksydney>
what's up people !
<nicksydney>
wpwrak_: you got your christmas gift :)
<wpwrak_>
yeah, a nice little parcel from santa-digi-claus :)
<nicksydney>
nice......share some pics :)
<nicksydney>
made USB board myself last night
<nicksydney>
didn't mirror the design so made a mistake of GND and VBUS :) but all good after switching the LED position :)
<nicksydney>
simple USB and LED :)
jekhor_ has quit [Remote host closed the connection]
<wpwrak_>
avoiding all the messy protocol stack ;)
<nicksydney>
nah...i'm obsessed with USB as power source :)
<nicksydney>
i was think "why do we need brick power" when you have USB :)
<nicksydney>
i proclaim from now on all my project will use USB as power jack
<nicksydney>
anelok is using USB which i like :)
<wpwrak_>
yeah, usb power is good
<nicksydney>
just a tip to share if you have this kind of USB https://dlnmh9ip6v2uc.cloudfront.net//images/products/5/8/7/miniUSB-1.jpg and don't like drill hole for that 2 protuding black holder at the back you can clip it off using nail cutter and file it just a bit ..and you good to go :)
<apelete>
larsc: did it by calling dma_request_channel(mask, NULL, host);
<apelete>
so I didn't write a filter function yet
<apelete>
larsc: as you can see I haven't done much, should have tested and reported it yersterday but I was too busy slacking off :)
<apelete>
larsc: is it normal that dmaengine is printing "dma0chan0 busy", "dma0chan1 busy" and then goes on to requesting dma0chan2 just after dma0chan1 and dma0chan0 have been successfully requested there ?
<apelete>
(intentionally built the kernel with dmaengine debugging enabled, I'm just asking how to read/understand those debug prints)
lekernel has quit [Quit: Leaving]
pcercuei has quit [Quit: leaving]
pcercuei has joined #qi-hardware
jekhor has joined #qi-hardware
<wpwrak_>
are you sure that's what's happening there ? i haven't looked at the code in question but the messages look more like saying "tried to get 0/0 but found it occupied, then tried to get 0/1 which was also occupied, but then i finally had better look with 0/2"
<wpwrak_>
bah, s/look/luck/
derRichard has quit [Ping timeout: 252 seconds]
<apelete>
wpwrak_: I think you're right, that would make more sense
<apelete>
wpwrak_ larsc: which means I probably should write a filter function to filter out the busy channels instead of letting the dmaengine driver go through each one by itself
<apelete>
anyway, will look at it tomorrow, time to go to bed