/srv/irclogs.ubuntu.com/2012/06/08/#ubuntu-kernel.txt

htorqueRAOF: so, with the 3.4 kernel the screen gets detected on the DP port (according to xrandr and the display settings), but i get no signal. do i need any userspace updates too?07:42
RAOFhtorque: Not as far as I'm aware.07:42
RAOFThere'll be shiny new userspace in Quantal soon, but I'm not aware of any specific fixes for that.07:43
htorqueRAOF: bummer. thanks, anyway!07:44
* apw yawns07:46
dilekshtorque: what gfxcard?08:54
htorquedileks: nvidia nvs 4200m08:58
htorquedileks: (gf119/nvd9)08:59
* dileks was looking into stable-queue-3.4 patchset this morning, but nothing for nvidia09:04
dilekshttp://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git;a=tree;f=queue-3.4;hb=HEAD09:04
ppisatidoh!10:30
ppisati<title>500 Internal Server Error</title>10:30
ppisatidid i kill the wiki? :)10:30
ogra_yeah, nobody can reach it anymore and at the bottom of the error page it says "killed by ppisati" !10:33
ppisati:)10:33
ogra_(works fine here)10:34
ogra_;)10:34
ppisatii know10:34
ppisatiit even swallowed my stuff10:34
dilekshttps://wiki.ubuntu.com/QuantalQuetzal/ReleaseSchedule11:14
dilekshmm, where is the feature-definition page?11:15
ogra_status.ubuntu.com ?11:16
dileksGoogle calendar of Precise Schedule <--- should be quantal11:17
dilekshttp://fedoraproject.org/wiki/Releases/18/FeatureList11:18
dileksI am looking for sth like this for upcoming F1811:18
ogra_well,l i think status.u.c is the closest you can get, not sure we have another aggregation page 11:19
ogra_(look at the team pages, features are listed by team)11:21
ogra_we seems to have way more features defined than fedora, adding all feature definitions (blueprints) to a single list would be huge11:23
=== rsalveti` is now known as rsalveti
ppisatiapw: CONFIG_*_PHY have a "=y" policy because "PHY drivers are not autoloadable", but all these options are tristate, so they can actually be built as modules12:33
apwppisati, yes but as the annotation says, they cannot be autoloaded12:34
apwthere is no id to detect and load them as a result of detecting same12:34
apwthough i will say i have not personally verified that, that came from rtg12:35
ppisatiuhm, ok12:35
apwso if they wern't Y we would have to modprobe them all i believe, or know which ones we need in any machine12:35
apwwhich for x86 is a non-starter12:35
apwnow, you are welcome to go away and confirm/deny this assertion and we can change it for Q based on that12:36
ppisatiactually i expect the phy module to be loaded by the nic chip driver12:37
ppisatiso it makes sense to not have ids there12:38
apwthat would depend on them being able to detect the phy type inserted12:38
apwas often they are replaceable at least in concept12:38
apwbut as i say, i have not confirmed this personally12:39
apwso if you can a test case then you could try it out12:39
ppisatiright12:39
apwi would be delighted to be wrong and be able to pull them all out12:40
dileksogra_: https://wiki.ubuntu.com/QuantalQuetzal/TechnicalOverview/Alpha1#New_features_in_Quantal13:12
dilekslooks more like what I was looking for13:12
ogra_well, thats a past doc ... i thought you wanted the features for the quantal release13:13
ogra_(future doc instead)13:13
* ogasawara back in 2015:07
janimoapw, in .gitignore there's .orig but not .rej - is this so that git status shows the .rej files ?15:41
apwprobally just an oversight, that likely comes unchanged from upstream15:42
janimoapw, ah discussed on lkml a couple years ago, intentional for various workflow related reasons15:45
janimowould have been nice to add a comment detailing it in .gitignore at least :)15:46
* cking --> food16:47
=== infinity is now known as ogfinity
=== ogfinity is now known as infinity
infinityogasawara: Do you know if the plan for precise is to integrate highbank into master, like you've done for quantal, or will it be an out-of-tree build with its own ABI?17:34
infinityogasawara: (The latter will be a tiny bit more confusing, given that we'll have to remember they're "different", but not a big deal)17:35
ogasawarainfinity: plan is to integrate into master17:35
infinityogasawara: Sexy.  Thanks.17:35
ogasawarainfinity: apw's just sent out a config review17:35
* henrix -> EOD17:37
adrenalinkhello! it is possible to compile a vanilla kernel on ubuntu?17:47
adrenalinkin the last but one post in the following link, somebody says it is not legal ... O_O ... http://ubuntuforums.org/showthread.php?t=138704617:50
ogasawaraadrenalink:  we provide mainline builds for ubuntu -> http://kernel.ubuntu.com/~kernel-ppa/mainline/17:52
ogasawaraadrenalink: https://wiki.ubuntu.com/Kernel/MainlineBuilds <- that wiki has some details17:52
=== yofel_ is now known as yofel
adrenalinkogasawara: i want manage the kernel by myself (for instructive purposes), so I don't need a .deb package..17:58
adrenalinkI would know what ubuntu insert in vanilla kernel in its distribution17:59
adrenalinkand why...17:59
adrenalink(I hope this is the right channel for this question)17:59
ogasawaraadrenalink: I'm not quite parsing your statement, you want to know the delta of patches we carry on top of the mainline kernel?18:00
adrenalinkyes. You appy a patch to vanilla kernel18:01
adrenalinkwhat does this patch do? and why?18:01
ogasawaraadrenalink: take a look at https://wiki.ubuntu.com/KernelTeam/Specs/QKernelDeltaReview, that's the most recent delta review we did for the Quantal kernel18:02
adrenalinkis it possible to run ubuntu with a vanilla kernel instead an ubuntu kernel?18:02
ogasawaraadrenalink: yes, as I noted above, you could install one of the pre built mainline vanilla kernels we're pre packaged for you and you'd be running a vanilla kernel in ubuntu18:02
ogasawaraadrenalink: if you want to build and run the upstream kernel yourself as an excersice, there's plenty of docs out there describing how to do so18:03
adrenalinki know how i can compile by myself18:04
adrenalinkand I did it.18:04
adrenalinkbut the system does not work. So i wanted to know if you insert something particular on ubuntu kernel..18:05
adrenalinkI'll read that link. thank you ogasawara !18:05
bjfadrenalink, all our sources are public you can see everything we put into them18:06
adrenalinkogasawara: of course! But asking to people that work on it, is more helpful that trying to find in the code. XD18:07
adrenalinkjust another question: is what people say on this post false or not? http://ubuntuforums.org/showthread.php?t=138704618:08
bjfadrenalink, so it's better for us to drop what we are working on and answer questions that you could just as easily find out for yourself18:09
bjfadrenalink, i think the person was trying to be funny. there is nothing that says you can't build your own kernel and use it18:11
adrenalinkbjf: you're in reason on this. But consider also that more people know (quickly) about something, more people can help about that!18:11
adrenalinkbjf: ok. I was trying to find this famous "terms of service"... :D18:12
dileksadrenalink: you can use make deb-pkg together with the kernel-config of your installed kernel18:14
adrenalinkdileks: which are the advantages of creating a .deb for my kernel? (i usually do not use it)18:16
dilekseasier install/remove18:16
adrenalinkdileks: on installation I need a simple make install 18:19
adrenalinkuninstalling require removing the images and config from /boot and eventually /lib/modules/kernelversion modules18:19
dileksso you seem to know what to do18:20
adrenalinkit is clearly faster to remove a .deb ....18:20
adrenalink(it is not in doubt..)18:21
adrenalinkbut this is not so a great thing18:21
dileksyou forgot include $mykernel into $bootmanager18:21
adrenalink(dileks: correct me if I'm wrong..)18:21
dilekshttps://github.com/lll-project/kernel/wiki/kernel_build_instructions -> "the normal way"18:22
adrenalinkyes,  of course! updating grub/lilo18:22
dileksa wiki I have written when building upstream-linux with clang18:22
adrenalinkreturning on the problem of ubuntu kernel...18:27
adrenalinkogasawara: (and others)  yesterday I compile this ubuntu kernel source (after applying the patch) https://launchpad.net/ubuntu/+source/linux/3.2.0-23.36  with the config file i found in my ubuntu 12.04 distro (installed by iso)18:27
adrenalinkthe compilation took about 5 hours, generating me an initrd.img of about 122 MB !!!18:28
dilekssee pointed wiki18:28
adrenalinkI suspect something is not necessary in that image...18:29
adrenalinkdileks: I would know why the image by the iso was about 14 MB, while the image for the same kernel but compiled by myself (with the same config file) is about 122 MB..18:30
* ogasawara lunch18:30
adrenalinkogasawara: good lunch! XD18:30
adrenalinkand thanks for all the fish..18:30
adrenalink;)18:31
dileksWARNING: With CONFIG_DEBUG_INFO=y the linux-image Debian package can have a huge filesize (minimal kernel-config: >=40MiB vs. >=8MiB without debug-info)!18:31
adrenalinkdileks: thanks! I'll try without it. But I can't understand why in the config file that comes with ubuntu iso CONFIG_DEBUG_INFO is set to yes (but the kernel image is small...)18:38
adrenalinkmoreover it seems to me that it is not the real problem, because during compilation I noted a lot of driver compilation that weren't useful for my system, so I suspect the config file is too generic for my system.18:41
adrenalinkbut again: 18:44
adrenalink1) I can't understand why the same config file has generated a small image with the "ubuntu iso", while compiling by myself it generate a kernel image greater than 120 MB.18:44
adrenalink2) How can I set by myself the necessary flags without trying them one by one until my system works?18:44
dileksif you wanna play with a highly customized kernel - plug-in all hw you use, load all modules you want and create a new kernel-confog with make localmodconfig18:49
dileksthis will give you a "minimal" kernel-config18:50
dileks...and reduce build-time18:50
adrenalinkdileks: what "plug-in all hw you use" means for a PC machine?18:51
dileksfor example18:51
dileksI wanted to load pics from my sd-card18:52
dileksforgot to enable vfat-fs18:52
adrenalinkI think I'm not so skilled about this field...18:54
dileksyupp18:54
dileksthus trust the experts and use the distro kernel-config18:55
adrenalinkI aim to  understand something about it, so I can't trust on somebody else, because I want learn!18:56
adrenalinkcan you give me any reference about the make localmodconfig prerequisites?18:57
adrenalink(what I have to set/plug-in before that command...)18:57
dileksits shipped with the linux-kernel kbuild-system18:57
adrenalinkok. thanks for all the references and answers.19:00
adrenalinkstay tuned for next questions XD19:00
=== lifeless_ is now known as lifeless
* cking -> EOD19:37

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