/srv/irclogs.ubuntu.com/2017/07/06/#ubuntu-kernel.txt

qeni_Hello guys. Where can I find RS-485 support in Linux 4.x? I don't see that option while doing 'make nconfig'06:09
mjg59rs-485 is an electrical standard, not an OS-level thing06:16
mjg59rs-485 devices are typically connected to a serial UART of some sort06:17
mjg59So it depends what hardware you're building on06:17
mjg59Wait sorry I'm thinking of RS-42206:18
mjg59Think the answer's the same, though06:18
mjg59https://github.com/torvalds/linux/blob/master/Documentation/serial/serial-rs485.txt suggests that it's just up to userspace to set the appropriate flag06:19
apwmjg59, it _is_ a serial standard06:19
mjg59Too much time spent on SGI systems06:20
=== Elimin8r is now known as Elimin8er
qeni_apw: So do you have any ideas where I can find this? :<06:22
apwqeni_, sorry no experience of that, as mjg suggests there looks to be support, but if doesn't Just Work(tm) i am less sure06:24
qeni_ok, thanks06:25
mjg59qeni_: Yeah there's no option to enable it. If your UART supports it then userspace should be able to just use it by doing the appropriate setup as described in that doc.06:31
qeni_mjg59_: thank you so much, so I have to to compile this code and run it to set rs-485?06:32
qeni_of course with my configuration06:33
mjg59qeni_: You need to incorporate that into your application06:54
=== steven_ is now known as steven
melodiehello12:44
melodieI would like to try the very latest kernel available on my computer, because I meet with issues with the current one. 12:44
melodiecan someone point me to the page where I can get the deb files?12:45
sforsheemelodie: http://kernel.ubuntu.com/~kernel-ppa/mainline/, with the latest being 4.12. However you should note those kernels are only for testing and are unsupported. If you find 4.12 fixes your issues you should file a bug so that we can try to backport the fixes.12:47
melodiesforshee, ok, thank you12:47
sforsheenp12:47
melodiesforshee, 12:50
melodiemy kernel is 4.4.0-83-generic  with Ubuntu 16.04.2 LTS12:50
melodieI need 3 packages, right?12:51
sforsheemelodie: if you aren't using any dkms drivers (things like the nvidia binary driver) you can probably get by with only the linux-image-*-generic package12:53
melodiethe amd generic headers and image and the all deb: right?12:53
melodieI do use dkms drivers with nvidia binary driver12:53
sforsheeotherwise you will also need those header packages12:53
sforsheeyeah, so you'll need them12:53
melodieI have no choice because nouveau would not handle the resolution12:53
melodieok thank you very much12:54
sforsheemelodie: however it's highly likely that the nvidia driver will fail to compile against 4.1212:54
sforsheealmost certain in fact12:54
melodiewould nouveau handle properly the GPU with this new driver, or is it not related?12:54
sforsheeit's possible nouveau could handle it, I can't say for sure12:55
melodiewell I can try and if it's not ok, I can reboot to the former kernel12:58
sforsheeyes12:58
melodieand reinstall nvidia after12:58
melodieI'll just prepare a script to make it easier to switch back in case of need12:58
melodiealso the machine is behaving right now so I'll do the tests later, when the current jobs are done ^^12:59
sforsheemelodie: note that we also have a linux-generic-hwe-16.04 package which will get you a somewhat newer kernel (currently 4.8, switching to 4.10 soon) where we should at least be keeping the nvidia binary drivers working13:04
melodiewhy not?13:08
melodieok I will try that13:08
melodiewhat does hwe stand for?13:08
sforsheehardware enablement13:08
melodiesforshee, what does hardware enablement bring which current generic kernels don't?13:10
melodieI am very much interested in this part13:10
melodiebeing hardware aware interests me highly13:11
sforsheemelodie: it's really just letting you get kernel version from our interim releases in the lts kernel. 4.8 -> yakkety, 4.10 -> zesty13:11
sforsheenewer kernel versions bring new and updated hardware support13:11
melodieok13:12
sforsheesorry, should have read "kernel version from our interim releases in the lts release"13:12
melodiethinking of13:12
melodieyes, I got it13:12
melodieI'm used to switch things back and fro from English, my native language is French and we are often saying things upside down13:13
melodieso 13:13
melodiethinking of, where can I have insights about a specific printer I want to get next? I've heard lots of good things about Epson EcoTank models, for they are economic with ink and so and so13:14
melodieI will next seek for the feedback from the Ubuntu communty13:14
melodiecommunity13:14
melodiemaybe at Ask Ubuntu?13:14
sforsheemelodie: that would be my suggestion13:15
melodieok13:16
melodievery good13:16
melodiesforshee, I have to reboot, thanks and see you!13:28
shyamrajendranHi Guys18:25
shyamrajendranI just noticed an issue with pre-4.11 linux kernels. We have skb_warn_offload() noise in special cases like this when a GSO skb has skb->ip_summed != CHECKSUM_PARTIAL. This could be set due to multiple external factors during virtualization such as optimization of checksum computation on the host.  https://access.redhat.com/solutions/654283 The change to avoid this warning dmesg has been put in kernel 4.11 onwards http:18:25
shyamrajendranhttp://elixir.free-electrons.com/linux/v4.10/source/net/core/dev.c#L2675 http://elixir.free-electrons.com/linux/v4.11/source/net/core/dev.c#L2688. I know Ubuntu LTS might not get 4.11 any time soon so is there a way we could request back porting this change to previous Ubuntu releases? 18:25
apwshyamrajendran, file an ubuntu bug against linux (ubuntu-bug linux) and fill in the info and references to the patch etc18:38
apwthen drop the bug number in here so we can find it.18:38
=== JanC is now known as Guest56451
=== JanC_ is now known as JanC
shyamrajendranThanks @apw20:09

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