#ubuntu-arm

<2012>  <February>  Show msg only  Back to index      
1234567891011121314151617
181920212223242526272829

00:00<= Nipqer left/quit
00:02<= gauner1986 left/quit
00:07** Hymie3 is now known as Hymie3
00:07<= pierre_ja left/quit
00:09<= Xawen left/quit
00:10<= mayday_jay left/quit
00:17<= angbermu left/quit
00:26<= doko left/quit
00:27=> mayday_jay joins
00:28=> pcacjr joins
00:28<= Guhl left/quit
00:30<= Dr_Who left/quit
00:32=> doko joins
00:35<= sunbird left/quit
00:36=> desrt joins
00:36 desrt hello arm people
00:36 desrt i currently have the quickstart board with linux-linaro-lt-mx5 kernel installed
00:37 desrt i just upgraded to precise and it seems like the latest version of that kernel is 2.6.38
00:37<= jjardon left/quit
00:37<= shadeslayer left/quit
00:37<= ScriptRipper left/quit
00:37<= mrmoku left/quit
00:37<= Bane^ left/quit
00:37 desrt is there a successor package, or is that the kernel i should be using?
00:37=> jjardon joins
00:37<= rajkosto left/quit
00:38=> shadeslayer joins
00:38=> ScriptRipper joins
00:38=> recur joins
00:39<= angbermu left/quit
00:39<= dos1 left/quit
00:40<= rcn-ee left/quit
00:43<= himamura left/quit
00:47<= robher left/quit
00:50<= Alex[sp3dev] left/quit
00:53 infinity desrt: That's the current one still. We're working on getting a 3.2 kernel into shape, but it's not in the archive yet.
00:53 desrt cool. thanks for the info.
01:03=> kennyMC joins
01:03<= Merth left/quit
01:09=> shaola joins
01:11<= robbiew left/quit
01:13 dioxin grrr... I've just overwritten an image file trying to write to a SD card....
01:19=> StevenG50 joins
01:24<= AstainHellbring left/quit
01:26=> XorA joins
01:27<= Nipqer left/quit
01:37<= gauner1986 left/quit
01:39<= steffen123 left/quit
01:41<= bartman left/quit
01:42=> JaceAlvejetti joins
01:43<= ao2 left/quit
01:43<= LordDeath left/quit
01:44=> twb joins
01:47<= mythos left/quit
01:49=> mythos joins
01:50<= Hymie left/quit
01:50** Hymie_ is now known as Hymie_
01:51** Sir_Ced is now known as Sir_Ced
01:57 dioxin is it possible to install gnome-classic on Oneric?
01:58<= XeKToReX left/quit
01:59 GrueMaster On arm? Not sure. If it is in the pool, then yes.
01:59<= ChrisGagnon left/quit
01:59<= bartman left/quit
01:59=> akira_tsukamoto joins
02:04=> rcn-ee joins
02:05 dioxin Unity was first in 11.04? or 10.10?
02:06<= furtardo left/quit
02:08 twb 10.10 on netbooks
02:08 twb IIRC
02:08<= XeKToReX left/quit
02:09=> doko_ joins
02:12<= doko left/quit
02:15 GrueMaster 10.10 yes.
02:15** cj|skyrim is now known as cj|skyrim
02:17<= pcacjr left/quit
02:22<= dioxin left/quit
02:24<= SevenMachines left/quit
02:29<= dos1 left/quit
02:32<= pespin left/quit
02:40<= sector4 left/quit
02:45=> krosswindz joins
02:45 krosswindz I recently got a pandaboard
02:45 krosswindz when I am trying to use the usb serial adapter my screen is complete garbled
02:46 krosswindz I have the Prolific Technology pl2303 usb serial adapter
02:46 krosswindz I have set the minicom settings from pandaboard side
02:46 krosswindz I was wondering if anyone could help me fix this issue
02:47<= shaola left/quit
02:47 GrueMaster krosswindz: I used to use those all the time (recently upgraded to an 8 port pci serial adapter for all my systems). I use screen and it works fine. "screen /dev/ttyUSB0 115200" should give you a serial console.
02:48 twb IME there are only one or two USB serial adapters in existence
02:48 twb Everything is just that rebranded
02:48 twb garbled might just indicate your baud rate is wrong
02:48 krosswindz GrueMaster: I was using minicom
02:49 twb baud rate needs to be the same on both sides
02:49 krosswindz GrueMaster: when I use screen I have the issue
02:49 twb minicom and sceren both work as client side; probably want getty on the server side
02:49 krosswindz twb: I am setting baudrate as 115200 which is what is mentioned in the ubuntu website
02:49 twb That should be fine
02:49 krosswindz When I use a different adapter it works fine for the same setting
02:49 twb Maybe that specific device is damaged
02:50 krosswindz you mean the pl2303 might be damaged
02:50 twb device = that adapter, I mean, no the pandaboard
02:50 twb Right
02:50 krosswindz thanks
02:50 krosswindz I will see if I can get it replaced
02:50 twb They cost like $4 so just replace it
02:50 GrueMaster krosswindz: Are you plugging the 9 pin plug directly to the panda or are you using a cable/adapter in between?
02:51 twb GrueMaster: if he doesn't have a nullmodem cable it should just fail, right? i.e. not garbled
02:51 krosswindz the 9 pin directly to the pandaaboard
02:52 krosswindz when I using the tripplite keyspan usb serial adapter
02:52 krosswindz it was all fine
02:52 krosswindz i had borrowed that from my friend
02:52 krosswindz if i switch to that same settings for minicom it is fine
02:53 GrueMaster Another thing to try is on the desktop side, type "sudo setserial /dev/ttyUSB0 base_baud 115200".
02:53 krosswindz ok
02:53 krosswindz Invalid flag: base_baud
02:54 GrueMaster Oops. baud_base (I had it reversed).
02:55 krosswindz Cannot set serial info: Invalid argument
02:55<= pierre_ja left/quit
02:55 krosswindz sudo setserial /dev/ttyUSB0 baud_base 115200
02:55 krosswindz thats the command I am using
02:57 krosswindz http://pastebin.pandaboard.org/index.php/view/63324435
02:57 krosswindz that is the output of setserial -a
02:59 GrueMaster "Baud_base: 460800". That is the problem.
03:00 krosswindz I am unable to switch it to 115200
03:01=> eggonlea joins
03:01 GrueMaster Try "sudo setserial /dev/ttyUSB0 port 0x0000 irq 0 uart 16654 baud_base 1152000"
03:03 krosswindz Cannot set serial info: Invalid argument
03:03 GrueMaster hmmm.
03:03 GrueMaster sudo setserial /dev/ttyUSB0 uart 16654 baud_base 1152000
03:03 GrueMaster sudo setserial /dev/ttyUSB0 uart 16654 baud_base 115200
03:04 GrueMaster (somehow my copy/paste added a zero)
03:05 krosswindz crap
03:05 krosswindz sorry
03:05 krosswindz i didnt see it
03:05 krosswindz no go
03:05 krosswindz same invalid argument error
03:05 GrueMaster You are running this on the host (usb) side, right?
03:05<= Xawen left/quit
03:06 krosswindz yes this on the host side
03:06 krosswindz my laptop
03:06<= ikepanhc left/quit
03:07 krosswindz google isnt being helpful either :(
03:08 GrueMaster Try unplugging and plugging the usb serial adapter back in, then run setserial -a /dev/ttyUSB0 to see what it says.
03:11 krosswindz its the same, http://pastebin.com/UCC17Ukx
03:11 GrueMaster Not sure why it is coming up with Baud_base: 460800
03:11 GrueMaster Very odd.
03:11 krosswindz I am leaning towards the fact that it could be a bad adapter/cable
03:11 GrueMaster Check dmesg to see what it says.
03:12 GrueMaster Also, when you plug it into the laptop, is it connected to the panda? Try unplugging from the panda.
03:12<= ray|epic left/quit
03:12 GrueMaster Very possible.
03:12 krosswindz http://pastebin.com/VkcUmEGP
03:12 krosswindz ok
03:12 krosswindz let me unplug from panda
03:13 krosswindz its the same
03:13=> himamura joins
03:13 krosswindz i unplugged from panda, unplugged from laptop, then plugged to my laptop
03:13 krosswindz ran setserial -a /dev/ttyUSB0
03:13 krosswindz the result is the same
03:14 GrueMaster Sounding like a bad cable. Nothing else I can suggest.
03:14 krosswindz I am inclined towards the same
03:14<= RyRy_ left/quit
03:14 krosswindz this sucks
03:15 krosswindz i need to go borrow the cable again
03:15 krosswindz thanks for your time GrueMaster
03:16 GrueMaster Sorry I couldn't help more. Good luck.
03:16 krosswindz not a problem
03:17 krosswindz at least one other person things its a bad cable
03:17 krosswindz this was driving my nuts, I was thinking I was screwing up
03:19 GrueMaster Well, since it isn't directly in front of me, I can't actually diagnose that that isn't the problem. :P
03:19 krosswindz I was wondering are there any documentation on setting up cross compile toolchain for arm on ubuntu
03:20 krosswindz I want to rebuild my kernel, I was hoping I dont have to do it on the pandaboard
03:21 GrueMaster I think there is somewhere. Do a google search with " cross compile site:wiki.ubuntu.com". I've done it, but not for a kernel.
03:21 GrueMaster Also, I think the kernel build only takes 20 minutes if you are using a usb drive to build on.
03:22 krosswindz I found the blueprint for it :p
03:27 GrueMaster http://manpages.ubuntu.com/manpages/hardy/man1/make-kpkg.1.html
03:29** dduffey is now known as dduffey
03:29 GrueMaster Not sure if that will work, but worth a shot. You will need the arm compiler installed.
03:29 krosswindz i will have to use it but only after I install the cross compile tool chain
03:30=> robher joins
03:40<= MethoS- left/quit
03:45<= RyRy_ left/quit
03:47=> Dr_Who joins
03:47<= Dr_Who left/quit
03:47=> Dr_Who joins
03:50<= recur left/quit
03:51=> OlivierN1 joins
03:52** NeoMatrixJR_away is now known as NeoMatrixJR_away
03:53<= OlivierN left/quit
03:54<= coldsun15 left/quit
03:58** NeoMatrixJR is now known as NeoMatrixJR
04:00<= detule left/quit
04:01<= rpierce99 left/quit
04:02<= eggonlea left/quit
04:04<= Twiki left/quit
04:04** Nipqer is now known as Nipqer
04:07<= mythos left/quit
04:08** skynet-2000 is now known as skynet-2000
04:08<= rcn-ee left/quit
04:08** skynet is now known as skynet
04:16=> rcn-ee joins
04:17** Nipqer|busy is now known as Nipqer|busy
04:23<= Twiki left/quit
04:23<= Twiki left/quit
04:25=> gcst__ joins
04:25<= mattwaddel left/quit
04:26<= Twiki left/quit
04:26<= Twiki left/quit
04:28<= gcst_ left/quit
04:41<= TheSeven left/quit
04:42=> TheSeven joins
04:48=> mattwaddel joins
05:02=> mythos joins
05:06<= StevenG50 left/quit
05:12<= olleman left/quit
05:14 krosswindz I am seeing kernel oops on poweroff
05:14 krosswindz http://pastebin.pandaboard.org/index.php/view/45552590
05:14 krosswindz thats the output from the serial console
05:21<= Dr_Who left/quit
05:32<= coldsun15 left/quit
05:33 twb Ouch
05:37<= morphis left/quit
05:41** Guest86714 is now known as Guest86714
05:42** skynet is now known as skynet
05:43<= mattwaddel left/quit
05:44<= rcn-ee left/quit
05:47** r3v0_drunk is now known as r3v0_drunk
05:48 mythos hmm... i had that effect too... but my board is a ti alpha board
05:50<= BHSPitMonkey_ left/quit
05:52 twb mythos: ti doesn't make alpha architecture ;-P
05:52 mythos twb, nice joke :o
05:53<= jvcleave left/quit
05:53** NeoMatrixJR_away is now known as NeoMatrixJR_away
05:54<= r3v0 left/quit
05:55<= Rob2222 left/quit
06:02** NeoMatrixJR is now known as NeoMatrixJR
06:03<= rpierce99 left/quit
06:05<= Merth left/quit
06:14<= bartman left/quit
06:14<= PhoneLincoln left/quit
06:19** Guest72149 is now known as Guest72149
06:27<= lindi- left/quit
06:36<= LargePrime left/quit
06:44** LargePrime is now known as LargePrime
06:45** LargePrime is now known as LargePrime
06:45<= Guest33880 left/quit
06:45<= Guest11207 left/quit
06:49** LargePrime is now known as LargePrime
06:51** Guest15297 is now known as Guest15297
06:54<= Martix left/quit
06:54<= kiozen left/quit
06:57=> eggonlea joins
06:58<= AstainHellbring left/quit
07:03** skynet-2000 is now known as skynet-2000
07:03** skynet is now known as skynet
07:04=> Quintasan_ joins
07:08<= Quintasan left/quit
07:10=> ikepanhc joins
07:11<= plotr left/quit
07:32<= eggonlea left/quit
07:36<= largeprime left/quit
07:36** LargePrime is now known as LargePrime
07:37=> eggonlea joins
07:41<= PaulFertser left/quit
07:42<= alabd left/quit
07:47<= HeinervdmOff left/quit
07:47<= ALoGeNo left/quit
07:48<= jluis left/quit
07:51<= ALoGeNo left/quit
07:55<= ALo left/quit
08:05=> burli joins
08:05<= sereal left/quit
08:07<= swc|666 left/quit
08:12<= bzo left/quit
08:20<= StevenK left/quit
08:44=> kapinter joins
08:44<= mdel_ left/quit
08:44<= jluis|off left/quit
08:47=> StevenK joins
08:48** cj|ZzZzZ is now known as cj|ZzZzZ
08:49<= r3v0 left/quit
08:50<= NeoMatrixJR_away left/quit
08:50<= coldsun15 left/quit
08:50<= XorA left/quit
08:52=> XorA joins
08:53<= NeoMatrixJR_away left/quit
08:57<= gcst__ left/quit
09:02<= Ultraman_ left/quit
09:06<= largeprime left/quit
09:08=> brendand joins
09:22** doko_ is now known as doko_
09:28<= pizthewiz left/quit
09:33<= ALoGeNo left/quit
09:44<= leviathan left/quit
09:45<= brendand left/quit
09:48=> brendand joins
09:56=> ppisati joins
10:01<= twb left/quit
10:01=> amitk joins
10:04** Nipqer|away is now known as Nipqer|away
10:06<= DocScrutinizer left/quit
10:11=> dmart joins
10:11<= Narkozzz left/quit
10:22=> zyga_ joins
10:23<= infernix left/quit
10:27<= eggonlea left/quit
10:28=> gcst__ joins
10:37=> diwic joins
10:37<= diwic left/quit
10:37=> diwic joins
10:42<= plotr left/quit
10:45<= infernix left/quit
10:50<= ogra_ left/quit
10:52=> ogra_ joins
11:01=> gareth__ joins
11:10<= XorA left/quit
11:15<= hardwalker left/quit
11:19<= ege left/quit
11:20<= zyga_ left/quit
11:20=> zyga_ joins
11:20** zyga_ is now known as zyga_
11:26<= plotr left/quit
11:32<= Nipqer left/quit
11:37=> kvarley joins
11:37<= kvarley left/quit
11:37=> kvarley joins
11:37<= kvarley left/quit
11:37=> kvarley joins
11:42<= micahg left/quit
11:43<= Gahao left/quit
11:50<= Rob2223 left/quit
11:50<= r3v0 left/quit
11:58=> micahg joins
11:59<= burli left/quit
12:01=> victorp joins
12:02<= JaceAlvejetti left/quit
12:07** Jack87 is now known as Jack87
12:09=> shaola joins
12:09<= shaola left/quit
12:10=> burli joins
12:12<= dateuro left/quit
12:15<= GNUtoo left/quit
12:16<= fabo left/quit
12:20=> JaceAlvejetti joins
12:20<= Martix left/quit
12:23=> fabo joins
12:23<= diwic left/quit
12:26<= Guhl left/quit
12:28=> diwic joins
12:28<= diwic left/quit
12:28=> diwic joins
12:28<= gareth__ left/quit
12:35<= kvarley left/quit
12:36<= alen12345 left/quit
12:53** Guhl99_ is now known as Guhl99_
13:01** cccyRegeaneAway is now known as cccyRegeaneAway
13:04<= alen12345 left/quit
13:07<= burli left/quit
13:08<= skorgon left/quit
13:15=> pcacjr joins
13:16<= akira_tsukamoto left/quit
13:18<= mustang03282 left/quit
13:20<= pierre_ja left/quit
13:24<= TheSeven left/quit
13:24=> [7] joins
13:28<= diwic left/quit
13:29<= lamikr left/quit
13:37=> Spider-Pork joins
13:42<= mickey_office left/quit
13:46<= plotr left/quit
13:51=> Dr_Who joins
13:51<= Dr_Who left/quit
13:51=> Dr_Who joins
13:57<= kennyMC left/quit
13:59** Quintasan_ is now known as Quintasan_
13:59<= Quintasan left/quit
13:59=> Quintasan joins
14:01=> ChrisGagnon joins
14:11=> kennyMC joins
14:13<= vidic left/quit
14:14<= vstehle-laptop left/quit
14:14=> vstehle-laptop joins
14:15<= toastcfh_ left/quit
14:20<= skodde left/quit
14:20<= keichwa left/quit
14:21<= plotr left/quit
14:22=> BlInK311 joins
14:23=> keichwa joins
14:26<= zeusk left/quit
14:29=> parin joins
14:29=> diwic joins
14:29<= diwic left/quit
14:29=> diwic joins
14:33<= Lashlo left/quit
14:33<= Gahao left/quit
14:36<= lag left/quit
14:42=> lag joins
14:42<= lag left/quit
14:42=> lag joins
14:42=> avinashhm joins
14:47=> burli joins
14:48<= arif-ali left/quit
14:48<= burli left/quit
14:49<= avinashhm left/quit
14:49=> avinashhm joins
14:53<= ikepanhc left/quit
14:56=> kyleN joins
15:00<= Hymie2_irclogs left/quit
15:03=> mpoirier joins
15:03<= Jids left/quit
15:04** arif-ali_ is now known as arif-ali_
15:05<= arif-ali left/quit
15:09<= xrmx left/quit
15:15<= snkt left/quit
15:24<= ao2 left/quit
15:30<= kapinter left/quit
15:31<= dr1337 left/quit
15:38<= jluis left/quit
15:40<= MethoS- left/quit
15:40<= robclark left/quit
15:41** dduffey_afk is now known as dduffey_afk
15:45=> mattwaddel joins
15:47=> marvin24_DT joins
15:56<= Juggie left/quit
15:57<= gcst__ left/quit
16:00=> robclark joins
16:04=> robbiew joins
16:13<= ali1234 left/quit
16:15<= vstehle-laptop left/quit
16:17<= RyRy_ left/quit
16:22<= ccube left/quit
16:22<= RyRy__ left/quit
16:23<= amitk left/quit
16:25<= MethoS- left/quit
16:33<= toams left/quit
16:34=> SevenMachines joins
16:37** lg_quassel is now known as lg_quassel
16:37<= xranby left/quit
16:39<= mickey_office left/quit
16:40 janimo jcrigby, I'd like to test your mx5 new kernels. Can you provide me with the most up-to-date ppa and what exactly to test - apart from it booting?
16:40<= SabotageAndi left/quit
16:40 janimo also a git repo would be helpful too in case I need to rebuild and change
16:42<= bartman left/quit
16:44=> pizthewiz joins
16:47** JaMa is now known as JaMa
16:50<= LjL left/quit
16:51<= SevenMachines left/quit
16:53<= ege left/quit
16:54<= johnsu01 left/quit
16:56=> gcst__ joins
16:57** cccyRegeaneWolfe is now known as cccyRegeaneWolfe
17:00<= dos1 left/quit
17:04 janimo GrueMaster, infinity rsalveti which is the ppa and kernel version to test for mx5? armhf , 3.0 or combined testing?
17:04 rsalveti janimo: 1 sec
17:05 rsalveti janimo: https://launchpad.net/~linaro-maintainers/+archive/kernel
17:05 rsalveti argh, but it's just for oneiric there
17:05 rsalveti let me check the other ppa
17:07<= ychavan left/quit
17:07 rsalveti we moved the ppas around, let's wait jcrigby to answer that
17:07 janimo rsalveti, the link you sent has precise armel mx5
17:07 janimo 3.1.1-10
17:08<= Orias_Korva left/quit
17:08<= lamikr left/quit
17:08 rsalveti janimo: true!
17:08 rsalveti janimo: that's probably best working one
17:08 janimo is there a 3.2 that needs testing? I can wait for that too
17:08 rsalveti janimo: 3.2 doesn't even boot
17:08<= OndraSter left/quit
17:08 rsalveti something we'll check at connect with the freescale guys
17:08 janimo rsalveti, ok, I'll check that. jcrigby tested it I assume but you need another confirmation from Ubuntu-ARM?
17:09 rsalveti janimo: exactly
17:09<= Anxhemsly left/quit
17:09 janimo ok.
17:10 rsalveti janimo: the src package comes from https://github.com/jcrigby/packaged-linux-linaro-3.1-ci/commits/lt-mx5
17:10 rsalveti which is a merge from the lt source tree + packaging patches
17:10 rsalveti and ubuntu sauce
17:10 janimo rsalveti, thanks
17:10<= surge left/quit
17:11=> XavB joins
17:11<= avinashhm left/quit
17:12 GrueMaster Yea, we will have to rebuild those. No armhf kernels (which is the goal).
17:12 janimo Do we not have netboot for mx5?
17:12 janimo http://ports.ubuntu.com/ubuntu-ports/dists/precise/main/installer-armel/current/images/
17:13 GrueMaster No.
17:13 janimo :(
17:13 janimo ah because of univerese kernel
17:13 janimo or such
17:13 ndec ogra_: rsalveti: quick packaging questions... we have upgrade many packages in our PPA, but if we install the ubuntu-omap4-extras in a fresh install not all packages are installed at once, we need to make a dist-upgrade afterwards. is that normal?
17:13 GrueMaster Yea, something like that.
17:13 janimo I quite liked the netboot experience on panda was hoping for a similar quick thing on mx5
17:14 rsalveti ndec: that will only happen if your meta package is requiring an specific version of a package
17:14 GrueMaster Get us a 3.2 kernel and the kernel team might be more lenient towards that.
17:14 rsalveti as if it's just depending on the package name, it'll always grab the latest one available
17:14 ndec XavB: is that the case ^^
17:14 ndec rsalveti: i think we explicitely conflicts/replaces the default ubuntu kernel so that it gets removed in favor of our 3.1
17:15 rsalveti janimo: jcrigby should know more about netboot for mx5
17:15 rsalveti but I think it should be easy to support
17:15 rsalveti at least I know tftp should probably be working already
17:15 GrueMaster rsalveti: He was referring to netboot intstall.
17:16 GrueMaster (I call it netinstaller, but colin doesn't like that).
17:16 infinity rsalveti: It's not a kernel issue, it's that we don't build d-i against universe kernels.
17:16 rsalveti ndec: but as your kernel is newer anyway, all you need to do is to install your own kernel
17:16 rsalveti oh, ok
17:16<= MaMos left/quit
17:16 rsalveti ndec: guess the links will be in place after that, and flash-kernel will flash the latest installed one
17:17 rsalveti the older one will still be installed, but don't thinkg that would be a problem
17:17 XavB ndec: rsalveti: we are not requesting any specific version iirc, and if it was the case, the dist-upgrade would not work then.
17:17 XavB rsalveti: we want to prevent the case where an upgrade from your kernel will replace ours
17:17 infinity rsalveti: Hrm, looking at the haskell-src-exts build failure, I'm not sure this is a binutils issue (I need to test locally and see what processes are running to be sure, but there's no whining from ld)
17:18 infinity rsalveti: So, it may still be a kernel issue.
17:18 XavB rsalveti: as soon as you have two linux-image package version (2 abi versions) the last package installed is the winner
17:18 ndec rsalveti: as XavB said, if both kernel are installed, since they don't have the same pkg name and ABI, a kernel upgrade from main archive will be installed and flashed
17:19 infinity ndec: Perhaps a silly question, but is there any reason you can't work with ppisati to merge the bits you need into our kernel?
17:19 rsalveti ok, so it can be problematically
17:19 infinity ndec: Or are you building non-free stuff in?
17:19 ndec infinity: yes, we are moving to 3.1 in oneiric...
17:19 rsalveti but still, you just need to remove the kernel meta package
17:19 infinity ndec: Oh, this is for oneiric. Kay. Not an issue for precise, then?
17:19 ndec it's all free ;-)
17:19 rsalveti not exactly, because of the abi
17:19<= jluis left/quit
17:19 ndec infinity: for P. we will move to 3.3 similarly.
17:19 rsalveti yeah, removing it entirely will probably be the best thing to do
17:20** milaq|afk is now known as milaq|afk
17:20 infinity ndec: Are those kernels of yours supported with security updates and such?
17:20<= detule left/quit
17:21 ndec no
17:21 infinity So, enabling your PPA is effectively removing users' security support? :/
17:21 ndec but they have features that we can't backport with the resources we have, so instead of that we move forward.
17:22 ndec yes, this is correct. we have added a note about that (debconf) so that users know about it
17:22 infinity Why not just move forward with the development release instead, and leave the previous ones as they are?
17:22 ndec ?
17:22 infinity ie: Do what the rest of the distro does. :P
17:22 infinity Freeze features at feature freeze, and then start targetting new stuff to the next release.
17:22<= LordDeath left/quit
17:23=> kvarley joins
17:23 infinity And that way, you can build on top of distro kernels instead of shipping your own.
17:23 ndec we have to match different schedules all together... Ubuntu release cycle as well as our internal release cycles for TI customers that consume Ubuntu release from us.
17:23 ndec it would be better to be aligned, but difficult
17:23 ndec we build on top of linaro kernel (which we contribute to).
17:24 infinity Sure, and we merge from the linaro tree as well, but we freeze at certain points.
17:24 ndec for P. we in fact decided to support 3.3 only for MM. since some of our drivers were pushed into 3.3 mainline.
17:24 infinity Which is a bit of a promise to the user, as well as people developing on the platform.
17:24 infinity I'm not going to say your PPA can't do that. It's a PPA, it can do whatever you want.
17:24 ndec we will support basic functionalities and X11 driver in 3.2, but we've moved all our dev to 3.3
17:25 infinity But it certainly cements positions on earlier conversations we've had about why PPAs can't be presented as installer options to end users.
17:25 ndec agreed.
17:25 infinity Cause removing the distro kernel in favor of an unsupported (and version mismatched, compared to other platforms) kernel is a bit nasty.
17:26 ndec note that 3.2 from P. or 3.0 from O. just work without problems.
17:27 ndec we just provide more features shoulld you decide to enable our PPA.
17:27 ndec and i agree that this is the first time we push our kernel, but we really couldn't do without it this now.
17:27<= ScriptRipper left/quit
17:27 infinity Yeah, I realise that the distro kernels work, I use them. ;)
17:28 ndec backporting all the PandaES support and power management to get 1.2Ghz from 3.1 to 3.0 was really waste of time on our end, especially because our internal TI releases were done on 3.1
17:28 infinity Just hoping your "NO SECURITY SUPPORT!!!111ELEVENTYONE" note is obvious enough to people.
17:28 infinity And, sure, not many Pandas are internet facing or multi-user, but people should still be aware.
17:29 infinity ndec: Sure, backporting isn't always the right answer. But we have a 6 months release schedule for a reason, hence my "just develop for the development release" point.
17:29 ndec yeah, so it's either a nice media player with full HD playback *or* a very secure server with kernel security upgrades ;-)
17:29 infinity ndec: If your PPA was developing for the development release instead of playing cacth-up on the released one, it would sort of solve most of this.
17:29 ndec that brings another problem ;-)
17:30 ndec for 10.10 we did work on the development release and struggled too much to make our internal stable with a dev release of Ubuntu...
17:30 ndec so now we use the latest stable release instead of dev. i agree.
17:30 infinity Was that before we actually had a sanely-maintained opam4 kernel?
17:31 infinity Or was it fast-moving userspace changes that were killing you?
17:31<= alexxy left/quit
17:31 GrueMaster ndec: To be fair, the hardware wasn't stable either during 10.10 development.
17:31 ndec the problem was not kernel, but archives.
17:31 ndec the fact that archive was different everyday was painful since we couldn't make stable (reproducible) releases out of it.
17:31<= Kookstar left/quit
17:31 infinity ndec: Well, sure, cutting released images from it is often a no-go.
17:32 infinity ndec: The general idea is to do feature development while we're doing the same, and then as it stabilises, ship.
17:32 infinity ndec: I guess if you have customer obligations to ship Feature X "right effin' now" on top of a stable distro, you don't have much choice but to do what you're doing right now.
17:33 ndec yeah... two contradicting goals ;-)
17:33 infinity ndec: But most people seem to figure out a way to communicate why that's insanity, and do it more sanely. You could always try. ;)
17:34 ndec ok.. i wish we could continue the discussion, but i need to go. will catch up later.
17:34 infinity ndec: Later. ;)
17:35** milaq is now known as milaq
17:39 janimo infinity, my 1hr estimation was for the qtwebkit build. It is now 70 min into linking with 1.7G of virtmem used accordint to top. IIRC last time it was simply OOM-killed ld did not get around to complain either
17:41<= XavB left/quit
17:41 infinity janimo: Yeah, my 10m may have been a bit generous. I was always multitasking before when testing, not watching it. ;)
17:41=> XavB joins
17:42 infinity janimo: 72m... So... Uhm... It's 10 minutes, if you ignore the extra hour!
17:42 janimo infinity, also some drugs are known to make time fly ;)
17:43 janimo hmm it did not yet finish here after 75 min, (debuild -us -uc -ns so some overhead above just the gcc invocation)
17:44 infinity real 72m21.672
17:44 janimo ok, should be finishing here up as well soon then
17:45 janimo wonders if some local proxy and url rewriting could convince netboot to work with kernels that are in universe only
17:45 janimo sounds boring though
17:46 janimo why does D-I not have an option off by default to allow using universe?
17:47<= kiozen left/quit
17:47 infinity How would that solve anything?
17:47 infinity This is on the buildds we're talking here, not in your home.
17:47 infinity As in, building d-i generates those images, and d-i (in main) doesn't build against universe.
17:48 janimo infinity, oh I mean only for devel use, if I wanted to have a netboot image on the board
17:48<= johnsu01` left/quit
17:48** johnsu01` is now known as johnsu01`
17:48 infinity Doing it yourself isn't hard at all.
17:48 janimo is there a doc ?
17:48 infinity No. :P
17:49<= mythos left/quit
17:49 infinity Documenting d-i would take about as long as rewriting it. And reading the docs would take almost as long as reading all the source for all the components.
17:49 infinity So, uhm. It's the ultimate "use the source" example.
17:49 janimo that the fact it is easy is not very relevant :)
17:49 janimo after earing so many things about d-i, this advice make me uneasy
17:50 janimo hearing
17:50 infinity Most people who whine about d-i just like whining.
17:50<= Spider-Pork left/quit
17:50 infinity So, erm. Hrm.
17:51 infinity janimo / rsalveti: Maybe the 3/1 split thing isn't actually fixed. Or, not completely.
17:51 infinity Sure, the simple testcase passes.
17:51 infinity And when watching swap usage, I see it go up to ~2G, which seems reasonable.
17:52 infinity But I sort of forgot my system was eating nearly 1G before g++ was run.
17:52 infinity So, ld's probably only using about 2G there.
17:52 infinity I need to monitor this more sanely.
17:52 janimo my build is still not over after 1h25m. I wonder is my swap is that much slower - external USB disk
17:53 janimo 1Ghz panda
17:53 infinity janimo: Are you sure you don't have some swap on SD too?
17:53 infinity janimo: If it's a default install, you have swap on SD, which it will hit before disk.
17:54 infinity cat /proc/swaps
17:54 janimo it is a netboot install directly to the USB disk, only uboot+kernel are (hopefully) on SD
17:54 infinity Oh, hrm. Then I dunno.
17:54 janimo once ld lets me have a scheduler slice I'll check that
17:54 infinity Oh wait, but you said your build was a full debuild?
17:54 infinity I was just re-running the g++ call.
17:55 janimo debuild -nc reached that in less than a couple minutes I'd say. Now at 1.8G virtmem
17:55<= zeusk left/quit
17:56 infinity Well, it should die soon.
17:56 janimo debuild -nc is very useful, I only found out about it at last rally. from you incidentally
17:56 infinity And if it does die around ~2G, I now want to know why the testcase works.
17:56=> lgro joins
17:56 janimo or I may have tried it earlier on a broken package and given up on hoping it does what it is meant to do
17:58 janimo infinity, is this related to the top-down MMAP bug thing or some other mmap issue?
17:58 infinity janimo: It's the same (the only?) mmap thing we've been talking about for the last six months.
17:59 janimo I was only aware of one - for which we last month did SRUs
17:59 janimo not being able to alloc past 2G or something
17:59 infinity Yeah, that one.
17:59 janimo ok
17:59 infinity And the testcase now passes.
17:59 infinity But perhaps the testcase is broken. :P
18:00 GrueMaster I have other tests that were broken prior to the fix that now work.
18:00 GrueMaster For the same reason.
18:00 GrueMaster So in my SRU testing, I am hitting this from multiple angles.
18:01 infinity Okay, for "passes", I mean "the testcase almost passes".
18:01 infinity It hits 2925MB (not 2999, as it does on x86), but close enough.
18:02 GrueMaster Almost? didn't know there were multiple levels of passing.
18:02 infinity GrueMaster: From my POV, "close to 3G" beats "only 2G". ;)
18:02 GrueMaster Ah.
18:02 infinity (And it was passing on the SRU kernels, it's the precise kernel where it's only 2925)
18:02 infinity But in all cases, the qtwebkit-source build fails.
18:03=> mythos joins
18:05 GrueMaster infinity: Do you want to try building that package on my server? It has 4G physical memory, SATA (16G SSD), 1GE, and ipv6.
18:05 GrueMaster (and it is idle at the moment).
18:05 infinity GrueMaster: Erm. How's that help me?
18:06 GrueMaster Speed.
18:06 GrueMaster (Faster to fail).
18:06 infinity GrueMaster: It's already failed here. Countless times.
18:07<= pizthewiz left/quit
18:09<= Juggie left/quit
18:11 janimo GrueMaster, does that server have precise or a precise chroot?
18:11 jcrigby janimo: https://code.launchpad.net/~linaro-maintainers/+archive/kernel/+recipebuild/167772
18:11 janimo would be interesting to see how fast it fails there
18:11 GrueMaster preciseHF.
18:11 jcrigby janimo, that is the latest mx5 3.1 build
18:11 jcrigby but it is oneiric
18:11 infinity janimo: I'm on it already.
18:12 janimo infinity, ok
18:12 infinity janimo: qtwebkit, that is.
18:12 janimo yes
18:12 infinity janimo: jcrigby is all yours. :P
18:12 jcrigby janimo, but should be identical
18:13 janimo jcrigby, I understand the testing is for inclusion in precise, so I guess the precise/ppa should be a better choice? Unless they're exactly the same of course
18:13 infinity janimo: They won't be exactly the same, even if the source is, due to toolchain changes.
18:13 infinity We really do need to test precise kernels built on precise. :P
18:14 janimo so the PPA it is then
18:15 jcrigby infinity, janimo: if you want to try that out while I work on our source upload recipe issue then go for it, otherwise I'll ping you when I have a precise version
18:15 jcrigby janimo, or actually let me look for an older precise armhf build
18:16 janimo Is this not ok ? https://launchpad.net/~linaro-maintainers/+archive/kernel/+packages?field.name_filter=&field.status_filter=published&field.series_filter=precise
18:16 janimo the one rsalveti mentioned above
18:16 jcrigby https://code.launchpad.net/~linaro-maintainers/+archive/kernel/+build/3126577
18:16 janimo I will test armel first
18:17 janimo kernel images should be the same for armel and armhf right?
18:17 jcrigby yes should be unless there is a bug in the toolchain
18:17 infinity janimo: They should bit-for-bit identical, even.
18:17 jcrigby because the kernel uses no floating point
18:17 infinity janimo: Except for the debian packae.
18:18 jcrigby janimo, the testing I did was just with a minimal linaro rootfs, booted
18:19 jcrigby and I also saw console on vga, did not test with hdmi adapter
18:22 infinity I don't own the HDMI adapter.
18:22 infinity GrueMaster does, though.
18:23 GrueMaster I think hdmi requires a u-boot parameter. I have the adapter, but haven't had time to test it.
18:23 infinity Yeah, it requires changing the command line.
18:23 infinity It's super user-friendly.
18:24 infinity Unless either Freescale or Linaro have made the displays actually auto-detect and auto-switch in 3.x?
18:27 GrueMaster That would be sweet.
18:27 GrueMaster But would probably require the closed source bits.
18:27<= NIN101 left/quit
18:28=> burli joins
18:30<= brendand left/quit
18:35<= mythos left/quit
18:45=> prpplague joins
18:54<= dmart left/quit
18:55<= victorp left/quit
18:57<= UncleRuckus left/quit
18:59 janimo infinity, two 4G swap files in / (USB disk), still linking after 2:30h
19:00 janimo no idea where the difference can come from
19:00<= LargePrime left/quit
19:00<= Guhl left/quit
19:08** milaq|afk is now known as milaq|afk
19:08<= chrisccoulson left/quit
19:10** milaq is now known as milaq
19:10** milaq|afk is now known as milaq|afk
19:12=> chrisccoulson joins
19:14=> mythos joins
19:19<= coldsun15 left/quit
19:20=> pizthewiz joins
19:22<= zeusk left/quit
19:22<= helicopter88 left/quit
19:27** cmagina_ is now known as cmagina_
19:29<= pespin left/quit
19:29** helicopter88 is now known as helicopter88
19:32=> victorp joins
19:33<= kennyMC left/quit
19:34<= |Jeroen| left/quit
19:35<= LargePrime left/quit
19:41<= rajkosto left/quit
19:43<= Rajko left/quit
19:44 infinity janimo: That's certainly odd.
19:44 infinity janimo: What's the memory usage at on your 2.5h link?
19:44 janimo goes checking
19:45<= rajkosto left/quit
19:45<= anver left/quit
19:45 janimo oh it stopped
19:45 janimo last time it was 1.8G did not check after that
19:46=> kennyMC joins
19:46 janimo infinity, real 197m29.862s user 1m58.063s sys 1m30.719s
19:47<= rah left/quit
19:48 janimo Killed process 19240 (ld) total-vm:840480kB, anon-rss:838092kB, file-rss:48kB
19:50** helicAWAY is now known as helicAWAY
19:52<= LargePrime left/quit
19:53<= robher left/quit
19:54<= rajkosto left/quit
19:56<= rajkosto left/quit
19:57<= rajkosto left/quit
20:01<= str3su left/quit
20:01<= diwic left/quit
20:02<= skodde left/quit
20:08=> dioxin joins
20:12=> pbuckley joins
20:13 pbuckley Under the current ubuntu 12.04 arm version i get this when trying to use alsa
20:14 pbuckley ALSA lib main.c:260:(execute_sequence) unable to open ctl device 'hw:Panda'
20:14 pbuckley though when i do listcards i see 0: Panda
20:14 pbuckley (this was working under 11.10)
20:15 pbuckley im guessing it has something to do with /usr/share/alsa/ucm/Panda/ the files there
20:15 GrueMaster pbuckley: Known. See bug 925069
20:15 ubot2` Launchpad bug 925069 in linux-ti-omap4 "No analog audio on omap4 panda" [Undecided,New] https://launchpad.net/bugs/925069
20:15 pbuckley ah thanks
20:16 GrueMaster It might, haven't had a chance to really look into it. Just discovered it yesterday with milestone testing.
20:17 pbuckley im also getting the same dmesg dump fyi thats in the bug
20:18 pbuckley also just want to say i can't believe the performance improvement in 12.04 over 11.10, its like an entirely new machine
20:21=> robher joins
20:26<= furtardo left/quit
20:29=> orbarron joins
20:30 GrueMaster pbuckley: Are you using armel or armhf build of 12.04?
20:30 XavB ogra_: rsalveti: I am trying to copy packages (without rebuild) from ppa ti-omap-private to release ppa and I am facing "timeout issue"... Error ID: OOPS-93333df9d8f15a5bfb041f2c181e8b10... Any idea?
20:30 ubot2` https://lp-oops.canonical.com/oops.py/?oopsid=93333df9d8f15a5bfb041f2c181e8b10
20:30 orbarron hello all -- got a quick ?? I need net_tstamp.h on 10.04. can I get this somewhere? or do I take what in kernel.org and drop in?
20:31<= Martix left/quit
20:31 pbuckley armel, should i be using armhf?
20:31 GrueMaster orbarron: For armel? What platform?
20:32 GrueMaster pbuckley: Yes, please. We are trying to shift to armhf, and the more testing, the better.
20:32<= victorp left/quit
20:32 GrueMaster It should also give a slight boost in performance.
20:32 orbarron well -- am working on 1588 on a DM8148 -- and testing this on a host + device platform.
20:32 pbuckley do i need to do a fresh install or can i just do sed -i 's/armel/armhf/g' /etc/apt/sources.list
20:33 GrueMaster pbuckley: I don't think that is recommended. Fresh install would be better.
20:33 pbuckley ok
20:33 GrueMaster Kind of like s/i386/amd64 on intel HW.
20:33 pbuckley ah ok
20:33 GrueMaster Not recommended.
20:33 pbuckley neat
20:34 GrueMaster orbarron: Where is that file normally located? Is it part of the kernel headers?
20:34 orbarron yes
20:35 GrueMaster And I assume you have a custom kernel. I would recommend using it from your kernel source tree.
20:36 orbarron well -- I need this on my host.. but not sure if I could drop this in the proper location or if there was a package I could download -- problem is Im not sure what impact it might have on my existing headers....
20:39<= mdel_ left/quit
20:41<= kvarley left/quit
20:42** nat is now known as nat
20:48 infinity orbarron: It's in linux-libc-dev
20:48 infinity orbarron: Which you'd have installed if you install build-essential.
20:51<= xrmx left/quit
20:52 orbarron got that -- but no net_tstamp.h -- this might be based on a newer kernel -- Im on 2.6.32-38 and checking into this atm
20:53 infinity orbarron: Oh, it wasn't in linux-libc-dev in lucid, no.
20:53 infinity orbarron: Only newer releases.
20:53 orbarron ahh that is what I figured...
20:54 orbarron hmm -- can I pull in the newer headers or will this mess other things?
20:54<= jluis left/quit
20:54<= pbuckley left/quit
20:54 infinity If it's fairly self-contained, you can pull just that one header, but if it relies on other interfaces having changed, you're a bit out of luck.
20:55=> rcn-ee joins
20:56=> pbuckley joins
20:56 dioxin does anyone know of any drivers available for usb wifi sticks?
20:57 infinity That's pretty non-specific.
20:57 GrueMaster Erm, most x86 drivers should also be on the arm images.
20:57 infinity But I can tell you that most any USB WiFi stick that works on x86 will also work on ARM.
20:57 infinity Our distro kernels build everything they can, unless it breaks.
20:57 dioxin kk
20:59<= mrmoku left/quit
21:00 dioxin I've just plugged in a usb wifi stick and was expecting iwconfig to recognise it straight away
21:02 GrueMaster dioxin: Did the system load a module on plugin? That's the first thing to check.
21:02 dioxin I'm just trying to figure stuff like that out
21:03<= ppisati left/quit
21:03 orbarron thanks infinity
21:03<= Martix left/quit
21:04 dioxin Gruemaster: do I need to output dmesg to find that ?
21:04 GrueMaster yes.
21:05 dioxin what text would tell me a module is loaded, I dont see anything obvious
21:05 rsalveti XavB: this timout issue is very annoying
21:05 rsalveti XavB: happens from time to time
21:05 rsalveti XavB: try copying just one package at a time
21:06 GrueMaster dioxin: Does the device show up in lsusb?
21:06 dioxin yes
21:07 GrueMaster You should see a kernel message in dmesg showing the device being plugged in.
21:07 dioxin http://pastebin.com/6W4rcCGR
21:07 dioxin think I see that in there
21:08<= JaceAlvejetti left/quit
21:08<= alexxy left/quit
21:08=> giowck joins
21:10<= MaMos left/quit
21:10 infinity dioxin: Could just be some USB IDs missing from the correct atheros driver.
21:11 dioxin infinity: is there anyway to check if I have the driver isntalled?
21:12 infinity I see no messages there from a driver being loaded.
21:12 infinity Which means there was no ID->driver mapping found for that specific device.
21:17<= kiozen left/quit
21:17** cmagina-lunch is now known as cmagina-lunch
21:18** milaq is now known as milaq
21:20 desrt any updates on the prime?
21:23<= pcacjr left/quit
21:25 dioxin infinity: I tried to find the module in modprobe but its not there
21:25 GrueMaster dioxin: First off, does the usb wifi device work on x86 Linux?
21:26 dioxin yes
21:26 dioxin ath9k is the driver
21:28 infinity And you're using the same version of Ubuntu on ARM?
21:29 infinity ath9k is definitely there on omap4 in precise.
21:29 infinity Not sure about past releases.
21:29 dioxin I'm on Onerioc on both
21:29 dioxin ubuntu on both
21:31 GrueMaster sigh. # CONFIG_ATH9K is not set
21:31 dioxin is precise an additional tag like main restricted universe multiverse on the packages
21:31 GrueMaster File a kernel bug.
21:31 infinity GrueMaster: At least it's fixed in precise.
21:31 GrueMaster precise is 12.04 release.
21:31 infinity GrueMaster: Perhaps as a result of the hours I spent with Leanna and Andy.
21:31 infinity Leanne*
21:32 infinity dioxin: precise is the release after oneiric.
21:32 infinity dioxin: The one currently in development.
21:33 GrueMaster dioxin: This is on Panda, right? Why don't you use the built-in wifi?
21:33 dioxin the more WiFi the better :D (but yes the built in works)
21:35 GrueMaster Best I can suggest is to file a bug and hope they fix it with the next SRU cycle in 3 weeks.
21:35 GrueMaster Or download the kernel source and build the module manually.
21:36 dioxin can I not do an apt-get upgrade to precise?
21:37 XavB rsalveti: you are right, copyying small group of packages (5 e.g.) works fine
21:38 GrueMaster dioxin: You can run "sudo do-release-upgrade -d" to upgrade to 12.04 Precise.
21:38 dioxin GruemMaster:
21:38<= niftylettuce_ left/quit
21:38 dioxin GrueMaster: Cheers
21:39<= Guest69108 left/quit
21:40** nat is now known as nat
21:51 pbuckley GrueMaster: are there prebuilt armhf ubuntu images?
21:52 GrueMaster Yes. We should be releasing Alpha 2 images today, and there are daily images on http://cdimage.ubuntu.com
21:52 GrueMaster What platform?
21:52** milaq|afk is now known as milaq|afk
21:53 pbuckley pandaboard
21:53<= rajkosto left/quit
21:53 GrueMaster Yes, we have those. Freshly tested, and they work quite well (for alpha).
21:53 pbuckley http://cdimage.ubuntu.com/daily/current/ i dont see them here
21:54<= mastermerlin left/quit
21:54 GrueMaster http://cdimage.ubuntu.com/daily-preinstalled/current/
21:54 pbuckley brilliant, thank you
21:54<= ege left/quit
21:56 pbuckley just to be pedantic http://cdimage.ubuntu.com/daily-preinstalled/current/precise-preinstalled-desktop-armhf+omap4.img.gz
21:56 pbuckley this is the one i want?
21:58 GrueMaster yep.
21:59 GrueMaster Which game? Who can stay in the house the longest w/o getting dressed?
21:59<= kennyMC left/quit
21:59 GrueMaster Oop. wrong window.
21:59<= zyga-xchat left/quit
22:00** pierre_ja is now known as pierre_ja
22:02 pbuckley lol
22:06<= JaMa|Off left/quit
22:07<= pbuckley left/quit
22:08<= burli left/quit
22:11<= dippingsauce left/quit
22:14<= rob_w left/quit
22:21<= SabotageAndi left/quit
22:26<= llsquire left/quit
22:32=> llsquire joins
22:32<= LordDeath left/quit
22:33<= steffen123 left/quit
22:34<= Martix left/quit
22:34<= arif-ali left/quit
22:34<= trelane left/quit
22:35<= Heinervdm left/quit
22:36<= paulk-desktop left/quit
22:41<= LargePrime left/quit
22:42<= MMlosh left/quit
22:49<= GNUtoo left/quit
22:52** dos11 is now known as dos11
22:55=> victorp joins
22:57=> chrisccoulson_ joins
22:57<= giowck left/quit
22:58<= chrisccoulson left/quit
23:01<= BlInK311 left/quit
23:01<= victorp left/quit
23:02=> victorp joins
23:03=> pbuckley joins
23:03 pbuckley GrueMaster: armhf loaded and running
23:03 pbuckley first thing i notice is there are no ti armhf packages
23:04<= utlemming left/quit
23:05<= toams left/quit
23:05<= rajkosto left/quit
23:06=> utlemming joins
23:08** milaq is now known as milaq
23:08<= helicopter88 left/quit
23:13 GrueMaster pbuckley: They should be showing up soon.
23:13 pbuckley yay! :)
23:13 pbuckley everything (minus sound) seems to be great
23:14 pbuckley super fast
23:14 pbuckley install went fine
23:17<= Orias_Korva left/quit
23:20=> playya joins
23:21<= badZeppelin left/quit
23:22<= steffen123 left/quit
23:26 dioxin Gruemaster: the precise build works for the ATHEROS wifi stick
23:26 GrueMaster cool
23:27 dioxin much appriecated
23:27 GrueMaster I would still recommend filing a bug.
23:27<= NIN102 left/quit
23:29<= OndraSter left/quit
23:30<= helpneeded left/quit
23:30 dioxin is there an ARM specific place to log bugs?
23:32** milaq|afk is now known as milaq|afk
23:32<= ychavan left/quit
23:35 GrueMaster No, just use apport-bug (or apport-cli if console only). It will tag bugs accordingly.
23:36 GrueMaster So apport-bug linux-omap4 for the kernel bug. Make sure you are on oneiric so it can gather the info it needs.
23:36 GrueMaster Then drop me a note here and I can triage it.
23:38=> twb joins
23:40** methril is now known as methril
23:41<= Guest78775 left/quit
23:41<= utlemming left/quit
23:42<= alabd left/quit
23:42=> utlemming joins
23:43<= lamikr left/quit
23:44** msg is now known as msg
23:47<= pizthewiz left/quit
23:47<= dos1 left/quit
23:51=> pcacjr joins
23:51<= chris38`` left/quit
23:52=> pizthewiz joins
23:58<= pespin left/quit
23:58<= Cotulla left/quit