/srv/irclogs.ubuntu.com/2016/09/15/#ubuntu-kernel.txt

india_limahey, I'm experiencing an issue that I think might be a kernel bug, and I just reproduced it using the latest upstream mainline kernel... Should I still file a ubuntu-kernel bug report?  Or just file one directly at bugzilla.kernel.org?03:34
=== sakrecoe1 is now known as sakrecoer
Guest_84854allah is doing09:37
Guest_84854sun is not doing allah is doing09:37
Guest_84854moon is not doing allah is doing09:37
Guest_84854stars are not doing allah is doing09:37
Guest_84854planets are not doing allah is doing09:38
Guest_84854galaxies are not doing allah is doing09:38
Guest_84854oceans are not doing allah is doing09:38
Guest_84854mountains are not doing allah is doing09:38
Guest_84854trees are not doing allah is doing09:38
Guest_84854mom is not doing allah is doing09:38
Guest_84854dad is not doing allah is doing09:38
Guest_84854boss is not doing allah is doing09:39
Guest_84854job is not doing allah is doing09:39
Guest_84854dollar is not doing allah is doing09:39
Guest_84854degree is not doing allah is doing09:39
Guest_84854medicine is not doing allah is doing09:39
Guest_84854customers are not doing allah is doing09:39
Guest_84854you can not get a job without the permission of allah09:40
Guest_84854you can not get married without the permission of allah09:41
Guest_84854nobody can get angry at you without the permission of allah09:41
Guest_84854light is not doing allah is doing09:41
Guest_84854fan is not doing allah is doing09:43
Guest_84854businessess are not doing allah is doing09:43
Guest_84854america is not doing allah is doing09:43
Guest_84854fire can not burn without the permission of allah09:43
Guest_84854knife can not cut without the permission of allah09:43
Guest_84854rulers are not doing allah is doing09:43
Guest_84854governments are not doing allah is doing09:43
Guest_84854sleep is not doing allah is doing09:44
Guest_84854hunger is not doing allah is doing09:44
Guest_84854food does not take away the hunger allah takes away the hunger09:44
ogra_!ops09:44
ubot5Help! lamont, zul, T-Bone, mdz, or jdub09:44
ogra_oh, fun09:44
ogra_apw, ^^ why are you not on that list ? 09:44
Guest_84854water does not take away the thirst allah takes away the thirst09:45
Guest_84854seeing is not doing allah is doing09:46
Guest_84854hearing is not doing allah is doing09:46
Guest_84854seasons are not doing allah is doing09:46
Guest_84854weather is not doing allah is doing09:46
Guest_84854humans are not doing allah is doing09:46
Guest_84854animals are not doing allah is doing09:47
Guest_84854the best amongst you are those who learn and then teach quran09:47
Guest_84854one letter read from book of allah amounts to one good deed and allah multiplies one good deed ten times09:47
Guest_84854hearts get rusted as does iron with water to remove rust from heart recitation of quran and rememberance of death09:48
Guest_84854heart is likened to a mirror09:48
Guest_84854when a person commits one sin a black dot sustains the heart09:48
Guest_84854to accept islam say that i bear witness that there is no deity worthy of worship except allah and muhammad peace be upon him is his slave and messenger09:49
Guest_84854read book http://www.fazaileamaal.com09:49
ogra_phew ... over09:50
henrixyeah, now lets all open that link09:50
henrix:)09:50
ogra_haha09:50
ogra_well, we really need to update this ops list 09:51
henrixyeah, i thought apw was on it09:51
* ricotz hopes for merged 4.4.20/21 for xenial09:53
henrixricotz: nop, those 2 stable releases have not been applied to xenial git tree yet09:56
ricotzhenrix, that was my point ;)10:53
henrixricotz: well, there's a pull request in the ubuntu kernel mailing-list for 4.4.20.  so that one won't probably take too long to be in10:55
ricotzhenrix, I see, should be useful to sync i915_bpo with 4.7.411:07
ricotztjaalton, hi, ^11:07
rtgdannf, linux 4.8.0-9.10 in ppa:canonical-kernel-team/unstable with your config changes.13:10
danielthebagueDoes anyone know if the ralink rt3290 wireless adapter will be supported in the next stable release?13:34
rtgdanielthebague, it is reference in 4.8, so I would assume so. In that case support for that device will be released in 16.1013:40
eipi10i just installed ubuntu mini 14.04 and then lxde.  the OS is upgraded to 14.04.5, but the kernel is still 3.13-95.  earlier, I installed the same 14.04 ubuntu mini.iso but with Lubuntu-minimal desktop during the installation, and afterwards, while doing the standard updating/grading, the kernel bumped up to 4.2... Linux-generic is installed.  What am I missing?15:02
eipi10pls15:03
apweipi10, the kernel stream is set by the base install, even when basefiles gets updated and so the nominal os version is uppped15:13
apweipi10, you have to opt into the hwe kernels explicitly15:13
eipi10ah, hardware enabled15:14
eipi10 linux-hwe-generic15:15
eipi10?15:15
eipi10yep..ok.  thanks!15:15
rtgeipi10, linux-generic-lts-xenial in your case I think15:15
eipi10thanks.15:16
eipi10btw, do you have an opinion as to opting for 14.04 instead of 16.04.  Is that ridiculous?15:17
rtgthat depends on the user space features you want. 14.04 is still well supported.15:17
eipi10yeah...kinda of a dumb question considering you have no idea what's going on on this end.15:18
eipi10cheers15:18
apwgenerally you want the newest base which will well for you, to get the maximum longevity15:19
StillinthepubIs there a wirelles driver for the ralink rt3290 in the latest stable kernel release16:08
=== PaulW2U_ is now known as PaulW2U
_ami_i have been trying to write driver for  a usb based gpio i/o expander. i able  to create gpio at host side.. the only issue is to attach irq to these pins. i know i need to create irq_chip for the gpio_chip.17:01
_ami_i called gpiochip_irqchip_add() and on call to request_irq, i can see entry of new irq in /proc/interrupts.17:03
_ami_but the ISR in not getting called when event occurs17:04
_ami_what could be the reason?17:04
apwone assumes you need to program the expander chip with the interrupt information, i assume you have done tha17:04
_ami_apw: my hardware is based on avr (vusb)17:07
_ami_apw: i wrote a demo driver which emulates GPIOs : 17:08
_ami_https://github.com/amitesh-singh/ldd/blob/master/platform/gpio-irqchip/gpio-irqchip.c17:09
_ami_gpio accedd device: https://github.com/amitesh-singh/ldd/blob/master/platform/access-gpio-modern/access-gpio.c17:10
_ami_access*17:10
_ami_i just wonder why irq handler is not called whenever i do echo 1 > or o > value in /sys/class/gpio/gpio<N>/  ?17:12
_ami_on cat /proc/interrupts17:13
_ami_ 36:          0          0          0          0  irq-gpio   0  platform-gpio-device17:13
_ami_but the IRQ functions nver get called on setting gpio state to 0 or 117:14
_ami_do i need to raise or wake up irq whenever gpio is set?17:15
_ami_apw: is it a problem with irqchip object setup?17:22
apwoh then i would expect you to have to take explicit action when you handle the write yes17:23
_ami_apw: how to do it?17:26
_ami_its not softirq17:27
_ami_which api to use to raise irqhandler explicitly ?17:27
apw_ami_, can say i know sorry17:29
_ami_ok, np.  thanks17:29
tjaaltonhuh, how come linux-firmware isn't backported to older lts's as-is?18:15
tjaaltonanyway, interesting that a dvb stick works fine on xenial but not on trusty with xenial kernel and xenial firmware18:20
tjaaltonclaims it can't find the fw18:20
tjaaltonoh, that's only loaded when the device is actually being used, which my xenial box didn't do18:29
tjaaltonand that fw is not in linux-firmware18:29
tjaaltondvb-demod-si2168-b40-01.fw18:29
tjaaltonfor pctv triplestick18:29
elmortg: http://paste.ubuntu.com/23183199/18:31
rtgelmo, whoa, that seems really broken. guess I'll go fix that.18:32
rtgI was kinda sure I _had_ tested that.18:32
rtgelmo, I should point out that you won't get a signed kernel until it gets into proposed (linux-signed-generic-lts-yakkety)18:35
elmortg: oh, err - so I'll need to turn off secure boot then?18:35
rtgyes18:35
elmortg: OK18:36
rtgelmo, doh! The LTS kernel is still building, so of course there is nothing to install. I uploaded a new version earlier today.18:56
elmortg: aha19:32
elmortg: will retry tomorrow then, thanks19:33
rtgelmo, though it does seem strange that the meta package published before all of the dependencies were done building.19:35
apwelmo, that is because the older metas are missing build depends on the binaries21:34

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