**** BEGIN LOGGING AT Tue Apr 12 02:59:58 2016 Apr 12 05:24:05 Why is it so hard to find a smalllll fm receiver that DOESN'T need a microcontroller to use? ): Apr 12 05:27:42 I got some cheapo chinese FM headphones, but the pcb inside is too big to use, booo Apr 12 05:34:41 those push to tune receivers using the *9088 tuner chips? Apr 12 05:35:37 scary that SMT is still too big... Apr 12 08:47:18 anyone here going to DebConf16? Apr 12 09:50:40 anyone here got debian running on their n900? i finally got it installed via: https://github.com/dderby/debian900 Apr 12 09:50:56 things seem to be working really nicely so far, but im a bit stuck with audio. Apr 12 09:51:16 i read something about speaker damage and pulseaudio and xprot but im not really sure what to make of that. Apr 12 09:52:30 these days there are many more running alt.os on N900 :) Wizzup one of them .. maybe he can help you Apr 12 09:54:12 i think my (glorious 4.0.0-rc1+) kernel comes from Pali Apr 12 09:54:24 he may well know. Apr 12 09:54:38 what doesn't he know ;) Apr 12 09:54:41 i should look at his sources too Apr 12 10:41:47 HRH_H_Crab: alarm rulez... Apr 12 11:01:08 drathir: not sure what you mean? Apr 12 11:01:34 нян Apr 12 11:02:11 he means arch linux Apr 12 11:03:50 ijai? Apr 12 11:04:57 L29Ah: szto eta? Apr 12 11:05:45 HRH_H_Crab: Sicelo is correct https://archlinuxarm.org Apr 12 11:09:31 HRH_H_Crab: hi there Apr 12 11:09:49 I have gotten audio to work on 4.3 and 4.5 from Pali Apr 12 11:09:59 You mostly just need to tweak a few ALSA settings Apr 12 11:10:04 I have them documented here somewhere... Apr 12 11:10:23 Right, see: http://sprunge.us/aPeU Apr 12 11:10:36 Specifically the last two items are important Apr 12 11:10:53 (just the volume change is not so important) Apr 12 11:11:12 Hm, I recall there being more changes. Well, see if you can figure it out with this. If not, let me know Apr 12 11:11:20 You can use amixer to dump the current config - that's how I made the diff Apr 12 11:16:29 can you make voice calls? Apr 12 11:17:36 L29Ah: for most usable purposes, no. pavelm managed to make some voice calls using mainline and ofono Apr 12 11:17:44 but I don't think it is "quite there" yet Apr 12 11:17:49 sms and data seems to work on gentoo at least Apr 12 12:12:54 im getting lots of segfaults Apr 12 12:12:59 maybe i need a newer kernel Apr 12 12:15:21 segfaults in what Apr 12 12:16:32 things like installing mplayer / pulseaudio Apr 12 12:17:32 anyway... Apr 12 12:17:41 gonna rebuild the rootfs and use a newer kernel. Apr 12 12:21:20 Wizzup: what file is that patch for? Apr 12 12:21:44 ceene: it's not a patch, it's a diff for amixer output Apr 12 12:21:49 so you can figure out what things to change in ALSA Apr 12 12:22:07 ah! Apr 12 12:22:10 won't that break speakers? Apr 12 12:22:54 just add highpass filter to alsa ? Apr 12 12:23:10 or just remember to use headphones Apr 12 12:25:03 ceene: if you play too loud, you might. Apr 12 12:25:18 I used speakers without problems for a bit, but I was very careful to not play too loud Apr 12 12:26:02 hmmm. Apr 12 12:26:39 i don't understand this "speaker breaking" issue. i was planning to use it a lot for audio but maybe i should knock that idea on the head and leave that to maemo. Apr 12 12:27:28 onboard speakers cant handle too much displacement Apr 12 12:27:38 ~xprot Apr 12 12:27:39 rumour has it, xprot is http://wiki.maemo.org/Porting/Audio/Q_and_A_RE-PA and http://talk.maemo.org/showthread.php?t=91325 Apr 12 12:36:19 I've got a few things in a Notes file Apr 12 12:36:27 regarding kernel and rootfs build for n900 Apr 12 12:36:58 https://github.com/agamez/buildroot-N900 and https://github.com/agamez/buildroot-N900/blob/master/Notes Apr 12 12:37:16 recently updated with Wizzup's alsa details :) Apr 12 12:38:33 I have more notes that I plan to publish in a more usable form later Apr 12 12:39:42 that'd be cool Apr 12 12:39:52 those are just notes that I take while building the system Apr 12 12:40:28 :) Apr 12 12:40:30 same here Apr 12 13:40:20 moin folks Apr 12 13:43:50 Wizzup: (audio) \o/. How about a comprehensive amixer -c0>working.amixer-in Apr 12 13:44:18 amixer -c1>>working.amixer-in Apr 12 13:44:18 The problem is that I currently only have a working mixer. So I'd have to save that, reset to default state, and do that Apr 12 13:44:31 I can do that in a bit. But I want to double verify that it works >>atm<< Apr 12 13:44:39 and I need to do some work first Apr 12 13:44:46 np Apr 12 13:46:09 working mixer is better than non-working mixer anyway - even for setting same stuff on other devices. You don't need to know what been wrong before Apr 12 13:51:01 amixer is a tiny bit braindamaged in that it can't take own output for STDIN. Use `alsactl -f working.alsactl 0 store` Apr 12 13:51:38 http://paste.opensuse.org/5135500 Apr 12 13:52:35 ^^^ is standard fremantle, incl frigiin PA over ALSA Apr 12 13:52:40 while idle Apr 12 13:53:25 `alsactl -f working.alsactl 0 restore` does exactly what it says Apr 12 13:55:01 note the REstore Apr 12 13:55:21 which is inverse to store Apr 12 13:57:25 * DocScrutinizer05 doesn't know if fremantle has the pretty much default `alsactl restore` (without -f, so it uses the defualt config file) in boot Apr 12 14:00:18 >>/var/lib/alsa/asound.state (or whatever file you specify with the -f flag) is used to store current settings for your soundcards.<< Apr 12 14:00:26 > /etc/rc0.d/K50alsa-utils: alsactl -F restore $CARD >/dev/null 2>&1 Apr 12 14:03:16 wow what a monster: http://paste.opensuse.org/57226342 Apr 12 14:11:34 and pretty weird on maemo too. anyway I don't have a /var/lib/alsa/asound.state Apr 12 17:07:41 hi, so i just picked up an n900. i havent had one since 2010. seems the nokia repos and ovi repos are no longer working? is there a replacement? Apr 12 17:08:36 ~maemo-repos Apr 12 17:08:37 it has been said that maemo-repos is http://wiki.maemo.org/Repository#List_of_Maemo_repositories Apr 12 17:08:59 but those are mostly for reinstalling user induced b0rkages Apr 12 17:09:09 ovi store is no more too Apr 12 17:09:34 ovi repos are mirrored on maemo-repos.com afaik Apr 12 17:10:12 i see Apr 12 17:10:14 thanks Apr 12 17:10:25 if you need reflashing then: Apr 12 17:10:26 ~flashing Apr 12 17:10:27 it has been said that maemo-flashing is http://wiki.maemo.org/Updating_the_tablet_firmware, or - on linux PC - download&extract http://maemo.cloud-7.de/maemo5/patches_n_tools/maemo-my-private-workdir.tgz, cd into it, do sudo ./flash-it-all.sh; or see ~flashing-cmdline Apr 12 17:10:34 grab the script, unpack and run Apr 12 17:10:50 it will fetch needed files on the go Apr 12 17:11:12 thanks, though i already managed to kill an image today and just reflashed about 30 mins ago :) Apr 12 17:11:19 :) Apr 12 17:39:33 one other thing, does maemo have a chance of getting vsync or a screen tear fix? Apr 12 17:40:13 restart :) Apr 12 17:40:16 you have that? Apr 12 17:41:00 i have screen tearing yea. im about to install cssu and see if it resolves it Apr 12 17:41:25 hmm, the last person to hack around vsync was ssvb in ~2009 Apr 12 17:41:33 i might be wrong tho Apr 12 17:41:50 surprising that nobody else attempted it since Apr 12 17:42:20 though funny thing, i dont remember it back in 2010, maybe i didnt notice Apr 12 17:44:32 i've had it only 3 times in 5 years of daily N900 use Apr 12 17:45:43 interesting Apr 12 17:51:40 same here, about the same as above. Apr 12 20:30:52 i have a small issue with the application manager. it takes about 5 mins to open and display the categories. then after i install an app it does the same thing and takes 30-40 seconds to show the old list before i can install another app. is there a way to speed that up? Apr 12 20:51:46 Linkandzelda: not really Apr 12 20:51:49 ~ham Apr 12 20:51:50 ham is, like, Hildon Application Manager. Slow as molasses. Anticipate you got time for a beer or two until it finishes whatever it does, or see ~speedyham Apr 12 20:52:35 there is speedyham but that is a testing thing at the moment Apr 12 20:58:18 i just found fam, much better! Apr 12 20:58:34 much worse Apr 12 20:58:43 how is it worse? Apr 12 20:58:45 fam Apr 12 20:58:55 ~fam Apr 12 20:58:56 [fapman] Faster Application Manager, a frontend for apt which uses own repositories catalog, and shouldn't be used to do system upgrades (like CSSU), or actually for anything since ~speedyHAM. It also does "apt-get autoremove" after every operation, by default. In short, it's been identified as source of system corruption and thus deprecated, or see ~hamvsfam Apr 12 20:59:21 damn Apr 12 20:59:28 i should get with the times Apr 12 20:59:57 either be patient enough with ham, or just get speedyham instead Apr 12 21:00:18 is there like a 2015/2016 guide to the n900 with all current stuff in it that i can follow so i make no mistakes? Apr 12 21:00:47 tbh, i use apt 99% of the time, but, i am not saying you should Apr 12 21:03:19 i would, but right now i just wanted an easy way to get the name and description of all available packages so i get what looks interesting Apr 12 21:04:16 apt-cache search quicker for that, and absolutely safe, of course Apr 12 21:05:22 guess i'll check out speedyham, failing that apt-cache Apr 12 21:05:36 ~speedyHAM Apr 12 21:05:36 SpeedyHAM is 30 times faster than HAM http://maemo.merlin1991.at/cssu/community-devel/pool/free/h/hildon-application-manager/hildon-application-manager_2.2.73-2_armel.deb. SpeedyHAM is included in CSSU-testing now Apr 12 21:05:52 is there a place i can read all commands this bot offers? Apr 12 21:08:53 dunno :) Apr 12 21:09:13 ap-cache search will be faster than any gui package manager fwiw Apr 12 21:09:19 *apt Apr 12 21:11:16 Linkandzelda: there's the wiki to help you with current know working stuff .. but as you can realize .. commuinity effort, and some stuff therefore may not be always up to date there. asking here on IRC or tmo will usually result in quick responses, depending on time of day Apr 12 21:11:37 and our greatest devs also can be found at both places Apr 12 21:12:39 sweet Apr 12 21:52:55 Sicelo: are you a dev? Apr 12 22:02:06 ~tell Linkandzelda about jrtools Apr 12 22:20:27 ~listkeys #maemo Apr 12 22:20:28 Factoid search of '#maemo' by key (15 of 104): #maemo beasttweaks ;; #maemo bm-images ;; #maemo bme-replacement ;; #maemo closed ;; #maemo cssu-state ;; #maemo db ;; #maemo debhelper7 ;; #maemo donate ;; #maemo emmc2 ;; #maemo emmc3 ;; #maemo gmo ;; #maemo mcebug ;; #maemo mhd ;; #maemo microb-proxy ;; #maemo mirrors. Apr 12 22:21:25 I doubt random factoids will help Apr 12 22:21:41 ~+help Apr 12 22:21:41 I learn mainly by observing declarative statements such as "x is at http://www.xxx.com", and then reply when people ask things like "where can i find x?" Apr 12 22:21:42 37 topics: action, addressing, alternation, author, banadd, bandel, botmail, chanadd, chandel, chaninfo, chanset, chanunset, chattr, chnick, chpass, contents, convert, cookie, corrections, cpustats, crypt, cycle, dauthor, dbugs, ddesc, dfind, dice, dict, dns, do, dollar variables, dstats, factinfo, factstats, flags, forget, freshmeat Apr 12 22:21:42 39 topics: google, hex, hex2ip, hostadd, hostdel, httpdtype, identify, ignore, ircstats, join, karma, kernel, kick, lart, lc, listauth, listkeys, listvalues, literal, lobotomy, lock, main, math, md5, mode, news, news add, news del, news mod, news set, news set expire, nickometer, onjoin, ord, page, part, piglatin, quote, redirection Apr 12 22:21:42 33 topics: rename, reply, reverse, rot13, rssfeeds, say, scramble, search, seen, slashdot, spell, status, tell, topic, topic add, topic del, topic mod, topic mv, topic restore, translate, uc, unforget, unlobotomy, unlock, upsidedown, uptime, useradd, userdel, verstats, wantnick, whois, wikipedia, wtf Apr 12 22:22:05 ~searchvalues maemo.org Apr 12 22:22:14 y is at http:/// Apr 12 22:22:27 ~listvalues maemo.org Apr 12 22:22:28 where can i find y? Apr 12 22:22:33 Factoid search of 'maemo.org' by value (18 of 198): #maemo bnf ;; #maemo cherry ;; #maemo power ;; #maemo uboot ;; #maemo vkbd-portrait ;; aegis-no-thanks ;; arch-n900 ;; becomeroot ;; bme ;; boot-sd ;; bq-calibrate ;; bupbat ;; cssu-devel ;; extras-product ;; extras-upload ;; hildon-extras ;; jrtools ;; maemo-packaging. Apr 12 22:22:40 ~where is y Apr 12 22:22:40 DocScrutinizer05: what are you talking about? Apr 12 22:22:46 ~y Apr 12 22:22:57 ~listkeys y Apr 12 22:22:58 Factoid search of 'y' by key (13 of 9246): (well everyone ;; babelfish x to de: today ;; btw., the man pages are the only documentation, or ;; country .bv ;; country bouvet island ;; country kenya ;; country vanuatu ;; diary.py ;; ebonify "my kung fu ;; gyahtzee ;; haha you ;; linux intrusion detection system ;; only does it when s/. Apr 12 22:23:22 ~listkeys ^y$ Apr 12 22:23:24 Factoid search of '^y$' by key returned no results. Apr 12 22:23:31 ~y is blabla Apr 12 22:23:32 DocScrutinizer05: okay Apr 12 22:23:35 ~listkeys ^y$ Apr 12 22:23:37 Factoid search of '^y$' by key (1): y. Apr 12 22:23:45 ~y Apr 12 22:23:46 i heard y is blabla Apr 12 22:23:50 ~forget y Apr 12 22:23:51 i forgot y, DocScrutinizer05 Apr 12 22:24:23 ~botsnack Apr 12 22:24:23 DocScrutinizer05: thanks Apr 12 22:25:24 ~forget (well everyone Apr 12 22:25:25 DocScrutinizer05: i forgot (well everyone Apr 12 22:25:53 ~forget babelfish x to de: today Apr 12 22:25:54 DocScrutinizer05: i forgot babelfish x to de: today Apr 12 22:26:09 ~forget btw., the man pages are the only documentation, or Apr 12 22:26:09 i forgot btw., the man pages are the only documentation, or, DocScrutinizer05 Apr 12 22:26:35 ~literal haha you Apr 12 22:26:35 * infobot beats you about the head with the ha ha bat Apr 12 22:27:38 ~literal only does it when s/ Apr 12 22:27:39 "only does it when s/" is "the first of the line?" Apr 12 22:27:51 ~lforget only does it when s/ Apr 12 22:27:57 ~forget only does it when s/ Apr 12 22:27:57 DocScrutinizer05: i forgot only does it when s/ Apr 12 22:28:30 ecc3g: Those kits are still too big, I need something that'll fit in headphones Apr 12 22:28:41 o.O Apr 12 22:28:57 sounds like hardware Apr 12 22:29:05 Linkandzelda: no, no dev. just hopeless user Apr 12 22:30:24 Yeah I'm trying to find a small fm stereo receiver with analog volume that I don't need a microcontroller to use :P Apr 12 22:30:32 They're more uncommon than I thought Apr 12 22:30:51 I think I'll just have to get a tiny microcontroller and get one of the controlled ones Apr 12 22:31:27 maybe sparkfun.com/products/retired/8770 + adafruit.com/products/1500 Apr 12 22:31:57 umm Apr 12 22:32:14 why don't you slaughter a cheesy tiny FM radio? Apr 12 22:32:52 Haven't found one small enough Apr 12 22:32:56 they are as small as a quarter of a matchbox Apr 12 22:33:08 I had a pair of cheapo chinese FM headphones, took the receiver out of those but they were still too big Apr 12 22:33:33 I actually only know of I2C controlled chips, but that doesn't mean a thing, never searched for all-in-one chips Apr 12 22:34:23 I bet there must be chips that have 4 lines for pushbuttons: freq+/- and vol+/- Apr 12 22:34:48 van't be larger than 6mm^2 Apr 12 22:34:53 can't, even Apr 12 22:35:33 you'll need some additional birdseed Apr 12 22:38:00 FFS, digikey gives me error infinite redirect Apr 12 22:40:05 http://search.silabs.com/search?q=FM%20receiver&site=english&client=silabs&proxystylesheet=silabs Apr 12 22:40:46 azkay: ^^^ Apr 12 22:40:57 you might find a few useful chips there Apr 12 22:43:08 http://pages.silabs.com/LP-ATDD-Radio.html Apr 12 22:49:19 (additional birdseed) prolly as low as 3 to 5 components Apr 12 22:51:55 Linkandzelda: you still around? Apr 12 22:52:56 Linkandzelda: ~jrtools first 3 plus some paragraphs should get you started Apr 12 22:53:04 plus, of course: Apr 12 22:53:08 ~flashing Apr 12 22:53:08 maemo-flashing is probably http://wiki.maemo.org/Updating_the_tablet_firmware, or - on linux PC - download&extract http://maemo.cloud-7.de/maemo5/patches_n_tools/maemo-my-private-workdir.tgz, cd into it, do sudo ./flash-it-all.sh; or see ~flashing-cmdline Apr 12 22:53:22 ~listkeys flashing Apr 12 22:53:23 Factoid search of 'flashing' by key (11 of 12): yes. the flashing the bootldr #DEL# ;; maemo-flashing ;; flashing it past during installation ;; #qi-hardware flashing ;; qi-hardware flashing #DEL# ;; #openmoko-cdevel flashing ;; flashing ;; #harmattan flashing ;; flashing-cmdline ;; no. maemo-flashing #DEL# ;; are we sure eflashing. Apr 12 22:53:37 ~flashing-cmdline Apr 12 22:53:37 flashing-cmdline is, like, http://mg.pov.lt/maemo-irclog/%23maemo.2016-04-09.log.html#t2016-04-09T01:18:12 Apr 12 22:54:19 ~forget are we sure eflashing Apr 12 22:54:20 i forgot are we sure eflashing, DocScrutinizer05 Apr 12 22:56:50 * DocScrutinizer05 considers a fiasco that has automatic firstboot HTTP:// download for additional scripts Apr 12 22:57:39 err combined of course Apr 12 23:04:58 I seee Apr 12 23:05:11 Theres also littlebirdelectronics.com.au/products/grove-fm-receiver but not sure if it's stereo Apr 12 23:13:00 fist educated guess: http://www.seeedstudio.com/wiki/File:Grove_-_FM_Receiver_Photo.jpg looks like stereo (3pin) jack Apr 12 23:13:08 first* Apr 12 23:14:02 http://www.seeedstudio.com/wiki/images/7/70/Grove_-_FM_Receiver_v1.0_sch_pdf.pdf confirms that Apr 12 23:14:50 that's prolly as good as it gets, nice design Apr 12 23:15:57 azkay: nice find! :-) Apr 12 23:17:46 http://www.seeedstudio.com/wiki/images/d/df/SX6119_%E6%94%B6%E9%9F%B3IC_datasheet.pdf FFS! :-( Apr 12 23:18:13 Haha yeah, nice english right? :P Apr 12 23:18:17 Maybe I should risk it Apr 12 23:20:42 anyway among all the gibberish: "2.0V to 3.6V" Apr 12 23:21:10 you definitely should. if you want another source I just found http://digitalmeans.co.uk/shop/fm_receiver-grove Apr 12 23:21:43 (2V 3V6) means you prolly can even kick out the LDO they got there Apr 12 23:22:08 just run it from two AAAA or similar, or a CR2032 Apr 12 23:22:46 oooh, and /join #qi-hardware Apr 12 23:22:51 sort of OT in here Apr 12 23:24:05 and keep pin15 floating ;-) Apr 12 23:25:19 you'll need an antenna instead of the headphone cable they use in that Grove design Apr 12 23:26:21 well, actually you could use the wires to other side of your headphones for antenna too Apr 12 23:27:48 mount the circuit left side, connect the GND wire from right side speaker via a bead to GND Apr 12 23:28:22 have a sufficiently large GND plane (or wire) connected to circuit ground on left side Apr 12 23:29:30 actually the Grove antenna circuit is rather pathetic Apr 12 23:30:47 ...given in your earphones' cable, GND and ROUT are parallel and very close together, and GND of earphones is connected to chip's GND without any bead Apr 12 23:48:55 Thanks for all the help :) Apr 12 23:49:30 Yeah I was planning on running an antenna through the top band of the headphones Apr 12 23:49:49 Went back to my N900 just for the fm transmitter lol Apr 12 23:51:02 Are you aware of anyone wiring up a different antenna to the n900? From the point here: wiki.maemo.org/images/b/b7/Nokia_N900_rear-internal-Hirose_u.fl_GSM_and_non_Hirose_u.fl_FM_transmitter_antenna_and_test_pads.png Apr 13 00:45:33 sorry, been afk Apr 13 00:46:39 could anybody please help a windows-7 noob how to configure a NIC to 192.168.1.11/48 on that friggin system? Apr 13 02:24:12 nevermind Apr 13 02:24:43 particularly not /48 ;-) **** ENDING LOGGING AT Wed Apr 13 02:59:58 2016