IRC log for #htc-linux on 20120610

00:19.05*** join/#htc-linux detule (~detule@unaffiliated/d3tul3)
00:21.22jonprydetule, i think you should abort the sgs3
00:22.44detuledon't say that
00:23.15detuleso this for clocks? : -       CLK_LOOKUP("usb_hs_clk",        usb_hs_clk.c,   NULL),
00:23.15detule-       CLK_LOOKUP("usb_hs_pclk",       usb_hs_p_clk.c, NULL),
00:23.15detule-       CLK_LOOKUP("usb_otg_clk",       usb_otg_clk.c,  NULL),
00:23.15detule+       CLK_LOOKUP("alt_core_clk",      usb_hs_clk.c,   "msm_otg"),
00:23.15detule+       CLK_LOOKUP("iface_clk",         usb_hs_p_clk.c, "msm_otg"),
00:23.17detule+       CLK_LOOKUP("alt_core_clk",      usb_hs_clk.c,   "msm_hsusb_peripheral"),
00:23.19detule+       CLK_LOOKUP("iface_clk",         usb_hs_p_clk.c, "msm_hsusb_peripheral"),
00:23.21detule+       CLK_LOOKUP("alt_core_clk",      usb_otg_clk.c,  NULL),
00:23.42*** join/#htc-linux Bry8Star (~Bry8Star@gateway/tor-sasl/bry8star)
00:27.14jonprysomething is not right i think
00:27.30jonprywhat file is that from?
00:27.33detulethat's from CA...
00:27.40detulehttps://www.codeaurora.org/gitweb/quic/le/?p=kernel/msm.git;a=commitdiff;h=5143b25310e6154dea1c647a0c04ccb882f038e7
00:27.52detulei'll change our clk_dev appropriately in our file
00:28.37jonpryalso  there is a phy clk
00:28.59jonpryusb_phy_clk -> phy_clk
00:30.41jonpryi'm having a little trouble getting this droid3 to work on att but i think it will happen eventually
00:30.56detulewhy mistake with the sgs3
00:31.06jonpryget droid3
00:31.16detulewhat's that omap?
00:31.20jonpryomap4
00:31.32detulethat's ok we need different devices for the project
00:31.41jonpryi guess
00:32.22jonpryi can try to get this 3.4 kernel to run on it
00:33.01detuleat least samsung seems to be somewhat on the ball releasing kernel source
00:33.23detulenone of this s-on/off crap
00:34.20detuleso usb_phy_clk and this alt_core_clk -> same thing?
00:34.56jonprydon't think so
00:35.17jonprymy diff of otg: < dev->phy_reset_clk = clk_get(&pdev->dev, "usb_phy_clk");
00:35.20jonpry> dev->phy_reset_clk = clk_get(&pdev->dev, "phy_clk");
00:35.32detulei mean alt_core and phy_clk
00:35.54jonprynow i'm really confused
00:36.03detulethey both seem to be clk_id = USB_OTG_CLK,
00:36.40detuleerrr
00:37.25detuleca doesn't seem to have phy_clk for 7x01a
00:37.57jonpryi think its board specific
00:38.15jonprythere is an internal phy or lots of external options requiring different voodoo
00:39.06detulei think i'll go with the only msm_clocks_7x01a[] i see in that CA patch....though only Alex knows how different our clocks are from theirs
00:43.05detuleugh
00:46.47detuleadm_clk -> core_clk?
00:54.56jonpryi think hs_clk -> alt_core_clk
00:55.19jonpryand something in pdata -> core_clk
00:55.32detuleso currently in otg we only use usb_phy_clk right
00:55.48jonprydev->pdata->pclk_src_name
00:56.38detulewe're actually passing something for that?
00:56.47jonpryi dont know
00:57.20detulehttps://gitorious.org/linux-msm-rhod/linux-msm-rhod/blobs/htc-msm-3.3/arch/arm/mach-msm/board-htcrhodium.c#line521
00:58.54detulei don't like that this new otg just expects all these clocks to be there
01:00.11jonpryit does?
01:01.48jonpryi'm guessing its just usb_hs_core_clk -> core_clk
01:01.59jonpryand usb_hs_pclk -> iface_clk
01:02.11jonpryusb_phy_clk -> phy_clk
01:02.37jonpryusb_hs_clk -> alt_core_clk
01:02.39detulehttps://www.codeaurora.org/gitweb/quic/le/?p=kernel/msm.git;a=blob;f=drivers/usb/otg/msm72k_otg.c;h=f62ae7679b24089cd5218f57ea2e10fc3c4a19e1;hb=refs/heads/msm-3.4#l2638
01:02.44jonpryand thats it
01:03.13jonprycore_clk and alt_core_clk might be backwards. can't really tell wtf they are doing
01:03.51jonpryi dunno. the ones that are not checked were required in the existing otg
01:04.03detulecore_clk?
01:04.41jonprydev->core_clk = clk_get(&pdev->dev, "core_clk");
01:05.09detulethat's in an if statement
01:05.11detulein the current otg
01:05.37detulean if block we are not entering
01:09.19jonpryhrm
01:09.39jonpryi guess put if's around it
01:10.22detuleneed a dummy clk
01:11.14jonprywow this ics is so slow its like rhod
01:12.26detulehow much ram does that thing have
01:12.31jonpry1gb
01:12.36detulewhew
01:19.36jonpryor not. 512
01:29.46jonpryits impressive how broken this is
01:30.34detuleCM?
01:32.02jonpryyeah
02:11.27detulejonpry, you remember where the MSMFB_UPDATE ioctl was defined
02:12.33detulenvm found it
02:35.10*** join/#htc-linux fakker (fakker@unaffiliated/fakker)
02:41.03*** join/#htc-linux bardzusny (~bardzusny@gateway/tor-sasl/bardzusny)
03:15.27*** join/#htc-linux AstainHellbring (AstainHell@unaffiliated/astainhellbring)
03:47.25*** join/#htc-linux XaSe (~jase@c-24-60-222-113.hsd1.ma.comcast.net)
03:48.17XaSeRe
03:48.50XaSeReplace bootloader completely?
03:55.13XaSe<PROTECTED>
04:48.40*** join/#htc-linux raymonddull (~raymonddu@c-69-245-114-102.hsd1.mi.comcast.net)
06:15.01*** join/#htc-linux bukington (~bukington@fac34-2-82-228-151-145.fbx.proxad.net)
08:43.21*** join/#htc-linux rob_w (~bob@unaffiliated/rob-w/x-1112029)
09:23.30*** join/#htc-linux marc1706 (~Marc@phpbb/modifications/marc1706)
09:49.22*** join/#htc-linux arif-ali (~arif-ali@94-192-24-56.zone6.bethere.co.uk)
10:20.29*** join/#htc-linux BabelO (~wdlxtv@AMontpellier-553-1-70-189.w90-0.abo.wanadoo.fr)
10:24.01*** join/#htc-linux rajkosto (~rajkosto@wan.rajkonet.info)
10:39.45*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-239-212.dynamic.sbb.rs)
10:40.36*** join/#htc-linux Rajko (~rajkosto@wan.rajkonet.info)
10:41.06*** join/#htc-linux GNUtoo (~gnutoo@host73-132-dynamic.48-82-r.retail.telecomitalia.it)
11:02.10*** join/#htc-linux dan1j3l (~danijel@93-138-36-58.adsl.net.t-com.hr)
11:25.54*** join/#htc-linux helicopter88 (~helicopte@host213-8-dynamic.55-79-r.retail.telecomitalia.it)
11:26.07bardzusnyXaSe: no grub on phones, sorry
11:26.41bardzusnyXaSe: android handsets have their own bootloaders, no biggie to boot your own zImage with it
11:26.46bardzusny(unless it's locked)
11:28.55*** join/#htc-linux balans2 (~user@82-170-217-205.ip.telfort.nl)
12:00.46*** join/#htc-linux gauner1986 (~Miranda@ip-178-202-172-15.unitymediagroup.de)
13:09.33*** join/#htc-linux gauner1986 (~Miranda@ip-178-202-172-15.unitymediagroup.de)
14:16.54marc1706zeusk: ping
14:18.07*** join/#htc-linux helicopter88 (~helicopte@host213-8-dynamic.55-79-r.retail.telecomitalia.it)
14:18.36marc1706zeusk: didn't you say something about the need to disable the interrupts while enabling mmu?
14:20.17marc1706or at least something about disabling the interrupts during boot-up
14:39.14XaSehttp://pastebin.com/xu92Vc0M i think im missing target and option to build zimage
14:39.40XaSeAnyone have an idea?
14:41.51helicopter88XaSe: you've not choosen a config
14:42.40XaSeim starting to also think i should be in ./kernel
14:42.53XaSeshouldnnt it use my present .config?
14:47.56XaSehelicopter88: i dont exactlly understand why it's not usingmy present .config
14:48.16helicopter88XaSe: have you run make mrproper?
14:50.15XaSealright
14:51.30helicopter88then run make menuconfig
14:52.05XaSehelicopter88: now i have this. jase@zephyrus ~/CyanogenMod-htc-kernel-supersonic-a81a44f $ make ARCH=arm CROSS_COMPILE=$CCOMPILE mrproper
14:52.05XaSe<PROTECTED>
14:52.05XaSe<PROTECTED>
14:52.05XaSe<PROTECTED>
14:52.05XaSe<PROTECTED>
14:52.07XaSe<PROTECTED>
14:52.09XaSejase@zephyrus ~/CyanogenMod-htc-kernel-supersonic-a81a44f $ make ARCH=arm CROSS_COMPILE=$CCOMPILE
14:52.11XaSe<PROTECTED>
14:52.13XaSe<PROTECTED>
14:52.15XaSe<PROTECTED>
14:52.17XaSe<PROTECTED>
14:52.19XaSescripts/kconfig/conf.c: In function ‘conf_sym’:
14:52.20XaSescripts/kconfig/conf.c:159:6: warning: variable ‘type’ set but not used [-Wunused-but-set-variable]
14:52.23XaSescripts/kconfig/conf.c: In function ‘conf_choice’:
14:52.25XaSescripts/kconfig/conf.c:231:6: warning: variable ‘type’ set but not used [-Wunused-but-set-variable]
14:52.29XaSescripts/kconfig/conf.c:307:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
14:52.32XaSescripts/kconfig/conf.c: In function ‘conf_askvalue’:
14:52.34XaSescripts/kconfig/conf.c:105:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
14:52.37XaSe<PROTECTED>
14:52.39XaSe<PROTECTED>
14:52.41XaSe<PROTECTED>
14:52.43XaSe<PROTECTED>
14:52.45XaSe<PROTECTED>
14:52.47XaSe<PROTECTED>
14:52.49XaSescripts/kconfig/conf -s arch/arm/Kconfig
14:52.51XaSe***
14:52.53XaSe*** You have not yet configured your kernel!
14:52.55XaSe*** (missing kernel config file ".config")
14:52.59XaSe***
14:53.01XaSe*** Please run some configurator (e.g. "make oldconfig" or
14:53.03XaSe*** "make menuconfig" or "make xconfig").
14:53.05XaSe***
14:53.07XaSemake[2]: *** [silentoldconfig] Error 1
14:53.09XaSemake[1]: *** [silentoldconfig] Error 2
14:53.11XaSe<PROTECTED>
14:53.13XaSe<PROTECTED>
14:53.15XaSe<PROTECTED>
14:53.17XaSemake: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'.  Stop.
14:53.20XaSejase@zephyrus ~/CyanogenMod-htc-kernel-supersonic-a81a44f $
14:53.22XaSeerr
14:53.24XaSesorry
14:53.26XaSemeant to paste pastebin link
14:53.30XaSeSorry folks
14:53.32XaSehttp://pastebin.com/azvkjDX7
14:53.34XaSeoh
14:53.36XaSei see your suggestion
14:53.38XaSeI will do that now helicopter88
14:56.39XaSedont mean to be a hindrance but now this http://pastebin.com/DcbafgsM helicopter88
14:57.31XaSeMan ... all im trying to do is enable devtmpfs
15:02.14XaSeThis computer  sucks half the keyboard is missing and its sticky
15:02.14*** join/#htc-linux detule (~detule@unaffiliated/d3tul3)
15:11.32XaSetrying a diff toolchain
15:14.00*** join/#htc-linux bardzusny (~bardzusny@gateway/tor-sasl/bardzusny)
15:18.24XaSehelicopter88: no problems using code sourcery toolcchain so far
15:19.31XaSedang
15:23.25XaSearch/arm/mach-msm/idle-v7.S:47: Error: selected processor does not support ARM mode `fmrx r1,fpexc'
15:27.25*** join/#htc-linux dan1j3l (~danijel@93-138-36-58.adsl.net.t-com.hr)
15:28.14XaSeEXTRA_AFLAGS=-mfpu=neon is this an acceptable flag to use?
15:28.50XaSecause upon searching my error that flag is referenced multiple place
15:43.57*** join/#htc-linux DuperMan (~Duper@109-186-22-37.bb.netvision.net.il)
15:44.45marc1706XaSe: I'd just add that to the MODFLAGS, CFLAGS_KERNEL and AFLAGS_KERNEL in the makefile
15:45.37zeuskXaSe, you build kernel without selecting config :o
15:45.51XaSei selected config.
15:46.08zeusk.. mrproper deletes .config
15:46.13XaSedoesnt it select .config in same directory?
15:46.25XaSei made new config
15:46.25zeuskmrproper => clean + delete .config
15:46.37XaSei made new config after
15:46.38zeuskwhat is your target cpu ?
15:46.52XaSehtc evo 4g snapdragon
15:47.20zeusklol, no idea why it sais scorpion doesn't support fpu register
15:47.49zeusktry searching this on google "error fpexc selected processor not site:irclog.netripper.com"
15:48.24marc1706it think I had similar issues if the correct fpu wasn't defined in the Makefile
15:48.29marc1706what kernel are you trying to build?
15:48.39marc1706zeusk: https://github.com/marc1706/desire_kernel_35/blob/ics/arch/arm/mm/proc-v7.S#L48
15:48.53marc1706that part about disabling the interrupts is missing in the .38 kernel
15:49.28marc1706didn't you say something about disabling the interrupts before turning mmu on?
15:49.36zeusk.fpu neon <-- add this on top of the file
15:49.42zeuskhey marc
15:50.14zeuskyes marc, but the bootloader lk does it, not sure about magldr
15:50.22zeuskthat problem was for haret iirc but you can try it anyway
15:50.35XaSe2.6.32
15:51.01zeuskadd ".fpu neon" and enjoy, but anything below cortex-a8 won't be able to run the build then
15:51.26XaSe-mhard-float instead??
15:51.30zeuskNO
15:52.01XaSeim building to run ubuntu btw if that helps
15:52.12marc1706XaSe: https://github.com/marc1706/desire_kernel_35/blob/ics/Makefile#L336
15:52.14zeuskoh, then you can but you must use the hardfloat root then
15:52.35marc1706that's what it should look like (works on the bravo and hd2 that way)
15:52.42zeuskhardfloat abi kernel cannot run software compiled using softfloat abi
15:52.51zeuskhttps://github.com/marc1706/desire_kernel_35/blob/ics/Makefile#L336
15:52.53marc1706and I'm referring to the flags
15:53.02XaSelooking
15:53.20zeusksomething is wrong with irssi, it randomly echos messages from buffer :(
15:53.47marc1706hehe
15:53.48zeuskbut marc, if he is using the ubuntu hardfloat port, he needs a hardfloat kernel
15:54.08marc1706ah ok
15:54.29zeuskapprox 20 cycles are wasted on softfloat, but it's still faster than software library
15:54.40*** join/#htc-linux NeoMatrixJR_away (~NeoMatrix@173-18-84-218.client.mchsi.com)
15:56.14XaSemy kernel has now built using mfpu=neon
15:56.43jonpryis neon better than vfp?
15:56.54XaSeno clue im a newb
15:57.05zeuskyes
15:57.12XaSeit was the only info i could find when googled.
15:57.15jonprymy phone doesn't have either one :)
15:57.22zeusk7201 ?
15:57.26jonpryyeah
15:57.42zeusko.o it must have fpu
15:57.43XaSeso since i used neon? i can opt for armel or armhf?
15:58.10zeuskXaSe, it doesn't matter on neon or fpu, armhf => hardfloat abi
15:58.21zeuskarmel => softfloat or no fpu devices
15:58.27zeuskarmhf is much faster
15:58.53XaSeso since i have an fpu i can use armhf then?
15:59.43zeuskyes, you "can", but armhf needs you to build kernel with hardfloat abi, and I'm not sure if stock kernel will compile, have you looked if ubuntu has a kernel repo for common devices ?
16:01.33XaSeIm in =ubuntu arm and as of right now not really
16:13.43*** join/#htc-linux eR^zeRa` (zzeratul@kaj-0011.koleje.cuni.cz)
16:48.15fakkerzeusk i rate your knowledge 10/10
16:51.36*** join/#htc-linux arif-ali (~arif-ali@94-192-24-56.zone6.bethere.co.uk)
16:53.41*** join/#htc-linux gauner1986 (~Miranda@ip-176-198-201-182.unitymediagroup.de)
16:57.41*** join/#htc-linux balans2 (~user@82-170-217-205.ip.telfort.nl)
16:58.58*** join/#htc-linux bardzusny (~bardzusny@gateway/tor-sasl/bardzusny)
17:01.49*** join/#htc-linux Cotulla (~myfakemai@nat100-255-205-109.tvoe.tv)
17:01.55Cotullahelo
17:15.57zeuskhi
17:16.17zeuskyo fakker
17:21.31*** join/#htc-linux GNUtoo (~gnutoo@host73-132-dynamic.48-82-r.retail.telecomitalia.it)
17:25.46helicopter88fakker: i rate your fakker 2/10
17:27.07zeuskhelicopter88, i rate your helicopter 0/10
17:27.15zeuskdoes it fly ?
17:27.22helicopter88zeusk: my helicopter flies more than your zeusk
17:27.31helicopter88so i rate you -2/10
17:27.39zeuskbut zeus is supposed to be a god, he doesn't fly..
17:28.00helicopter88zeus,not zeusk
17:28.03zeusksorry, i preffer unsigned maths, so that value has overflowed in my registers
17:28.14zeuskbut then i rated helicopter and not helicopter88
17:28.33helicopter88I'd have to rate zeu then
17:28.43zeuskno, ze
17:28.56zeuskstrlen(name) - 2
17:29.34helicopter88do i have to compile that or you tell me the output?
17:30.31zeuskcompiling is preffered, but since zeusk isn't really zeusk but zeus, so the output is 2
17:30.44helicopter88well,it is zeusk
17:30.48helicopter88so,is zeus
17:30.50zeuskNO
17:30.51helicopter88*zeu
17:31.01zeuski only added k because someone already registered that nick :(
17:31.47zeuski rate internet's ability to handle people with same name 0/10
17:32.08*** join/#htc-linux xase (~jase@c-24-60-222-113.hsd1.ma.comcast.net)
17:32.36xaseStupid question: How does one build an initrd
17:33.07jonprycpio
17:33.27jonpryor kang it somehow
17:33.30zeuskyour build system should do that for you usually depending upon the distro
17:35.38xasehrm i see files for it but not a finished initrd
17:35.52xasealso not sure how to get it into boot..
17:36.37xasefastboot flash zimage zImage && fastboot something-something initrd /boot ?
17:40.55zeuskfastboot boot zImage initrd.gz
17:41.08zeuskthat boots it through ram, doesn't overwrite nand kernel
17:41.44*** join/#htc-linux dan1j3l (~danijel@93-138-36-58.adsl.net.t-com.hr)
17:41.56zeuskmkbootimg --kernel zImage --ramdisk initrid.gz --base <enter your target's base address> blah blah options then fastboot flash boot boot.img
17:42.22xaseah
17:42.49xaseok now i just need an initrd
17:45.11xaseshould i run cpio from the device jonpry ?
17:46.11jonprywell no
17:46.37jonprybut i don't understand what you are trying to do really. make a fastboot image?
17:47.07xasewell yes, i need an initrd for booting ubuntu from fastboot.
17:47.30xasei have my kernel already
17:48.19jonprythen you need an ubuntu initrd
17:48.30xasei assume mkbootimg is a fastboot tool zeusk ?
17:48.42xasei dont seem to have it
17:49.11xasejonpry: should the one from the core system fs work if one exists?
17:49.12jonprymaybe don't need it
17:49.18jonpryno
17:49.24xase...
17:49.31jonpryjust set root=/dev/mmc or whatever
17:49.37xaseo.o
17:49.49jonpryinitrd is mostly for devices that can't bring up root without modules
17:49.50xasethrough fastboot?
17:50.02jonprymkbootimg lets you set the kernel command line
17:50.19xaseSorry im kind of winging it here with google
17:50.52xase--base what is that?
17:51.08xaseis that where i specify root ?
17:52.16xasewhere do i find mkbootimg?
17:52.41helicopter88xase: you can make it
17:53.06jonprybase isn't useful
17:53.11xaseif i  have kernel source only helicopter88 ?
17:53.13jonprymkbootimg is part of the android source
17:53.26xasei only have kernel source
17:53.30helicopter88you can find it somewhere on googlecode if i remember right
17:53.48zeuskjonpry, for native android phones, base is necessary, it tells bootloader where to place the image
17:54.42zeuskcyanogenmod.arif-ali.co.uk
17:54.42jonprydoesn't mkbootimg just grab it from the elf?
17:54.45zeuskjust go to tools
17:55.23xasei got mkbootimg
17:55.36xasebut i already flashed zimage
17:55.58xaseif it doesn't need initrd it should be good togo right?
17:56.28xasemy biggest  lack of understanding is how to tell it to find root on sdcard.
17:57.01xasewouldnt it -need- the initrd for that or am i  off base
18:03.01*** join/#htc-linux xase_ (~jase@c-24-60-222-113.hsd1.ma.comcast.net)
18:03.20xase_if some one responded in the last five mins i missed it
18:07.39*** join/#htc-linux GNUtoo (~gnutoo@host73-132-dynamic.48-82-r.retail.telecomitalia.it)
18:33.16xase_sudo ./fastboot -c boot zImage console=tty1 noinitrd root=/dev/sdcard   this is horribly wrong i know
18:35.42jonpryshould be like mmcblk0p0 or whatever your root partition is
18:35.59jonpryand fastboot takes the output of mkbootimg
18:36.41jonpryprobably need rootwait
18:38.35xase_my root partition is sdcard
18:38.55xase_im also not sure that's correct syntax either
18:40.02xase_sudo ./fastboot -c boot boot.img console=tty1 noinitrd root=/dev/sdcard rootwait=5
18:40.16*** join/#htc-linux bardzusny (~bardzusny@gateway/tor-sasl/bardzusny)
18:40.23xase_it just spits the options at me again
18:44.17xase_oh ok commands have to be put seperately
18:44.23xase_there
18:44.37xase_lets see what happens
18:45.28xase_is there a way to get an htc device to be verbose while booting like removing the splash screen?
18:49.13jonpry/dev/sdcard is not a real device
18:49.22jonprythat is a symlink fandroid sets up
18:49.38Cotullahi
18:49.49gauner1986hi
18:49.57Cotullahow is leo audio driver?
18:50.01Cotulla^^
18:50.23Cotullalike in old good times
18:50.25Cotulla:D
18:51.08gauner1986are you trying to challenge our tp guys again?
18:51.09gauner1986;)
18:51.52Cotullano
18:52.18Cotullasoon two years
18:53.08gauner1986hm
18:53.17gauner1986i miss the good old times. :)
18:53.26Cotullayes but we are moving forward
18:54.39xase_...
18:54.45xase_argggdfdd
18:55.03Cotulla?
18:55.09xase_i wish my computer wasnt so haggard and ghetto
18:55.17Cotullahis name is arrrghhh btw
18:55.20Cotullaspell it right
18:55.30gauner1986:D
18:55.32xase_i was just raging
18:55.33Cotulla:D
18:55.42Cotullaoh sorry
18:55.59Cotullaget i7 it's great for compiling
18:56.03xase_didnt even realize there was a user here by that name.
18:56.15xase_its not compiling that's the issue
18:56.30Cotullainstall ssd
18:56.41WilldGet better internts.
18:57.05Cotullalol Willd get better internets which don't eat chars from words :P
18:57.23WilldCotulla: Duh!
18:57.27Cotullaja
18:57.34Willdnej?!
18:57.43Cotullalol
18:57.54xase_my internet is 30mbits =/
18:57.55Cotullalol is international
18:58.05xase_http://goo.gl/s3exL
18:58.06Cotullaso where is ur problem?
18:58.20Cotullayes it's problem
18:58.27xase_no keys
18:58.46xase_and what's there still are sticky
18:58.50Cotullaconnnect external USB
18:58.52Cotulla?
18:58.57gauner1986it's really stupid that you get segfault if you didnt transfer a binary via binary ftp mode
18:59.19Cotullalol
18:59.21xase_i have no other computers or parts currentlyl
18:59.30Cotullajust get keyboard
18:59.31gauner1986i was spending the whole day now with getting the debugger to work
18:59.32Cotullacheap one
19:00.01xase_Cant.
19:00.02Cotullaso u enter text by on screen keyboard via mouse right?
19:00.10xase_If I could i would
19:00.26xase_no i touch the keyboard sensor switches
19:00.35Cotullaoh
19:00.58Cotullagood idea
19:01.04xase_i scratch my hand constantly on the metal notches that used to hold the keys
19:01.06Cotullawho made that?
19:01.14Cotulla<PROTECTED>
19:01.36Cotullamaybe u can use Alt+<key code> still
19:01.41Cotullait can be faster
19:02.19xase_i have keyboard working it's just a pain
19:02.29xase_it is what im usinng right no
19:02.31xase_now^
19:02.48Cotullalol
19:02.53Cotullait should be cool from side
19:02.56Cotullato look
19:03.00xase_yeah
19:03.10xase_it does look cool
19:03.19Cotullawith pocker face to enter text only via Alt and 0..9
19:03.22*** join/#htc-linux detule (~detule@unaffiliated/d3tul3)
19:03.31WilldCotulla: Dang, that would be nice
19:03.55Cotullau need learn keycodes befpre
19:04.01Cotulla?
19:04.07WilldYeah..
19:04.18Willd0178 is the only one I can remember :(
19:04.21Cotullayes
19:04.23Cotulla48 is zero
19:04.56Cotulla61 is a
19:05.01Cotulla=no
19:05.11Cotulla97 is a
19:05.35Cotullaabc
19:06.22helicopter88yea,97 is a
19:06.59xase_so where do i run cpio from to make an initrd?
19:07.08helicopter88on your pc
19:07.12Cotullayes on it
19:07.15Cotullain folder with files
19:07.40gauner1986http://android-dls.com/wiki/index.php?title=HOWTO:_Unpack,_Edit,_and_Re-Pack_Boot_Images
19:08.05CotullaI got a prise :O
19:08.12Cotullaon ur site gau
19:08.28gauner1986prise?
19:08.42Cotullayes on ur site
19:08.49gauner1986what does that mean?
19:08.55Willdprice* maybe?
19:09.03Cotullapresent
19:09.04Cotullalol
19:09.06gauner1986ah
19:09.11Willdprize*
19:09.14WilldOf course >__>
19:09.24Cotullai win few ipads already
19:09.27gauner1986dont you have an adblocker?
19:09.28gauner1986;)
19:09.30Cotullabut too don't like apple to take them
19:09.33Cotullayes I have
19:10.32gauner1986it's funny to see all those magldr leos at my workplace
19:10.41xase_That information seems to rely on having an initrd allready
19:10.52gauner1986there are at least three colleagues of mine that have a leo
19:12.07xase_Won an ipad?
19:12.21xase_i've never won any electronics
19:12.34xase_i didnt even get a cr-48
19:14.18Cotullayes
19:14.23Cotullau need unpack old
19:15.16xase_where the hell am i supposed to get an old one?
19:15.26xase_im not booting android here
19:15.27Cotullawhy u need initrd?
19:15.36xase_to boot ubuntu
19:15.43Cotullaso take android one and modify
19:16.04Cotullait's only one proper way to be hexy
19:16.07Cotulla:PD
19:16.08Cotulla:D
19:16.30xase_I dont know how to do that nor do i have patience for it
19:16.44xase_this computer is a pain to work on
19:16.47Cotulla?
19:16.49Cotullayes
19:17.05xase_took me 4 hours to get ready just to compile kernel
19:17.20Cotullaso
19:17.22xase_kernel was fast less than 15 minutes.
19:17.25Cotullaget android init rd
19:17.29Cotullaunpack it
19:17.31Cotullachange
19:17.33xase_forget it.
19:17.33Cotullareplace files
19:17.34Cotullapack it
19:17.40xase_too much workk
19:17.47Cotullaokay do u have initrd files?
19:17.57xase_i  dont know what im supposed to replace
19:18.16Cotullaso take another ubuntu
19:18.19Cotullaunpack it replace
19:18.23Cotullaand pack done
19:18.49xase_that's not clarified too well
19:19.00Cotullayeah but it's called development
19:19.04Cotullawhen u search right way
19:19.07xase_what am i even replacing?
19:19.14Cotullawhich device u have?
19:19.20xase_supersonic
19:19.28Cotullahm
19:19.40Cotullaa man  with supersonic . . hm
19:19.49CotullaQSD8650B?
19:20.17Cotullau can get initrd from ubuntu from LEO I think
19:23.54xase_looking
19:25.04zeuskback
19:25.59Cotullaok luck with u
19:26.14zeuskmay the force be with you
19:26.20xase_ty
19:26.45Cotullathe last week my nick was lucky witch and I got +20% to frags
19:26.56Cotullaso maybe u should rename urself from xase to lucky_xase
19:27.09simpsonhope this is lucky, trolling time :D
19:27.21CotullaI am serious
19:27.35Cotullaknock knock
19:28.03Cotullaknock knock
19:28.32simpsonwho's there ?
19:28.44Cotullaliza
19:28.50simpsonliza who ?
19:28.53Cotulla:D
19:29.01simpsoni know only lisa :(
19:29.04Cotullaliza ur sister
19:29.05simpson:D
19:29.07*** join/#htc-linux easterrosoutb (298db81f@gateway/web/freenode/ip.41.141.184.31)
19:29.07simpson:o
19:29.14Cotullaur daughter
19:29.16simpsoni rate that name 4/10
19:29.23simpsoni rate homer 1000/10
19:29.30Cotullamarj?
19:29.42simpsonhmm, 7/10
19:29.57Cotullatoo small?
19:30.21simpsonyes :(
19:30.41simpson(i don't even know what you're describing small as)
19:30.50simpson(but i don't care because I'm not really homer)
19:30.53Cotullathe high part
19:31.06Cotullaapt who is nrirclog?
19:31.07aptCotulla: what are you talking about?
19:31.18simpsonapt do you know me ?
19:31.19aptyes, I know me.
19:31.27simpson..
19:31.32Cotullaapt egoist
19:31.45simpsonapt kill ego
19:31.45aptACTION shoots a ionized pseudoneutron gun at ego
19:31.49simpsonlol
19:31.58simpsonapt do you know homer ?
19:31.58aptyes, I know homer.
19:32.04simpsonyay :D
19:32.11Cotullaapt troll off
19:32.11aptACTION hereby declares off a troll
19:32.33xase_making initrd finally understanding it
19:32.38Cotullayes
19:32.48Cotullawith ur keyboard it should be very good education
19:32.53Cotullaagain - pain
19:32.54simpsonlol
19:33.19simpsonFlanders told me computers are evil
19:33.33simpsonamericans...
19:33.52Cotullau are not?
19:34.23simpsonyou never know
19:34.29simpsonmaybe I am not really a human
19:34.39simpsonmaybe that is the reason i don't buy samsung phone ?
19:34.44simpson:D
19:34.55simpsonmaybe I am a sith, maybe..
19:35.01Cotullau wanna be gayfish?
19:35.34simpsonwhat if i already am a gayfish ?
19:35.44Cotullano state change
19:36.08simpson:(
19:36.24simpsontransform = fun, pokemons do it, freeza and saiyans do it
19:36.48simpsoni rate transformation 10/10
19:39.48simpsonback to work :( bye homer, bye vladimir putin
19:40.07*** join/#htc-linux raymonddull (~raymonddu@c-69-245-114-102.hsd1.mi.comcast.net)
19:46.38*** join/#htc-linux bardzusny (~bardzusny@gateway/tor-sasl/bardzusny)
19:49.46xase_i  think my kernel is  a bust
19:50.34CotullaI have no idea that bust means
19:56.52zeuskbust => not working/bad, literaly it means arrested
19:59.27Cotullaso his kernel is arrested for pron inside?
20:00.03xase_no it is just broken
20:01.13zeuskno cotulla, often english people decide to have multiple meanings for same word, so in this context, bust => bad/not working
20:01.32zeuskbut i hope pron is not illegal in his country otherwise he is in trouble...
20:01.56zeuskxase_ may the force be with you.
20:04.38Cotullayeah maybe u should kill ur HDD and leave the house
20:05.21xase_...
20:05.40xase_its legal here
20:07.13zeuskburn your phone, i heard nand chips are not good at high temperature
20:07.52xase_How similar is the leo to the supersonic
20:08.07xase_same processor?
20:08.10zeuskcpu is same
20:08.14xase_k
20:08.18zeuskradio is different iirc
20:08.52xase_trying to see  if i got any different results using leo kernel
20:08.59zeusk....
20:09.15zeuskyou like killing phones ? cuz that is what i would do if i had to
20:09.52Cotullacpu is not same
20:09.53Cotullait'
20:09.56Cotullas 8650 not 8250
20:09.57xase_ah forget it, i'll just put ics back on here
20:10.12zeuskcpu cotulla... 8x50 have same scorpion cpu core iirc
20:10.39zeuskthat is also what wiki and qct site says
20:14.54Cotulladon't think so
20:39.55*** join/#htc-linux bardzusny (~bardzusny@gateway/tor-sasl/bardzusny)
20:43.37*** join/#htc-linux detule (~detule@pool-96-234-128-143.bltmmd.east.verizon.net)
20:43.47*** join/#htc-linux detule (~detule@unaffiliated/d3tul3)
20:56.41*** join/#htc-linux walter79 (~walter79@31-17-62-189-dynip.superkabel.de)
21:01.26*** join/#htc-linux bardzusny (~bardzusny@gateway/tor-sasl/bardzusny)
21:29.03*** join/#htc-linux bardzusny (~bardzusny@gateway/tor-sasl/bardzusny)
21:29.42*** join/#htc-linux gauner1986 (~Miranda@ip-178-202-172-219.unitymediagroup.de)
22:17.52*** join/#htc-linux Alex[sp3dev] (d5551202@gateway/web/freenode/ip.213.85.18.2)
22:18.26Alex[sp3dev]let the butthurt be with everyone
22:19.02Cotullaðü
22:19.07Cotullahm are u animal
22:19.20Alex[sp3dev]i'm a dick
22:21.26Alex[sp3dev]either my sgs2 has a hw problem or, more likely, one of recent cm9 builds has mic broken. recorded a shitload of videos @ music fest today but all without sound. now am i not a dick after tha
22:21.30Alex[sp3dev]s/tha/that/
22:22.28Alex[sp3dev]http://www.youtube.com/watch?v=I5RJ0PUkGQ4 you can try to figure out whether it's no sound at all or it's just too quiet and noisy
22:33.01zeuskLOL
22:33.17zeuskbut why you using nightly then alex ?
22:37.47*** join/#htc-linux bardzusny (~bardzusny@gateway/tor-sasl/bardzusny)
22:39.20CotullaLOL
22:39.21Cotullathat fail
22:39.23Cotullaalexx :(
22:52.51zeuskshit i g2g, bye all
22:56.19*** part/#htc-linux Cotulla (~myfakemai@nat100-255-205-109.tvoe.tv)
23:02.35*** join/#htc-linux toastcfh_ (~toastcfh@68.200.41.13)
23:41.20*** join/#htc-linux ALoGeNo (~alogeno@unaffiliated/alogeno)
23:41.33*** join/#htc-linux bardzusny (~bardzusny@gateway/tor-sasl/bardzusny)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.