/srv/irclogs.ubuntu.com/2016/02/24/#ubuntu-kernel.txt

tsimonq2so the Kernel newsletter says that the current cycle is a cycle that ended three days ago, and the next cycle has already begun...what's up with that?00:45
tsimonq2https://wiki.ubuntu.com/KernelTeam/Newsletter/2016-02-23 for reference00:45
marlincWhat would be the recommended channel to ask questions on driver related stuff. In this case its about a Iiyama touchscreen08:21
apwtsimonq2, that'd be an error by the sounds of it08:39
apwtsimonq2, it is easy to forget to update that, as the newsletter is weekly, but the cycles change 3 weekly08:40
apwjsalisbury, ^08:40
apwmarlinc, you could ask here, we may redirect you after we find out what the nature of the question is08:41
marlincI've got a Iiyama ProLite T2452MTS touchscreen but its not registering anything08:44
marlincIt does show up as a input device08:45
marlincListening to it with 'input-events' doesn08:45
marlincListening to it with 'input-events' doesn't show anything though so I'm not sure how to continue from there08:45
marlincIt shows up as 'Bus 003 Device 014: ID 093a:8002 Pixart Imaging, Inc.'08:45
apwmarlinc, which series/kernel are you running ?08:52
marlincDescription:Ubuntu Xenial Xerus (development branch)08:52
marlincLinux marlinc-laptop 4.4.0-6-generic #21-Ubuntu SMP Tue Feb 16 20:32:27 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux08:52
smbmarlinc, in theory this site states it should be using the generic hid-multitouch. Though it might not have an alias to load it... http://lii-enac.fr/en/architecture/linux-input/multitouch-devices.html08:59
marlincHow would I try that out smb, not sure if I currently have the wrong module loaded09:03
smbhm, no... I can see that id (though as hid) in the hid-multitouch driver even in Trusty... question would be whether the usb devide is bound to somehting... think that can be seen via sysfs09:04
marlinchttps://gist.github.com/Marlinc/7536ba44d1928723382409:05
marlincWhat would I have to do to check that smb 09:06
smbmarlinc, cannot find it again but your output shows that it got detected by the hid driver at least09:07
marlincStuff in /sys/bus/hid/devices/0003\:093A\:8002.0011/ ?09:07
smbso ls-input should list it09:07
marlincIt does list it, wait09:07
smband then input-events 0 09:08
smbshould print events09:08
marlincThe issue is that it doesn't show anything09:08
marlinchttps://gist.github.com/Marlinc/6c23677ccd053bf851b509:08
smboh wait09:08
marlincTried that already ;)09:08
smbno input45?09:08
marlinchttps://gist.github.com/Marlinc/c6ce012dd2dccfbaf6c809:09
marlincThat's it09:09
smbmarlinc, seems it shows up there as event1109:12
smbSo input-events 1109:12
marlincYea, that's the link above that. Doesn't show anything when I touch the screen09:14
smbHm, that would be as much as I could help. Might be broken, might be the vendor having replaced the complete internals while keeping the old id...09:17
marlincProbably not going to work then :p09:18
marlincLets see if I can find a manual that hopefully has information on the support09:19
marlincMight have to enable it, not sure09:19
marlincAh, I guess it does work. You appear to need a 'touchpen'09:20
marlincWhich doesn't do anything09:21
smbThat sounds a bit backwards... with everything being touch with ones fingers nowadays... 09:23
marlincMm should support finger touch as well..09:24
marlincThen I guess its broken09:24
smbmarlinc, Could be. Though I would not say I am absolutely sure there. 09:26
marlincYea, I guess there's no way to test that so :p09:27
marlincWait there is, I can at least see if there's 'traffic' going over the USB connection with Wireshark09:27
marlincInteresting, its trying to access the stream from the wrong path. Its trying to open it from /sys/kernel/debug/usbmon/0t but its in /sys/kernel/debug/usb/usbmon/0t09:30
marlincI can't create symlinks in /sys so that's a bit problematic :P09:30
marlincsmb, ^?09:36
smbmarlinc, erm, that would be wireshark using the path, wouldn't it? 09:39
marlinctcpdump has the same issue09:39
marlinchttps://bugs.launchpad.net/ubuntu/+source/libpcap/+bug/52334909:39
ubot5Launchpad bug 523349 in libpcap (Ubuntu) "Bad /sys path to text-based usbmon" [High,Fix released]09:39
marlincThis is the exact issue09:39
marlincThat patch would fix it even09:39
marlincNot sure why the bug is back09:40
smbmarlinc, that could be that the wireshark package got rebased and accidentally dropped a fix. I have not looked there though. At least the kernel path did not change that recently its the usb/usbmon in  3.13 already09:44
marlincDo I have to re-open the issue smb?10:05
smbmarlinc, Generally its better to report it as a new bug (even if then someone marks it duplicate). But imo its a new issue to have the wrong path again. In theory you should be able to use "ubuntu-bug wireshark"10:07
marlincIt doesn't appear to be an issue in wireshark. Its an issue in libpcap. tcpdump has the same issue10:08
genkgohello, i read everywhere that linux kernel 4 can be updated without reboot. i am on trusty (14.04.3) with wily kernels. now i upgraded from 4.2.0-27 to 4.2.0-30. but now uname -a still says 4.2.0-27. how can i update without the reboot?10:08
smbah ok... so just to replace wireshark with pcap I guess... hope...10:08
smbI mean libpcap 10:09
smbwhatever the package name is10:09
smbgenkgo, not at all with 4.2. You mean life-patching and that is not supported at all before 4.4. And even with it being possible, it does not mean you can update complete kernels without reboot. There are technical limitations to what can be done without reboot. And even what can be done needs to be provided in a special format.10:28
genkgosmb: ok, thanks for the explanation. so basically, i just need to reboot, right?10:29
genkgofor the update from 4.2.0-27 to 4.2.0-30?10:29
smbmarlinc, One other thing you might try is to try a newer mainline kernel (and personally I would enable grub menu to do that)10:29
smbgenkgo, yes10:29
genkgoalright, thanks10:29
smbmarlinc, Just happened to see some enlantech related stable patch (pulled back from 4.5) on some mailing list. Could be totally unrelated but before having to talk to some support hotline...10:32
marlincI could try a new kernel smb 10:47
marlincI have ZFS as root fs so I can simply clone the existing FS and play with that10:47
marlincYesterday I played with unity8 that way10:48
marlincHow would I go about doing that smb?10:52
genkgosmb: i have another question. i have three ubuntu machines. two are running linux-image-4.2.0-30-generic, but one is running linux-image-4.2.0-31-generic. how come that that machine picks up 31 while the others do not?10:55
smbmarlinc, Hm, rather carefully in that case. If you download and install one of http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D you have to be careful to check whether the zfs dkms module still builds. Otherwise there will be panic (first the kernel and then probably you ;)) Thats why I suggest changing grub to remove the hidden timeout10:55
smbgenkgo, Could be that you enabled proposed on that one machine in the past10:56
genkgosmb, that could be, how can i look that up?10:56
marlincWell I guess I have to manually compile ZFS in that case as DKMS is no longer being used in 16.04 for ZFS10:56
genkgosmb: "deb http://ppa.launchpad.net/canonical-kernel-team/ppa/ubuntu trusty main"10:57
smbgenkgo, either via gui software sources (I think) or grep proposed /etc/apt/sources.list10:57
genkgosmb does not pick up proposed?10:57
genkgodoes that pick up proposed?10:57
smbmarlinc, Oh right. forgot that got switched10:57
smbgenkgo, actually that picks up packages as soon as they get uploaded... not sure that should be there by default10:58
smbgenkgo, kernels get uploaded and built there and then copied to the proposed pocket. So I would disable the ppa and just enable the proposed pocket (if you want to have kernels as soon as they get into testing and bug verification)11:00
smbmarlinc, Might be much less painful if you had some other box using a more traditional fs to attach to that touchscreen for experiments...11:03
genkgosmb, thanks, i will remove the ppa11:03
genkgosmb, i was involved in bug verification, so i think i left it there11:04
smbgenkgo, Hm... maybe at some point in the past that was done that way. But nowadays I would say there is absolutely no need (rather being dangerous) to have the ppa enabled.11:07
genkgosmb: it was, back then i need to upgrade to vivid kernels. nowadays i can install -vivid and -wily.11:10
tsimonq2apw: alright thanks :)12:40
dannfogasawara: i think i have a pull request stuck in moderation - would you mind taking a look? also - i'm curious about why mailman hates about my mail - let me know if its something i can change on my end.15:27
manjoapw, anything else you need from me on https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1548120/ ? 15:40
ubot5Launchpad bug 1548120 in initramfs-tools (Ubuntu) "[xenial][initramfs-tools] support uppercase and lowercase uuids" [High,In progress]15:40
ogasawaradannf: heya, sorry was on a call.  I just checked the queue and I didn't see anything from you.  What was the subject line?16:07
ogasawaradannf: maybe someone beat me to moderating it16:08
apwmanjo, nope, all uploaded, waiting on the grinders to grind16:09
dannfogasawara: np. weird...[PULL][Xenial] Fix ARM KVM guest hangs w/ host ntp16:09
apwdannf, i think i moderated that before today, odd16:09
manjoapw, thanks a ton .. the bug is still marked inprogress and block-proposed I think ... 16:09
apwmanjo, don't worry16:09
manjook ☺ 16:09
manjoapw, cust is watching that bug ... so brought it up 16:10
dannfapw: oh weird - ok. i just didn't see it come in via the list. /me checks archive16:10
dannfapw: curious - what is causing my msgs to get moderated?16:10
dannfapw: yep - msg is in the archive. sorry for the false alarm, i'll blame gmail :)16:11
apwyou must be subscribed to the list under a different alias to you are sending, like for me apw@ or andy.foo@16:12
ogasawaradannf: indeed, I see you subscribed as dannf@ubuntu.com16:12
dannfogasawara: ah, i can fix that.16:13
=== ghostcube_ is now known as ghostcube
lamontjsalisbury: all yours, sir.  I threw some additional info at the bug, too.20:39
jsalisburylamont, great, thanks20:40
cristian_cjsalisbury: hi20:40
jsalisburycristian_c, hello20:40
lamontjsalisbury: presumably there should be no issue with me just living on this kernel, true?20:40
jsalisburylamont, ther shouldn't be.  It's the stock kernel with a single revert.20:41
lamontwoot20:41
lamontI shall test it with passion then20:42
lamont(that is to say, I20:42
lamontll keep using it)20:42
jsalisburylamont, great.  I'll contact the upstream patch author for feedback20:42
lamontit's entirely possible that his delay is simply too short20:42
lamontactually.... wanna unrevert that, make the delay 3 seconds, and toss me the resulting kernel?20:43
lamontbecause 2 orders of magnitude should do the trick, right?20:43
lamontI almost tried building a kernel in that bisect, but there was no debian/ directory, and I decided that life was short20:44
jsalisburyheh, yeah, I'll build you another kernel20:44
lamontI'm totally going off of memory on the commit loog talking about a  30 (or 50) mSec delay20:44
jsalisburylamont, looking at the patch, it does 3 retries at 10ms each for a total of 30ms20:51
cristian_cjsalisbury: have you taken a look at my patch?20:51
lamontjsalisbury: make it 300 retries and log how many after it passes?20:51
lamont:D20:51
lamontthis is a big rock, I admit20:51
jsalisburycristian_c, I have not yet.  I can submit it upstream for you if you want, or post directions in the bug20:51
cristian_cjsalisbury: what do you suggest?20:52
jsalisburylamont, worth a try.  I'll also ping upstream and see what they think.20:52
jsalisburycristian_c, either way is fine.  I can try to submit it this week.20:52
lamontjsalisbury: definitely logging the count, because I expect that to be hilarious20:52
cristian_cjsalisbury: ok20:53

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!