/srv/irclogs.ubuntu.com/2006/05/21/#ubuntu-kernel.txt

=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel
CarlFKwhere can I get the .config that is is used to buiild the normal ubuntu kernel?12:14
crimsunCarlFK: debian/config/12:14
CarlFKall I want to do is update a wifi driver using http://acx100.sourceforge.net/12:14
CarlFKthanks12:14
crimsunCarlFK: barring that, there's a copy in /boot/config-$(uname -r)12:14
CarlFKhow handy12:15
CarlFKshould it be called .config or .configure or ?12:16
crimsundepends, are you copying it to $source/. ?12:18
crimsunif so, $source/.config12:18
crimsunit actually depends how you're going to compile it12:19
CarlFKI was going to type make ;)12:19
CarlFKjuser@dhcp36:~/src/ubuntu-2.6$ cp debian/config/i386/config.686 .config12:20
CarlFKmake12:20
CarlFKfew lines, then # using defaults found in .config12:21
crimsunah, no12:21
CarlFKare there any building instructions somewhere?12:26
crimsunsorry, my wifi connection died12:26
crimsunerase all the configs you're not going to use from debian/config/12:26
crimsuncopy the one you want to use there12:26
crimsunthen debuild binary12:27
CarlFKinto  debian/config/ ?12:27
crimsunyes12:27
CarlFKso this: juser@dhcp36:~/src/ubuntu-2.6$ cp debian/config/i386/config.686  debian/config/i386/.config12:27
CarlFKhmm, not exacly what you said...12:28
crimsunCarlFK: nah, you can just erase everything save config.68612:29
crimsunerr12:29
crimsunsorry, I forgot you're not using your /own/12:29
CarlFKah, otherwise it would build one for each config?12:29
crimsunyou'll just want to erase config.{k7,server*}12:29
CarlFKyeah, I want to get a vanilla build to work before I start hacking on it12:30
CarlFK-bash: debuild: command not found12:33
crimsundevscripts12:34
CarlFKshould that be part of linux-kernel-devel  ?12:36
crimsun(no)12:36
crimsunyou could ``fakeroot debian/rules binary'', too12:36
CarlFKthis is a form of "hack comfortably on the kernel." that I am not familiar with ;)12:38
CarlFKhttp://paste.foxshare.net:8888/732  - dpkg-checkbuilddeps: Unmet build dependencies: debhelper12:40
crimsunyou'll need that, too.12:40
=== Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-kernel
CarlFK@#$@$12:46
CarlFKCan't exec "fakeroot": No such file or directory at /usr/bin/debuild line 845.12:46
crimsunright, install that, too.12:47
CarlFKcouldn't exec fakeroot debian/rules:12:47
CarlFKdo I need to sudo debuild binary ?12:48
CarlFKhttp://paste.foxshare.net:8888/73312:49
CarlFKsomething is still missing12:49
CarlFKI have 10 min to get to the3 bank... be back in 3012:52
crimsunCarlFK: it's recommended that you install fakeroot and use that instead of using sudo12:55
CarlFKback01:13
CarlFKI did install fakeroot01:14
CarlFKI didn't use sudo01:14
CarlFKbut I didn't use fakeroot either 01:14
CarlFKguessing I am building a kernel.deb?01:14
crimsunlinux-image-foo.deb01:15
CarlFKis this what I should do? juser@dhcp36:~/src/ubuntu-2.6$ fakeroot debuild binary01:17
crimsunjust ``debuild binary'' should suffice01:18
CarlFKhttp://paste.foxshare.net:8888/73301:19
CarlFKah01:20
CarlFKI rm'ed archmap01:20
CarlFKbasically01:20
CarlFKthis fixed it: juser@dhcp36:~/src/ubuntu-2.6$ cp debian/config.all/archmap debian/config/01:21
CarlFK(should be obvious what I did...)01:21
CarlFKarg!01:21
CarlFKit is still prompting me for .config options 01:21
CarlFKPrompt for development and/or incomplete code/drivers (EXPERIMENTAL) [N/y/?]  (NEW)01:21
CarlFKdo I need debian/config.all/i386/config.386 also?01:22
crimsunyes. config and config.386 /unless/ you just copy your existing /boot/config-$(uname -r) over as config.68601:23
crimsunthen you'll probably want to trim archmap01:23
CarlFKis this really the recommend way for someone to tweak there kernel?01:25
crimsunthere is no "recommended way" that I know of01:26
CarlFKI'm surprised. 01:26
CarlFKnot totally - just a little ;)01:27
=== doko [n=doko@201.160.20.136.cableonline.com.mx] has joined #ubuntu-kernel
CarlFKdpkg-checkbuilddeps: error: syntax error in control file debian/control at line 0: empty file01:31
CarlFKyup01:31
CarlFK-rw-r--r-- 1 juser juser 0 2006-05-15 18:30 debian/control01:31
CarlFKwho's problem is that? 01:32
CarlFKbtw - if I ever get a clean build, Ill do it all again and make a wiki page01:32
crimsun-rw-r--r--  1 crimsun crimsun  39016 2006-05-12 12:44 control01:33
crimsun-rw-r--r--  1 crimsun crimsun  39016 2006-05-12 12:44 control.stub01:33
CarlFK-rw-r--r-- 2 juser juser 39016 2006-05-15 17:47 ./debian/build/build-686/debian/control01:39
CarlFKsh: line 2: cd: debian/build/build-386: No such file or directory01:40
CarlFK@#$@#$@01:40
CarlFKfound some docs: https://wiki.ubuntu.com/KernelCompileHowto?highlight=%28CategoryKernel%2901:42
CarlFK"At this point, you need to change your kernel's configuration to statically include your bus, disk, and filesystem drivers. This can be rather difficult if you don't know what you're doing. Use "make menuconfig" (or "make xconfig", gconfig, etc.) to change the config."01:44
CarlFKwhy is that?01:44
crimsunthat's if you don't want to muck with initramfs01:47
=== Keybuk wonders whether dapper boots without an initramfs
=== lifeless doubts it
cjbKeybuk: Not for me, given my IDE driver's on it.  :)01:50
CarlFKhmm, my goal  may not be needed at all01:54
CarlFKhttps://launchpad.net/distros/ubuntu/+source/linux-source-2.6.15/+bug/2223801:54
CarlFKhmm, last Changelog change is 2005 12 02, but there are a few 2006 versions in http://www.cmartin.tk/acx/01:58
CarlFKI am going to rebuild the box and follow https://wiki.ubuntu.com/KernelBuildpackageHowto01:59
CarlFKsee ya tomorrow 02:00
CarlFKthanks for the help02:00
Keybukman, I need a "bashing initng" channel02:04
crimsunthere's always ubuntu-users.02:04
crimsunooh, oops. Probably not. :-)02:04
Keybukthis thing is seriously scary02:05
Keybukthe fact people rely on it to boot their computer02:05
Keybukfor a start, it's totally backwards02:05
Keybukrather than "begin with startup, and work your way through the list of things one by one until you run out of things to run"02:06
Keybukit's "here's the last thing to run, now work out everything you need to get there"02:06
zuleww02:06
KeybukI like the fact that you just get a flashing cursor on tty1 too02:07
Keybukit doesn't bother spawning, say, getty02:07
Keybukthe author clearly decided that was "too hard"02:07
Keybuk(it spawns it on tty2 through tty6 just fine)02:07
zullol02:08
jbaileyKeybuk: WEll, it's a dependacy based init system.02:11
Keybukit's a crack based02:11
Keybukno, it's worse02:11
Keybukit's cornflour based :p02:11
jbaileyDude, it's no worse than coding in Prolog ;)02:11
jbaileyAnd a frightening amount of stuff is written in prolog. =)02:11
zuljbailey: try cobol02:11
Keybukit just seems very strange to me to have a "goal" for booting02:12
jbaileygoal: gdm.02:13
jbaileyDo what it takes to get user to gdm.02:13
Keybukeverything I've learned suggests that you want the exact opposite; booting is just a state of mind02:13
Keybukright02:13
Keybukso what do you do about the stuff that's not in gdm's critical path? :p02:13
Keybukdo you run it, or do you not run it?02:13
Keybuk(initNG chooses not to run it <g>)02:13
jbaileyDon't run it.02:13
jbaileyIt's not something you've said you're interested in.02:13
Keybukyeah02:13
jbaileyHow much cruft would we have saved from our bootup over the years if we did that?02:14
Keybukit means you have to set a *huge* list of goals02:14
Keybukindeed, initNG comes with a shell script that just sets the list of goals to the list of init scripts02:14
Keybuksimply because it doesn't work otherwise02:14
KeybukI think the opposite is better02:15
Keybuk"right, we've started -- does anything care?"02:15
Keybuk"a network device just got plugged in -- did anything need one of those?"02:15
jbaileyAutconfiguring every network device that shows up isn't necessarily a secure system.02:16
jbaileyOn a user based system that might be more correct.02:16
jbaileyOn a server based system it's arguably not.02:16
Keybuka network device showing up kinda implies physical access :p02:16
jbaileyTrue, and trusted armed guards are the final line of defense.                                                                                                                                                                                                         True,02:18
jbaileywtf?02:18
Keybuk*giggles*02:19
Keybukoh, wow02:19
KeybukinitNG includes a kernel patch02:19
jbaileyEh?02:19
Keybukto allow you to attach gdb to process 102:19
Keybuk*gawp*02:19
zulummm...okie dokie02:19
Keybukthere's a REASON the kernel doesn't let you do that!02:19
cjbKeybuk: cap_ptrace will stop you doing that.02:20
cjbSo they'd have to be taking out chunks of security/.02:20
Keybuk        /*02:21
Keybuk         * You may not mess with init02:21
Keybuk         */02:21
Keybuk        if (pid == 1)02:21
Keybuk                return -EPERM;02:21
Keybukit's not so much just security ... it's the fact the kernel relies on being able to attach processes to init and have them reaped02:21
Keybukif init is stopped in ptrace, you'd dead lock the kernel02:21
cjbalso seclvl.c:   * Explicitely disallow ptrace'ing the init process.02:22
Keybuksweet02:37
KeybukI like it when people not only imitate djb's coding style, but also even his lack of web page design02:37
Keybukoh, and this replacement init is written in scheme!02:51
Keybukproof that initNG isn't the most crackful thing in its field02:52
Keybukjbailey probably likes this one :p02:52
jbaileyHmm?02:52
zulhehe02:52
jbaileyOh dear.02:52
jbaileyTell me they compiled it?02:52
Keybukit says it's intended for the Hurd02:53
Keybukwhich explains a lot :p02:53
jbaileyOh, haha.02:53
jbaileyIs that the one written by Jeroen?02:53
KeybukWolfgang Jhrling02:54
jbaileyAh, I met him at LinuxTag a week ago finally.02:54
jbaileyAnyhow, I need to clean up.  houseguests in two days.02:55
BenCjbailey: ping04:16
CarlFKshouldn't linux-kernel-devel be somewhat related to one of the https://wiki.ubuntu.com/KernelCompileHowto pages?04:50
CarlFKapt-get source linux-source-2.6.8.104:54
CarlFKis there a meta package for 'current version' ?04:55
cjblinux-source-2.6.04:55
CarlFKthanks04:56
=== bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-kernel
=== doko [n=doko@201.160.17.131.cableonline.com.mx] has joined #ubuntu-kernel
bluefoxicyI forgot, how do I build a kernel package from source again?  apt-get source ...?05:06
CarlFKpick one of these https://wiki.ubuntu.com/KernelCompileHowto05:09
CarlFKI am using  https://wiki.ubuntu.com/KernelHowto 05:09
CarlFKsudo apt-get install linux-source05:09
CarlFKthat got me the source in /usr/src05:10
jbaileyBenC: Pong, but about to head to bed.05:12
jbaileyBenC: 'sup?05:13
BenChey05:21
BenCjbailey: any crashes?05:21
jbaileyNot so far.05:22
jbaileyI've done the usual things today, I think.05:22
BenCcool, just wanted to check in05:22
BenCI'm about to upload05:22
jbaileyCongrats if you've licked this one. =)05:22
jbaileyI've reenabled the screensaver for overnight, too.05:23
jbaileyIt didn't stop the crashes before, but  who knows.05:23
jbaileyThat way it'll get a bit of a GL workout, too.05:23
bluefoxicyalright05:27
bluefoxicygoing to try patching this http://people.redhat.com/mingo/exec-shield/exec-shield-nx-2.6.15.patch05:27
bluefoxicyInto ubuntu's kernel via https://wiki.ubuntu.com/KernelBuildpackageHowto05:28
bluefoxicyIf it works I'll make note on https://wiki.ubuntu.com/UbuntuDownUnder/BOFs/ProactiveSecurityRoadmap and I guess we'll see what happens in Edgy or such.05:28
bluefoxicythe patch itself needs testing; other softwares' reactions to this is thoroughly tested already, as i386 ubuntu on any architecture with a real NX bit already turns the NX bit on and signifies the PROT_EXEC protection05:29
bluefoxicyNot enough time to get a good thorough test cycle in before Dapper though.05:30
=== doko_ [n=doko@201.160.17.131.cableonline.com.mx] has joined #ubuntu-kernel
bluefoxicyah screw it, I'll get it tomorrow or something05:39
bluefoxicyneed to sleep now.05:39
=== _human_blip_ [n=mike@220.157.65.236] has joined #ubuntu-kernel
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
=== kimo [n=ahmed@82.129.234.122] has joined #ubuntu-kernel
=== _human_blip_ [n=mike@220.157.65.236] has joined #ubuntu-kernel
kimoI'm still having problem powering of my toshiba A105-S361 laptop (Bug 31993). It's very irritating every time I turn off my laptop. I am willing to help anyone by testing any fixes on my machine..09:42
=== lloydinho [n=andreas@rosinante.egmont-kol.dk] has joined #ubuntu-kernel
=== _human_blip_ [n=mike@220.157.65.236] has joined #ubuntu-kernel
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
=== ivoks_ [n=ivoks@lns01-0505.dsl.iskon.hr] has joined #ubuntu-kernel
=== jbailey [n=jbailey@modemcable139.249-203-24.mc.videotron.ca] has joined #ubuntu-kernel
jbaileyBenC: ping when you're awake.  Interesting twist to the bug this time.01:00
airliedjbailey: radeon bug?01:04
jbaileyairlied: I *think* so.01:04
jbaileyBut different than it's ever been.01:04
airlieddifferent bug then :-)01:04
airliedwhat does it do now?01:05
jbaileyUsually either my machine is locked solid, or X is pushed to 100% utilisation and ssh;ing in to kill it can take 15 minutes.01:05
airliedyeah, that more like a real hang.. anything in  particular cause it?01:05
jbaileyNo.  That's the problem.01:05
jbaileyI can't force it to reproduce, although it does so consistantly within a day or so, and often within an hour.01:06
jbaileyWhen the bug first started happening it could be when I was typing.  Now adays it's more likely when I'm idle.01:06
airliedjbailey: what chip is it? the M10?01:06
jbaileyI had disabled the screensavers and stuff to see if it was GL triggered, but that hadn't stopped it.01:06
jbailey0000:f0:10.0 VGA compatible controller: ATI Technologies Inc RV350 AR [Radeon 9600]  (prog-if 00 [VGA] )01:07
jbaileyThis time what happened what that I cam back to my machine and tapped my mouse.  Black screen.01:07
jbaileyWent to the other machine, and ssh'd in.  on of the glx screensavers was running, 60% utilisation.  Nothing big.01:07
jbaileykill worked fine.01:07
jbailey(didn't even need kill -9)01:07
jbaileylike I usually do with X01:08
jbaileyCame back to my machine and the keyed up C-M-F1 to switch consoles had taken effect.01:08
jbaileyWhen I switched back to my graphical session, I noticed that my IRC sessions had all hung at the time when I'd moved the mouse.01:08
jbaileySo a bunch of them, the last traffic I saw was 06h58.01:08
jbaileyand then disconnected.01:09
jbaileyreconnected at 06h59 when I killed the screensaver.01:09
jbaileyI have no conclusions as to what the problem is, only that it's now different.01:10
airliedso the X server didn't crash out .. wierd..01:10
jbaileyRight, like I'm still on that session now.01:10
airlieddo you have DRI working? i.e.does glxinfo give Direct Rendering: Yes01:13
jbaileydirect rendering: Yes01:14
jbaileyI do get a strance warning as well,. though:01:15
jbailey*********************************WARN_ONCE*********************************01:15
jbaileyFile r300_state.c function r300Enable line 45601:15
jbaileyTODO - double side stencil !01:15
jbailey***************************************************************************01:15
jbaileyAnd glxgears doesn't print frame rates.  It just prints that warning as well.01:15
airliedah gears has fps disabled.. do you remember what screensaver it was?01:16
=== smurf [n=smurf@debian/developer/smurf] has joined #ubuntu-kernel
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel
zulheylo02:13
=== jbailey [n=jbailey@modemcable139.249-203-24.mc.videotron.ca] has joined #ubuntu-kernel
jbaileyBenC, airlied: Had my first full machine hang.02:18
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
=== zul decides to take the rest of the week off
=== tuxmaniac [n=aanjhan@60.254.67.17] has joined #ubuntu-kernel
=== human_blip [n=mike@220.157.65.236] has joined #ubuntu-kernel
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
=== CarlFK [n=carl@c-67-163-39-124.hsd1.il.comcast.net] has joined #ubuntu-kernel
CarlFK  CC [M]   drivers/usb/net/zd1211/zdmic.o03:30
CarlFK  DEVLIST drivers/usb/net/zd1211/zddevlist.h03:30
CarlFKmake[4] : *** [drivers/usb/net/zd1211/zddevlist.h]  Error 103:30
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
CarlFKthat was from linux-source-2.6.15.tar.bz203:31
CarlFK#error "Error in source file, line 35"03:34
CarlFKhuh?03:35
=== tuxmaniac [n=aanjhan@60.254.67.17] has joined #ubuntu-kernel
BenCjbailey: suckage04:01
BenCcrimsun: ping04:04
BenCMithrandir: ping04:04
BenCCarlFK: Install the linux-source-2.6.15 build-deps04:04
MithrandirBenC: pong04:04
MithrandirBenC: flight 8 is cancelled due to the sudden leave on Friday.04:05
BenCMithrandir: ah, answers my question...I'll be doing a kernel upload today then04:05
MithrandirBenC: please do go ahead04:05
zulsudden leave?04:06
BenCzul: Canonical employees and have been forced to take Friday off :)04:06
zulah...ok..04:06
Mithrandirzul: the distro team was told to take Friday off.  Anybody who is active on ubuntu work that day and detected by mdz gets to buy mdz a drink in Paris04:06
zuli thought it was something catastropic04:07
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
zulhehe...i have friday off as well04:07
BenCI'm going to make a small git push on Friday just to see if he's watching04:07
Mithrandirheh04:07
BenCthe catch is, if he notices, then he didn't take off either, so he'll owe me a drink too :)04:07
maswanBenC: think I could talk you into accepting a couple of patches? in launchpad on 4478[23] , a couple of bugfixes (one applied in 2.6.16 even) that are quite significant to us.04:11
BenCmaswan: got both of them already04:12
maswanBenC: excellent!04:12
CarlFKBenC: what is "the linux-source-2.6.15 build-deps" ?04:12
BenCCarlFK: apt-get build-deps linux-source-2.6.1504:12
BenCor maybe it's just build-dep04:13
maswanBenC: Should I update launchpad status, or do you want to fiddle with that yourself?04:13
CarlFKBenC: build-dep04:13
infinityBenC: When are you planning the kernel upload?04:13
infinityBenC: I wanted to make one last small tweak to vga16fb timings, but if I'm too late and miss the release, it's not the end of the world.04:14
BenCinfinity: I'm getting ready to start my last build cycle before upload04:14
BenCso you've got about an hour or two04:14
infinity(since it more-or-less works for more people than it more-or-less worked for in breezy, I'm not fussed about fixing it for the last 2 or 3 people it's broken for)04:14
BenCmaswan: I'll get it in a few minutes, thanks04:15
maswanBenC: Awesome. Thanks for the great work!04:15
infinityBenC: Og, an hour or two isn't long enough to test the changes I wanted to make and get 'em in, so don't worry about it.04:15
infinitys/Og/Oh/04:15
BenCinfinity: ok, I'm sure there will be one more upload before release, so there's be another chance04:15
infinityBenC: Alright, if I find the free time.  It's currently prioritised below more important stuff, but it's been something I was "meaning to do before release" and never got to.04:16
infinityBenC: I suspect I'll have a lot of those left over on June 1st, though. :)04:16
BenCprobably :)04:16
bluefoxicywow04:39
bluefoxicyI might have almost passed linear algebra, I think.04:39
bluefoxicyI counted 126 points on my final, I need 126 to pass.  o_o04:39
=== mxpxpod [n=BryanFor@unaffiliated/mxpxpod] has joined #ubuntu-kernel
=== mxpxpod_ [n=BryanFor@wuw-ojr3gmca.dybb.com] has joined #ubuntu-kernel
=== mxpxpod__ [n=BryanFor@wuw-ojr3gmca.dybb.com] has joined #ubuntu-kernel
BenCbluefoxicy: Relying on your counting abilities to guess if you passed a math related exam seems counter intuitive :)05:03
CarlFKif all I want to do is build a module, I just need the kernel headers, right?05:31
zulyes05:32
CarlFKthanks05:32
CarlFKIs there a ubuntu package that is the kernel source without any patches?05:39
CarlFK(I don't want it, just trying to see how it is described)05:39
=== CataEnry [n=cataenry@host46-6.pool80183.interbusiness.it] has joined #ubuntu-kernel
bluefoxicyBenC:  heh.05:41
BenCCarlFK: no such package, since kernel.org has all that stuff05:46
CarlFKwould that be called "the Vanilla Kernel?" 05:47
zulyes...05:48
=== tuxmaniac [n=aanjhan@60.254.67.17] has joined #ubuntu-kernel
=== mxpxpod_ [n=BryanFor@wuw-ojr3gmca.dybb.com] has joined #ubuntu-kernel
jbaileyMmm.  vanilla.05:59
=== jbailey wants icecream now.
=== zul is having lunch
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
CarlFKwhat is the difference between kernel-source-2.6.11 and  kernel-tree-2.6.11 ?06:06
CarlFKnm06:06
CarlFKtree = source + patches06:07
CarlFKwait.. source =  "Linux kernel source for version 2.6.11 with Debian patches"   http://packages.ubuntu.com/breezy/devel/kernel-tree-2.6.1106:09
CarlFKso what is the point of tree?06:09
infinityThere is no more tree, so you can stop worrying about it. :)06:17
CarlFKgood answer06:17
=== CarlFK thinks "there is no spoon'
jbaileySPOOOON06:18
jbailey - the tick06:18
zulhehe...06:24
zulspooooooooooon06:24
=== mxpxpod [n=BryanFor@unaffiliated/mxpxpod] has joined #ubuntu-kernel
crimsunBenC: pong06:31
BenCcrimsun: The one-liner patch failed to build06:33
crimsunguh06:33
crimsunBenC: what is the error message?06:34
mjg59_BenC: Line 608 of drivers/acpi/asus_acpi.c - can you remove the "Asus ACPI: Error reading LCD status" printk?06:34
mjg59_It doesn't work on some machines and they spew errors06:35
BenCcrimsun: The member of that struct doesn't exist06:35
BenCmjg59_: ok06:35
mjg59_Ta06:35
mjg59_saves me sending you a patch :)06:35
BenCmjg59_: done06:37
crimsunBenC: (just taking a sec to update here)06:40
crimsunBenC: I see the proper fix, I'll push out a patch ASAP (ETA: 10 mins)06:49
crimsunBenC: sorry about that06:50
BenCok06:50
BenCnp06:50
CarlFKif I build a module using linux-headers-2.6.15-22-386, what happens when a new kernel package is released?07:06
infinityYou get to rebuild your module to match the new kernel.07:06
CarlFKthats what I thought. thanks07:07
infinity(Assuming the ABI changed, which we try very hard to avoid during stable releases)07:07
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-kernel
zuli have an rem song in my head07:35
zulmake it stop!!07:35
CarlFKwhat is the difference between: 07:37
=== Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-kernel
CarlFKapt-get install linux-source-2.6.15 07:37
CarlFKand 07:37
CarlFKapt-get source linux-image-2.6.15-22-38607:37
BenCthe actual source is the same07:37
BenCjust one way installs the package, and the other downloads the files that actually build the images07:37
CarlFKso just the location ?  07:37
CarlFKah07:38
zullater...im on my way home07:39
=== Keybuk [n=scott@quest.netsplit.com] has joined #ubuntu-kernel
crimsunBenC: sent.07:55
=== JaneW [n=JaneW@dsl-146-177-94.telkomadsl.co.za] has joined #ubuntu-kernel
jbaileyBenC: Just had the screensaver hang agian.  I think it might've been gleidoscope both times.08:08
BenCcrimsun: wow, one-liner went to a pretty hefty patch :)08:08
BenCjbailey: Damn, there goes the hope for updated DRM fixing things :/08:08
crimsunBenC: yeah, I dunno what crack I was smoking the first time w/ grep struct08:09
jbaileyBenC: Yeah.  I'll probably take it out on next reboot.08:09
=== allee [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-kernel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel
airliedBenC: you still only have 2.6.16 DRM, the radeon changes are only in my tree and 2.6.17..08:51
BenCairlied: You haven't provided me with any info on how to obtain that, or a patch to update my tree08:52
airliedBenC: okay I'll do a patch later, my tree is is the drm-2.6 one on kernel.org..08:53
BenCis it possible to pull from it without getting anything past 2.6.15?08:55
airliedBenC: probably not...08:56
airliedBenC: I'll cook a patch later when I'm actually awake as opposed to no when I should be asleep..08:57
CarlFKcan someone review  https://wiki.ubuntu.com/KernelHowTos  - it is a summary of what I have learned here over the last day08:59
BenCmight be too late to get it in, but I'll try08:59
=== JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-kernel
CarlFKhttp://acx100.sourceforge.net is a wifi nic module - it's README says I need to build it with the rest of the kernel: http://dev.personnelware.com/carl/temp/May16/a/README09:37
CarlFKshouldn't I be able to do it with just the headers?09:38
BenCyes10:12
BenCyou do know we have acx100 in our kernels, right?10:12
CarlFKyes - but it is about 8 updates old11:29
=== human_blip [n=mike@220.157.65.236] has joined #ubuntu-kernel
CarlFKcurrent is v0.3.3511:34
CarlFKacx_config.h:#define ACX_RELEASE "v0.3.21"11:35
CarlFK.21 came from rsync.kernel.org/pub/scm/linux/kernel/git/bcollins/ubuntu-2.6.git11:35
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel
zulheylo11:56

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