| 00:07.47 | cp15 | Did it work? |
| 00:10.14 | immolo | built fine :D |
| 00:10.26 | immolo | time to test it all out |
| 00:11.55 | cp15 | Ok, I will go to bed, it is already late |
| 00:12.04 | immolo | ok night, |
| 00:12.09 | cp15 | Night |
| 06:01.21 | *** join/#htc-blueangel bhima (n=gf2e@i13pc168.ilkd.uni-karlsruhe.de) [NETSPLIT VICTIM] |
| 08:34.18 | *** join/#htc-blueangel geers (n=Dev@c51008F31.inet.catch.no) |
| 08:43.02 | *** join/#htc-blueangel geers_ (n=DevzMan@c51008F31.inet.catch.no) |
| 08:53.28 | *** join/#htc-blueangel rob_w-cgi (n=txuser@dd1010.kasserver.com) |
| 08:53.28 | *** mode/#htc-blueangel [+o rob_w-cgi] by ChanServ |
| 08:59.16 | rob_w-cgi | morning guys |
| 09:00.44 | *** join/#htc-blueangel cp15 (i=iomnzv@p549A132D.dip0.t-ipconnect.de) |
| 09:00.44 | *** mode/#htc-blueangel [+o cp15] by ChanServ |
| 09:00.50 | cp15 | Good morning |
| 09:01.48 | *** join/#htc-blueangel geers (n=DevzMan@c51008F31.inet.catch.no) |
| 09:06.46 | rob_w-cgi | he cp15 |
| 09:10.22 | *** join/#htc-blueangel bwegh (n=bwegh@p54A31FBA.dip0.t-ipconnect.de) |
| 09:10.42 | bwegh | morning |
| 10:10.36 | *** join/#htc-blueangel smiith (n=asdfg@193-111-133-82.rferl.org) |
| 10:21.44 | *** join/#htc-blueangel etienne (n=eroullan@194.51.71.190) |
| 10:21.46 | etienne | hey |
| 10:34.02 | bwegh | cp15, i am reading your code right now and i see you are calling gtk_set_locale and gtk_init, which should not be called according to gpe hacking ( http://www.handhelds.org/moin/moin.cgi/GpeHacking ) |
| 10:38.43 | cp15 | Hmm... Is there a gpe_init then? |
| 10:39.14 | cp15 | Ah, gpe_application_init |
| 10:40.10 | etienne | hum... |
| 10:40.22 | etienne | my ubuntu seems to dislike my ba ... |
| 10:40.40 | cp15 | On the other hand: Gomunicator is not really a gpe app, more a gtk app |
| 10:40.55 | cp15 | etienne: Do you get the usb0 interface? |
| 10:41.30 | cp15 | bwegh: I will try it in my next tests |
| 10:43.18 | etienne | <PROTECTED> |
| 10:43.41 | etienne | YES |
| 10:43.56 | cp15 | No, this is the wince tty device |
| 10:44.10 | etienne | yep to cpoy the tools |
| 10:44.12 | etienne | copy |
| 10:44.20 | cp15 | Ah, ok, and what are the problems? |
| 10:44.33 | etienne | it just work magically now |
| 10:44.42 | etienne | don't know why ... |
| 10:44.44 | bwegh | cp15: ok, just wante to tell you ;) |
| 10:44.46 | etienne | no matter |
| 10:45.07 | cp15 | bwegh: Thanks |
| 10:45.15 | cp15 | Anything else you found? |
| 10:45.16 | bwegh | etienne, you need a connection with windows before linux boots else it doesnt work ... that is why i think |
| 10:45.30 | bwegh | cp15, not yet |
| 10:45.46 | bwegh | cp15, if so ill let you know |
| 10:45.59 | cp15 | I think I will rewrite the at command handling in gomunicator soon |
| 10:46.20 | cp15 | I want something more flexible which allows synchronous and asynchronous commands |
| 10:46.33 | bwegh | that would be cool, yes |
| 10:46.35 | cp15 | each with a timeout |
| 10:46.48 | bwegh | without could become a mess ;) |
| 10:47.32 | cp15 | I haven't found a library which allows this. gsmlib allows only synchronous commands and is written in c++ |
| 10:48.17 | cp15 | gammu, gnokki and the ones have other problems which I currently don't remember |
| 10:48.45 | bwegh | what is so wrong with c++? |
| 10:49.04 | cp15 | It forces you to write everything in c++ |
| 10:49.53 | cp15 | It would mean a complete rewrite of gomunicator |
| 10:50.17 | cp15 | That would not be the problem (would be probably much cleaner then...), but the missing asynchronous handling is a problem |
| 10:50.37 | cp15 | And to fix this it would be easier to rewrite the library |
| 10:51.05 | bwegh | where is the gsmlib? |
| 10:51.13 | bwegh | is ther a project hp? |
| 10:51.27 | cp15 | http://www.pxh.de/fs/gsmlib/ |
| 10:51.32 | bwegh | thank you |
| 10:54.18 | bhima | I think you want a finite state machine model. |
| 10:54.54 | bhima | I believe that when some commands fail, you'll want to undo what you started, perhaps. |
| 10:55.10 | bhima | And in certain states, you don't want to allow some operations |
| 10:56.29 | cp15 | The FSM is not really transparent, hard to setup and even harder to debug |
| 10:58.21 | bhima | I think if it's planned carefully, it can work well. At the lowest level, you'd have a library that would issue AT commands, and look at both responses and modem-generated messages. |
| 10:59.09 | etienne | what do i need to boot first from wince and repart my sd card after ? |
| 10:59.24 | bhima | Hrm. Not sure. I'm still trying to think about it. |
| 10:59.51 | bhima | Handling phone call state seems like an FSM job. |
| 11:00.08 | cp15 | Do you want to desing and implement the FSM? |
| 11:00.55 | cp15 | We already have a (very limited) FSM in gomunicator. It has only 4 states: |
| 11:01.06 | cp15 | PIN: Waiting for PIN |
| 11:01.13 | cp15 | Idle: Do nothing |
| 11:01.24 | cp15 | Ringing: Phone is ringing |
| 11:01.35 | cp15 | Online: A call is active |
| 11:02.08 | bhima | Right. I'm suggesting something not much more complicated than that... |
| 11:02.23 | bhima | I don't mean to model the entire phone system into a single FSM. |
| 11:02.57 | bwegh | bhima, that realy would be too much |
| 11:03.32 | bwegh | but i guess cp15 wants eg async receive a sms |
| 11:03.34 | bhima | bwegh: The entire phone system as a single FSM? Yes, that would be too much. |
| 11:04.37 | bhima | But, say you have a phone call in progress, and you want to hang it up. Do you use the same commands to hang up an on-hold call as a live one? |
| 11:05.21 | cp15 | Well sms is another case... SMS indications are unsolicited and not directly connected to an at command |
| 11:05.48 | cp15 | What I mean: |
| 11:05.50 | bhima | Modelling a single voice call as an FSM with a couple states, say, "ringing", "live", "on-hold", with operations such as "reject", or "hangup" would seem reasonable IMHO. |
| 11:06.00 | cp15 | 1. Synchronous operation |
| 11:06.35 | cp15 | you issue an at command (like "ATA" when the phone is ringing) and wait until you get a response or the timeout expires |
| 11:06.43 | cp15 | 2. Asynchronous operation |
| 11:07.46 | cp15 | You issue a call which may need return to gui because a reply takes a while (like registering with network with at+cops). You get a callback when the command has completed or a timeout occured |
| 11:07.55 | cp15 | 3. Unsolicited operation |
| 11:08.21 | cp15 | For things like SMS indications or "RING". You get a callback when this happens |
| 11:08.56 | cp15 | The "on-hold" state is a good idea... But what is if you have two calls? |
| 11:10.14 | cp15 | Also maybe we need another state: No SIM card is present or the user was unable to enter the correct pin and you can only make emergency calls |
| 11:10.32 | bhima | Create an FSM for each call, perhaps? |
| 11:10.50 | cp15 | We probably need to |
| 11:13.14 | cp15 | etienne: You need initrd, zImage, haret and startup.txt. |
| 11:13.38 | bhima | Perhaps have an FSM that describes generic call state for handling things like audio channels too. ie: "call over bluetooth", "call over built-in audio", "call over headset" |
| 11:14.24 | cp15 | Yes, the audio channels are another problem. Originally I thought when I plugin the headset, the internal mic and speaker gets disabled. Not the case |
| 11:15.49 | bwegh | cp15, shall we realy do this instead of splitting first? we need lesser FSMs then! |
| 11:16.18 | bhima | An FSM would help manage setting the modes for the various other devices, IMHO. |
| 11:16.42 | bhima | if the bluetooth headset died, that could trigger an event forcing the thing into an internal speaker state. |
| 11:17.10 | cp15 | Ah, that would be really cool |
| 11:17.50 | bwegh | yes it realy would |
| 11:23.05 | etienne | cp15: ok when i have copied all tyhat i just need to start haret |
| 11:23.09 | etienne | and re part my sd card |
| 11:23.23 | etienne | ? |
| 11:23.42 | cp15 | Yes |
| 11:23.51 | etienne | ok |
| 11:23.57 | cp15 | There is fdisk and mkfs for vfat and ext3 in the ramdisk |
| 11:24.03 | etienne | tarrible ;) |
| 11:24.09 | etienne | terrible |
| 11:24.10 | etienne | GOOOOO |
| 11:28.39 | bwegh | etienne, are you following the wiki? |
| 11:28.49 | etienne | yep |
| 11:28.59 | etienne | i'm trying |
| 11:29.10 | bwegh | if you find and mistakes please tell me so i can update it |
| 11:29.14 | etienne | i'm modprobing usbnet |
| 11:29.19 | etienne | bwegh: no problem |
| 11:29.25 | bwegh | thank you |
| 11:29.39 | etienne | root@terkio:~ # ifconfig usb0 192.168.0.205 |
| 11:29.40 | etienne | SIOCSIFADDR: No such device |
| 11:29.40 | etienne | usb0: ERROR while getting interface flags: No such device |
| 11:29.42 | etienne | ... |
| 11:30.08 | cp15 | What gives lsusb? |
| 11:30.11 | bwegh | was your device in the cradle when you started haret and did you leave it till linux was booted? |
| 11:30.37 | etienne | my device was in the cradle |
| 11:30.45 | etienne | i didn't leave it |
| 11:30.59 | etienne | i see nothing special in lsusb |
| 11:31.27 | cp15 | bwegh: This is a really annoying bug. It is related to the pxa clock enable register. I enable it very early in the boot but it gets disabled later for some strange reason |
| 11:32.16 | cp15 | You should see something like "Bus 001 Device 004: ID 049f:505a Compaq Computer Corp. SA-11x0 based Linux Device, or Itsy (experimental)" |
| 11:32.45 | etienne | no |
| 11:32.50 | etienne | Bus 002 Device 003: ID 413c:2003 Dell Computer Corp. |
| 11:32.52 | etienne | Bus 001 Device 004: ID 046d:c016 Logitech, Inc. Optical Mouse |
| 11:32.55 | etienne | that 's all |
| 11:33.12 | cp15 | Try disconnecting and reconnecting the usb |
| 11:33.54 | cp15 | Also take a look at the BA display if you get "usb0: full speed config #1: 100 mA, Ethernet Gadget, using CDC Ethernet Subset" |
| 11:34.13 | bwegh | cp15, it realy is annoying ... |
| 11:34.45 | etienne | last line is : ser_stuart_gpio_config 1 |
| 11:35.05 | etienne | black ... |
| 11:35.06 | etienne | now |
| 11:35.13 | etienne | rip ;) |
| 11:36.20 | bwegh | cp15, the apm is annoying, too ;) |
| 11:36.25 | etienne | Bus 004 Device 020: ID 0bb4:0a05 High Tech Computer Corp. |
| 11:36.35 | etienne | when i remove battery |
| 11:37.56 | cp15 | That is probably the bootloader |
| 11:38.52 | bwegh | cp15, btw: do you know wether the bootloader logs the things he has done? |
| 11:39.34 | etienne | go to eat |
| 11:39.40 | cp15 | The bootloader doesn't tell anything unless you enter it via usb or serial |
| 11:39.40 | etienne | rebroking ba after ;) |
| 11:39.51 | bwegh | have fun, etienne |
| 11:39.52 | etienne | re breaking... (poor english) |
| 11:40.38 | bwegh | cp15, i mean does the bootloader write a history of updates eg |
| 11:40.49 | cp15 | bwegh: The apm issue is really a X-Server issue |
| 11:41.21 | cp15 | The constellation is as follows: |
| 11:41.29 | bwegh | i need to get my hw keys working ... |
| 11:41.43 | cp15 | apmd opens /dev/apm_bios to listen for suspend events |
| 11:41.56 | cp15 | the X Server also opens /dev/apm_bios to listen for suspend events |
| 11:42.03 | cp15 | Suspend happens |
| 11:42.15 | cp15 | X Server acknowledges suspend |
| 11:42.29 | cp15 | apmd also acknowledges suspend, but then the system hangs |
| 11:42.55 | cp15 | If you disable apmd, there is another problem: |
| 11:43.07 | cp15 | The console gets switched by the kernel during suspend |
| 11:43.22 | cp15 | X Server gets a USR1 signal to release keyboard etc |
| 11:43.39 | cp15 | X Server releases keyboard and touchscreen |
| 11:43.55 | cp15 | apm_bios tells the X Server suspend is happening |
| 11:44.06 | cp15 | X Server releases keyboard and touchscreen again -> crash |
| 11:44.48 | cp15 | The solution consists of two parts: 1. Tell the kernel not to switch consoles (not really necessary for our case, I have made it a config option in the newest kernel) |
| 11:45.13 | cp15 | 2. Tell the X Server to ignore suspend events. It really doesn't have to do anything |
| 11:45.24 | cp15 | But now I have another problem: |
| 11:45.53 | cp15 | The "Power on" key gets interpreted as "Power off" immediately after wakeup |
| 11:46.09 | cp15 | As for the hardware keys: What does work and what doesn't? |
| 11:46.19 | bwegh | right now reading "phone_strip_garbage" <- sweet name ;) |
| 11:46.49 | bwegh | all the hw dont seem to work, and many keys on the pull-out keybord dont work |
| 11:46.56 | bwegh | *keyboard |
| 11:47.14 | cp15 | Do the cursor keys work? |
| 11:47.24 | bwegh | yes |
| 11:47.35 | bwegh | on the pull-out not |
| 11:47.56 | cp15 | The keymap of the pull-out keyboard is still incomplete. Improvements are welcome :-) |
| 11:48.10 | bwegh | ... as always ;) |
| 11:48.30 | cp15 | As for the function buttons, you need to assign them keycodes |
| 11:48.35 | bwegh | reading the phone stuff - do you have a nice pdf containing the gsm protocol? |
| 11:49.06 | bwegh | how do i assign them keycodes? |
| 11:49.15 | cp15 | If you want to know everything, you need the etsi standards |
| 11:50.11 | cp15 | Look for ETSI TS 100 916 |
| 11:50.42 | cp15 | SMS commands are missing, they are in another standard |
| 11:51.25 | cp15 | A quick overlook of BA GSM commands you can find at http://wiki.xda-developers.com/index.php?pagename=BlueangelGSM |
| 11:52.24 | cp15 | The "AT%" commands are htc specific, the other ones should be documented somewhere |
| 11:52.57 | bwegh | i see |
| 11:52.58 | bwegh | thank you |
| 11:53.09 | *** join/#htc-blueangel rob_w-cgi (n=txuser@dd1010.kasserver.com) |
| 11:53.09 | *** mode/#htc-blueangel [+o rob_w-cgi] by ChanServ |
| 11:58.46 | cp15 | For the keycodes: |
| 11:58.56 | cp15 | Add to /etc/X11/Xinit.d/12keymap the following: |
| 11:59.01 | cp15 | <PROTECTED> |
| 11:59.01 | cp15 | <PROTECTED> |
| 11:59.01 | cp15 | <PROTECTED> |
| 11:59.22 | cp15 | Create a /etc/X11/blueangel.xmodmap with: |
| 11:59.34 | cp15 | keycode 29 = z Z z |
| 11:59.34 | cp15 | keycode 52 = y Y y |
| 11:59.34 | cp15 | !keycode 67 = XF86Start |
| 11:59.35 | cp15 | !keycode 68 = XF86Mail |
| 11:59.37 | cp15 | !keycode 69 = Menu |
| 11:59.39 | cp15 | !keycode 70 = XF86Go |
| 11:59.41 | cp15 | keycode 71 = XF86Book |
| 11:59.43 | cp15 | keycode 72 = XF86Calendar |
| 11:59.45 | cp15 | keycode 73 = XF86Phone |
| 11:59.47 | cp15 | keycode 74 = Cancel |
| 11:59.49 | cp15 | keycode 75 = XF86AudioRecord |
| 11:59.51 | cp15 | keycode 76 = XF86Video |
| 11:59.53 | cp15 | keycode 122 = XF86AudioLowerVolume |
| 11:59.55 | cp15 | keycode 123 = XF86AudioRaiseVolume |
| 11:59.59 | cp15 | keycode 124 = XF86PowerDown |
| 12:00.14 | cp15 | The commented ones are triggering a bug in matchbox when uncommented... |
| 12:00.48 | bwegh | ok, thanks |
| 12:03.22 | cp15 | Then you need to assing commands to the keys in /etc/keylaunchrc (probably also in $HOME/.keylaunchrc) |
| 12:05.18 | cp15 | And if you want the full features (like gomuncator comes up to the top when you press "Off-Hook" in another application and when gomunicator is the top application, it works as "Off-Hook" as you would expect), you need a modified keylaunchd |
| 12:09.24 | bwegh | ok ... will try it later |
| 12:11.58 | bwegh | in your tryReadPhone function you call the phone_strip_garbage each time when you have removed something (due to check_complete) althoug once would be enoufh, imho |
| 12:12.12 | bwegh | *enough |
| 12:12.25 | bwegh | file: phoneComms.c |
| 12:13.05 | cp15 | I know, it could be improved... |
| 12:20.07 | bwegh | cp15, dont wanna offend you, just want to tell things i see ... if you mind please tell me and i wil stop ;) |
| 12:25.04 | cp15 | No, I don't mind... But if isn't broken I won't fix it. But feel free to fix it and send me a patch or get developer access at the sourceforge cvs |
| 12:25.28 | bwegh | ok, cp15 |
| 12:28.14 | *** join/#htc-blueangel immolo (n=immolo@cpc1-cosh1-4-0-cust126.cos2.cable.ntl.com) |
| 12:29.52 | immolo | hello |
| 12:30.55 | immolo | cp15- everything on my end is ready to test but I need my phone left for now until I now how Sophie is doing |
| 12:32.34 | immolo | hmm or I could add support for a few more apps while I wait |
| 12:33.21 | immolo | anyone got some feedback on some default apps that would like to see in the Blueangel default distro? |
| 12:38.48 | etienne | fuck i can't sync my ba since last install error |
| 12:41.39 | immolo | ce install error or linux error? |
| 12:42.03 | etienne | ce |
| 12:42.10 | etienne | i will copy tools from a windows box |
| 12:42.31 | immolo | you may need to install the rom again for the ba |
| 12:42.50 | cp15 | Have you made a hard reset? |
| 12:43.15 | cp15 | immolo: I have another request for the gpe image |
| 12:43.38 | immolo | shoot |
| 12:43.52 | cp15 | Peng! |
| 12:44.01 | immolo | what's that? |
| 12:44.04 | cp15 | In /etc/X11/Xinit.d/12keymap |
| 12:44.15 | cp15 | Add |
| 12:44.21 | cp15 | <PROTECTED> |
| 12:44.21 | cp15 | <PROTECTED> |
| 12:44.21 | cp15 | <PROTECTED> |
| 12:44.37 | cp15 | Create a new file /etc/X11/blueangel.xmodmap |
| 12:44.40 | cp15 | with |
| 12:45.03 | cp15 | keycode 29 = z Z z |
| 12:45.03 | cp15 | keycode 52 = y Y y |
| 12:45.03 | cp15 | !keycode 67 = XF86Start |
| 12:45.05 | cp15 | !keycode 68 = XF86Mail |
| 12:45.10 | cp15 | !keycode 69 = Menu |
| 12:45.11 | cp15 | !keycode 70 = XF86Go |
| 12:45.13 | cp15 | keycode 71 = XF86Book |
| 12:45.15 | cp15 | keycode 72 = XF86Calendar |
| 12:45.17 | cp15 | keycode 73 = XF86Phone |
| 12:45.19 | cp15 | keycode 74 = Cancel |
| 12:45.21 | cp15 | keycode 75 = XF86AudioRecord |
| 12:45.23 | cp15 | keycode 76 = XF86Video |
| 12:45.25 | cp15 | keycode 122 = XF86AudioLowerVolume |
| 12:45.27 | cp15 | keycode 123 = XF86AudioRaiseVolume |
| 12:45.29 | cp15 | keycode 124 = XF86PowerDown |
| 12:45.32 | cp15 | And also add gomunicator and alsa-lib to the image |
| 12:45.48 | immolo | those are the keypress actions? |
| 12:46.29 | cp15 | Yes, we have to assing useful keysyms to them, since the kernel has a problem with keysyms > 128 |
| 12:47.07 | cp15 | The keysyms are used by keylaunchd to launch programms |
| 12:47.25 | cp15 | We probably have to add my modified keylaunchd, since it is much more flexible |
| 12:47.47 | immolo | ok, well I've just added gomunicator and totem to the image so I'll add that change once the image is built |
| 12:48.10 | cp15 | What is totem? |
| 12:48.22 | immolo | a movie player for gnome |
| 12:48.46 | immolo | it sucks in desktop usage but I can see it working quite well on a pda |
| 12:48.48 | magnet_ | hello. |
| 12:48.54 | immolo | hey magnet_ |
| 12:49.07 | etienne | ready to second try |
| 12:49.37 | etienne | so i launch haret, my ba on his dock and just wait to linux to boot |
| 12:49.53 | etienne | after modprobe usbnet => ifconfig => ssh |
| 12:49.56 | etienne | right ? |
| 12:50.52 | cp15 | Yes, but last time a user with ubuntu had a few problems with the firewall |
| 12:51.04 | etienne | wich firewall ? |
| 12:51.15 | immolo | ubuntu has a firewall? |
| 12:51.18 | etienne | i filter nothing |
| 12:51.18 | cp15 | Ubuntu seems to have one set up |
| 12:51.26 | cp15 | iptables -nL gives no rules? |
| 12:51.36 | etienne | no |
| 12:51.39 | etienne | no filtering |
| 12:51.41 | cp15 | Ok |
| 12:51.59 | immolo | cp15- I never saw a firewalll in breezy |
| 12:52.07 | etienne | should i need usbserial and ipaq modules ? or can i rmmod them ? |
| 12:52.28 | cp15 | rmmod them, they often cause trouble with usbnet |
| 12:53.04 | etienne | ok |
| 12:53.15 | cp15 | Does anybody know where to get a cheap BA? |
| 12:53.18 | etienne | i thought that it could the reason of my hang |
| 12:53.39 | immolo | cp15- ebay |
| 12:53.56 | etienne | gooooooooo |
| 12:54.29 | cp15 | Yeah, I saw one with a defective touchscreen a hour ago: 183 euro... Not really cheap for a unuseable device |
| 12:55.50 | immolo | :o the uk ebay has some good ones going |
| 12:55.50 | etienne | .... |
| 12:56.05 | etienne | frozen |
| 12:56.12 | cp15 | That reminds me on a fun mail I received where somebody payed 64 Euro for a 50 Euro IKEA voucher |
| 12:56.13 | etienne | with penguin on screen |
| 12:56.25 | cp15 | With red eyes? |
| 12:56.33 | etienne | yep |
| 12:56.54 | cp15 | Hmmm... A rare case |
| 12:57.04 | cp15 | Please try again |
| 12:57.08 | immolo | I had it all the time on my himalaya |
| 12:57.25 | immolo | but not once on the ba |
| 12:58.04 | etienne | rebooting |
| 12:58.23 | immolo | you don't need to hard reset a haret crash |
| 12:58.52 | immolo | just soft reset and it takes you back to your old ce install |
| 12:59.28 | cp15 | Depends... After the red eyes it is usually to late |
| 13:00.15 | immolo | maybe my crash stopped it just in time then |
| 13:00.54 | etienne | <immolo> just soft reset and it takes you back to your old ce install |
| 13:01.01 | etienne | i have to remove my battery |
| 13:01.38 | cp15 | That should not be necessary. Pressing reset and power the same time should do the job |
| 13:02.40 | immolo | only time I've needed to remove the battery was when I soft resetted in linux |
| 13:02.42 | etienne | reset + power => hard reset |
| 13:03.20 | etienne | i think i'd better copy tools on the sd card |
| 13:13.11 | cp15 | immolo: Do you know which xserver .bb is used for the ba image? |
| 13:14.01 | *** join/#htc-blueangel rob_w (n=bob@p85.212.165.214.tisdip.tiscali.de) |
| 13:14.01 | *** mode/#htc-blueangel [+o rob_w] by ChanServ |
| 13:14.19 | etienne | back |
| 13:14.25 | etienne | ready to get the red eyes ;) |
| 13:15.09 | smiith | sorry ppl, do i realy need Hard Reset to bootup linux from SD? or soft reset will enough? |
| 13:15.49 | etienne | frozen again ... |
| 13:15.57 | etienne | ... |
| 13:16.01 | cp15 | You need a hard reset to get back to windows, since linux will overwrite the ram where windows keeps its data |
| 13:16.26 | smiith | cp15: Ogh, understand...... |
| 13:16.44 | cp15 | Did you change something between the (partly) sucessful boot and now? |
| 13:17.09 | etienne | no |
| 13:17.14 | etienne | that 's stange... |
| 13:17.46 | etienne | soft reset => frozen on "designed for windows mobile " |
| 13:19.34 | cp15 | Does a hard reset work? |
| 13:19.39 | etienne | yep |
| 13:19.49 | etienne | in progress |
| 13:20.09 | etienne | perhaps the copy with windows... |
| 13:20.46 | etienne | if the image is corrupted |
| 13:20.57 | cp15 | Hmm... Possible... If the uncompress would fail because of a corrupted image this could happen |
| 13:28.54 | etienne | is it possible to start this from the sd card ? |
| 13:29.55 | cp15 | Not only possible, but recommended |
| 13:30.14 | etienne | the install |
| 13:30.19 | cp15 | Yes |
| 13:30.34 | etienne | ok |
| 14:18.26 | etienne | haha |
| 14:27.43 | etienne | i have passed red eyes |
| 14:28.07 | etienne | Bus 004 Device 038: ID 049f:505a Compaq Computer Corp. SA-11x0 based Linux Device, or Itsy (experimental) |
| 14:28.38 | etienne | YES |
| 14:30.59 | etienne | what is the block device for my sd card ? |
| 14:31.04 | etienne | to format / part it ? |
| 14:31.47 | etienne | got it |
| 14:32.25 | cp15 | What did you change to get it booted? |
| 14:36.05 | bwegh | whith which username and passwd can i upload a shiped rom to xda-developers? |
| 14:36.49 | etienne | it was XDA:XDA |
| 14:36.57 | bwegh | thx |
| 14:36.58 | etienne | cp15: copyong from linux and not win |
| 14:40.17 | etienne | cannot find mke3fs |
| 14:40.30 | etienne | oupsss |
| 14:41.31 | cp15 | Just a moment |
| 14:41.42 | etienne | got it |
| 14:41.55 | etienne | formatting my 1Go sd card |
| 14:44.04 | bwegh | etienne, doesnt work :( |
| 14:44.59 | bwegh | i just got a cd with an original shiped rom from the firm wich provides them for e-plus |
| 14:45.23 | etienne | you have to upload in incoming i think |
| 14:46.07 | bwegh | ok, thank you, etienne |
| 14:49.39 | etienne | it works ? |
| 14:53.18 | bwegh | no |
| 14:53.23 | etienne | ha |
| 14:53.28 | bwegh | found only the dir uploads not incoming |
| 14:53.50 | bwegh | anyone heard something about sound problems with ba? |
| 14:53.59 | etienne | under linux ? |
| 14:54.00 | bwegh | mine seems to be broken :( |
| 14:54.03 | bwegh | windows |
| 14:58.36 | etienne | where is the g_ether file ? |
| 15:00.08 | bwegh | you create it |
| 15:01.39 | etienne | <PROTECTED> |
| 15:01.39 | etienne | chroot: cannot execute /bin/sh: No such file or directory |
| 15:02.30 | bwegh | did you mount your sd card partition 2 to /mnt? |
| 15:02.38 | etienne | yep |
| 15:02.41 | bwegh | mount /dev/mmc/blk0/part2 /mnt |
| 15:02.45 | etienne | /dev/mmc/blk0/part2 961408 33336 879236 4% /mnt |
| 15:03.11 | bwegh | did you unpack the gpe-image to it? |
| 15:03.18 | etienne | hum |
| 15:03.24 | etienne | JE SUIS UNE BURNE |
| 15:03.26 | etienne | sorry |
| 15:03.41 | bwegh | no prob |
| 15:04.05 | etienne | did you understand ? ;) |
| 15:04.09 | bwegh | cp15, rob_w do you know wether the bootloader writes a history of the things he has loaded? |
| 15:04.20 | bwegh | etienne, no |
| 15:05.06 | etienne | in other words "i am too silly" |
| 15:05.34 | bwegh | hehe |
| 15:05.38 | rob_w-cgi | bwegh the h39XX loader does verify the written things on a flash ,, also you can backup the win bootloader on the 39xx pda`s .. |
| 15:06.12 | bwegh | rob_w, i only want to know wether he writes a history of the things he flashed |
| 15:07.37 | bwegh | can i eg read out what were the last three things that were flashed onto my device? |
| 15:09.22 | rob_w-cgi | ? did you flash the ba already ?? |
| 15:09.45 | cp15 | etienne: What does ls -l /mnt/bin show? |
| 15:10.31 | cp15 | bwegh: I don't think so. The bootloader is pretty simple |
| 15:10.52 | bwegh | well i made and image on sd-card and i loaded it back to the ba |
| 15:11.07 | bwegh | but it was broken :( |
| 15:11.32 | etienne | ./ |
| 15:11.32 | etienne | tar: Unrecognised file type |
| 15:11.33 | etienne | hu |
| 15:11.34 | bwegh | now i have an original rom on cd and loaded that onto my ba ... so there is a fresh new system on my ba |
| 15:11.35 | rob_w-cgi | so you mean the windows backup tool ?? |
| 15:11.50 | bwegh | no the usb terminal like one |
| 15:12.00 | rob_w-cgi | for windows ? |
| 15:12.03 | bwegh | yes |
| 15:12.17 | rob_w-cgi | ok , i ve no idea there sorry |
| 15:12.58 | cp15 | etienne: The tar in the initrd is buggy |
| 15:12.59 | bwegh | well do you know wether it writes a history of things flashed by using an sd-card, rob? |
| 15:13.12 | etienne | cp15: so ? |
| 15:13.22 | bwegh | well do you know wether it writes a history of things flashed by using an sd-card, rob_w ? |
| 15:13.48 | cp15 | Extract the busybox from the gpe image. On your host: tar -jxvf gpe-image.bz ./bin/busybox |
| 15:14.06 | cp15 | scp ./bin/busybox root@192.168.0.206:/bin/busybox.new |
| 15:14.10 | cp15 | On the BA |
| 15:14.20 | cp15 | mv /bin/busybox.new /bin/busybox |
| 15:14.25 | cp15 | Then try again |
| 15:14.29 | etienne | ok |
| 15:15.15 | etienne | yep |
| 15:15.36 | rob_w-cgi | bwegh no idea ,.. never used it |
| 15:18.01 | cp15 | bwegh: Why do you care? |
| 15:18.31 | bwegh | cp15, my sound seems to be broken and i want to go and ask them to repair it |
| 15:19.13 | cp15 | Ah, then the too soft phone volume isn't a linux problem? |
| 15:19.25 | bwegh | looks like |
| 15:19.44 | bwegh | the sound is in windows soft, too and it iv very scratchy, too |
| 15:20.00 | cp15 | I don't think the bootloader keeps any records, and if it would, nobody would care |
| 15:20.28 | bwegh | right now i have a nearly virgin BA ... at least the software on it ;) |
| 15:21.08 | cp15 | The service people are usually trained to fix things fast and not to search for the reason of the problem (at least if it isn't too obvious) |
| 15:27.49 | bwegh | cp15, i hope so ;) |
| 15:37.47 | etienne | i just made the sync |
| 15:37.52 | etienne | hard rebboot |
| 15:41.51 | etienne | booting |
| 15:45.22 | etienne | x window up |
| 15:46.52 | etienne | \o/ |
| 15:47.52 | etienne | hum |
| 15:47.59 | etienne | how can i phone with it ? |
| 15:48.03 | etienne | ... |
| 15:51.04 | cp15 | You first have to install gomunicator |
| 15:51.19 | cp15 | immolo: Do you have a ipkg ready? |
| 15:51.37 | cp15 | Did the touchscreen work? |
| 15:56.28 | etienne | ERROR: Cannot satisfy the following dependencies for gomunicator: |
| 15:56.28 | etienne | <PROTECTED> |
| 15:57.28 | cp15 | Which version did you use? |
| 15:57.35 | etienne | no idea |
| 15:57.44 | cp15 | Where did you get it? |
| 15:57.58 | etienne | i try to install gomunicator |
| 15:58.02 | etienne | with the package |
| 15:58.28 | etienne | from here http://www.handhelds.org/moin/moin.cgi/Gomunicator |
| 15:58.38 | etienne | fuck |
| 15:58.44 | etienne | it's me |
| 15:59.15 | etienne | should i take cvs version or 0.1.3 ? |
| 15:59.34 | cp15 | The cvs version would be the best, but can you compile it? |
| 15:59.48 | etienne | there's a package |
| 16:00.05 | etienne | wich need 0.103 libgpewidget1 |
| 16:00.36 | cp15 | Hmm... I am afraid you have to wait until immolo is back, he probably has a ipkg ready |
| 16:01.10 | cp15 | Mine as a few problems with dependencies which are not satisfied with the gpe image |
| 16:01.19 | cp15 | Does the rest work so far? |
| 16:02.05 | etienne | the 0.1.3 looks installed |
| 16:04.10 | etienne | sound output non available |
| 16:04.10 | cp15 | Ahhh... Sorry... I forgot to enable sound in the image |
| 16:04.49 | etienne | how can i eneble it ? |
| 16:05.04 | etienne | would be hard to phone with ;) |
| 16:08.22 | cp15 | Try modprobing i2c_core i2c_pxa snd_uda1380 blueangel_audio snd_mixer_oss snd_pcm_oss |
| 16:08.48 | etienne | modprobe: module i2c_core not found. |
| 16:09.34 | cp15 | correction i2c-core |
| 16:09.41 | cp15 | and i2c-pxa |
| 16:09.47 | cp15 | and snd-uda1380 |
| 16:10.11 | etienne | insmod: cannot insert `/lib/modules/2.6.12-hh2/kernel/drivers/i2c/i2c-core.ko': File exists (-1): File exists |
| 16:10.12 | cp15 | and snd-mixer-oss |
| 16:10.20 | cp15 | and snd-pcm-oss |
| 16:10.24 | cp15 | Doesn't matter |
| 16:10.58 | etienne | doesn't matter what ? |
| 16:11.04 | cp15 | The error message |
| 16:12.23 | etienne | no sound |
| 16:13.32 | etienne | goe-conf freeze |
| 16:14.05 | cp15 | Don't change the look and feel |
| 16:14.22 | etienne | ok ;) |
| 16:14.38 | cp15 | Fix the permissions of the following files to be writeable by your user: |
| 16:14.42 | cp15 | /dev/sound/dsp |
| 16:14.46 | cp15 | /dev/sound/mixer |
| 16:14.50 | cp15 | /dev/dsp |
| 16:14.53 | cp15 | /dev/mixer |
| 16:15.36 | etienne | yep |
| 16:16.36 | etienne | can i soft reset ? |
| 16:16.43 | etienne | or i will lose the conf ? |
| 16:17.22 | cp15 | To get it permanent, do the following: |
| 16:18.02 | cp15 | create a file /etc/modutils/blueangel_audio with the following content: |
| 16:18.08 | cp15 | i2c-pxa |
| 16:18.09 | cp15 | snd-uda1380 |
| 16:18.09 | cp15 | blueangel_audio |
| 16:18.09 | cp15 | snd-mixer-oss |
| 16:18.09 | cp15 | snd-pcm-oss |
| 16:18.22 | cp15 | then run update-modules |
| 16:18.53 | cp15 | To fix the permissions, add the following to /etc/X11/gpe-login.pre-session: |
| 16:19.28 | cp15 | f [ -e /dev/sound/dsp ]; then |
| 16:19.28 | cp15 | chown $USER /dev/sound/dsp |
| 16:19.28 | cp15 | chmod u+w /dev/sound/dsp |
| 16:19.28 | cp15 | fi |
| 16:19.29 | cp15 | if [ -e /dev/sound/mixer ]; then |
| 16:19.31 | cp15 | chown $USER /dev/sound/mixer |
| 16:19.33 | cp15 | chmod u+w /dev/sound/mixer |
| 16:19.35 | cp15 | fi |
| 16:19.39 | cp15 | if [ -e /dev/dsp ]; then |
| 16:19.41 | cp15 | chown $USER /dev/dsp |
| 16:19.43 | cp15 | chmod u+w /dev/dsp |
| 16:19.45 | cp15 | fi |
| 16:19.49 | cp15 | if [ -e /dev/mixer ]; then |
| 16:19.51 | cp15 | chown $USER /dev/mixer |
| 16:19.53 | cp15 | chmod u+w /dev/mixer |
| 16:19.55 | cp15 | fi |
| 16:20.05 | cp15 | first i missing |
| 16:23.43 | etienne | gomunicator segfault |
| 16:27.50 | cp15 | Install strace and do a strace -o /tmp/strace.out gomunicator and send me /tmp/strace.out |
| 16:30.13 | etienne | ok |
| 16:35.27 | etienne | huu |
| 16:35.45 | etienne | could not initialise phone at /dev/gsm0 |
| 16:40.27 | cp15 | ln -s /dev/tts/0 /dev/gsm0 |
| 16:40.35 | etienne | <PROTECTED> |
| 16:40.36 | etienne | <PROTECTED> |
| 16:40.36 | etienne | <PROTECTED> |
| 16:40.36 | etienne | <PROTECTED> |
| 16:40.36 | etienne | <PROTECTED> |
| 16:40.36 | etienne | <PROTECTED> |
| 16:40.49 | etienne | i've already do that |
| 16:40.51 | cp15 | Also make /dev/tts/0 writeable for your user |
| 16:40.56 | etienne | also |
| 16:41.05 | cp15 | Hmm |
| 16:41.08 | etienne | crw-rw-rw- |
| 16:41.22 | etienne | cannot find the way to enter my pin code |
| 16:41.47 | cp15 | Maybe the radio crashed. I send you a little programm which resets it |
| 16:42.00 | etienne | mail ? |
| 16:42.24 | etienne | etienne.roulland@cvf.fr |
| 16:42.36 | etienne | ok |
| 16:45.29 | etienne | same |
| 16:47.30 | cp15 | Try this, it should be a little terminal for testing gsm commands |
| 16:47.53 | cp15 | Type in AT and see if it responds OK |
| 16:48.18 | etienne | OK |
| 16:49.57 | cp15 | if it worked, press ctrl-c, killall ddd and wait for a current image from immolo |
| 16:50.05 | cp15 | current ipkg I mean |
| 16:50.12 | etienne | ok |
| 16:50.20 | etienne | i remove the package |
| 16:51.10 | etienne | immolo: |
| 16:51.34 | etienne | i have to get my spair ba to phone tonight ;) |
| 16:52.34 | etienne | i can make a soft reset without losing the install ? |
| 16:57.14 | cp15 | You need a hard reset, and you won't loose anything |
| 16:57.21 | cp15 | from linux at least |
| 16:58.12 | etienne | i have remove /replace the battery |
| 16:58.15 | etienne | it's rebooting |
| 17:01.32 | etienne | cp15: in the image |
| 17:01.34 | etienne | if [ -e /dev/tts/0 ]; then |
| 17:01.34 | etienne | chwon $USER /dev/tts/0 |
| 17:01.34 | etienne | fi |
| 17:01.37 | etienne | chwon.... |
| 17:48.30 | *** join/#htc-blueangel chas3r (i=chaser@217.165.17.176) |
| 17:48.44 | chas3r | Hi |
| 17:48.49 | etienne | hi |
| 17:48.55 | chas3r | What's the status on linux for the blueangel? |
| 17:49.07 | etienne | running |
| 17:49.15 | chas3r | Is the phone working? |
| 17:49.54 | etienne | not for me at this time |
| 17:50.02 | etienne | waiting for the gominator package |
| 17:50.09 | chas3r | I see |
| 17:50.10 | chas3r | I was wondering how that works, is it seen by the kernel as a modem device and development goes from there? |
| 17:50.12 | etienne | but some persons use it |
| 17:50.21 | etienne | looks like yep |
| 17:50.28 | chas3r | hmm cool |
| 17:51.02 | chas3r | Well, I want to give it a try. I played around a lot with the Familiar distribution on the hp ipaq |
| 17:51.21 | chas3r | That seemed to run pretty well. It doesn't have a phone though, so no issues there :) |
| 17:51.24 | etienne | hoho |
| 17:51.30 | etienne | a soft reboot after a hang |
| 17:51.35 | etienne | give me wince |
| 17:51.44 | etienne | 8-| |
| 17:51.58 | chas3r | lol |
| 17:52.19 | chas3r | I gave Mobile 5 a try on the blueangel but I found it rather slow compared to ppc 2003 |
| 17:52.49 | etienne | sure |
| 17:52.55 | etienne | ok back under linux |
| 17:53.01 | etienne | strange |
| 17:53.50 | chas3r | is there access to raw tcp sockets under the linux os for the blueangel? |
| 17:54.02 | etienne | tcpdump i think |
| 17:55.00 | chas3r | Because in the .NET compact framework there is no possibility to access raw tcp sockets. And that's really too bad. |
| 17:55.08 | etienne | .NET ..... |
| 17:55.15 | etienne | what a revolution |
| 17:55.16 | etienne | ;) |
| 17:55.21 | etienne | .net ... |
| 17:55.41 | chas3r | hehe. Yes, talking about blending everything together... |
| 17:56.31 | cp15 | chas3r: raw tcp sockets work, but for what do you need them? |
| 17:56.44 | chas3r | syn portscanner e.g. |
| 17:56.44 | cp15 | Actually raw ip sockets... |
| 17:56.52 | chas3r | true |
| 17:57.01 | cp15 | Over wlan? |
| 17:57.36 | chas3r | Well, it's the only interface I have in there |
| 17:58.00 | cp15 | wlan does not work yet |
| 17:58.09 | chas3r | do'h :D |
| 17:58.16 | chas3r | *d'oh |
| 17:58.38 | cp15 | But maybe you can fix it? Do you have any development experience? |
| 17:58.55 | chas3r | Hmm, not in device development |
| 17:58.59 | chas3r | *device driver |
| 17:59.20 | chas3r | But isn't it compatible with some existing driver? |
| 17:59.30 | cp15 | It is a acx100 wlan chip |
| 17:59.55 | cp15 | There is a acx100 linux driver, but it is missing a card service (actually the wlan chip is connected like a pcmcia card) |
| 18:00.13 | cp15 | I have implemented one, and got the firmware loaded to the acx100, but it doesn't boot |
| 18:00.20 | chas3r | hmm I see. That complicates things indeed |
| 18:01.37 | chas3r | Well, we'll see, let me try getting a kernel booted first :) |
| 18:03.15 | chas3r | A friend and I are developing some network security tools for the windows ppc platform, but I find that some things are too limited because of the .NET framework being limited |
| 18:03.34 | chas3r | Especially on lower levels like raw ip sockets |
| 18:07.13 | etienne | cp15: there's a mistake in the image |
| 18:07.14 | etienne | chwon $USER /dev/tts/0 |
| 18:07.58 | cp15 | Yes, I have seen it |
| 18:08.06 | etienne | ok |
| 18:08.52 | etienne | ba frozen |
| 18:08.55 | etienne | couci |
| 18:08.56 | etienne | couic |
| 18:09.21 | etienne | with linphone |
| 18:10.18 | cp15 | Did the screen go black? |
| 18:10.23 | etienne | no |
| 18:10.24 | etienne | freeze |
| 18:11.08 | cp15 | Maybe it is the power management. Is there still a /usr/bin/apm? If yes, rename it to /usr/bin/apm.disabled |
| 18:12.00 | cp15 | There is a unfortunate series of events regarding apmd, X-Server and kernel which hangs the device |
| 18:12.58 | etienne | ok |
| 18:13.28 | etienne | it's terrible to export a shell from a phone |
| 18:13.33 | etienne | i le the concerpt ;) |
| 18:13.36 | etienne | s/le/love/ |
| 18:21.03 | *** join/#htc-blueangel _cronos_ (n=cronos@ron34-1-82-224-149-102.fbx.proxad.net) |
| 18:28.30 | bhima | Write a .net to VB6 code generation tool. Convince them that the entire thing is written natively in VB6. |
| 18:28.32 | bhima | oops. |
| 18:33.06 | *** join/#htc-blueangel pH5 (n=ph5@e178195008.adsl.alicedsl.de) |
| 18:33.12 | pH5 | hi |
| 18:54.58 | oho | Hello |
| 18:55.15 | oho | finally found a bit of time to play again ;-) |
| 19:06.07 | oho | is there a new image available ? the one from the wiki is causing a few problems |
| 19:17.18 | cp15 | oho: Do you want to try the newest one? |
| 19:18.03 | oho | yes |
| 19:18.32 | oho | the other one failed to setup the screen and then I couldn't log in and the usb network was not up |
| 19:22.37 | oho | cp15: thank you |
| 19:22.51 | oho | cp15: should I just follow the instructions on the wiki again ? |
| 19:23.21 | cp15 | Do you have a card reader? |
| 19:23.38 | oho | yes |
| 19:24.01 | oho | I will set it up as I did with the one from the wiki and hope i can init. the screen this time |
| 19:24.21 | cp15 | Then remove everything on the second partition and untar the file I am sending you there |
| 19:24.26 | cp15 | Should be enough |
| 19:24.32 | oho | ok - thanks |
| 19:25.12 | oho | oh, but shouldn't I "reset" the startup.txt, as I had to change it during the setup of the previous image |
| 19:25.33 | cp15 | You mean remove the boot_mmc=y? |
| 19:26.09 | oho | yes - or should I just leave that in ? |
| 19:26.17 | cp15 | Leave it in |
| 19:26.21 | oho | ok |
| 19:28.34 | oho | one more thing, I read that it is not good to have a ext3 file system on the sd cards, as a lot more writes are performed than when using ext2 - which apparently shortens the life span by quite a bit - should this be changed on the wiki ? |
| 19:31.01 | cp15 | There are not that many write accesses |
| 19:31.22 | cp15 | And ext2 would require a fsck after a battery failure |
| 19:31.36 | oho | ah ok - thanks |
| 19:31.54 | cp15 | If you want, you can use ext2 of course |
| 19:38.28 | oho | I really need to get a normal sd card reader, copying the stuff to my h3900 takes for ever, as well as the unpacking. |
| 19:38.37 | oho | I will let it do all that over night |
| 19:38.43 | oho | see you tomorrow |
| 19:40.12 | cp15 | Ok, see you |
| 19:47.15 | *** join/#htc-blueangel dspstv_ou (n=aeroflot@84-72-178-125.dclient.hispeed.ch) |
| 19:48.36 | dspstv | hia, its nice to see this channel with so many people ) |
| 19:49.08 | bwegh | anyone who knows how it can upload a file to xda-developers? |
| 19:49.45 | bwegh | cp15, i just phoned with repair service ... they will repair it in 24 to max 48 h - as you said ;) |
| 19:54.59 | cp15 | Have you already sent it in? |
| 19:55.39 | bwegh | no, cp15, they will send me an envelop (which is already paid) to send to them |
| 19:57.05 | cp15 | Good service. What is your gsm provider? |
| 19:57.27 | bwegh | e-plus |
| 20:00.04 | bwegh | but dont try to write them an e-mail ... they wont answer! i am waiting for an answer for 10 days now! the software i got send by Brightpoint which is the distibutor of the BA for e-plus (got to know it by reading out device date there my provider was BRIGH001, so i just asked them to send me an update, the answer was: "give me your address and i will send you a cd", that was yesterday, today i have the cd ;) ) |
| 20:01.07 | bwegh | so i want to upload it ... but nobody can tell me how to do it |
| 20:05.29 | cp15 | I think the right way is to put it into Uploads/Blueangel and then make a posting in Blue Angel upgrading |
| 20:06.52 | bwegh | but i am unable to put it into uploads/blueangel |
| 20:17.44 | cp15 | You are right, I can't also |
| 20:18.25 | cp15 | Maybe ask in "Blue Angel upgrading"? |
| 20:49.19 | *** join/#htc-blueangel rob_w (n=bob@p85.212.195.197.tisdip.tiscali.de) |
| 20:49.19 | *** mode/#htc-blueangel [+o rob_w] by ChanServ |
| 21:15.10 | bwegh | night |
| 21:31.43 | immolo | damn it, I need to use windows for a week |
| 21:32.18 | immolo | and I can't access jfs from windows :( |
| 21:33.39 | immolo | and if anyone wants an fs with less write we should go jfs from the filesystem as that is it's main sellling point |
| 21:36.38 | immolo | maybe you could add as a module for next time you update the kernel cp15? |
| 22:10.23 | cp15 | You mean jffs2? |
| 22:10.28 | cp15 | It doesn't work on SD cards |
| 22:11.47 | cp15 | Arghh... Already gone |
| 22:46.40 | *** part/#htc-blueangel dspstv (n=aeroflot@84-72-178-125.dclient.hispeed.ch) |
| 22:46.58 | *** join/#htc-blueangel JuNuKN (n=JuNuKN@Kb6c4.k.pppool.de) |
| 22:48.18 | cp15 | Hi JuNuKN |
| 22:49.02 | JuNuKN | Hi CP15 |
| 22:50.49 | JuNuKN | Is the status info on moin/moin up to date ? Or is there something new with the power consumption or something else? |
| 22:51.27 | JuNuKN | Did you recognized my comment yesterday, that now received my Himalaya ? |
| 22:51.46 | cp15 | Don't think so |
| 22:52.40 | cp15 | Power management is not yet working. I got the pxa to suspend to its deepest level, but after wakeup the screen stays white |
| 22:52.56 | cp15 | But cpu itself is working, you can login via serial |
| 22:55.30 | cp15 | Ehmm... I have checked the logs, you didn't say anything yesterday |
| 22:55.50 | JuNuKN | So probably some initializing of the LCD after suspend is missing .... ? Hope you will find it soon! But I am shure about it ;o) |
| 22:56.01 | JuNuKN | PM |
| 22:56.40 | cp15 | Ah... Then sorry... |
| 22:57.43 | cp15 | Yes, probably... |
| 22:57.56 | JuNuKN | No problem ... I also not seen your message early enought |
| 23:09.54 | cp15 | I will go to bed now |
| 23:09.56 | cp15 | Good night |