*** FashyGoy <FashyGoy!~Vaitti@a91-152-243-12.elisa-laajakaista.fi> has quit IRC (Read error: Connection reset by peer) | 00:22 | |
*** gexc-tablet <gexc-tablet!~gexc@129.107.80.86> has quit IRC (Ping timeout: 240 seconds) | 00:24 | |
*** happy-dude <happy-dude!uid62780@gateway/web/irccloud.com/x-gokzbmdpkwqlabvy> has quit IRC (Quit: Connection closed for inactivity) | 00:52 | |
*** swex <swex!~quassel@77.51.83.35> has joined #sailfishos | 00:57 | |
*** fledermaus <fledermaus!~vivek@2001:4d48:ad56:3000:c8:89fe:2d2c:544e> has joined #sailfishos | 00:57 | |
*** raandoom <raandoom!uid258283@gateway/web/irccloud.com/x-twsxjodruxlcamru> has quit IRC (Quit: Connection closed for inactivity) | 01:33 | |
*** fledermaus <fledermaus!~vivek@2001:4d48:ad56:3000:c8:89fe:2d2c:544e> has quit IRC (Ping timeout: 258 seconds) | 01:34 | |
*** gexc-tablet <gexc-tablet!~gexc@2600:1700:2200:aa30::42> has joined #sailfishos | 01:38 | |
*** Coolgeek <Coolgeek!~coolgeek@unaffiliated/coolgeek> has quit IRC (Ping timeout: 252 seconds) | 02:08 | |
*** frinring_ <frinring_!~frinring@x55b42238.dyn.telefonica.de> has joined #sailfishos | 02:29 | |
*** frinring <frinring!~frinring@x4e33df85.dyn.telefonica.de> has quit IRC (Disconnected by services) | 02:29 | |
*** frinring_ is now known as frinring | 02:29 | |
*** luen <luen!~erik@c-2af7e155.08-67-6762674.cust.bredbandsbolaget.se> has joined #sailfishos | 03:01 | |
*** luen <luen!~erik@c-2af7e155.08-67-6762674.cust.bredbandsbolaget.se> has quit IRC (Client Quit) | 03:01 | |
escogido | did some searching and experimenting with pulseaudio, aplay -L, aplay -l, but can't figure out how to get audio playing from command line. Was trying to build a tool that can use pulseaudio, alsa, oss. This is on FP2 SFOS 2.0.5.6 | 03:18 |
---|---|---|
escogido | alsautils tools don't complain when running but also don't make any noise. Thanks for any tips/help. | 03:19 |
blap | i just tried mpg123 and got no sound | 03:25 |
escogido | I was trying ```aplay -vv /usr/share/sounds/alsa/Front_Right.wav``` | 03:26 |
escogido | gave lots of info, even a sound meter looked right, but no sound. ```pactl list``` looks awfully interesting... lots of "ports" like "output-speaker" looks promising :) | 03:27 |
blap | i don't have aplay. | 03:31 |
blap | kind of odd | 03:33 |
escogido | I installed alsa-utils, pkcon install alsa-utils. | 03:34 |
blap | with your aplay command i also hear nothing | 03:40 |
blap | alsamixer shows only 'master' volume | 03:40 |
escogido | yeah, right. So I think it might be a matter of choosing the correct port... but I am a total newbie in this land of pulseaudio/alsa config stuff... pactl pacmd etc... foreign to me. :( | 03:41 |
blap | speaker-test also no sound | 03:41 |
blap | well this is something i want to fix also | 03:42 |
escogido | yea, would be great if aplay "just worked" ;) | 03:42 |
blap | paplay works escogido | 03:44 |
blap | paplay /usr/share/sounds/alsa/Front_Right.wav | 03:45 |
escogido | mmm... doesn't for me but maybe I've reconfigured things badly. I think I'll reboot. :p | 03:45 |
escogido | what does paplay -v show you? | 03:46 |
escogido | I mean when you play the file... paplay -v /usr/share/... | 03:46 |
blap | "Opening a playback stream with sample specification 's16lle 1ch 48000Hz' and channel map 'none' | 03:47 |
blap | Then some more stuff | 03:47 |
escogido | yep, works on mine as well... :) | 03:47 |
escogido | ok... so device sink.primary index: 1 | 03:47 |
blap | same here | 03:48 |
escogido | so paplay plays through the server maybe? where others don't... hmm... | 03:49 |
blap | i don't know how alsa talks to PA | 03:49 |
blap | except that i think PA is just a device to alsa | 03:49 |
blap | it's a little odd we have alsa-utils packages and things like mpg123 which seem to not work | 03:50 |
blap | command to see PA modules: pactl list short | 03:53 |
escogido | certainly lots of info in /etc/pulse and /etc/alsa :/ | 03:55 |
blap | pactl list short sources is interesting | 03:55 |
blap | what is the default source set to? | 03:55 |
blap | i see: pactl set-default-source blahblahblah | 03:56 |
blap | aplay -l shows two cards and a lot of devices (8) | 03:57 |
escogido | yeah, sink.primary seems to match paplay -v output... | 03:57 |
blap | so aplay -l can see many devices, but those aren't addressable in alsamixer apparently | 03:58 |
*** Bysmyyr <Bysmyyr!bysmyyr@kapsi.fi> has quit IRC (Remote host closed the connection) | 03:59 | |
blap | hm this is annoying | 04:01 |
* escogido hm? | 04:02 | |
blap | paplay (pacat) won't do for me since it has no -shuffle option | 04:02 |
escogido | yeah, and I'm trying to use some built software (unixcw) which uses libraries... and I want it to stream, not just write out a wav file and then play it. | 04:03 |
escogido | well... ```espeak "hello" --stdout | paplay``` works... http://ofalcao.pt/blog/2017/bluetooth-audio-with-ev3dev | 04:11 |
*** zhxt__ <zhxt__!~zhxt@183.240.196.145> has joined #sailfishos | 04:24 | |
*** gexc-tablet <gexc-tablet!~gexc@2600:1700:2200:aa30::42> has quit IRC (Ping timeout: 240 seconds) | 04:25 | |
escogido | blap: thanks for the help, I started reading https://www.freedesktop.org/wiki/Software/PulseAudio/ but didn't find much of interest just yet. Cheers. | 04:27 |
blap | good, you are building my turn-by-turn navigation then? :) | 04:29 |
escogido | i have thought of that... if there is some map directions api to write a cli program. ;) | 04:54 |
escogido | mostly i want a start at a morse code input method for the terminal, using unixcw and the headset button. because it is challenging to use. | 04:56 |
blap | nice | 05:05 |
*** pseudodev <pseudodev!uid205973@gateway/web/irccloud.com/x-ythkiscjnzvfrqae> has joined #sailfishos | 05:11 | |
*** zhxt__ <zhxt__!~zhxt@183.240.196.145> has quit IRC (Ping timeout: 240 seconds) | 05:32 | |
*** wmarone|tmp <wmarone|tmp!~no@c-73-192-180-203.hsd1.ca.comcast.net> has joined #sailfishos | 05:57 | |
*** wmarone <wmarone!~no@c-73-192-180-203.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds) | 06:00 | |
*** louisdk <louisdk!~louisdk@5.103.138.205> has joined #sailfishos | 06:03 | |
*** edgar2 <edgar2!uid254184@gateway/web/irccloud.com/x-rffronafztfgvwls> has joined #sailfishos | 06:16 | |
*** _sven <_sven!~sven@p5B26E2B5.dip0.t-ipconnect.de> has joined #sailfishos | 06:16 | |
*** m01 <m01!~quassel@2a00:1a48:7808:102:be76:4eff:fe08:b79c> has quit IRC (Ping timeout: 264 seconds) | 06:31 | |
*** Zucca <Zucca!~zucca@85-76-1-241-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 246 seconds) | 06:47 | |
*** wmarone|tmp <wmarone|tmp!~no@c-73-192-180-203.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 248 seconds) | 06:51 | |
*** zhxt__ <zhxt__!~zhxt@36.102.208.89> has joined #sailfishos | 06:53 | |
*** m01 <m01!~quassel@2a00:1a48:7808:102:be76:4eff:fe08:b79c> has joined #sailfishos | 07:01 | |
*** Nokius_ <Nokius_!~Nokius@p5DDB6F06.dip0.t-ipconnect.de> has joined #sailfishos | 07:05 | |
*** Nokius <Nokius!~Nokius@p5DDB4028.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 248 seconds) | 07:08 | |
*** carepack <carepack!~carepack@p579D951C.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 252 seconds) | 07:16 | |
*** pseudodev <pseudodev!uid205973@gateway/web/irccloud.com/x-ythkiscjnzvfrqae> has quit IRC (Quit: Connection closed for inactivity) | 07:48 | |
*** frinring <frinring!~frinring@x55b42238.dyn.telefonica.de> has quit IRC (Read error: Connection reset by peer) | 07:48 | |
*** frinring <frinring!~frinring@x55b42238.dyn.telefonica.de> has joined #sailfishos | 07:49 | |
*** roboro <roboro!~3l3ctricF@dsl-217-155-19-70.zen.co.uk> has quit IRC (Remote host closed the connection) | 07:49 | |
*** roboro <roboro!~3l3ctricF@dsl-217-155-19-70.zen.co.uk> has joined #sailfishos | 07:50 | |
*** psachin <psachin!~psachin@103.51.234.173> has joined #sailfishos | 07:55 | |
*** Nokius_ is now known as Nokius | 08:00 | |
*** raandoom <raandoom!uid258283@gateway/web/irccloud.com/x-jzeyxthbuezcczli> has joined #sailfishos | 08:08 | |
*** louisdk <louisdk!~louisdk@5.103.138.205> has quit IRC (Quit: Ex-Chat) | 08:22 | |
*** _sven <_sven!~sven@p5B26E2B5.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 260 seconds) | 08:25 | |
*** edgar2 <edgar2!uid254184@gateway/web/irccloud.com/x-rffronafztfgvwls> has quit IRC (Quit: Connection closed for inactivity) | 08:25 | |
*** pseudodev <pseudodev!uid205973@gateway/web/irccloud.com/x-aydzztqvboaihxnw> has joined #sailfishos | 08:26 | |
*** ghosalmartin <ghosalmartin!~ghosalmar@bcdc5bd4.skybroadband.com> has joined #sailfishos | 08:49 | |
*** nutellazwerg <nutellazwerg!~nutellazw@p57BBD73B.dip0.t-ipconnect.de> has joined #sailfishos | 09:18 | |
*** Bysmyyr <Bysmyyr!bysmyyr@kapsi.fi> has joined #sailfishos | 09:20 | |
*** Bysmyyr <Bysmyyr!bysmyyr@kapsi.fi> has quit IRC (Quit: WeeChat 1.9.1) | 09:28 | |
*** Bysmyyr <Bysmyyr!bysmyyr@kapsi.fi> has joined #sailfishos | 09:31 | |
*** SfietKonstantinW <SfietKonstantinW!c2623324@gateway/web/cgi-irc/kiwiirc.com/ip.194.98.51.36> has quit IRC (Ping timeout: 240 seconds) | 09:32 | |
*** piggz <piggz!~piggz@95.146.71.71> has quit IRC (Ping timeout: 260 seconds) | 09:46 | |
*** zarel <zarel!~sailfish@fire.tngtech.com> has joined #sailfishos | 10:23 | |
*** zarel is now known as zarelit | 10:23 | |
*** zarelit <zarelit!~sailfish@fire.tngtech.com> has left #sailfishos | 10:23 | |
*** amadeusxnet <amadeusxnet!~Mathias@host-120-139.parnet.fi> has joined #sailfishos | 10:24 | |
*** piggz <piggz!~piggz@95.146.71.71> has joined #sailfishos | 10:28 | |
*** leinir_ <leinir_!~leinir@amarok/usability/leinir> has joined #sailfishos | 10:28 | |
*** leinir <leinir!~leinir@amarok/usability/leinir> has quit IRC (Read error: Connection reset by peer) | 10:28 | |
*** leinir_ is now known as leinir | 10:28 | |
*** nib <nib!~nib@109.110.95.115> has joined #sailfishos | 10:29 | |
*** ghosalmartin <ghosalmartin!~ghosalmar@bcdc5bd4.skybroadband.com> has quit IRC (Remote host closed the connection) | 10:42 | |
*** piggz <piggz!~piggz@95.146.71.71> has quit IRC (Ping timeout: 248 seconds) | 10:49 | |
*** filip_ <filip_!~filip@89-212-206-178.dynamic.t-2.net> has joined #sailfishos | 10:52 | |
*** ghosalmartin <ghosalmartin!~ghosalmar@2a02:c7f:923a:9000:a1f7:dbc0:7e51:1948> has joined #sailfishos | 10:56 | |
*** makedin <makedin!~makedin@dsl-trebng22-58c1a6-41.dhcp.inet.fi> has quit IRC (Ping timeout: 246 seconds) | 11:03 | |
*** _sven <_sven!~sven@p5B26E2B5.dip0.t-ipconnect.de> has joined #sailfishos | 11:05 | |
*** ghosalmartin <ghosalmartin!~ghosalmar@2a02:c7f:923a:9000:a1f7:dbc0:7e51:1948> has left #sailfishos ("Leaving") | 11:06 | |
*** piggz <piggz!~piggz@95.146.71.71> has joined #sailfishos | 11:07 | |
*** piggz <piggz!~piggz@95.146.71.71> has quit IRC (Ping timeout: 248 seconds) | 11:23 | |
*** pseudodev <pseudodev!uid205973@gateway/web/irccloud.com/x-aydzztqvboaihxnw> has quit IRC (Quit: Connection closed for inactivity) | 11:26 | |
*** piggz <piggz!~piggz@95.146.71.71> has joined #sailfishos | 11:28 | |
*** carepack <carepack!~carepack@p579D97EA.dip0.t-ipconnect.de> has joined #sailfishos | 11:34 | |
*** carepack <carepack!~carepack@p579D97EA.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 258 seconds) | 11:41 | |
*** makedin <makedin!~makedin@dsl-trebng22-58c1a6-41.dhcp.inet.fi> has joined #sailfishos | 11:43 | |
*** carepack <carepack!~carepack@p579D9720.dip0.t-ipconnect.de> has joined #sailfishos | 11:43 | |
*** piggz <piggz!~piggz@95.146.71.71> has quit IRC (Ping timeout: 260 seconds) | 11:50 | |
*** piggz <piggz!~piggz@95.146.71.71> has joined #sailfishos | 11:51 | |
*** jakibaki <jakibaki!~jakibaki@ip5b41a588.dynamic.kabel-deutschland.de> has joined #sailfishos | 12:12 | |
*** FashyGoy <FashyGoy!~Vaitti@a91-152-243-12.elisa-laajakaista.fi> has joined #sailfishos | 12:15 | |
*** _sven <_sven!~sven@p5B26E2B5.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection) | 12:20 | |
*** piggz <piggz!~piggz@95.146.71.71> has quit IRC (Ping timeout: 248 seconds) | 12:28 | |
*** piggz <piggz!~piggz@95.146.71.71> has joined #sailfishos | 12:30 | |
*** piggz <piggz!~piggz@95.146.71.71> has quit IRC (Ping timeout: 240 seconds) | 12:43 | |
*** jakibaki <jakibaki!~jakibaki@ip5b41a588.dynamic.kabel-deutschland.de> has quit IRC (Ping timeout: 240 seconds) | 12:46 | |
*** m01 <m01!~quassel@2a00:1a48:7808:102:be76:4eff:fe08:b79c> has quit IRC (Ping timeout: 240 seconds) | 12:54 | |
*** elros_ <elros_!~communi@87-206-143-180.dynamic.chello.pl> has joined #sailfishos | 13:08 | |
*** nutellazwerg_ <nutellazwerg_!~nutellazw@p2E5A7A94.dip0.t-ipconnect.de> has joined #sailfishos | 13:11 | |
*** jakibaki <jakibaki!~jakibaki@ip5b41a588.dynamic.kabel-deutschland.de> has joined #sailfishos | 13:11 | |
*** nutellazwerg <nutellazwerg!~nutellazw@p57BBD73B.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds) | 13:13 | |
*** psachin <psachin!~psachin@103.51.234.173> has quit IRC (Ping timeout: 258 seconds) | 13:30 | |
*** piggz <piggz!~piggz@95.146.71.71> has joined #sailfishos | 13:37 | |
*** dafox <dafox!~dafox@2a02:a448:c25a:1:7061:3b2a:37df:ded3> has joined #sailfishos | 13:39 | |
blap | remember the movie Brazil? | 13:44 |
*** piggz <piggz!~piggz@95.146.71.71> has quit IRC (Quit: Konversation terminated!) | 13:44 | |
*** dafox <dafox!~dafox@2a02:a448:c25a:1:7061:3b2a:37df:ded3> has quit IRC (Ping timeout: 255 seconds) | 13:47 | |
*** amccarthy <amccarthy!~amccarth@106-69-65-9.dyn.iinet.net.au> has joined #sailfishos | 13:55 | |
*** zhxt__ <zhxt__!~zhxt@36.102.208.89> has quit IRC (Ping timeout: 248 seconds) | 13:56 | |
*** taaem <taaem!~taaem@unaffiliated/taaem> has quit IRC (Ping timeout: 248 seconds) | 14:03 | |
*** taaem <taaem!~taaem@unaffiliated/taaem> has joined #sailfishos | 14:08 | |
*** psachin <psachin!~psachin@103.51.234.85> has joined #sailfishos | 14:20 | |
*** Zucca <Zucca!~zucca@85-76-68-232-nat.elisa-mobile.fi> has joined #sailfishos | 14:23 | |
r0kk3rz | great movie | 14:24 |
*** Zucca <Zucca!~zucca@85-76-68-232-nat.elisa-mobile.fi> has quit IRC (Ping timeout: 246 seconds) | 14:32 | |
*** filip_ <filip_!~filip@89-212-206-178.dynamic.t-2.net> has quit IRC (Ping timeout: 240 seconds) | 14:32 | |
*** leinir <leinir!~leinir@amarok/usability/leinir> has quit IRC (Excess Flood) | 14:36 | |
*** leinir <leinir!~leinir@amarok/usability/leinir> has joined #sailfishos | 14:36 | |
blap | yes sir | 14:37 |
blap | https://i.imgur.com/1zX683ml.png r0kk3rz :) | 14:39 |
*** leinir <leinir!~leinir@amarok/usability/leinir> has quit IRC (Ping timeout: 246 seconds) | 14:44 | |
*** Blizzz <Blizzz!~blizzz@ubuntu/member/blizzz> has joined #sailfishos | 14:50 | |
*** edgar2 <edgar2!uid254184@gateway/web/irccloud.com/x-ehysdvmyddikdwpc> has joined #sailfishos | 14:56 | |
*** leinir <leinir!~leinir@amarok/usability/leinir> has joined #sailfishos | 15:02 | |
*** raandoom <raandoom!uid258283@gateway/web/irccloud.com/x-jzeyxthbuezcczli> has quit IRC (Quit: Connection closed for inactivity) | 15:09 | |
*** _sven <_sven!~sven@p5B26E2B5.dip0.t-ipconnect.de> has joined #sailfishos | 15:28 | |
*** nutellazwerg_ <nutellazwerg_!~nutellazw@p2E5A7A94.dip0.t-ipconnect.de> has quit IRC (Read error: Connection reset by peer) | 15:44 | |
*** frinring <frinring!~frinring@x55b42238.dyn.telefonica.de> has quit IRC (Read error: No route to host) | 16:22 | |
*** frinring <frinring!~frinring@x55b42238.dyn.telefonica.de> has joined #sailfishos | 16:22 | |
*** raandoom <raandoom!uid258283@gateway/web/irccloud.com/x-nraivqpjsqxuengg> has joined #sailfishos | 16:25 | |
*** wmarone <wmarone!~no@c-73-192-180-203.hsd1.ca.comcast.net> has joined #sailfishos | 16:38 | |
*** piggz <piggz!~piggz@95.146.71.71> has joined #sailfishos | 16:57 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@88.190.246.243> has joined #sailfishos | 17:01 | |
*** piggz <piggz!~piggz@95.146.71.71> has quit IRC (Ping timeout: 240 seconds) | 17:08 | |
escogido | support from jolla for my mms issue has been amazing... via the mms logger app which captures and emails detailed logs. wow! | 17:13 |
escogido | mms is working mostly now... and i have clear instructions on how to tcpdump if it starts failing again. | 17:14 |
*** piggz <piggz!~piggz@95.146.71.71> has joined #sailfishos | 17:15 | |
*** psachin <psachin!~psachin@103.51.234.85> has quit IRC (Ping timeout: 252 seconds) | 17:47 | |
r0kk3rz | escogido: i dont think we have many sailfish users in the US, so maybe you're just unlucky | 17:49 |
*** gmoro <gmoro!~gmoro@31.169.96.62> has quit IRC (Ping timeout: 240 seconds) | 17:54 | |
*** gmoro <gmoro!~gmoro@31.169.96.62> has joined #sailfishos | 18:01 | |
*** luen <luen!~erik@c-2af7e155.08-67-6762674.cust.bredbandsbolaget.se> has joined #sailfishos | 18:03 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@88.190.246.243> has quit IRC (Ping timeout: 258 seconds) | 18:15 | |
*** Blizzz <Blizzz!~blizzz@ubuntu/member/blizzz> has quit IRC (Ping timeout: 240 seconds) | 18:17 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@88.190.246.243> has joined #sailfishos | 18:18 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@88.190.246.243> has quit IRC (Ping timeout: 260 seconds) | 18:32 | |
*** Shosholoza <Shosholoza!~sailfish@dynamic-adsl-78-13-111-24.clienti.tiscali.it> has joined #sailfishos | 18:44 | |
*** Shosholoza <Shosholoza!~sailfish@dynamic-adsl-78-13-111-24.clienti.tiscali.it> has quit IRC (Client Quit) | 18:46 | |
*** _sven <_sven!~sven@p5B26E2B5.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 264 seconds) | 18:50 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@88.190.246.243> has joined #sailfishos | 18:55 | |
*** f15h <f15h!~thomas@h-192-162.A462.priv.bahnhof.se> has joined #sailfishos | 18:59 | |
*** Sfiet_Konstantin <Sfiet_Konstantin!~sk@88.190.246.243> has quit IRC (Ping timeout: 240 seconds) | 19:00 | |
mal | escogido: just curious, what was the fix? | 19:02 |
*** Blizzz <Blizzz!~blizzz@ubuntu/member/blizzz> has joined #sailfishos | 19:02 | |
*** raandoom <raandoom!uid258283@gateway/web/irccloud.com/x-nraivqpjsqxuengg> has quit IRC (Quit: Connection closed for inactivity) | 19:05 | |
*** elros_ <elros_!~communi@87-206-143-180.dynamic.chello.pl> has quit IRC (Quit: Communi 3.5.0 - http://communi.github.com) | 19:08 | |
*** ghosalmartin <ghosalmartin!~ghosalmar@2a02:c7f:923a:9000:4155:2072:f87d:4674> has joined #sailfishos | 19:16 | |
*** jakibaki <jakibaki!~jakibaki@ip5b41a588.dynamic.kabel-deutschland.de> has quit IRC (Remote host closed the connection) | 19:27 | |
*** jakibaki <jakibaki!~jakibaki@ip5b41a588.dynamic.kabel-deutschland.de> has joined #sailfishos | 19:28 | |
*** jakibaki <jakibaki!~jakibaki@ip5b41a588.dynamic.kabel-deutschland.de> has quit IRC (Remote host closed the connection) | 19:31 | |
*** _sven <_sven!~sven@p5B26E2B5.dip0.t-ipconnect.de> has joined #sailfishos | 19:40 | |
*** CrKit <CrKit!~nekit@188.162.203.53> has joined #sailfishos | 19:44 | |
*** edgar2 <edgar2!uid254184@gateway/web/irccloud.com/x-ehysdvmyddikdwpc> has quit IRC (Quit: Connection closed for inactivity) | 19:45 | |
*** piggz <piggz!~piggz@95.146.71.71> has quit IRC (Ping timeout: 240 seconds) | 19:48 | |
*** CrKit <CrKit!~nekit@188.162.203.53> has quit IRC (Ping timeout: 240 seconds) | 19:51 | |
*** _sven <_sven!~sven@p5B26E2B5.dip0.t-ipconnect.de> has quit IRC (Quit: IRC for Sailfish 0.9) | 19:52 | |
*** raandoom <raandoom!uid258283@gateway/web/irccloud.com/x-dgslklzmphtfhqei> has joined #sailfishos | 19:56 | |
*** piggz <piggz!~piggz@95.146.71.71> has joined #sailfishos | 20:19 | |
*** swex <swex!~quassel@77.51.83.35> has quit IRC (Remote host closed the connection) | 20:21 | |
*** f15h <f15h!~thomas@h-192-162.A462.priv.bahnhof.se> has quit IRC (Quit: Konversation terminated!) | 20:38 | |
*** loicm <loicm!~bballizli@60-228-190-109.dsl.ovh.fr> has joined #sailfishos | 20:53 | |
*** loicm <loicm!~bballizli@60-228-190-109.dsl.ovh.fr> has quit IRC (Ping timeout: 248 seconds) | 20:59 | |
escogido | the fix was use default. not sure why it didn't work in the first place. | 21:04 |
escogido | aka use default settings for tmobile, they dont match what tmobile suggests... but... seems to work. | 21:05 |
mal | ok | 21:14 |
mal | good to know that the issue was not in the sailfish image itself | 21:15 |
escogido | slava monich at jolla said it might be an mtu size issue so if it breaks again i will tcpdump the deal. | 21:22 |
mal | ok | 21:25 |
escogido | r0kk3rz: it works now. havent had this much fun since my firefoxos geeksphone keon (which broke) | 21:32 |
*** Sailor4294 <Sailor4294!~sailfish@cpe-45-49-234-55.socal.res.rr.com> has joined #sailfishos | 21:38 | |
*** Sailor4294 <Sailor4294!~sailfish@cpe-45-49-234-55.socal.res.rr.com> has quit IRC (Client Quit) | 21:40 | |
*** Sailor4294 <Sailor4294!~sailfish@cpe-45-49-234-55.socal.res.rr.com> has joined #sailfishos | 21:42 | |
*** amadeusxnet <amadeusxnet!~Mathias@host-120-139.parnet.fi> has quit IRC (Remote host closed the connection) | 21:46 | |
*** Sailor4294 <Sailor4294!~sailfish@cpe-45-49-234-55.socal.res.rr.com> has quit IRC (Quit: IRC for Sailfish 0.9) | 21:50 | |
*** gigetoo <gigetoo!~gigetoo@c83-250-32-22.bredband.comhem.se> has quit IRC (Read error: Connection reset by peer) | 21:51 | |
*** gigetoo <gigetoo!~gigetoo@c83-250-32-22.bredband.comhem.se> has joined #sailfishos | 21:51 | |
*** leinir <leinir!~leinir@amarok/usability/leinir> has quit IRC (Read error: Connection reset by peer) | 21:52 | |
r0kk3rz | escogido: glad to hear it :) | 21:52 |
*** leinir <leinir!~leinir@amarok/usability/leinir> has joined #sailfishos | 21:53 | |
*** Sailor4294 <Sailor4294!~sailfish@cpe-45-49-234-55.socal.res.rr.com> has joined #sailfishos | 21:58 | |
*** Sailor4294 <Sailor4294!~sailfish@cpe-45-49-234-55.socal.res.rr.com> has left #sailfishos | 22:00 | |
*** Blizzz <Blizzz!~blizzz@ubuntu/member/blizzz> has quit IRC (Quit: Internet must be broken!) | 22:10 | |
*** gexc-tablet <gexc-tablet!~gexc@172-4-29-163.lightspeed.rcsntx.sbcglobal.net> has joined #sailfishos | 22:13 | |
*** leinir <leinir!~leinir@amarok/usability/leinir> has quit IRC (Read error: No route to host) | 22:17 | |
*** Sailor68035 <Sailor68035!~sailfish6@cpe-45-49-234-55.socal.res.rr.com> has joined #sailfishos | 22:17 | |
*** leinir <leinir!~leinir@amarok/usability/leinir> has joined #sailfishos | 22:17 | |
*** Sailor68035 <Sailor68035!~sailfish6@cpe-45-49-234-55.socal.res.rr.com> has quit IRC (Quit: IRC for Sailfish 0.9) | 22:19 | |
*** Sailor68035 <Sailor68035!~Sailor680@cpe-45-49-234-55.socal.res.rr.com> has joined #sailfishos | 22:21 | |
*** carepack <carepack!~carepack@p579D9720.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 248 seconds) | 22:33 | |
*** carepack <carepack!~carepack@p579D9A03.dip0.t-ipconnect.de> has joined #sailfishos | 22:35 | |
*** Sailor68035 <Sailor68035!~Sailor680@cpe-45-49-234-55.socal.res.rr.com> has quit IRC (Quit: IRC for Sailfish 0.9) | 22:38 | |
*** leinir_ <leinir_!~leinir@amarok/usability/leinir> has joined #sailfishos | 22:38 | |
*** leinir <leinir!~leinir@amarok/usability/leinir> has quit IRC (Read error: Connection reset by peer) | 22:38 | |
*** leinir_ is now known as leinir | 22:38 | |
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-242-221-129.as13285.net> has quit IRC (Read error: Connection reset by peer) | 22:45 | |
*** Acou_Bass <Acou_Bass!~Acou_Bass@host-89-242-221-129.as13285.net> has joined #sailfishos | 22:46 | |
*** leinir_ <leinir_!~leinir@amarok/usability/leinir> has joined #sailfishos | 22:52 | |
*** leinir <leinir!~leinir@amarok/usability/leinir> has quit IRC (Read error: Connection reset by peer) | 22:52 | |
*** leinir_ <leinir_!~leinir@amarok/usability/leinir> has quit IRC (Read error: Connection reset by peer) | 23:02 | |
*** leinir_ <leinir_!~leinir@amarok/usability/leinir> has joined #sailfishos | 23:02 | |
*** frinring <frinring!~frinring@x55b42238.dyn.telefonica.de> has quit IRC (Read error: No route to host) | 23:08 | |
*** frinring <frinring!~frinring@x55b42238.dyn.telefonica.de> has joined #sailfishos | 23:08 | |
*** leinir_ <leinir_!~leinir@amarok/usability/leinir> has quit IRC (Ping timeout: 248 seconds) | 23:22 | |
*** ghosalmartin <ghosalmartin!~ghosalmar@2a02:c7f:923a:9000:4155:2072:f87d:4674> has quit IRC (Remote host closed the connection) | 23:24 | |
*** luen <luen!~erik@c-2af7e155.08-67-6762674.cust.bredbandsbolaget.se> has quit IRC (Quit: ZNC 1.6.5+deb1 - http://znc.in) | 23:27 | |
*** frinring <frinring!~frinring@x55b42238.dyn.telefonica.de> has quit IRC () | 23:32 | |
*** frinring <frinring!~frinring@x55b42238.dyn.telefonica.de> has joined #sailfishos | 23:33 | |
*** feodoran_ <feodoran_!~quassel@p54AAFC55.dip0.t-ipconnect.de> has joined #sailfishos | 23:42 | |
*** feodoran is now known as Guest37811 | 23:42 | |
*** feodoran_ is now known as feodoran | 23:42 | |
*** Guest37811 <Guest37811!~quassel@p4FCEBBD9.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 248 seconds) | 23:45 | |
*** wmarone <wmarone!~no@c-73-192-180-203.hsd1.ca.comcast.net> has quit IRC (Read error: Connection reset by peer) | 23:52 | |
*** wmarone <wmarone!~no@c-73-192-180-203.hsd1.ca.comcast.net> has joined #sailfishos | 23:55 | |
*** hanna <hanna!~haasn@HSI-KBW-37-49-91-88.hsi14.kabel-badenwuerttemberg.de> has quit IRC (Ping timeout: 248 seconds) | 23:56 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!