=== doko_ [n=doko@dslb-088-073-116-100.pools.arcor-ip.net] has joined #ubuntu-kernel === IntuitiveNipple [n=TJ@alexandros.tjworld.net] has joined #ubuntu-kernel === amitk_ [n=amit@a91-154-119-106.elisa-laajakaista.fi] has joined #ubuntu-kernel === ion [n=ion@70-58-119-250.phnx.qwest.net] has joined #ubuntu-kernel === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-kernel === arno-t_ [n=arno-t@213.80-202-157.nextgentel.com] has joined #ubuntu-kernel [04:07] yippee! I successfully made a kernel with sources from git! How do I configure? Can I run make xconfig? [04:13] arno-t_: The usual .config methods apply :) === Whoopie_ [n=Whoopie@unaffiliated/whoopie] has joined #ubuntu-kernel === Whoopie_ is now known as Whoopie === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-kernel === sevrin [n=sevrin@ns1.clipsalportal.com] has joined #ubuntu-kernel === bullgard4 [n=detlef@p54BF1E59.dip0.t-ipconnect.de] has joined #ubuntu-kernel === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel === Lure [n=lure@89-212-18-142.dynamic.dsl.t-2.net] has joined #ubuntu-kernel === ionstorm [n=ion@70-58-119-250.phnx.qwest.net] has joined #ubuntu-kernel === rikai_ [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel === blight [n=blight@droid.gotadsl.co.uk] has joined #ubuntu-kernel === __rocketman [n=adrian@88-96-7-158.dsl.zen.co.uk] has joined #ubuntu-kernel === IanC26 [n=IanC26@2002:908b:a5b3:4:216:6fff:fe39:ff6e] has joined #ubuntu-kernel === blight [n=blight@droid.gotadsl.co.uk] has joined #ubuntu-kernel === macd [n=d@cl-151.ewr-01.us.sixxs.net] has joined #ubuntu-kernel === pkern [i=pkern@debian/developer/pkern] has joined #ubuntu-kernel [12:03] Hi there. Would it be possible to revert to CONFIG_SLAB=y instead of CONFIG_SLUB=y to fix fglrx suspend-to-RAM? [12:55] moin === AlinuxOS [n=vsichi@host57-130-dynamic.1-87-r.retail.telecomitalia.it] has joined #ubuntu-kernel === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-kernel === IntuitiveNipple [n=TJ@alexandros.tjworld.net] has joined #ubuntu-kernel === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel === arno-t__ [n=arno-t@213.80-202-157.nextgentel.com] has joined #ubuntu-kernel === AlinuxOS [n=vsichi@host57-130-dynamic.1-87-r.retail.telecomitalia.it] has joined #ubuntu-kernel === AlinuxOS [n=vsichi@host57-130-dynamic.1-87-r.retail.telecomitalia.it] has joined #ubuntu-kernel === btse [n=BTSE@c83-253-253-96.bredband.comhem.se] has joined #ubuntu-kernel === kousotu [n=kousotu@adsl-68-79-207-137.dsl.emhril.ameritech.net] has joined #ubuntu-kernel === amitk [n=amit@a91-154-119-106.elisa-laajakaista.fi] has joined #ubuntu-kernel === amitk [n=amit@a91-154-119-106.elisa-laajakaista.fi] has left #ubuntu-kernel [] === amitk [n=amit@a91-154-119-106.elisa-laajakaista.fi] has joined #ubuntu-kernel === amitk [n=amit@a91-154-119-106.elisa-laajakaista.fi] has left #ubuntu-kernel [] === amitk [n=amit@a91-154-119-106.elisa-laajakaista.fi] has joined #ubuntu-kernel === amitk [n=amit@a91-154-119-106.elisa-laajakaista.fi] has left #ubuntu-kernel [] === johanbr [n=j@blk-224-159-249.eastlink.ca] has joined #ubuntu-kernel === Chorus [n=chorus@firefly.ibk.se] has joined #ubuntu-kernel === ion [n=ion@70-58-119-250.phnx.qwest.net] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-kernel === m0rg0th [n=m0rg0th@220.226.52.48] has joined #ubuntu-kernel === ivoks [n=ivoks@1-188.dsl.iskon.hr] has joined #ubuntu-kernel === johanbr [n=j@blk-224-159-249.eastlink.ca] has joined #ubuntu-kernel === Lure [n=lure@89-212-18-142.dynamic.dsl.t-2.net] has joined #ubuntu-kernel === johanbr_ [n=j@blk-224-159-249.eastlink.ca] has joined #ubuntu-kernel === johanbr_ [n=j@blk-224-159-249.eastlink.ca] has joined #ubuntu-kernel === macd [n=d@cl-151.ewr-01.us.sixxs.net] has joined #ubuntu-kernel === arno-t_ [n=arno-t@213.80-202-157.nextgentel.com] has joined #ubuntu-kernel [10:49] hi. I ran make xconfig, set up a few things and saved config. Then ran the debian/rules script and compiled a kernel. It boots. Now, when I run make xconfig in the root dir, all the options are set to default... (?) How do I check if my compiled (running) kernel has default options, or the options I specified? [10:52] arno-t_: Obviously you did not follow the way of building a kernel package. Check /proc/config.gz if it is present. [10:53] pkern I don't have a /proc/config.gz... [10:56] arno-t_: Perhaps I should point you to #ubuntu instead. You won't get much help in here, because a) it's week-end and b) this channel is for kernel development only. [10:57] Sorry I thought this channel was for kernel compiling questions. Wrong? I ran "AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules binary-debs flavours=386" from the dir downloaded with git, as suggested on the GitKernelGuide wikipage. I ended up with a few deb packages in debian/build (and they boot :). === IntuitiveNipple [n=TJ@alexandros.tjworld.net] has joined #ubuntu-kernel [10:58] arno-t_: Then I suggest to look in /boot for config-*. Good, something else to learn I have to admit, I am not an Ubuntu dev. [11:03] thanks a lot pkern. The /boot/config-something- has a line "#CONFIG_MPENTIUMIII is not set" but I definately set it with xconfig. Just to know, is this the right place to ask this kind of how-to-compile-questions, or is this channel for developer use only? [11:08] arno-t_: I'm guessing that you need to edit debian/config/i386/config.386 if you do it the way you do. [11:08] arno-t_: #ubuntu is the point of contact for support, yes. === cobman [n=justinas@194.176.50.25] has joined #ubuntu-kernel [11:09] ok thanks === amitk [n=amit@a91-154-119-106.elisa-laajakaista.fi] has joined #ubuntu-kernel === IntuitiveNipple_ [n=TJ@alexandros.tjworld.net] has joined #ubuntu-kernel === movi [n=movi@19523440227.jelonki.robbo.pl] has joined #ubuntu-kernel