IRC log for #htc-linux on 20130105

00:02.50*** join/#htc-linux a-st__ (~a-st@p4FFE00D6.dip0.t-ipconnect.de)
00:06.32*** part/#htc-linux Cotulla (~myfakemai@109.205.253.11)
03:46.56gdaneHow to make works microusb keyboard at linux arm fro pxa270?
03:47.50gdaneany ideas?
03:48.07gdanei am newbe at arm developing.
06:33.50*** join/#htc-linux gassed (faxed@c-76-30-161-228.hsd1.tx.comcast.net)
07:19.06styblagdane: why don't you disable selinux?
07:19.27styblagdane: isn't there a solution somewhere in answers?
07:24.09gdanehow to disable selinux?
07:24.27gdanei have to recompile it to disable it?
07:24.52gdanei try to startup dropbear instead of ssh
07:25.04gdanedoes dropbear use selinux too?
07:31.22gdanemy comunicator cant open ttyAM0 - said that /dev/ttyAM0: No such file or directory - i think this is the problem
07:32.05gdaneit autherises me in dropbear, but it says Write failed: Broken pipe
07:32.26gdaneathena dropbear[1312]: exit after auth (root): ttyname fails for openpty device
07:39.33gdanecan unstarted udev affect on ttyAM0?
08:18.04styblagdane: I'm not sure if dropbear uses selinux or not, but it sounds like a good plan to me.
08:18.27styblaand yes, it can :)
08:19.07styblagdane: http://code.google.com/p/sim1/wiki/DebianRootfs
08:19.19styblamknod dev/ttyAM0 c 204 16
08:19.21stybla^^^^
08:19.34styblagdane: what smart phone do you have?
08:19.43styblais it useable with Debian?
08:19.47gdaneold htc x7510
08:19.56styblauseable =~ can make a calls, send SMS ?
08:20.05styblas/a//
08:20.10gdaneyes it can
08:20.14styblaapt: shut up!
08:20.14aptget lost, jerkoff
08:20.27styblagdane: sweet!!!
08:20.53*** join/#htc-linux rajkosto (~rajkosto@wan.rajkonet.info)
08:20.54styblawould you know about any other phones that do run Debian and not Android(?)
08:21.06gdanei mean it has gsm, but its owner said that gsm is broken
08:21.27gdanehmm handheld and may be openmoko
08:22.11gdanewell its just my first time and all i found is this usefull link
08:22.14gdanehttp://linuxtogo.org/~echo31/
08:22.32gdanei didnt look for other phones with debian
08:22.44gdaneohh i heared about hx4700
08:22.52gdaneit has pxa270 too
08:23.09gdanebut not sure if it uses debian
08:24.57styblaok. perhaps I should look around a bit. anyway, add that # mknod; into /etc/rc.local (?) and perhaps other mknod ... or start udev :)
08:25.16gdanemknod?
08:25.33stybla08:19 < stybla> mknod dev/ttyAM0 c 204 16
08:25.46styblait will create /dev/ttyAM0
08:25.50stybladevice
08:25.59gdanerc.local has no such sign
08:26.06gdanemay be i need add one?
08:26.09styblawhat do you mean?
08:26.39gdanei mean that rc.local has no mknod command
08:26.56styblaof course it doesn't. you have to add it there.
08:27.00gdaneok
08:27.19styblabut why don't you have udev ?
08:27.54gdanei have, but i cant understand why udev want start
08:28.04gdanedmesg dont show any error
08:28.10styblas/want/won't/
08:28.27gdanebut linux boot too fast to see error
08:28.44gdanewon`t
08:28.49styblaand you have no "keyboard" ... got it :)
08:28.50gdanesorry for misstake
08:29.00gdanei have touchscreen
08:29.34gdanei can try to install xorg + xfce by copy past, but it will be tooo long
08:29.41styblahttp://code.google.com/p/sim1/wiki/DebianRootfs ~ well, I'd read this and probably added other # mknod; mentioned there into rc.local, although it might be too late, because rc.local is the last to be executed.
08:30.15styblabtw can't you use QEMU, or alike, to fine tune your image and then upload it to the phone?
08:30.17gdanei thought to make ssh connection and update + upgrade and install other stuff with apt-get - it will be faster
08:30.36stybla"brb" -> shower, wash up etc.
08:30.47gdaneok c ya
08:43.02*** join/#htc-linux ALoGeNo (~alogeno@unaffiliated/alogeno)
08:43.13*** join/#htc-linux Marc (~marc1706@phpbb/modifications/marc1706)
08:52.20styblaback
08:59.47gdanewb
09:02.57gdanehere is error i have after i added mknod at rc.local - http://pastebin.com/LeeMM5NE
09:03.19gdaneactually i see tty1 port at login
09:28.47styblagdane: but these are dropbear errors, not mknod error.
09:29.35*** join/#htc-linux Marc_ (~marc1706@p549735CA.dip.t-dialin.net)
09:31.10gdanethey are the same as openssh-server`s errors
09:31.51styblawouldn't it be better to start telnet first?
09:31.53stybla:/
09:32.38styblaalso, I believe you can add something like # ls -la /dev/ttyAM0; into rc.local to see whether it actually is created or not etc.
09:32.45styblajust get some info
09:33.17gdaneok, nice idea
09:33.32styblaisn't there like a serial console you could utilize?
09:33.46gdanehmm?
09:34.06styblaserial console would give you keyboard.
09:35.22gdanethis htc has one microusb, can i use it for plug in keyboard?
09:35.37gdanedo i need some drivers for it?
09:36.04styblaif it has USB host, yes. but that's not what I mean by serial console.
09:36.32gdanei know
09:37.10gdaneas far as i see at confs i use tty0 at the boot and tty1
09:37.28gdanei dont use any more ports
09:37.53gdanecan i use tty1 for ssh?
09:41.07gdanemmm it says that it created /dev/ttyAM0 with root.root and crw-r-r--
09:43.49styblashouldn't that be good?
09:44.11gdaneyes, but i still cant use dropbear ssh
09:44.12styblaperhaps dropbear needs a restart since you've created device after dropbear was started?
09:44.51gdanei always do restart - i mean i have to do it to boot communicator under winme
09:45.00gdaneto have file access
09:51.04gdanehmm
09:51.07gdanemknod -m 644 /dev/tty c 5 0
09:51.13gdaneThis creates /dev/tty but only allows root to use it, run chmod a+rw /dev/tty
09:51.15gdanemay be it will help
10:00.05gdanehmm cmod /dev/ttyAM0 said that no such file or directory
10:00.39stybla?
10:01.07gdanels -ls said that it created /dev/ttyAM0 with root.root and crw-r-r--,
10:01.33gdanebut chmod a+rw /dev/ttyAM0 said that no file or directory
10:04.58styblaI see. no idea though and I don't want to experiment on my workstation :)
10:05.14styblawhat I meant is to restart dropbear after # mknod /dev/ttyAM0;
10:05.17styblain rc.local
10:06.14gdaneohh ok
10:07.02gdaneand yeah no need to experiment on working station... thanks for help
10:13.25stybla=~ whether # chmod; works on devices or not.
10:20.35*** join/#htc-linux Marc (~marc1706@phpbb/modifications/marc1706)
10:30.02*** join/#htc-linux helicopter88 (~helicopte@host234-89-dynamic.22-79-r.retail.telecomitalia.it)
10:47.27fakkerhttp://www.youtube.com/watch?v=3RBSkq-_St8&feature=player_embedded
10:50.04styblafakker: I'm feeling even more useless now :/
10:54.36*** join/#htc-linux helicopter88 (~helicopte@host234-89-dynamic.22-79-r.retail.telecomitalia.it)
10:57.57*** join/#htc-linux paulk-desktop (~paulk@lib33-1-82-233-88-171.fbx.proxad.net)
12:23.54*** join/#htc-linux BabelO (~fcr@unaffiliated/babelo)
14:32.46*** join/#htc-linux Cotulla (~myfakemai@109.205.253.11)
14:35.16*** join/#htc-linux helicopter88 (~helicopte@host234-89-dynamic.22-79-r.retail.telecomitalia.it)
15:21.18*** join/#htc-linux helicopter88 (~helicopte@host234-89-dynamic.22-79-r.retail.telecomitalia.it)
15:24.03*** join/#htc-linux gassed (faxed@c-76-30-161-228.hsd1.tx.comcast.net)
15:46.48*** join/#htc-linux DuperMan (Duper@109-186-60-86.bb.netvision.net.il)
16:15.41*** join/#htc-linux AstainHellbring (AstainHell@unaffiliated/astainhellbring)
16:18.29*** join/#htc-linux zeusk_ (704f295b@gateway/web/freenode/ip.112.79.41.91)
16:18.34zeusk_hi
16:27.18DuperManw00t
16:27.32DuperManfar cry 3 is a hack and slash rpg! jesus was a nun!
16:28.15helicopter88I've not played the 1 & 2,do you shoot a lot of things?
16:29.11DuperManno. you hack and slash things with leaden slashes by your far-sword
16:29.40helicopter88I need a fps
16:30.10DuperManyou were being serious? ehrm... dunno, get fc3
16:30.16DuperManit's a grind but a fun grind
16:30.24helicopter88has it been pirated yet?
16:30.52DuperManI do not know this piracy of which you speak. y'arrr
16:33.14Cotullaso
16:33.30Cotullait was u cockpoo, DuperMan?
16:33.30helicopter88oh well,I'll search for it on monday
16:34.28DuperManCotulla: well fallout 3, so 'rpg with guns' is 'why?!?!?!'
16:34.40DuperManotoh 'f3nv'
16:36.02DuperManalso, haven't finished fc3 yet. but yeah, cockpoo. silly fps thinks it's an rpg but it's world feels hollow
16:36.50zeusk_i played far cry 2, gets boring after some time, too big and long for a 'game'
16:37.40zeusk_and it gets even more irritating when there's a patrol car shooting at you after every 10 meters you drive...
16:40.15DuperManzeusk_: no tipoff point where you feel godlike vs. the redshirts?
16:40.16DuperMan:/
16:46.33zeusk_there was, when i actually used cheats and didn't give a fuck when some one was shooting me
16:49.23DuperManah! oldschool. iddqd.
16:59.03fakkeryou were cockpoo?
17:00.24helicopter88you're still searching cockpoo?
17:00.26Cotullayeah
17:00.29Cotullaquestion of the year
17:01.11Marcyou still have some time, 2013 is far from being over
17:01.35fakkerthis is the question from 2010
17:01.53fakkeror 11
17:02.43Marcwe'll just extend it to 3011 :P
17:02.58fakkerhey, Marc
17:03.01fakkerjust watch http://www.youtube.com/watch?v=3RBSkq-_St8&feature=player_embedded
17:03.11fakkerDuperMan answer
17:06.09*** join/#htc-linux khorben__ (~dont@host112-25-dynamic.4-87-r.retail.telecomitalia.it)
17:08.39Cotullahe afraids
17:08.41Cotulla:P
17:08.56fakkeri say guilty
17:09.09Cotullayea
17:09.40fakkermystery solved!
17:09.45fakkeryou hacked the HD2 quicker than this
17:17.30*** join/#htc-linux the-leviathan (~quassel@2001:470:26:484:6ef0:49ff:fee6:8dca)
17:37.29*** join/#htc-linux gassed (faxed@c-76-30-161-228.hsd1.tx.comcast.net)
17:57.36*** join/#htc-linux Ondalf (~ondalf@cable-roi-50ddf8-39.dhcp.inet.fi)
18:11.35*** join/#htc-linux Cotulla (~myfakemai@109.205.253.11)
18:54.17*** join/#htc-linux ntg-c (~christer@141.0.137.20)
19:23.53*** join/#htc-linux Cotulla (~myfakemai@109.205.253.11)
19:37.35*** join/#htc-linux teemodk (~teemodk@87-104-122-65-dynamic-customer.profibernet.dk)
19:52.54*** join/#htc-linux ntgntgntg (~christer@anon-175-207.vpn.ipredator.se)
20:32.11*** join/#htc-linux Ondalf (~ondalf@cable-roi-50ddf8-39.dhcp.inet.fi)
21:41.06*** join/#htc-linux gdane (~gdane@ip-83-149-3-104.nwgsm.ru)
21:43.04gdanehello, i decided to recompile linux... i have gcc-4.7-arm-linux-gnueabi and 2 configs - for ramdisk and rootfs, but i dont understand how to add configurashion to gcc-4.5-arm-linux-gnueabi
21:43.13gdanedoes is have .config file?
21:53.46Cotullawhat?
21:53.50Cotullau need specify toolchain
21:53.56Cotullafor cross compile
21:55.18gdanecan i make deb arm at ubuntu?
21:55.28gdanenot deb, debian
21:55.39Cotullaoh
21:55.47Cotullau are not about kernel
21:56.06gdanei am about everything
21:56.39gdanei have 3.4.7 kernel and debian rootfs, but seams ssh doesnt work correctly
21:56.58gdanefound this project -http://linuxtogo.org/~echo31/
21:57.25gdaneand have old pxa270 intel proc based communicator
21:58.10Cotullahm
21:58.24gdanebtw what arch do i have to use for it? i mean this is armv5, but its look like more iwwmt
21:58.39gdaneit has old intel xscale proces
21:58.57gdaneso how do i have to fill .configuration?
21:59.03Cotullain my opinion u should start from armv5
21:59.15gdaneist it ARCH=arm or ARCH=iwwmt
22:00.08Cotullahm I didn't recompile whole linux by myself
22:01.21gdanethe main problem of my linux is my comunicator cant create /dev/ttyAM0, so i cant make ssh tunnel from my computer
22:01.55CotullattyAM0 which device it is?
22:02.01Cotulladoens't lookad like usual UART
22:02.04Cotulla*as
22:02.45gdanethis is wiki with info
22:02.48gdanehttp://www.htc-linux.org/wiki/index.php?title=Athena
22:03.14Cotullavia USB?
22:03.43gdaneits hard to say
22:03.53gdaneit has microusb
22:03.55Cotullais it Athena?
22:04.03gdaneyes
22:04.08gdanehtc x7510
22:05.21Cotullaso u sure it's present?
22:05.27Cotulla<PROTECTED>
22:06.10gdanehmm ls -la said that i have this, but when i make chmod a+rw, chmod said that i have no file or directory
22:06.35Cotullamaybe u need also chown?
22:07.12gdanei have no shell connection to this, but when i switch into winme i dont see /dev/ttyAM0
22:07.34Cotullamayeb attributes are really right
22:08.37gdanecan i just creat file?
22:08.55Cotullait should be dev node
22:08.58Cotullafor USB UART?
22:10.02gdaneyes, may be this is usb
22:10.39gdanecos i have lan with my desktop and communicator by microusb
22:11.42gdanei have problem with udev, may be i cant create /dev/ttyAM0 automaticly cos of udev doesnt start?
22:11.58Cotullau can do that in theory by mknod
22:12.02Cotullabut u need know numbers somehow
22:12.14gdanei added mknod at rc.local
22:15.30gdanei used this address - c 204 16
22:15.32gdanehttp://code.google.com/p/sim1/wiki/DebianRootfs
22:15.57gdanebut it doesnt create nod
22:16.10Cotullawhy u think 204 and 16 are good ones?
22:16.38gdanedo i have to search for by using communicators name?
22:17.11gdanehow can i find right address?
22:31.24*** join/#htc-linux helicopter88 (~helicopte@host177-94-dynamic.22-79-r.retail.telecomitalia.it)
22:38.08*** join/#htc-linux noobhands (fakker@unaffiliated/fakker)
23:16.34*** join/#htc-linux d3tul3 (~detule@unaffiliated/d3tul3)
23:20.11gdanehmm why dropbear try to open ttyAM0?
23:20.24gdanedoesn it have some config file
23:21.00gdanedoes it have some config file?
23:21.08gdanei mean dropbear
23:35.30*** join/#htc-linux ElFinLazz (~elfinlazz@182.215.84.22)
23:50.33*** join/#htc-linux Ondalf (~ondalf@cable-roi-50ddf8-39.dhcp.inet.fi)
23:52.45d3tul3help me jonpry, you're my only friend
23:53.13d3tul3and get a damn sgs3

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